 @import url('https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&amp;display=swap');
/*
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Anek+Latin:wght@100..800&amp;display=swap');

@font-face {
    font-family: begum;
    /* src: url(../custom-font/Begum-Light.ttf); */
    src: url(../custom-font/Begum.woff);
    src: url(../custom-font/Begum.woff2);
 

    /* src: url(../custom-font/fonnts.com-Begum-Light.otf);
  src: url(../custom-font/fonnts.com-Begum-Medium.otf);
  src: url(../custom-font/fonnts.com-Begum-Semibold-.otf); */
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Philosopher", sans-serif;
    /* font-family: begum; */
    /* font-family: "Anek Latin", sans-serif; */
    font-size: 1rem;
    font-weight: 400;
    position: static !important;
    color: #000;
}


/* ///// */
  .active-btn {
    pointer-events: none;
    opacity: 0.8;
  }

  .iti--allow-dropdown {
    width: 100%;
  }

  .phone::placeholder {
    color: #888888;
    /* Change to your desired color */
  }

  .footer-form .iti .iti__country-container phone {
    border: none;
  }

  .iti__search-input {
    padding: 13px !important;
    font-size: 14px !important;
  }

  .iti__search-input {
    color: #000 !important;
    background-color: #fff !important;
    font-size: 14px !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  /* //// */

/* comman style  */

.popup_open .modal {
    display: block;
}

.section_title {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
}

.section_space {
    padding: 20px 0;
}


.bg-color {
    background: #f3eed891;


}

.bg-color-3 {
    background: #2f4f4f17;

}

/* comman style  */
header.header .logo img.header_logo {
    /* width: 138px; */
    filter: invert(1);
    transition: all 0.5s ease;
}
header.header.d-header .logo img.header_logo {
    filter:none;
    transition: all 0.5s ease;
}

header.header.sticky {
    padding: 10px 0;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background: #ffffff;
}

.header.d-header.sticky .logo img.header_logo {
    filter: invert(1);
}

header.sticky .logo img.header_logo {
    filter: brightness(0) invert(0)
}

header.header {
    padding: 30px 0;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;


}

header.header .inner-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
        position: relative;
}

.desktop_menu {
    position: fixed;
    right: 0;
    top: 0;
    text-align: center;
    background: #C9A485;
    background: #000;
    height: 100vh;
    padding: 20px 25px;
    z-index: 99;
    transform: translateX(100%);
    transition: all .6s cubic-bezier(.77, 0, .175, 1);
    width: 350px;
}

.menu_open .desktop_menu {
    transform: translateX(0);
}

.desktop_menu ul {
    list-style: none;
    padding: 0;
    margin: 30px 0 0 0;
}

.side_menu_logo a img {
    width: 120px;
    filter: invert(1);
}
.d-header .side_menu_logo a img {
    width: 120px;
    filter:none;
}

.side_menu_logo {
    border-bottom: 1px solid #fff;
    padding-bottom: 22px;
    margin-top: 40px;
}

.dasktop_contact a {
    padding: 1px 16px;
    letter-spacing: 0.5px;
    border: 1px solid #fff;
    transition: all .5s ease-in-out;
    padding: 8px 10px 5px 10px;
    /* background:#C9A485; */
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    font-size: 22px;
  font-weight: 600;
  color: #000;
  background: #fff;
}

.logo a {
    max-width: 120px;
    transition: all .5s ease-in-out;
}

.header.sticky .dasktop_contact a {
    border-color: #000;
}

.header.sticky .logo a {
    /* max-width: 100px; */
}

.desktop_menu ul li a {
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 1px;
    transition: all 0.5s ease-in-out;
    font-family: "Anek Latin", sans-serif;

}

.desktop_menu ul li a:hover {
    letter-spacing: 1.7px;
}

.desktop_menu ul li {
    margin: 20px;
}

.desktop_logo img {
    filter: invert(1);
}

.mobile_contact {
    /* display: none; */
}

.menu_close {
    color: #ffffff;
    font-size: 34px;
    position: absolute;
    right: 22px;
    top: 0;
    cursor: pointer;
}


header.header .header_right_side {
    display: flex;
    align-items: center;
    gap: 15px;
}


.mobile-banner {
    display: none;
}


section.banner-section {
    position: relative;
}

section.banner-section .banner_img {
    position: relative;
}

section.banner-section .banner_img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #00000063;
    top: 0;
    left: 0;
}

