/* Theme Name: Tembo Financial
Author: Sunil UI Developer
Version: 1.0.0
Primary Use : Tembo Financial*/

/*===== Global CSS start here=======*/
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');
/*@font-face {
  font-family: TrajanPro-Regular;
  src: url(../../assets/fonts/TrajanPro-Regular.otf);
}

@font-face {
  font-family: TrajanPro-Bold;
  src: url(../../assets/fonts/TrajanPro-Bold.otf);
}*/

html {
  scroll-padding-top: 120px;
}

* {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a:hover,
a:focus {
    text-decoration: none;
    box-shadow: none;
}

button:focus {
    text-decoration: none;
    box-shadow: none;
}

img {
  border: none;
  max-width: 100%;
}

a {
    transition: 0.4s all ease-in-out;
    text-decoration: none;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
     font-family: "Lexend", sans-serif;
    overflow-x: hidden;
}

h1 {
    font-size: 40px;
    line-height: 50px;
}

h2 {
    font-size: 36px;
    line-height: 48px;
}

h3 {
    font-size: 28px;
    line-height: 1.25;
    letter-spacing: -.02em;
}

h4 {
    font-size: 22px;
    line-height: 32px;
}

h5 {
    font-size: 18px;
    line-height: 24px;
}

h6 {
    font-size: 16px;
    line-height: 26px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}
.padd-50 {
    padding: 50px 0;
}
body{
    color: #432e02;
}


/*===== Global CSS end  here=======*/

/*=====Header sec css start here====*/
header.header {
    background: #ffffff;
    transition: all 0.5s;
    z-index: 997;
    padding: 5px 0;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    border-bottom: 2px solid #442e08;
}
.thm-btn {
    background: #eeb75d;
    color: #000;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 16px;
}

.thm-btn:hover {
    background: #e9a83e;
    color: #fff;
}
.main-nav ul li a {
    color: #442e08 !important;
    font-weight: 700;
    font-size: 18px;
    padding: 0 25px !important;
    border-right: 2px solid #fff;
    text-transform: uppercase;
}
.main-nav ul {
    margin-left: auto;
    margin-right: 10px !important;
}
.main-nav ul li a:hover {
    color: #eeb75d !important;
}

.main-nav ul li:last-child a {
    border: navajowhite;
}
/*=====Header sec css end  here====*/

/*=====Banner sec css start here====*/
section.banner-sec {
    display: flex;
    align-items: center;
    padding: 50px 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    padding-bottom: unset;
}
.banner-text h1 {
    color: #3b3939;
    font-weight: 800;
    font-size: 75px;
    line-height: 75px;
    white-space: pre-line;
    background: linear-gradient(45deg, #da9637, #f1ca5f, #be6a1e, #da9637, #f1ca5f, #da9637, #be6a1e, #f1ca5f, #da9637, #be6a1e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.banner-text  h2 {
    font-weight: 600;
    color: #fff;
    margin-bottom: 50px;
    font-size: 26px;
    text-transform: uppercase;
}
.theme-btn {
    height: 60px;
    line-height: 56px;
    float: left;
    color: #fff;
    font-size: 14px;
    border-radius: 6px;
    font-weight: 600;
    padding-bottom: 10px;
    position: relative;
    border: 2px solid #d99639;
    padding: 0 40px;
    box-shadow: 0 0 2px #d99639;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}


.theme-btn:hover {
    background: #eeb75d;
    color: #fff;
}
/* section.banner-sec:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #111313ed 40%, rgba(16, 195, 23, 0) 100%);
} */

section.banner-sec .container {
    position: relative;
}
/*=====Banner sec css end here*/


/*======runway-sec css start here=====*/
.runway-text h3 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 40px;
    text-transform: uppercase;
}

.runway-text h4 {
    text-transform: uppercase;
    font-size: 30px;
    background: linear-gradient(45deg, #da9637, #f1ca5f, #be6a1e, #da9637, #f1ca5f, #da9637, #be6a1e, #f1ca5f, #da9637, #be6a1e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 600;
}

.runway-info {
    margin-top: 30px;
}

.runway-info h5 {
    font-weight: 600;
}

.runway-info p {
    color: #403e3e;
    font-weight: 400;
    line-height: 25px;
    font-size: 16px;
}
.runway-about-img img {
    height: 710px;
    object-fit: cover;
    border-radius: 5px;
}

/*======runway-sec css end here=====*/

/*=====amenities sec css start here====*/
section.buildings-img img {
    width: 100%;
    /* filter: contrast(1000%); */
}
.black-bg {
    background: #432e02;
}
.amenities-box {
    text-align: center;
    margin-top: 0;
}

.amenities-box h3 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin: 20px 0 0;
}

.amenities-sec .col-md-4.col-lg-2:last-child {
    border: none;
}
.title span {
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.title h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 40px;
    text-transform: uppercase;
}
.amenities-sec .col-md-4.col-lg-2 {
    border-right: 1px solid #ffffff3d;
}

.amenities-sec .title {
    margin-bottom: 80px !important;
}
/*=====amenities sec css end  here====*/

/*=====central sec css start here=====*/
.location-text h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 40px;
    text-transform: uppercase;
}

.location-text h3 {
    text-transform: uppercase;
    font-size: 28px;
    background: linear-gradient(45deg, #da9637, #f1ca5f, #be6a1e, #da9637, #f1ca5f, #da9637, #be6a1e, #f1ca5f, #da9637, #be6a1e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 600;
}

.location-text ul li {
    padding-bottom: 15px;
    color: #403e3e;
    font-weight: 500;
    line-height: 25px;
    font-size: 16px;
    list-style: disc;
}

.location-text ul {
    margin-top: 15px;
    padding-left: 20px;
}
.central-img img {
    height: 570px;
    object-fit: cover;
    border-radius: 5px;
}
/*=====central sec css end  here=====*/

/*=====About Us sec css start here====*/
.about-text h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 40px;
    text-transform: uppercase;
    color: #432e02;
}

.about-text h3 {
    text-transform: uppercase;
    font-size: 30px;
    background: linear-gradient(45deg, #da9637, #f1ca5f, #be6a1e, #da9637, #f1ca5f, #da9637, #be6a1e, #f1ca5f, #da9637, #be6a1e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 600;
    margin-bottom: 20px;
}

.about-text p {
    color: #403e3e;
    font-weight: 400;
    line-height: 30px;
    font-size: 16px;
}
.about-info img {
    border-radius: 10px;
}
.highlights-text h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 40px;
    text-transform: uppercase;
}

.highlights-text h3 {
    text-transform: uppercase;
    font-size: 30px;
    background: linear-gradient(45deg, #da9637, #f1ca5f, #be6a1e, #da9637, #f1ca5f, #da9637, #be6a1e, #f1ca5f, #da9637, #be6a1e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 600;
}

.highlights-text ul {
    margin-top: 20px;
    padding-left: 20px;
}

.highlights-text ul li {
    padding-bottom: 15px;
    color: #403e3e;
    font-weight: 500;
    line-height: 25px;
    font-size: 16px;
    list-style: disc;
}
/*=====About Us sec css end here====*/

/*=====Highlights sec css start here===*/
.highlights-img {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 0;
    gap: 20px;
}

.highlights-img > div {
    width: 48%;
}

.highlights-img img {
    width: 100%;
    border-radius: 10px;
}

.highlights-img .highlights-img1 img {
    height: 600px;
    object-fit: cover;
}

.highlights-img2 img {
    height: 600px;
    object-fit: cover;
}
.studio-text h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
    line-height: 30px;
}
.studio-text p {
    line-height: 25px;
    margin-bottom: 10px;
}
/*=====Highlights sec css end  here===*/

/*======overview sec css start here====*/
.overview-sec .title h2 {
    margin-bottom: 5px;
}

.overview-sec .title h3 {
    text-transform: uppercase;
    font-size: 22px;
    background: linear-gradient(45deg, #da9637, #f1ca5f, #be6a1e, #da9637, #f1ca5f, #da9637, #be6a1e, #f1ca5f, #da9637, #be6a1e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 600;
}

.overview-sec .title p {
    color: #403e3e;
    font-weight: 400;
    line-height: 25px;
    font-size: 16px;
}
.photos-grid-container {
     height: auto;
     display: grid;
     grid-template-columns: 1fr 1fr;
     grid-template-rows: 1fr;
     grid-gap: 0;
     align-items: start;
     margin-top: 50px;
}
 @media (max-width: 580px) {
     .photos-grid-container {
         grid-template-columns: 1fr;
    }
    .desktop-only{
        display: none !important;
       
    }
    .mobile-only{
        display: block !important;
    }
}
 .photos-grid-container .img-box {
     border: 1px solid #fff;
     position: relative;
}
 .photos-grid-container .img-box:hover .transparent-box {
     background-color: rgba(0, 0, 0, 0.6);
}
 .photos-grid-container .img-box:hover .caption {
     transform: translateY(-5px);
}
 .photos-grid-container img {
     max-width: 100%;
     display: block;
     height: auto;
}
 .photos-grid-container .caption {
     color: white;
     transition: transform 0.3s ease, opacity 0.3s ease;
     font-size: 1.5rem;
}
 .photos-grid-container .transparent-box {
     height: 100%;
     width: 100%;
     background-color: rgba(0, 0, 0, 0.5);
     position: absolute;
     top: 0;
     left: 0;
     transition: background-color 0.3s ease;
     display: flex;
     justify-content: center;
     align-items: center;
}
 .photos-grid-container .main-photo {
     grid-row: 1;
     grid-column: 1;
}
 .photos-grid-container .sub {
     display: grid;
     grid-template-columns: 1fr 1fr;
     grid-template-rows: 1fr 1fr;
     grid-gap: 0em;
}
 .photos-grid-container .sub:nth-child(0) {
     grid-column: 1;
     grid-row: 1;
}
 .photos-grid-container .sub:nth-child(1) {
     grid-column: 2;
     grid-row: 1;
}
 .photos-grid-container .sub:nth-child(2) {
     grid-column: 1;
     grid-row: 2;
}
 .photos-grid-container .sub:nth-child(3) {
     grid-column: 2;
     grid-row: 2;
}
 .hide-element {
     border: 0;
     clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
     clip: rect(1px, 1px, 1px, 1px);
     height: 1px;
     margin: -1px;
     overflow: hidden;
     padding: 0;
     position: absolute;
     width: 1px;
}
 @media screen and (min-width: 1280px) {
     .container {
         margin: 0 auto;
         width: 1250px;
    }
}


/*======overview sec css end  here====*/

/*======navigation sec css start here==*/
.group-content {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.navigation-container {
    background-color: #eeb75d;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px 15px;
    border-radius: 5px;
}
.navigation-icon {
    color: #333;
    font-size: 30px;
    /* transform: rotate(-43deg); */
    margin: 0 15px;
    position: relative;
    top: 0;
}
.location-text-info h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 40px;
    text-transform: uppercase;
    color: #fff;
}

.location-text-info h4 {
    text-transform: uppercase;
    font-size: 30px;
    background: linear-gradient(45deg, #da9637, #f1ca5f, #be6a1e, #da9637, #f1ca5f, #da9637, #be6a1e, #f1ca5f, #da9637, #be6a1e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 600;
    margin-bottom: 20px;
}

.navigation-container h2 {
    font-size: 20px;
    text-align: center;
    color: #000;
    margin-bottom: 0;
    font-weight: 500;
}

.map-content p {
    color: #fff;
    font-weight: 400;
    line-height: 30px;
    font-size: 16px;
}
/*======navigation sec css end here==*/

/*======counter sec css start here==*/
.counter-box {
    text-align: center;
    background: #432e02;
    padding: 16px;
    border-radius: 5px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 30px;
}

.counter-box h2 {
    font-weight: 800;
    font-size: 70px;
    line-height: 65px;
    margin-bottom: 10px;
    color: #fff;
}

.counter-box span {
    text-transform: uppercase;
    font-size: 18px;
    background: linear-gradient(45deg, #da9637, #f1ca5f, #be6a1e, #da9637, #f1ca5f, #da9637, #be6a1e, #f1ca5f, #da9637, #be6a1e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 600;
    line-height: 30px;
}
/*======counter sec css end  here==*/
/*=========footer sec css start here======================*/
footer {
    box-shadow: 2px 1px 13px #ccc;
    padding: 50px 0;
    background: #ffffff;
}

.about-footer img {
    width: 50px;
}

.about-footer p {
    padding: 10px 0px;
    color: #442e08;
    font-weight: 400;
    font-size: 16px;
}

.foter-social ul {
    display: flex;
    justify-content: flex-end;
}

.foter-social ul li {
    padding-left: 45px;
}

.foter-social ul li a {
    font-size: 35px;
    color: #fff;
}

.foter-social {
    text-align: right;
    margin-top: 30px;
}

.foter-social h4 {
    color: #442e08;
    font-weight: 500;
    font-size: 20px;
}
.add-footer p {
    color: #442e08;
}
.add-footer.text-right {
    text-align: right;
}
.go-top.active {
    -webkit-transform: translateY(-95%);
    transform: translateY(-95%);
    opacity: 1;
    visibility: visible;
    right: 3%;
    top: 97%;
}
.go-top {
    position: fixed;
    cursor: pointer;
    top: 87%;
    right: -10%;
    background-color: #eeb75d;
    z-index: 4;
    width: 45px;
    text-align: center;
    height: 55px;
    line-height: 45px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
}
.go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    z-index: -1;
    background-color: #FF8D00;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;
}
.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #000;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 26px;
}
.go-top i:last-child {
    /* opacity: 0; */
    visibility: hidden;
    top: 60%;
}
.whatsapp_float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    line-height: 60px;
    left: 20px;
}
.whatsapp_float:hover {
    color: #fff;
}
/*=========footer sec css end  here======================*/

/*=========lead form sec css start here======*/
#form-modal .modal-dialog {
    max-width: 600px !important;
}
#form-modal .modal-header {
    background: #432e02;
    color: #fff;
    text-align: center;
}
#form-modal .modal-header h5 {
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
    background: linear-gradient(45deg, #da9637, #f1ca5f, #be6a1e, #da9637, #f1ca5f, #da9637, #be6a1e, #f1ca5f, #da9637, #be6a1e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 600;
}

