/* General Styles */

:root {
    --yellow: #D0A92B;
    --bold:"Oswald-Bold";
   --medium:"Oswald-Medium";
   --semiBold:"Oswald-SemiBold";
    --rubik:"Rubik-Regular";
    --rubikMedium:"Rubik-Medium";
    --monsterrat:"Monsterrat-Regular";
}


* {
    margin: 0;
    padding: 0;
    font-family: 'Oswald-Regular';
   color: #FFF;
}

a{
    text-decoration: none;
    color: inherit;
}

body {
    background: #000;
}

input:focus{
    outline: none;
}

h1,h2,h3,h4,h5,h6{
    margin: 0 !important;
}
 ul{
    margin: 0;
 }

button{
    cursor: pointer !important;
}

/* h1 */
.heroHead{
font-size: 75px;
line-height: 85px;
font-family: var(--semiBold);
letter-spacing: .5PX;
}

/* h2 */
.heading{
font-size: 48px;
line-height: 58px;
font-family: var(--medium);
letter-spacing: .5px;
}

/* h4 */
.subHead{
 font-size: 35px;
 line-height: 45px;
 font-family: var(--medium);
}

/* h5 */
.title{
    font-size: 16px;
    letter-spacing: .5px;
    font-family: var(--rubikMedium);
    color: #D6D1D1;
}

/* h6 */
/* p */
.content,.caption{
font-family: var(--rubik);
font-size: 20px;
line-height: 28px;
color: #D6D1D1;
}

.plxBtn{
    background: linear-gradient(270deg, #F3C85A 0%, #DB9E29 100%);
    border: none;
    color: #FFF;
    padding: 12px 24px;
    border-radius: 5px;
    font-size: 17px;
    font-family: var(--medium);
    border: 1px solid #DB9E29;
}

.plxBtn:hover{
    background:transparent ;
    
}

/* ==HEADER=== */
.headerSec,.footerSec{
    background: #252525 !important;
    /* border-bottom: 1px solid #FFF; */
}

.plxlogo{
    width: 80%;
}

.navBar ul{
    list-style: none;
}



.navBar ul li{
    display: inline;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    font-family: var(--semiBold);
}

.navBar ul li.active {
    position: relative; 
    color: white;
   
}

.navBar ul li.active::after {
    content: "";
    position: absolute;
    top: -23px;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: var(--yellow);
}

.bookBtn{
    border: 1px solid #FFF;
    background-color: transparent;
    padding: 10px 30px;
    border-radius: 10px;
    font-family: var(--rubikMedium);
    font-size: 14px;
}

.bookBtn:hover {
   border:1px solid transparent;
   background: linear-gradient(90deg, #DEA72B 3.13%, #F3C85A 100%) !important;
    transition: all 0.3s ease-out !important;
}

/* ===FOOTER=== */

.footerSec{
    padding: 80px 0px;
}

.footContent{
    width: 55%;
}

.footContent h6{
    font-size: 25px;
  font-family: var(--medium);
}

.footerSec p{
    font-family: var(--rubik);
    color: #D6D1D1;

}

.footContent p{
    font-family: 18px;
}

.footIcons{
    display: flex;
    gap: 20px;
    cursor: pointer;
}

.footIcons i{
    font-size: 25px;
}

.footLinks ul{
    list-style: none;
    padding-left: 0;
}

.footLinks ul li{
margin-bottom: 15px;
font-size: 18px;
letter-spacing: .5px;
}

.footLinks ul li:hover{
    color: var(--yellow);
}

.footLinks h5{
    font-size: 24px;
    font-family: var(--medium);
}

.footSub h3{
    font-size: 35px;
    font-family: var(--medium);
}

.footInp input{
    border: none;
    padding: 10px;
 /* background-color: #FFF; */
 width: 70%;
 border-radius: 5px;
 height: 40px;
 color: black;
}

.footInp input::placeholder{
    font-family: var(--rubik);
}

.footInp input::placeholder,.footInp button{
    font-size: 15px;
}

input:focus{
    outline: none;
}

.footInp button{
    background-color: #000;
    color: #FFF;
    border: none;
    padding: 10px 25px;
    border-radius: 5px;
    height: 42px;
}




/* PHONE NAV */


    /* 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;
    }


   

@media only screen and (min-width : 1400px) {}

@media only screen and (max-width: 1400px) and (min-width : 1200px) {
     /* ===HOME=== */

     .heroHead{
        font-size: 55px;
        line-height:65px;
    }

    .content{
        font-size: 18px;
        line-height: 28px;

    }

    
    .footInp{
        display: flex;
        gap: 5px;
    }

    .footSub h3{
        font-size: 30px;
    }
   
}

@media only screen and (max-width: 1200px) and (min-width : 992px) {
    /* ===HOME=== */

    .heroHead{
        font-size: 50px;
        line-height:60px;
    }

    .content{
        font-size: 18px;
        line-height: 28px;

    }

     /* ==HEADER=== */

     .bookBtn{
        padding: 10px 10px;
        font-size: 13px;
    }

    /* ==FOOTER== */
    .footContent{
        width: 90%;
    }

    .footInp{
        display: flex;
        gap: 8px;
      
    }

    .footSub h3{
        font-size: 30px;
    }

    .footerSec img{
        width: 55%;
    }
}

@media only screen and (max-width: 992px) and (min-width : 768px) {
    .center{
        text-align: center;
    }

    .heroHead{
        font-size: 45px;
        line-height:50px;
        text-align: center;
    }

    .content{
        font-size: 17px;
        line-height: 27px;
    }


    .heading{
        font-size: 40px;
        line-height: 50px;
    }

    .subHead{
        font-size: 24px;
        line-height: 34px;
    }

    /* ==FOOTER== */
    .footContent{
        width: 90%;
    }

    .footInp{
        display: flex;
        gap: 8px;

    }

    .footSub h3{
        font-size: 25px;
    } 
    
   .footSub{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
   }

   .footerSec img{
    width: 60%;
}
   
}

@media only screen and (max-width: 768px) {
    .center{
        text-align: center;
    }

    .heroHead{
        font-size: 45px;
        line-height:50px;
        text-align: center;
    }

    .content{
        font-size: 17px;
        line-height: 27px;

    }

    .heading{
        font-size: 40px;
        line-height:50px;
        text-align: center;
    }

    .full{
        width: 100% !important;
    }
}

@media only screen and (max-width:576px){
.heroHead{
    font-size: 35px;
    line-height:45px;
    text-align: center;
}

.content{
    font-size: 16px;
    line-height: 26px;
    /* text-align: center; */
}

.heading{
    font-size: 35px;
    line-height: 45px;
    text-align: center;
}

.subHead{
    font-size: 28px;
    line-height: 38px;
}



.full{
    width: 100% !important;
}


/* ===FOOTER=== */

.footerSec{
    padding: 50px 0px;
}

.footerSec svg{
    height: 35px;
    width: 35px;
}

.footSub h3,.footLinks h5,.footContent h6{
    font-size: 20px !important;
}

.footInp {
display: flex;
gap: 5px;
}

.footerSec img{
    width: 50%;
}

}