/* section.banner-section:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 28%;
    background: linear-gradient(360deg, rgb(12 22 40 / 63%) 0%, rgb(36 40 45 / 5%) 100%, rgb(148 187 233 / 36%) 100%);
    background: linear-gradient(360deg, rgb(12 22 40 / 63%) 0%, rgb(36 40 45 / 5%) 100%, rgb(148 187 233 / 36%) 100%);
    bottom: 0px;
} */

/* section.banner-section:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 28%;
  background: linear-gradient(180deg, rgb(12 22 40 / 63%) 0, rgb(36 40 45 / 28%) 64%, rgb(148 187 233 / 4%) 100%);
    top: 0;
} */
.banner_top_content {
    position: absolute;
    top: 114px;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    width: 70%;
    z-index: 2;
}

.banner-section .banner_img {
    height: 100vh;
    width: 100%;
}

.banner_img .desktop-banner {
    width: 100%;
    height: 100%;
}


.banner_top_content h2.banner_heading {
    text-transform: uppercase;
    font-size: 45px;
    margin: auto;
    margin-bottom: auto;
    font-weight: 400;
    color: #fff;
    line-height: 53px;
    margin-bottom: 9px;
    letter-spacing: 0.7px;
    font-family: begum;
}

.banner_top_content p.price_text {
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Anek Latin", sans-serif;
    font-size: 24px;
    letter-spacing: .5px;
    color: #fff;
    text-shadow: 2px 2px 20px black;
}

.banner_bottom_content p {
    text-align: center;
    color: #fff;
    text-shadow: 0px 1px 20px black;
    width: 80%;
    margin: auto;
    font-size: 22px;
    font-family: "Anek Latin", sans-serif;
}

.banner_bottom_buttons .b_button {
    text-decoration: none;
    color: #000;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 20px;
    border-radius:4px;
    background: #fff;
    font-family: "Anek Latin", sans-serif;
    letter-spacing: .5px;
}

.banner_bottom_buttons {
    margin-top: 20px;
    text-align: center;
    gap: 10px;
    display: flex;
        justify-content: center;
}

.banner_bottom_buttons .b_button.btn-2 img {
    width: 15px;
    transition: all .5s ease-in-out;
    filter: invert(1);
}

.banner_bottom_buttons .b_button.btn-2:hover img {
    filter: invert(1);
}

.banner_bottom_buttons .b_button.btn-2 {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
  background: #ffffff;
  color: #000000;
  border: 1px solid #fff;
}

.banner_bottom_buttons .b_button.btn-2:hover {
    background: #ffffff;
    color: #000000;
    border: 1px solid #fff;
}

.banner_bottom_buttons .b_button.btn-1 {
    border: 1px solid transparent;
    transition: all .5s ease-in-out;
}

.banner_bottom_buttons .b_button.btn-1:hover {
    background: transparent;
    color: #ffffff;
    border: 1px solid #fff;
}


.banner_bottom_content {
    position: absolute;
    left: 50%;
    bottom: 55px;
    transform: translate(-50%);
    z-index: 2;
}

section.overview {
    background: #000;
}

section.overview .section_title {
    color: #fff
}

section.overview .overview_sec_text {
    text-align: center;
    width: 80%;
    margin: 0 auto 30px auto;
    color: #fff;
    font-size: 20px;
    font-family: "Anek Latin", sans-serif;
    font-weight: 300;
    display: none;
}

