@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

body, html {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5 {
    font-family: 'Poppins', sans-serif;
    color: #20303c;
}

p {
    color: #2a304b;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}

* {
    scroll-behavior: smooth
}

body {
    letter-spacing: 0;
    font-size: 16px;
}

.form-box textarea.form-control {
    height: 100px
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: none
}

:focus {
    outline: 0 !important
}

form.banner-form .form-control::-webkit-input-placeholder {
    /* Edge */
    color: #6d6d6d;
}

form.banner-form .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #6d6d6d;
}

form.banner-form .form-control::placeholder {
    color: #6d6d6d;
}

.custom-select:focus {
    border-color: #b69859;
    outline: 0;
    box-shadow: none
}

.gap-block {
    padding: 60px 0
}

/* Header CSS */
section.header {
    height: 98px;
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 1200;
}

.logo-block {
    width: 256px;
    background-color: #fff;
    padding: 10px;
    height: 150px;
    margin-top: 10px;
    position: relative;
    text-align: center;
    /* border-radius: 10px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);*/
    transition: all 0.2s ease-in-out 0s;
}

.logo-block.logosmall {
    width: 117px;
    height: auto;
    box-shadow: none;
    margin-top: 4px;
    padding: 0;
    background-color: transparent;
}

.call-no {
    margin-top: 34px;
}

.call-no p a {
    font-weight: 700;
    color: #282828;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}

.logo-under-text {
    background: #fff;
    padding: 5px 23px 15px;
    border-radius: 0px 0px 10px 10px;
    display: inline-block;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.logo-under-text h3{
    color: #605b61;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    display: block;
    line-height: 1;
    font-weight: 600;
    margin: 0;
}











/* Banner Style */
.banner-image {
    top: 90px;
    margin-bottom: 90px;
}

.banner_contain {
    position: absolute;
    width: 100%;
    top: 70px;
}

.banner-text>h2 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 24px;
    line-height: 1;
}

.banner-text>h3 {
    font-family: 'Amelaryas';
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 24px;
    line-height: 1;
}

.banner-text p {
    font-size: 22px;
}

.form-block.bg-white {
    width: 390px;
    margin-left: auto;
    padding: 44px;
    border-radius: 10px;
}

form.banner-form h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.d-flex.capture-box {
    align-items: center;
    justify-content: space-around;
    border: 1px solid #d9d6d8;
    border-radius: 5px;
    padding: 4px 0;
}

.banner-form input.form-control, .banner-form .form-select {
    min-height: 50px;
    font-size: 15px;
}


.banner-form .form-select {
    appearance: none;
}

.banner-form .form-select:valid {
    color: #6d6d6d;
}

.banner-form .form-select option {
    color: #6d6d6d;
}

.submit input {
    background-color: #78992e;
    border: 0;
    width: 100%;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 2;
    margin-top: 15px;
}
.starter-box {
    display: flex;
    background-color: #fff;
    max-width: 430px;
    align-items: center;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 50px;
}
.left_box {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    padding:4px 15px;
    min-width: 45%;
}
.left_box span {
    display: block;
    font-size: 32px;
    color: #78992e;
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
}

.right_box {
    line-height: 3;
    color: #ffff;
    background-color: #78992e;
    width: 100%;
    font-size: 28px;
    font-weight: 700;
    padding-left: 10px;
    text-align: center;
}


.header_text h2 {
    font-size: 28px;
    font-family: 'Amelaryas';
    color: #2a304b;
    line-height: 1.7;
}
.project_box p {
    color: #2a304b;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 1.2;
}
.project_box img:hover {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transform: scale(1.0) rotate(0deg);
 }
 .pro-image img {
    transform: scale(1.2) rotate(5deg);
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
}
.form-block.bg-white {
    box-shadow: 0 10px 15px rgba(0,0,0,0.1);
}
a.download-btn.btn {
    background-color: #2a304b;
    border-radius: 0;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    line-height: 2;
    font-size: 24PX;
    font-weight: 600;
    letter-spacing: 3px;
}
/* Aminites */
section.gap-block.aminites {
    background-color: #f3e4d8;
}
.aminites-list {
    padding: 40px 30px;
    display: flex;
    height: 100%;
    align-items: center;
}
.aminites-list ul li span {
   margin-right: 15px;
}
.aminites-list ul li {
 color: #444444;
 font-size: 16px;
 margin-bottom: 27px;
 font-weight: 500;
}
section.header.new-header {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
section.gap-block.about-us p {
    line-height: 1.5;
    font-size: 16px;
}
section.gap-block.about-us h2{
    margin-bottom: 30px;
}
.loct_gap h2 {
    font-size: 38px;
    font-weight: 600;
    color: #ef5252;
    margin: 0;
}
.loct_gap p {
    font-size: 20px;
    color: #6f6f6f;
    font-weight: 500;
}
.location_text.d-flex {
    flex-wrap: wrap;
}
.loct_gap {
    width: 50%;
    padding-right: 50px;
    margin-bottom: 10px;
}
.zoom-icon {
    position: absolute;
    top: 0;
    background-color: #000000a1;
    z-index: 100;
    width: 70px;
    height: 70px;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out 0s;
}
a.image-link:hover .zoom-icon {
    width: 100%;
    height: 100%;
}
a.image-link {
    position: relative;
    display: block;
}
.zoom-icon img {
    width: 32px !important;
}
button.owl-prev span{
    background-image: url("../images/prev-slider.png");
    width: 60px;
    height: 24px;
    display: block;
    background-repeat: no-repeat;
}
button.owl-next span{
    background-image: url("../images/next_slide.png");
    width: 60px;
    height: 24px;
    display: block;
    background-repeat: no-repeat;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent !important;}
    .owl-theme .owl-nav {
        margin-top: 20px;
    }
    section.footer {
        border-top: 10px solid #6d77a7;
        border-bottom: 10px solid #6d77a7;
    }

.footer_text h2 {
    font-size: 26px;
    color: #a6afd6;
    font-family: 'Amelaryas';
    margin-top: 30px;
}

.footer_text p {
    font-size: 15px;
    color: #a6afd6;
    margin-top: 25px;
}

p.copy-text {
    font-size: 18px;
}
.banner_contain.footer_cont {
    top: 40px;
}

/* Thank you Page */
h2.thank_text {
    font-size: 99px;
    font-weight: 700;
    color: #fff;
    margin-top: 30px;
}
.thankyou-page .banner_contain p {
    font-size: 40px;
    color: #fff;
    line-height: 1;
    font-weight: 600;
}
.big_logoblock{
    background-image: url("../images/big-logo.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.big_logoblock h2.thank-disc {
    color: #2a304b;
    font-size: 23px;
    text-align: center;
    margin: 40px auto;
    max-width: 800px;
}
.banner_contain.footer_thank {
    top: 30px;
}

section.banner.thankyou-page .banner-image, section.footer.thank-you-footer picture img {
    min-height: auto !important;
}
.footer-image.position-relative picture img {
    max-height: 734px;
    overflow: hidden;
}
.banner_contain.footer_thank {
    top: 0;
    display: flex;
    height: 100%;
    align-items: center;
}
.banner_contain.footer_thank .footer_text p{
    margin: 0;
}
.thank-you-footer{
    background-image: url("../images/thank-footer.jpg");
}
.thank-you-c.text-center p {
    margin: 34px 0;
}
div#rc-anchor-container {
    width: 99% !important;
}
.rc-anchor-normal {
    height: 74px;
    width: auto !important;
}
.rc-anchor-light.rc-anchor-normal, .rc-anchor-light.rc-anchor-compact {
    border: 0px solid #d3d3d3;
}
.g-recaptcha > div, .g-recaptcha > div iframe {
    width: 100% !important;
}
/* responsive css */
@media screen and (max-width: 1200px) {
    .footer-image.position-relative picture img {
        min-height: 870px;
    }
    .form-block.footer_form.bg-white{
     width: 100%;    
    }
    .form-block.footer_form.bg-white .banner-form .mb-3.ft_fm{    width: 31%;
        float: left;
        margin: 0 1%;}

        .form-block.footer_form.bg-white .banner-form textarea{
            max-height: 50px;
        }
        .row.row_rev {
            flex-direction: column-reverse;
        }
        .footer_text {
            text-align: center;
        }

    p.text-white br {
        display: none;
    }
    .banner-image {
        min-height: 670px;
    }
    .ms-lg-5.about_content {
        margin: 20px 0 !important;
        text-align: center;
    }
    .loct_gap {
        padding-right: 0;
    }
    section.footer {
        overflow: hidden;
    }
}
@media screen and (max-width: 992px) {
    .banner_contain.footer_thank {
        top: 55px;
    }
    
    .banner-text br{
        display: none;
    }
   .banner-text h2,  .banner-text h3 {
        text-align: center;
    }
    .starter-box {
        margin-top: 50px;
        margin-left: auto;
        margin-right: auto;
        box-shadow: 0 5px 10px rgba(0,0,0,0.1);
        margin-bottom: 25px;
    }
    .logo-block {
        width: 170px;
        height: auto;
    }
    .form-block.bg-white {
        width: 390px;
        margin-left: auto;
        padding: 30px;
        border-radius: 10px;
        margin-right: auto;
    }
    .banner-image {
        min-height: 1080px;
    }
    
    .footer-image.position-relative picture img {
        min-height: 989px;
        width: auto !important;
        max-width: none;
    }
    .header_text.text-center {
        margin-bottom: 45px;
    }
    .banner-text>h3 {
        font-size: 28px;
    }
}
@media screen and (max-width: 769px) {
    .col-xl-4.bg-white {
        margin-top: 25px;
    }
    .banner-image {
        top: 90px;
        margin-bottom: 117px;
    }
    h2.thank_text {
        font-size: 56px;
    }
    .thankyou-page .banner_contain p {
        font-size: 22px;
    }
    .big_logoblock h2.thank-disc {
        font-size: 18px;
    }
    .form-block.footer_form.bg-white .banner-form .mb-3.ft_fm {
        width: 48%;
        float: left;
        margin: 0 1%;
    }
    .footer_text a img {
        width: 109px;
        margin-top: 15px;
    }
    .footer_text h2 {
        font-size: 18px;
        margin-top: 20px;
    }
    .header_text h2 {
        line-height: 2;
    }
    .logo-block {
        width: 150px;
        height: auto;
        border-radius: 0px;
    }
    .banner-text>h2, .banner-text>h3 {
        font-size: 22px;
    }
    .banner-text p {
        font-size: 22px;
        text-align: center;
    }
    form.banner-form h4 {
        font-size: 20px;
        text-align: center;
    }
    .banner_contain {
        top: 46px;
    }
    .banner-image {
        min-height: 970px;
    }
    .header_text {
        margin-bottom: 25px;
    }
    .location_text {
        margin-top: 20px;
    }
    .zoom-icon {
        top: 38%;
        width: 62px;
        height: 62px;
        right: 0;
        left: 0;
        margin: auto;
    }
    .zoom-icon img {
        width: 24px !important;
    }
    a.image-link:hover .zoom-icon {
        top: 0;
    }

.logo-under-text {
    background: #fff;
    padding: 8px 10px 8px;
    border-radius: 0px 0px 10px 10px;
    display: inline-block;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.logo-under-text h3 {
    color: #605b61;
    font-size: 13px;
    margin: 0;
    word-wrap: break-word;
    width: 129px;
   line-height: 1.5;
}









}

@media screen and (max-width: 580px) {
    .banner-image {
        min-height: 900px;
    }
    br{
        display: none;
    }
    .header_text.text-center {
        margin-bottom: 0;
    }
    .banner_contain.footer_thank {
        top: 24px;
    }
    .big_logoblock h2.thank-disc {
        font-size: 16px;
        margin: 0 auto 20px;
    }
    p.copy-text {
        margin: 0;
    }
    .col-xl-8.pe-lg-0 {
        margin-top: 25px;
    }
    .loct_gap {
        width: 33%;
    }
    .loct_gap h2 {
        font-size: 24px;
    }
    .loct_gap p {
        font-size: 16px;
    }
    .header_text {
        margin-bottom: 0;
    }
    .row.mt-lg-5 {
        margin-top: 25px;
    }
    .right_box {
        line-height: 2;
        font-size: 20px;
        padding-left: 0px;
    }
    span.mx-2.divder {
        display: none;
    }
    .header_text h2 {
        font-size: 15px;
        margin-bottom: 0px;
    }
    .call-no.text-end p {
        display: flex;
        align-items: center;
        flex-direction: column;
        text-align: center;
        margin-left: 40%;
    }

    .call-no {
        margin-top: 14px;
    }
    .project_box {
        margin-bottom: 25px;
        text-align: center;
    }
    .gap-block {
        padding: 20px 0;
    }
    .aminites-list {
        padding: 25px 20px;
    }
    .footer_text h2 {
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    h2.text-white.mt-5 {
        margin-top: 20px !important;
    }
    .form-block.footer_form.bg-white .banner-form .mb-3.ft_fm {
        width: 100%;
        float: none;
        margin: 0;
    }
    .footer-image.position-relative picture img {
        min-height: 1100px;
    }
    .form-block.footer_form.bg-white .banner-form input.form-control,   .form-block.footer_form.bg-white .banner-form .form-select{
        min-height: 38px;
        font-size: 14px;
    }
    p.copy-text {
        display: flex;
    }
    
    p.copy-text span {
        display: none;
    }
    
    p.copy-text a {
        display: block;
        width: 63%;
        text-align: right;
    }
    .gap-block {
        padding: 20px 0;
    }
    .submit input {
        font-size: 20px;
        letter-spacing: 2px;
        margin-top: 15px;
    }
    .form-block.bg-white {
        width: auto;
        padding: 15px;
    }
    .starter-box {
        margin-top: 20px;
        margin-bottom: 15px;
        flex-direction: column;
        text-align: center;
    }
    .left_box span {
        font-size: 24px;
    }
    a.download-btn.btn {
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 2px;
    }
    .zoom-icon {
        top: 36%;
        width: 42px;
        height: 42px;
    }
    .zoom-icon img {
        width: 18px !important;
    }
    .footer_text p {
        font-size: 14px;
        margin-top: 15px;
    }   
        
    p.copy-text {
        font-size: 15px;
        margin-top: 10px;
        justify-content: center;
        text-align: left;
        align-items: center;
    }
    .banner_contain.footer_cont {
        top: 15px;
    }
}
@media screen and (max-width: 360px) {
    .banner_contain.footer_thank {
        top: 10px;
    }
    
    .loct_gap {
        width: 50%;
    }
    .call-no.text-end p {
        margin-left: 30%;
    }   
    .banner_contain {
        top: 24px;
    }
    .banner-text>h2, .banner-text>h3 {
        font-size: 20px;
        margin-top: 22px !important;
    }
    .banner-text p {
        font-size: 16px;
        text-align: center;
    }
    form.banner-form h4 {
        font-size: 18px;
    }
    .banner-image {
        min-height: 895px;
    }
    .header_text h2 {
        font-size: 14px;
    }
    section.gap-block.about-us p {
        font-size: 14px;
    }
    .footer-image.position-relative picture img {
        min-height: 1200px;
    }
}




/* Modal Styles */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 100%;
  max-width: 500px;
}

.close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .modal-content {
    width: 95%; /* Adjust the width for smaller screens */
  }
}

@media screen and (max-width: 480px) {
  .modal-content {
    width: 95%; /* Adjust the width for even smaller screens */
    margin: 45% auto; /* Adjust the margin for smaller screens */
  }
}