#form-modal .modal-header .btn-close {
    color: #fff;
    opacity: 1;
    filter: brightness(0) invert(1);
}
.field label {
    font-weight: 500;
    font-size: 15px;
    display: block;
    margin-bottom: 5px;
}

.field  input, .field  select {
    border-radius: 0;
    padding: 10px 15px;
    color: #000;
    font-size: 16px;
}
.field  input:focus, .field  select:focus{
    outline: none;
    box-shadow: none;
}

.field {
    margin-bottom: 10px !important;
}

.field input::placeholder {
    color: #000;
}

.submit-btn {
    background: #eeb75d;
    color: #000;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    border: none;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
}

.submit-btn:hover {
    background: #e9a83e;
    color: #fff;
}


#form-modal .modal-header .btn-close:focus {
    box-shadow: none;
    outline: none;
    border: none;
}
        .error-message {
            color: red;
            font-size: 12.6px;

        }
.error {
    font-size: 14px;
    color: #ff0000 !important;
    font-weight: 400 !important;
    margin: 0 !important;
}
.form-control.error, .form-select.error {
    border-color: #ff0000 !important;
}


.amenities-icon{
    width: 70px;
}

.desktop-only{
    display: block;
    height: 100vh;
    width: 100vw;
}
.mobile-only{
    display: none;
}


/* Initially hide the more-content and show it only when .expanded is added */
/* By default, keep .more-content visible on larger screens */
.more-content {
    display: block;
  }
  
  /* Mobile-specific styles */
  @media (max-width: 768px) {
    /* Hide .more-content initially on mobile */
    .more-content {
      display: none;
    }
  
    /* Show .more-content when .expanded class is added on mobile */
    .about-text.expanded .more-content {
      display: block;
    }
  
    /* Display the Read More button only on mobile devices */
    .read-more-btn {
      display: block;
      margin-top: 15px;
      background-color: #432e02;
      color: white;
      border: none;
      padding: 8px 16px;
      cursor: pointer;
      font-size: 16px;
      border-radius: 4px;
    }
  }
  
  /* Hide the Read More button on larger screens */
  @media (min-width: 769px) {
    .read-more-btn {
      display: none;
    }
  }
  
.custom-toggler {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='black' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/*=========lead form sec css end  here======*/