section.overview .overview_inner ul {
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

section.overview .overview_inner ul li {
    line-height: 1;
    padding: 23px 27px 40px;
    background-color: #f3eed8;
    background-color: #e5e6e8;
    text-align: left;
    /* font-size: 25px; */
    font-size: 18px;
    line-height: 23px;
    border-radius: 0px;
    font-weight: 400;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 1px;
    color: #664d03;
    color: #000;
    background: #08241A;
    background: #fff;
    position: relative;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}

/* section.overview .overview_inner ul li:hover {
    transform: translateY(-6px);
    color: #fff;
    background: #000000ba;
    box-shadow: none;
    letter-spacing: .5px;
} */

/* section.overview .overview_inner ul li:after {
    position: absolute;
    width: 95px;
    height: 53px;
    background: #b8b8b8;
    content: "";
    right: -30px;
    bottom: -19px;
    transform: rotate(319deg);
    opacity: 0;
    transition: all 0.5s ease-in-out;
} */

/* section.overview .overview_inner ul li:hover:after {
    opacity: 1;
} */
section.overview .container .overview_inner {
    padding: 0 100px 0 100px;
}

section.overview .overview_btn,
section.typology .typology_btn {
    text-align: center
}

section.overview .overview_btn .btn-2,
section.typology .typology_btn .btn-2 {
    border: 1px solid #fff;
    transition: all .5s ease-in-out;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 40px;
    border-radius:4px;
    letter-spacing: .5px;
    background: transparent;
    color: #fff;
    margin-top: 20px;
    transition: all .5s ease-in-out;
    display: inline-block;
    font-family: "Anek Latin", sans-serif;
    font-weight: 400;
}

section.typology .typology_btn .btn-2 {
    border: 1px solid #000;
    color: #000;

}

section.overview .overview_btn .btn-2 img,
section.typology .typology_btn .btn-2 img {
    width: 20px;
    transition: all .5s ease-in-out;
}

section.typology .typology_btn .btn-2 img {
    filter: invert(1);
}

section.overview .overview_btn .btn-2:hover {
    background: #fff;
    color: #000;
}

section.typology .typology_btn .btn-2:hover {
    background: #000;
    color: #fff;
}

section.typology .typology_btn .btn-2:hover img {
    filter: inherit;
}

section.overview .overview_btn .btn-2:hover img {
    filter: invert(1);
}

section.overview .overview_inner ul li span {
    font-size: 20px;
    font-weight: 300;
    display: block;
    font-family: "Anek Latin", sans-serif;
    margin-top: 16px;
}

section.typology .typo_content {
    text-align: center;
    margin-top: 14px;
}

/* section.typology .typo_content h5 {
    text-transform: uppercase;
    font-size: 24px;
} */

section.typology .typo_content span {
    font-size: 16px;
    font-family: "Anek Latin", sans-serif;
}

section.typology .typo_content {
    text-align: center;
    margin-top: 14px;
}
section.typology .typo_content h5 a{
 text-decoration: none;
}
section.typology .typo_content h5 a span {
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 0;
    color: #000;
    font-family: "Philosopher", sans-serif;
}

section.typology .typo_content span {
    font-size: 14px;
    font-weight: 400;
}

/* ********************************* */
/* project list */
.project-image {
    position: relative;
}

.project-status {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #000000;
    padding: 5px 10px;
    color: #fff;
}
.project-diram {
  position: absolute;
  left: 50%;
  bottom: 0;
  background-color: #000000;
  padding: 5px 10px;
  color: #fff;
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  width: max-content;
  letter-spacing: 1.2px;
  font-family: "Anek Latin", sans-serif;
  font-size: 18px;
}

.project-content {
    /* background-color: #e6e6e6; */
    padding: 15px;
}

.project-content h2 {
    font-size: 20px;
    margin: 0 0 15px 0;
    /* font-weight: 600; */
}



.project-cnt-configuration img {
    margin-right: 5px;
}

.project-cnt-configuration {
    margin-bottom: 20px;
    font-size: 16px;
    font-family: "Anek Latin", sans-serif;
}

.common-btn .btn {
    width: 100%;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    font-family: "Anek Latin", sans-serif;
}

.project-item {
    margin: 0 0 20px 0;
    box-shadow: 2px 3px 9px 3px #80808045;
}



/* benifits  */




section.benefits .benefits_box {
    border: 1px solid #000;
    padding: 28px;
    transition: all 0.5s ease-in-out;
    min-height: 225px;
    width: 100%;
}

section.benefits .benefits_upper {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.benefits_content p {
    margin-bottom: 0;
    font-size: 16px;
    font-family: "Anek Latin", sans-serif;

}

section.benefits .benefits_upper img {
    width: 40px;
    height: auto;
    transition: all 0.5s ease-in-out;
}

section.benefits .benefits_box:hover img {
    filter: invert(1);
}

section.benefits .benefits_box:hover {
    /* background: #000;
    color: #fff; */
    color: #fff;
    background: #000;
}

section.benefits .benefits_upper h6 {
    font-size: 22px;
    font-weight: 600;
}

/* ********************************* */

section.about_developer .section_title {
    margin-bottom: 17px;
}

section.about_developer .about_developer_video_img {
    background-size: cover;
    background-position: center center;
    text-align: center;
    color: #ffffff;
    padding: 128px 0;
    filter: drop-shadow(2px 4px 6px black);
    height: 96%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.about_developer .developer-item {
    text-align: center;
    padding: 35px 0;
    background: #EDEDED;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-bottom: 20px;
    padding: 30px 20px 15px;
    height: 195px;
}

.about_developer .developer-item .developer-content {
    margin: auto;
}
.about_developer .developer-item .developer-content h3{
        font-size: 20px;
    margin-bottom: 5px;
}
.about_developer .developer-item p {
    font-family: "Anek Latin", sans-serif;
}

.about_developer .developer-item .devep_image img {
    width: 75px;
    height: auto;
}

/* .about_developer span.top_content {
    font-size: 35px;
    line-height: 50px;
} */

.about_developer_mobile-text {
    font-family: "Anek Latin", sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #000000;
    letter-spacing: 0.5px;
}

.about_developer.section_space.bg-white {
    padding: 20px 0 0;
}

footer.footer {
    background: #9f8019;
    background: #000;
    color: #e9ecef;
    text-align: center;
    padding: 15px 0;
    width: 100%;
    display: inline-block;
    /* margin-top: 30px; */
}

footer.footer p {
    color: #ffffff;
    font-family: "Anek Latin", sans-serif;
    margin: 0 0 10px 0;
    font-size: 14px;
    letter-spacing: .4px;
}

footer.footer ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: center;
}

footer.footer ul li {
    margin: 0 10px;
}

footer.footer ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .5px;

}

.mobile_cta {
    display: none;
}

.modal-button img {
    width: 55px;
    height: auto;
}

.language-transletor {
    position: absolute;
    right: 220px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    
}

header.header .logo .dropdown img {
    filter: brightness(1) invert(0);
}

/* modal popup style  */
.modal {
    display: none;
    position: fixed;
    z-index: 3;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
}

#myModalMasterPlan .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 35px;
    max-width: 450px;
    position: relative;
    border-radius: 5px;
    padding-top: 25px;
}

