* {
    margin: 0;
    padding: 0;
    font-family: 'Lufga-Regular';
}



.yellow{
    background: linear-gradient(180deg, #F6EC8B 0%, #E0AA3D 50%, #FAF398 75%, #D0A652 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }



a{
    text-decoration: none;
    color: inherit;
}

input:focus{
    outline: none;
}

h1,h2,h3,h4,h5,h6,p{
    margin: 0 !important;
}
 ul{
    margin: 0;
 }

button{
    cursor: pointer;
}

.content{
    font-size: 17px;
    color: #333;
}


/* h2 */
.subHead{
   color: #000;
   font-size: 55px;
   line-height: 65px;
   font-family: 'Lufga-SemiBold';
   

}

.tag{
    font-family: 'Lufga-Medium'

}


.bothHead{
    font-size: 55px;
    font-family: 'Lufga-SemiBold';
}

.caption {  
    font-size: 18px;
    font-family: 'Lufga-Medium';
  }

  .subTitle{
    font-size: 16px;
    color: #333;
    font-family: 'Lufga-Medium'
  }

.navBar ul li{
    list-style: none;
    display: inline-block;
    color: #FFF;
    padding: 10px;
    width: 130px;
    text-align: center;
    border: 1px solid #FFF;
    border-radius: 999px;
    font-size: 15px;
     font-family: "Lufga-Medium";
    margin-right: 25px;
    background-color: transparent;
}

.navBar ul li:hover,.contactBtn:hover{
    background-color: #FFF;
    color: #000;
    transition:background .7s ease-in-out;
}

.navBar ul li.active{
    background-color: #FFF;
    color: #000;
}

.navBar ul{
    padding-left: 0;
}

.contactBtn{
    background-color: transparent;
    color: white;
    border: 1px solid #FFF;
    border-radius: 999px;
    display: flex;
    align-items: center;
   font-size: 15px;
   font-family: "Lufga-Medium";
   padding: 0px 15px 0px 10px;
}

.contactBtn img{
    width: 45px;
}



/* ===FOOTER=== */

/* footer */
 
.footerWrapper {
    margin-top: 50px;

}

/* Top Section with Roses */
.footerTop {
    background-image: url('../images/footRose.svg');
    /* background-size: contain; */
    background-repeat: no-repeat;
    background-position: 50% 5%;
    text-align: center;
    padding: 25px 20px 40px;
    color: white;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: relative;
    width: 100%;
}

.footerIcon {
    border: 2px solid #fff;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
}

.footerTop h2 {
    font-size: 70px;
    font-family: 'Lufga-Bold';
    margin-bottom: 10px;
}

.footerJoin {
    width: 34%;
}




/* Main footer */
.footerContent {
    background: #0f0f0f;
    color: white;
    text-align: center;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;

}

.footerNav {
    margin-bottom: 20px;
}

.footerNav a {
    color: #B4B4B4;
    margin: 0 15px;
    text-decoration: none;
    font-size: 20px;
    transition: color 0.3s ease;
}

.footerNav a:hover {
    color: #f4c146;
}

.footerDivider {
    width: 60%;
    height: 1px;
    background: linear-gradient(to right, transparent, #ffffffaa, transparent);
    margin: 20px auto;
}

.footerSocial {
    margin-bottom: 20px;
}


.buttons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-direction: row;
    gap: 15px;
}

.wrapper .buttons {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 40px;
    height: 40px;
    text-decoration: none;
    overflow: hidden;
    border: 1px solid #fff;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-out;
    padding: 0 10px;
}

.wrapper .buttons:hover {
    width: 120px;
    padding: 0 15px;
    outline: none;
}

.wrapper .buttons:nth-child(1):hover {
    background: linear-gradient(to right, #E62E2D, #D82B7E, #A533C8);
}

.wrapper .buttons:nth-child(2):hover {
    background: linear-gradient(to right, #0057ff, #35A8ff);
}

.wrapper .buttons:nth-child(3):hover {
    background: linear-gradient(to right, #25D366, #128C7E);
}

.wrapper .buttons .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    color: white;
    text-align: center;
    border-radius: 50px;
    transition: all 0.3s ease-out;
    position: absolute;
    left: 0;
    background: none !important;
}

.wrapper .buttons .icon i {
    font-size: 21px;
    transition: all 0.3s ease-out;
    display: flex;
    justify-content: center;
}


.wrapper .buttons:hover .icon {
    background: none;
    outline: none;
}


.wrapper .buttons .text {
    opacity: 0;
    white-space: nowrap;
    font-size: 16px;
    color: white;
    margin-left: 22px;
    transition: opacity 0.3s ease-out;
}

.wrapper .buttons:hover .text {
    opacity: 1;
}

.footerInfo {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    font-size: 18px;
    color: #B4B4B4;
    margin-top: 20px;
}



.divider-wrapper {
    width: 100%;
    max-width: 900px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.divider-line {
    height: 2px;
    background: linear-gradient(to right, transparent, #ffffffaa, transparent);
    width: 100%;
    position: absolute;
    z-index: 1;
}

.divider-icon {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #ffffffaa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    backdrop-filter: blur(5px);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

/* .divider-icon img {
    width: 30px;
    height: 30px;
    filter: brightness(0) invert(1);
} */





/* PHONE NAV */

    .menuSec {
        width: 100%;
        height: 100vh;
        background-color: white;
        z-index: 1000;
        position: fixed;
        top: 0px;
        left: 0px;
        display: none;
    }
    
    .menuNavBar li {
        padding: 21px 15px;
        padding-bottom: 0px;
        cursor: pointer;
        transition: all .8s ease;
        font-size: 18px;
    }
    
    
    .menuNavBar li.active a {
        color: var(--yellow);
       
    
    }
    
    
    .menuNavBar {
        list-style: none;
        margin: 0px;
        text-align: left;
    }
    
    
    .menusec .nav-icon1 span {
        background: black;
    }
    
    .navbarIcon span{
        background-color: #FFF !important;
    }
    /* .navbarIcon {
        display: none;
    } */
    
    .nav-icon1 {
    
        float: right;
        width: 30px;
        height: 30px;
        position: relative;
        margin: 20px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        z-index: 100;
    
    }
    
    .nav-icon1 span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: rgb(1, 1, 1);
        border-radius: 5px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    
    
    .menusec .nav-icon1 span {
        background:#000;
    }
    
    .nav-icon1 span:nth-child(1) {
        top: 0px;
    }
    
    .nav-icon1 span:nth-child(2) {
        top: 12px;
    }
    
    .nav-icon1 span:nth-child(3) {
        top: 24px;
    }
    
    .nav-icon1.open span:nth-child(1) {
        top: 15px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    
    .nav-icon1.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }
    
    .nav-icon1.open span:nth-child(3) {
        top: 15px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .menuNavBar li a{
        color: #000;
    }

    .menuNavBar li.active{
        color: #EBCA63;
        font-family: "Lufa-SemiBold";
    }


    @media only screen and (min-width : 1400px) {}

@media only screen and (max-width: 1400px) and (min-width : 1200px) {
     /* FOOTER */

     .footerTop h2{
        font-size: 65px;
    }
}

@media only screen and (max-width: 1200px) and (min-width : 992px) {
    .subHead{
        font-size: 45px;
        line-height: 52px
    }

    .content{
        font-size: 16px;
        line-height: 26px;

    }
    /* HEADER */

    .navBar ul li{
        width: 130px;
        font-size: 14px;
        margin-right: 15px;
    }

    .contactBtn{
        font-size: 14px;
    }

    /* FOOTER */

    .footerTop h2{
        font-size: 56px;
    }
}

@media only screen and (max-width: 992px) and (min-width : 768px) {
    .subHead{
        font-size: 45px;
        line-height: 52px
    }

    .content{
        font-size: 16px;
        line-height: 26px;

    }
    
    .footerTop h2{
        font-size: 57px;
    }
    .footerJoin{
        width: 55%;
    }
}

@media only screen and (max-width: 768px) {
    .bothHead{
        font-size: 45px;
    }
    .tag,.subHead,.content{
        text-align: center;
    }
    
        .subHead{
            font-size: 45px;
            line-height: 52px
        }
    
        .content{
            font-size: 16px;
            line-height: 26px;
    
        }
 .caption{
    font-size: 16px;
 }
        /* ==FOOTER== */
      
    .footerTop h2{
        font-size: 55px;
    }
    .footerJoin{
        width: 65%;
    }

    .wrapper .buttons {
        width: 40px !important;
        padding: 0 10px !important;
    }

    .wrapper .buttons:hover {
        width: 40px !important;
        padding: 0 10px !important;
    }

    .wrapper .buttons .text {
        display: none !important;
    }
}

@media only screen and (max-width : 576px){
.logo{
    width: 80px !important;
}

    .bothHead{
        font-size: 36px !important;
    }
.tag,.subHead,.content{
    text-align: center;
}

    .subHead{
        font-size: 32px;
        line-height: 38px
    }

    .content{
        font-size: 16px;
        line-height: 26px;

    }

    .caption{
        font-size: 16px;
        line-height: 26px;
    }
   /* footer */
   .footerTop h2{
    font-size: 32px;
}
.footerJoin{
    width: 100%;
}
.footerInfo{   
    /* justify-content: flex-start;  */
    gap: 10px;
}
.footerNav a{
    margin: 0 4px;
    font-size: 15px;
}
.footerContent{
    padding: 20px;
}
.wrapper{
    order: 1;
}
.wrapper .buttons {
    width: 40px !important;
    padding: 0 10px !important;
}

.wrapper .buttons:hover {
    width: 40px !important;
    padding: 0 10px !important;
}

.wrapper .buttons .text {
    display: none !important;
}

   
}