
@font-face {
    font-family: Lato-R;
    src: url(./fonts/Lato-Regular.ttf);
}

@font-face {
    font-family: Lato-SB;
    src: url(./fonts/Lato-Semibold.ttf);
}

@font-face {
    font-family: Lato-B;
    src: url(./fonts/Lato-Bold.ttf);
}




/* Footer */
.fourth-sec{
    background: #000;
    padding-bottom: 70px;
    padding-top: 57px;
}
.subscriber{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 15px;
}
.subscriber input{
    height: 45px;
    border: none;
    border-radius: 0;
    padding-left: 20px;
    font-family: 'Lato', sans-serif;
}
.subscriber input::placeholder{
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 1.3px;
    color:#999999;
}
.subscriber input:focus-visible{
    outline: none;
}
.fourth-sec .cat-container{
    padding: 0px 115px;
}
.fourth-sec .common-title{
    margin-bottom: 40px;
}
.privacy-policy{
    color: #fff;
    font-size: 12px;
    line-height: 18px;
}
.privacy-policy label{
    padding-left: 8px;
    font-family: Lato-R;
}
.policy-tick{
    display: flex;
    align-items: center;
}
.terms-submit button{
    width: 146px;
    height: 46px;
    color: #fff;
    background: #E37222;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    font-size: 15px;
    line-height: 16px;
    letter-spacing: 1.5px;
}
.terms-submit button:hover{
    border: 1px solid #E37222;
    color: #E37222;
    background: transparent;
}
.terms-submit{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    column-gap: 15px;
}
.privacy-policy p{
    margin-top: 5px;
    padding-left: 5px;
}

.fifth-sec{
    background-color: rgba(0, 0, 0, 0.86);
    padding-top: 29px;
    padding-bottom: 85px;
}
.video-sec-front{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 35px;
    margin-top: 33px;
}
.video-sec-front iframe{
    width: 100% !important;
}