.close {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #c9c7c7d1;
    width: 33px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.formflag {
    display: none;
}

.modal-form {
    text-align: center;
}

#loader {
    display: none;
}

.modal-form h3 {
    font-size: 22px;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.input-group {
    margin-bottom: 20px;
    position: relative;
}

.input-group {
    margin-bottom: 14px;
    position: relative;
}

.modal-form .countryCode {
    position: absolute;
    height: 100%;
    border-radius: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
    color: #19407d;
    font-size: 18px;
    color: #7b838a;
    left: 10px;
    width: 120px;
    z-index: 9;
}

.modal-form .countryCode~.form-control {
    padding: 6px 12px 6px 135px;
}

.modal-form .form-control {
    border-bottom: 1px solid #919497;
    border-radius: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    letter-spacing: 1px;
}

.modal-form .form-control::placeholder {
    text-transform: uppercase;
}

.modal-form .btn {
    background-color: #19407d;
    color: #ffffff;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-form .btn {

    color: #ffffff;
    background: #000 !important;
    border: #000;
    border-radius: 0;
    text-transform: uppercase;
    padding: 6px 31px;
    letter-spacing: 3px;
}

/* LANGUAGE TRANSLATOR CSS */
.logo {
    display: flex;
    align-items: center;
    gap: 0 10px;
}

header.header .logo .dropdown img {
    filter: brightness(1) invert(0);
}

/* HIDE Google Translate default UI */
.goog-te-banner-frame,
.goog-logo-link,
.goog-te-gadget,
#goog-gt-tt,
.goog-te-balloon-frame,
.goog-text-highlight {
    display: none !important;
}

.VIpgJd-ZVi9od-aZ2wEe-wOHMyf-ti6hGc {
    display: none !important;
}

iframe.skiptranslate {
    display: none !important;
}

.language-transletor .dropdown {
    position: relative;
}

.language-transletor .dropdown-toggle {
    color: #fff;
    background: transparent;
    border: none;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

header.header.sticky .language-transletor .dropdown-toggle {
    color: #000;
}

.language-transletor .dropdown-toggle img {
    width: 24px;
    height: 16px;
    margin-right: 8px;
}

.language-transletor .dropdown-menu {
    position: absolute;
    top: 40px;
    left: 0;
    background: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    min-width: 160px;
}

.language-transletor .dropdown-menu.active {
    display: block;
}

.language-transletor .dropdown-menu li {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    cursor: pointer;
}

.language-transletor .dropdown-menu li a {
    text-decoration: none;
    color: #000;
}

.language-transletor .dropdown-menu li:hover {
    background-color: #f0f0f0;
}

.language-transletor .dropdown-menu img {
    width: 24px;
    height: 16px;
    margin-right: 8px;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

/* LANGUAGE TRANSLATOR CSS */