@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:wght@500;600;700&family=Poppins:wght@300;400;500&display=swap');
@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url('http://fonts.cdnfonts.com/css/fontastique');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:wght@500;600;700&family=Poppins:wght@300;400;500&display=swap');


 /*Variables *
:root {
    --c-brand: #f83691;
    --c-brand-rgb: 248, 54, 145;
    --c-dark: #303050;
    --c-body: #636383;
    --c-light: #f6f6f6;
    --f-main: "Bai Jamjuree", sans-serif;
    --transition: all .4s cubic-bezier(.165, .84, .44, 1);
    --shadow: 0px 15px 40px rgba(0, 0, 0, 0.1);
}
/* Reset & Helpers */



body{
    font-family: "Oxygen", sans-serif;
    background-image: url(../assets/images/bg-texture.png);
}

h1, h2, h3{
    font-family: "Oxygen", sans-serif;
    letter-spacing: 1px;
}



/* ==========  NAVBAR ==========  */

.navbar {
    position: relative;
    width: 100%;
    top: 0;
    z-index: 999;
    background-color: #fff;
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: left;
    padding-top: 1px;
    padding-bottom: 1px;
    position: relative;
    background-color: #fff;
}
.container .logo{
    display: flex;
}

.logo img {
    width: 200px;
}

.nav-items {
    display: flex;
    transition: all 0.5s ease;
    text-decoration: none;
}

.nav-items .nav-item {
    color: #000;
    transition: all 0.5s ease;
    margin-left: 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none;
}

.nav-items .nav-item:hover {
    color: rgb(250, 109, 9);
    text-decoration: none;
}

.active{
    color: rgb(250, 109, 9);
    text-decoration: none;
}


.nav-toggler {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    font-size: 24px;
    transition: all 0.3s ease;
    display: none;
}

.nav-toggler:hover {
    background-color: rgb(250, 109, 9);
    color: #fff;
    cursor: pointer;
}


@media (max-width: 768px) {
    .navbar {
        position: absolute;
        background-color: #fff;
    }
    .logo img {
        width: 200px;
    }
}

@media(max-width: 500px){
    .nav-items {
        position: absolute;
        background-color: #fff;
        width: 100%;
        top: 100%;
        left: -100%;
        flex-direction: column;
        padding-top: 24px;
        padding: 24px;

    }

    .nav-items .nav-item {
        margin-top: 8px;
        display: block;
    }

    .nav-toggler {
        display: flex;
    }

    .show {
        left: 0;
    }
}

    @media (max-width: 768px) {
        .nav-items {
            position: absolute;
            background-color: #fff;
            width: 90%;
            top: 100%;
            left: -100%;
            flex-direction: column;
            padding-top: 24px;
            padding: 24px;
    
        }
    
        .nav-items .nav-item {
            margin-top: 8px;
            display: block;
        }
    
        .nav-toggler {
            display: flex;
        }
    
        .show {
            left: 0;
        }
    }
    

  
 








a {
    text-decoration: none;
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    color: black;
}

a:hover {
    text-decoration: none;
    color: rgb(250, 109, 9);
    cursor: pointer;
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    
}

img {
    width: 100%;
}



.custom-link {
    display: inline-flex;
    align-items: center;
}

.custom-link span {
    font-weight: 700;
}

.custom-link i {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(250, 109, 9);
    border-radius: 100px;
    color: white;
    margin-left: 6px;
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
}

.custom-link:hover i {
    transform: translateX(6px);
}

.section-padding {
    padding-top: 100px;
    padding-bottom: 120px;
}

.setion-title {
    max-width: 560px;
    margin: 0 auto 60px auto;
}



@media (max-width: 768px) {
  
.section-padding {
    padding-top: 130px;
    padding-bottom: 120px;
}

.setion-title {
    max-width: 560px;
    margin: 0 auto 60px auto;
}
}

@media(max-width: 500px){
    .section-padding {
        padding-top: 150px;
        padding-bottom: 120px;
    }
    
    .setion-title {
        max-width: 560px;
        margin: 0 auto 60px auto;
    }
    }
/************/

/* FOOTER */
.footer-top {
    background-color: #222;
    padding-top: 60px;
    padding-bottom: 60px;
}

.footer-bottom {
    background-image: url("../assets/images/footerbg.png");
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-bottom p {
    color: #fff;
    margin: 0;
    font-size: 14px;
}



 /************************   BUTTON    ********************************/
 #topBtn{
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 22px;
    width: 50px;
    height: 50px;
    background: rgb(250, 109, 9);
    color: white;
    border: none;
    cursor: pointer;
    display: none;
  }
/**********************************/
  

.project {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.project h6 {
    font-weight: 400;
}

.project h6::before {
    content: "";
    height: 2px;
    width: 30px;
    display: inline-block;
    background: var(--brand);
    vertical-align: middle;
    margin-right: 10px;
}


.project .overlay {
    width: 100%;
    height: 220px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 76, 41, 0) 0%, var(--dark) 100%);
}

.project .content {
    position: absolute;
    left: 10%;
    bottom: 10%
}

.project h2,
.project h6 {
    color: #fff;
}


.intro 
{margin-bottom: 36px;
    text-align: center;}
    
    .intro p {
        max-width: 500px;
    }
    .intro h6{
        color: orangered;
        font-weight: 400;
        text-transform: uppercase;
    }
    
    .intro h1 {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    
    

@media (max-width: 768px) {
  
    .intro 
{
    margin-bottom: 36px;
    padding-top: 35%;
    text-align: center;}
    
    }
    
    @media(max-width: 500px){
        .intro 
        {
            margin-bottom: 36px;
            padding-top: 35%;
            text-align: center;}
            
        }

:root {
   --brand: rgb(250, 109, 9);
  
}














a:hover {
   color: var(--brand);
}

img {
   width: 100%;
}

.bg-brand {
   background-color: var(--brand);
}



section {
   padding-top: 80px;
   padding-bottom: 80px;
}

/* INTRO */

.intro .divider {
   width: 94px;
   height: 2px;
   background-color: var(--brand);
   margin: 18px auto;
}

.intro {
   margin-bottom: 50px;
}

.intro p {
   max-width: 740px;
   margin: auto;
}



/* Project */
.project {
   position: relative;
   overflow: hidden;
}

.project-info {
   position: absolute;
   padding: 25px;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   background-color: var(--brand);
   display: flex;
   align-items: center;
   justify-content: center;
   transition: all 0.3s ease;
   opacity: 0;
   transform: scale(0);
}

.project-info a {
   color: #fff;
   font-size: 32px;
   text-decoration: none;
}
.project-info h5 {
   color: #fff;
   font-size: 32px;
   font-weight: 600;
   text-decoration: none;
}
.project-info p {
   color: #fff;
   font-size: 20px;
   text-decoration: none;
}

.project:hover .project-info {
   opacity: 0.8;
   transform: scale(1);
}

.project button {
   background-color: transparent;
   border-color: #fff;
   color: #fff;
}

.project button:hover {
   background-color: white;
   color: var(--brand);
}