.sixth-sec{
    padding-top: 50px;
    padding-bottom: 86px;
}
.sixth-sec .common-title{
    padding-bottom: 30px;
}
.sixth-sec .news-blogs{
    display: grid;
    justify-content: space-between;
    column-gap: 29px;
    grid-template-columns: 1fr 1fr 1fr;
}
.sixth-sec .each-blogs img{
    max-height: 230px;
}
.sixth-sec .each-blogs img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
h4.blog-title{
    font-size: 20px;
    line-height: 32px;
    font-family: Lato-R;
    color: #555555;
    margin-top: 10px;
    margin-bottom: 3px;
    transition: 0.4s;
}
h4.blog-title:hover{
    color: #E37222;
}
p.blog-date {
    font-size: 14px;
    line-height: 32px;
    color: #999999;
    margin-bottom: 8px;
}
.blog-content p{
    font-size: 15px;
    line-height: 24px;
    color: #111111;
    margin-bottom: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
a.read-more{
    color: #fff;
    background: #E37222;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    font-size: 11px;
    line-height: 26px;
    letter-spacing: 1.1px;
    text-align: center;
    padding: 5.5px 16px;
    border: 1px solid #E37222;
    font-family: Lato-R;
}
a.read-more:hover{
    color: #E37222;
    background: transparent;
}
.each-testimonials p{
    text-align: center;
    max-width: 860px;
    margin: auto;
    font-size: 18px;
    line-height: 32px;
    color: #777777;
}
.testimonial-slider{
    margin-top: 15px;
    position: relative;
}
.testimonial-slider::after{
    position: absolute;
    top: -38px;
    right: 0;
    content: '';
    width: 66px;
    height: 66px;
    background-image: url('./images/coma-left.svg');
    z-index: 9;
    background-size: cover;
    background-position: center;
}
.testimonial-slider::before{
    position: absolute;
    top: -38px;
    left: 0;
    content: '';
    width: 66px;
    height: 66px;
    background-image: url('./images/coma-left.svg');
    z-index: 9;
    transform: rotate(180deg);
    background-size: cover;
    background-position: center;
}
.testimonial-slider {
    padding: 0px 140px;
}
.each-testimonials{
    background-color: #fff;
}
.sixth-sec .cat-container{
    position: relative;
}
.full-blog-btn{
   position: absolute;
   top: 17px;
   right: 15px; 
}
.full-blog-btn a{
    font-size: 14px;
    line-height: 32px;
    font-family: Lato-R;
    color: #888888;
}
.full-blog-btn a:hover{
    color: #E37222;
}

/* footer */
.footer-logo{
    text-align: center;
}
.footer-logo img{
    width: 178px;
    filter: brightness(0);
    height: 100%;
}
.footer-bottom{
    background-color: #111;
    color: #fff;
    padding-top: 62px;
    padding-bottom: 80px;
}
ul.footer-lists li{
    font-size: 15px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 8px;
    font-family: Lato-R;
}
ul.footer-lists li a{
    font-size: 15px;
    color: #fff;
    line-height: 24px;
    font-family: Lato-R;
}
ul.footer-lists li a:hover{
    color: #E37222;
}
.footer-bottom h3{
    font-size: 20px;
    line-height: 32px;
    color: #E37222;
    padding-bottom: 30px;
    font-family: Lato-R;
}
.footer-menu-col{
    width: fit-content;
}

.affiliated-parters{
    display: flex;
    max-width: 552px;
    margin: auto;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 50px;
    row-gap:30px;
}
.each-parters {
    width: 21%;
}
.cat-partners{
    margin-top: 24px;
    padding-bottom: 50px;
}
.cat-partners .common-title{
    margin-bottom: 30px
}
.share-options{
    display: flex;
    align-items: center;
    column-gap: 18px;
    margin-top: 38px;
    margin-bottom: 56px;
}
.share-options img{
    width: 20px;
    height: 25px;
    object-fit: contain;
    cursor: pointer;
    transition: 0.4s;
}
.share-options img:hover{
    filter: brightness(110);
}
.footer-lists.contact-details{
    margin: 30px 0px;
}

.search-bar{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1a1918;
    z-index: 9999;
}



/* Home Page */


.hero-banner{
    min-height: 772px;
    height: 100%;
}
.banner-slider img{
    width: 100%;
    height: 100%;
    max-height: 772px;
    object-fit: cover;
}
.banner-slider .slick-prev{
    left: 15px;
    z-index: 9;
    top: 0;
    bottom: 0;
    font-size: 0px;
    position: absolute;
}
.banner-slider .slick-next{
    right: 70px;
    z-index: 9;
    top: 0;
    bottom: 0;
    font-size: 0px;
    position: absolute;
}
.banner-slider .slick-arrow{
    background-color: transparent;
    border: none;
}
.banner-slider .slick-prev::before{
    width: 50px;
    height: 50px;
    background-image: url(./images/arrow-left.png);
    position: absolute;
    content: '';
    background-size: cover;
    background-position: center;
    cursor: pointer;
}
.banner-slider .slick-next::before{
    width: 50px;
    height: 50px;
    background-image: url(./images/arrow-left.png);
    position: absolute;
    content: '';
    background-size: cover;
    background-position: center;
    cursor: pointer;
    transform: rotate(180deg);
}
.first-sec h3{
    font-size: 39px;
    line-height: 50px;
    text-align: center;
    font-family: Lato-SB;
    text-transform: uppercase;
}
.first-sec h1{
    font-size: 64px;
    line-height: 76px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 70px;
    font-family: Lato-SB;
}
.first-sec{
    padding-top: 40px;
    padding-bottom: 85px;
}
.first-sec p{
    max-width: 865px;
    text-align: center;
    margin: auto;
    color: #777777;
    font-size: 18px;
    line-height: 32px;
}
p.first-para{
    margin-bottom: 40px;
}
.common-btn{
    width: 170px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E37222;
    margin: auto;
    margin-top: 30px !important;
    transition: 0.4s;
    font-family: Lato-SB;
}
.common-btn a{
    font-size:15px;
    line-height: 16px;
    color: #fff;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.common-btn:hover{
    background-color: transparent;
    border:1px solid #E37222;
}
.common-btn:hover a{
    color:#E37222;
}
.image-boxes{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 30px;
}
.image-boxes .box{
    max-height: 275px;
    position: relative;
}
.image-boxes .box::after{
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(1,0,0,0), rgba(0,0,0,0.6));
    position: absolute;
}
.image-boxes .box img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.image-boxes h4{
    text-transform: uppercase;
    font-size: 19px;
    line-height: 28px;
    color: #fff;
    position: absolute;
    bottom: 13px;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 3;
    font-family: 'Lato-B';
    transition: 0.4s;
}
h3.common-title{
    color: #E37222;
    font-size: 36px;
    line-height: 43px;
    font-family: Lato-R;
    text-align: center;
}
.third-sec p{
    font-size: 18px;
    line-height: 32px;
    color: #000;
    text-align: center;
    padding: 0px 60px;
    margin-top: 30px;
}
p.mobile-read{
    display: none;
}
.second-para.d-block{
    display: block;
}
.third-sec{
    padding-top: 90px;
    padding-bottom: 76px;
}
.conservation-boxes{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 55px;
    column-gap: 20px;
}
.conservation-boxes img{
    width: 60px;
    height: 65px;
    object-fit: contain;
}
.conservation-each-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 22px;
}
.conservation-each-box a{
    padding: 12px 3px;
    border: 3px solid #E37222;
    color: #E37222;
    background: transparent;
    font-size: 15px;
    line-height: 16px;
    letter-spacing: 1.5px;
    font-family: Lato-SB;
    text-align: center;
    width: 173px;
    text-transform: uppercase;
    cursor: pointer;
}
.conservation-each-box a:hover{
    background: #E37222;
    color: #fff;
}

.close-btn{
    font-size: 24px;
    color:#fff;
    cursor: pointer;
    font-family: Lato-SB;
}
.search-input{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
}
input.search-header{
    width: 80%;
    height: 50px;
    border-radius: 60px;
    padding-left: 15px;
    border: none;
}
input.search-header:focus-visible{
    outline: none;
}
.search-input button{
    height: 50px;
    width: 120px;
    border: none;
    background-color: #E37222;
    color: #fff;
    border-radius: 60px;
    cursor: pointer;
    font-size: 16px;
    line-height: 26px;
}
.cat-small-container{
    max-width: 850px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    column-gap: 55px;
    padding: 0 15px;
}
.medium-cat-container{
    max-width: 1030px;
    padding: 0 15px;
    margin: auto;
}


/* Memberships */

.title-sec{
    padding-top: 50px;
}
.cat-small-container{
    max-width: 850px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    column-gap: 55px;
    padding: 0 15px;
}
.cat-small-container .common-title, .cat-small-container .common-para{
    text-align: left;
}
p.b-color{
    color:#000 !important;
}
.mem-image-sec{
    width: 66%;
}
.cat-small-container .common-btn{
    margin: 0;
}
.image-content{
    padding-top: 115px;
}
.cat-small-container .common-para{
    padding-top: 15px;
}
.membership-boxes{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 25px;
}
.membership-image-cont{
    max-height: 232px;
    height: 100%;
    position: relative;
}
.membership-image-cont::after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(1,0,0,0), rgba(0,0,0,0.6));
    position: absolute;
}

.membership-image-cont img{
    height: 100%;
}
.membership-title{
    position: absolute;
    bottom: 10px;
    text-align: center;
    left: 0;
    right: 0;
    font-size: 17px;
    line-height: 26px;
    color: #fff;
    font-family: lato-B;
    z-index: 1;
}
section.membership-box{
    padding-top: 90px;
    padding-bottom:95px;
}
p.common-para {
    max-width: 865px;
    text-align: center;
    margin: auto;
    color: #777777;
    font-size: 18px;
    line-height: 32px;
}

h3.common-title{
    color: #E37222;
    font-size: 36px;
    line-height: 43px;
    font-family: lato-R;
    text-align: center;
}

.medium-title{
    font-size: 39px;
    line-height: 50px;
    text-align: center;
    font-family: lato-SB;
}
.big-title{
    font-size: 64px;
    line-height: 76px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 70px;
    font-family: lato-SB;
    text-transform: uppercase;
}
.common-banner {
    width: 100%;
    height: 772px;
    background-image: url(../images/bg.png);
    background-size: cover;
    background-position: center;
}
.common-banner img{
    height: 100%;
    width: 100%;
    object-fit: cover
}
.mem-image-sec img{
    width: 100%;
    object-fit: cover;
}
.membership-image-cont img{
    width: 100%;
    object-fit: cover;
}

/* Membership single */

.apex-member-club .common-title {
    padding-bottom: 50px;
    padding-top: 75px;
}
.apex-member p.common-para{
    text-align: center;
}
.apex-member {
    padding-top: 80px;
}
.club p{
    font-size: 15px;
    line-height: 24px;
    color: #111111;
    margin-bottom: 20px;
}
.club-listing .club svg {
    margin-bottom: 30px;
    width: 40px;
}
.club-listing {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 85px;
}
.club-listing .club {
    text-align: center;
}
.join-today-membership {
    padding: 80px 0px;
}
.join-cat {
    display: grid;
    grid-template-columns: 35.5% 1fr;
    column-gap: 45px;
    align-items: end;
}
.text-align-adjst {
    text-align: left !important;
}
p.join-para {
    max-width: 580px;
    font-size: 18px;
    line-height: 32px;
    color: #777777;
    padding-top: 53px;
    padding-bottom: 30px;
}
p.join-price {
    font-size: 18px;
    line-height: 32px;
    font-family: Lato-B !important;
    color: #000000;
}
.join-btn {
    padding: 14px 44px;
    width: fit-content;
    background-color: #E37222;
    border: 1px solid #E37222;
    transition: 0.4s;
    margin-top: 20px;
    text-align: center;
}
.join-btn a {
    font-size: 15px;
    line-height: 16px;
    color: #fff;
    font-family: lato-SB;
    letter-spacing: 1.5px;
}
.lion-image {
    height: 100%;
}
.lion-image img{
    height: 100%;
    width: 100%;
}
.join-btn:hover {
    background-color: transparent;
}
.join-btn:hover a {
    color: #E37222;
}

/* Experience */

.banner-bottom-ext {
    padding: 99px 0px;
}
.experience-list {
    padding-bottom: 50px;
}
h4.exp-title {
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    font-size: 20px;
    line-height: 31px;
    font-family: lato-B;
    text-align: center;
    color: #fff;
    z-index: 1;
}
.experience-boxes {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    justify-content: center;
    row-gap: 120px;
}
.each-exp-box {
    width: 23%;
}
.exp-image-cont {
    position: relative;
    max-height: 274px;
    height: 100%;
}
.exp-image-cont img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.exp-image-cont::after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(1,0,0,0), rgba(0,0,0,0.6));
    position: absolute;
}


