@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url("https://fonts.cdnfonts.com/css/proxima-nova-condensed");
@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");

@font-face {
    font-family: 'MetropolisRegular';
    src: url(../fonts/metropolis/Metropolis-Regular.otf);

}


:root {
    --primary-color: #90c73f;
    --secondary-color: #eef4ec;
}

.main {
    display: flex;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../res/images/contact/contact-banner1.png");
    background-image: linear-gradient(180deg, rgba(168, 168, 168, 0.09) 43%, rgba(53, 53, 53, 1) 100%), url(../res/images/contact/contact-banner1.png);
    width: 100%;
    /* height: 52vh; */
    height: 465px;
    justify-content: center;
}


.h-banner1 {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin: 212px 0px 95px 0px;
    width: 1162px;
    max-width: 1162px;
    min-width: 1162px;
}

/* .banner-cnt {

    margin-top: 153px;
} */
.h-banner1 h1 {
    font-family: "Poppins", serif;
    font-size: 43px;
    font-weight: 700;
    line-height: 53px;
    letter-spacing: -0.05em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
    margin-top: 153px;

}

.visit-wrap {
    display: flex;
    width: 100%;
    gap: 45px;
    margin-top: 100px;
    margin-bottom: 180px;

}

.visit-wrap .pic-left-visit {
    width: 857px;
    height: 575px;
    gap: 0px;
    border-radius: 0px 23px 23px 0px;
    opacity: 0px;
    width: 50%;
    overflow: hidden;

}

.visit-wrap .pic-left-visit img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px 23px 23px 0px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    overflow: hidden;

}

.visit-wrap .pic-left-visit img:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.visit-wrap .text-visit-right p {
    font-family: "Poppins", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.05em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #818181;
    margin-top: 22px;
    margin-bottom: 40px;

}

.visit-wrap .text-visit-right {
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}



.visit-wrap .text-visit-right .hone .cnt-icon1 img {
    width: 93px;
    height: 104px;
    gap: 0px;
    opacity: 0px;
    top: -13px;
    margin-top: -157px;
    left: 80px;
    position: relative;
    z-index: 1;


}

.visit-wrap .text-visit-right .hone h1 {
    font-family: "Poppins", serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #151515;

}

.visit-wrap .text-visit-right .hone h1 span {
    border-bottom: 5px solid #90C73F
}

.visit-wrap .text-visit-right .btn2 a .btn02 {
    width: 220px;
    height: 51px;
    gap: 0px;
    border-radius: 30px;
    opacity: 0px;
    font-family: "Poppins", serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.05em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
    border: 1px solid #90C73F;
    background: #90C73F;
    transition: 0.4s;
}
.visit-wrap .text-visit-right .btn2 a .btn02:hover{
    color: #90c73f;
    background-color:white;
    border: 1px solid #90c73f;
    cursor: pointer;
}
/* 
maps */
.mapps-title-wraps {
    display: flex;
    flex-direction: row;
    /* margin-left: 170px;
    margin-right: 170px; */
    justify-content: space-between;
    width: 1162px;
    max-width: 1162px;
    min-width: 1162px;

}

.title-map-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: left;
    margin-bottom: 40px;
}

.title-map-wrap .map-wrap2 {
    display: flex;
}

.title-map-wrap .hone2 {
    display: flex;
}

.title-map-wrap .hone2 .cnt-icon2 img {
    width: 139px;
    height: 150px;
    gap: 0px;
    opacity: 0px;
    margin-top: -74px;

}

.title-map-wrap .hone2 h1 {
    font-family: "Poppins", serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #151515;
}

.title-map-wrap .hone2 h1 span {
    border-bottom: 5px solid #90C73F
}

.title-map-wrap p {
    margin: 0px;
    color: #818181;
    font-family: "Poppins", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-top: 22px;
    margin-top: -39px;

}

#grn-lf {
    display: flex;
    align-items: flex-end;
    justify-content: end;
    position: relative;
    z-index: 0;
    /* margin-top: -487px;
    left: 780px; */
}

.grn-pic {
    position: relative;
}

.grn-pic img {
    height: 541px;
    width: 275px;
    gap: 0px;
    opacity: 0.69px;
    position: relative;
    margin-top: -419px;
    left: 392px;
    top: 43px;
}

.map-bk {
    background: url(../res/images/contact/mapbk.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.map-pic1 {
    width: 910px;
    height: 826px;
    gap: 0px;
    opacity: 0px;
    margin-top: 53px;
    margin-bottom: 53px;

}

.map-pic1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#mapp {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-left: 170px;
    margin-right: 170px; */
    width: 1162px;

}

.cn-top2 {
    display: flex;
    justify-content: end;
    align-items: flex-end;
    width: 100%;
}

.cn-top2 .grn-rounds img {
    width: 527px;
    /* height: 808px; */
    gap: 0px;
    border: 1px;
    opacity: 0px;
    position: relative;
    z-index: -1;
    margin-top: -490px;


}

.contact-form-wrap {
    display: flex;
    flex-direction: row;
    /* margin-left: 170px;
    margin-right: 170px; */
    justify-content: space-between;
    width: 1162px;

}

.cnt-form-wrap {
    display: flex;
    flex-direction: column;
    margin-bottom: 100px;
}

.cnt-form-wrap .cnt-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: left;
    margin-top: -336px;
    margin-bottom: 40px;

}

.cnt-form-wrap .cnt-top .hone3 {
    display: flex;
    flex-direction: column-reverse;
}

.cnt-form-wrap .cnt-top .hone3 .cnt-icon3 img {
    width: 198px;
    height: 172px;
    gap: 0px;
    opacity: 0px;
    margin-left: -55px;

}

.cnt-form-wrap .cnt-top .hone3 h1 {
    font-family: "Poppins", serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: -0.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000000;
    margin-top: -35px;
}

.cnt-form-wrap .cnt-top .hone3 h1 span {
    border-bottom: 5px solid #90C73F
}

.cnt-form-wrap .cnt-top p {
    font-family: "Poppins", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #151515;
    margin-top: 24px;

}

.cnt-form-wrap .cnt-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

input[type=text],
select,
textarea {
    width: 100%;
    padding: 5px;
    padding-top: 26px;
    padding-bottom: 26px;
    border: 0px;

    border-bottom: 1px solid #F0F0F0;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    font-family: 'MetropolisRegular';
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #A9A9A9;

}
input[type=email],
select,
textarea {
    width: 100%;
    padding: 5px;
    padding-top: 26px;
    padding-bottom: 26px;
    border: 0px;

    border-bottom: 1px solid #F0F0F0;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    font-family: 'MetropolisRegular';
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #A9A9A9;

}

input[type=submit] {
    background-color: #04AA6D;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #45a049;
}

.container-form {
    border-radius: 5px;
    background-color: #fff;
    padding: 30px 45px 30px 45px;
    border: 1px solid #151515;
    margin-bottom: 59px;
}

#subject {
    border-bottom: 0px;

}

.cnt-form-wrap .cnt-bottom .contact-main-btn-wrap {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: right;
}

.cnt-form-wrap .cnt-bottom .contact-main-btn-wrap .btn8 a .btn08 {
    width: 195px;
    height: 59px;
    gap: 0px;
    border-radius: 30px;
    opacity: 0px;
    border-radius: 30px;
    opacity: 0px;
    font-family: "Poppins", serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.05em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
    border: 1px solid #90C73F;
    background: #90C73F;
    transition: 0.4s;
}
.cnt-form-wrap .cnt-bottom .contact-main-btn-wrap .btn8 a .btn08:hover{
    color: #90c73f;
    background-color:white;
    border: 1px solid #90c73f;
    cursor: pointer;
}

@media (min-width:1800px) {
    .visit-wrap .text-visit-right {
        width: 20%;
        display: flex;

    }
}

@media(max-width:1162px) {
    .h-banner1 {

        width: 890px;
        max-width: 890px;
        min-width: 890px;
    }

    .grn-pic img {

        left: 130px;

    }

    .mapps-title-wraps {

        width: 890px;
        max-width: 890px;
        min-width: 890px;
    }

    .map-pic1 {
        width: auto;

    }

    #mapp {

        width: 890px;
    }

    .contact-form-wrap {

        width: 890px;
    }
}

@media (max-width:895px) {


    .h-banner1 {
        width: 740px;
        max-width: 740px;
        min-width: 740px;
    }

    .mapps-title-wraps {
        width: 740px;
        max-width: 740px;
        min-width: 740px;
    }

    .title-map-wrap p {

        margin-top: 10px;
    }

    .grn-pic img {
        height: 402px;
        width: 219px;
        left: 45px;

    }

    #mapp {
        width: 740px;
    }

    .map-pic1 {
        width: 650px;
    }

    .map-pic1 img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .contact-form-wrap {
        width: 740px;
    }

}

@media (max-width:740px) {
    .h-banner1 {
        width: 540px;
        max-width: 540px;
        min-width: 540px;
    }

    .main {
        height: 587px;
    }

    .h-banner1 h1 {

        margin-top: 253px;
    }

    .grn-pic img {
        height: 328px;
        width: 166px;
        left: 55px;
    }

    .mapps-title-wraps {
        width: 540px;
        max-width: 540px;
        min-width: 540px;
    }

    #mapp {
        width: 540px;
        height: 570px;
    }

    .map-pic1 {
        width: 100%;
    }

    .cn-top2 .grn-rounds img {
        width: 350px;
        margin-top: -293px;
    }

    .contact-form-wrap {
        width: 540px;
    }

    #grn-lf {

        display: none;
    }

    .cnt-form-wrap .cnt-top {

        margin-top: -249px;

    }

    .cnt-form-wrap .cnt-top p br {
        display: none;
    }
}

@media (max-width:542px) {
    .main {
        justify-content: left;
    }
    .h-banner1 {
        width: 90%;
        max-width: 90%;
        min-width: 90%;
        margin-left: 5%;
    }

    .visit-wrap .text-visit-right {
        width: 90%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 5%;
        margin-top: 50px;
    }

    .visit-wrap {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        gap: 45px;
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .visit-wrap .pic-left-visit {
        height: 352px; 
        width: 100%;
        overflow: hidden;
    }
    .title-map-wrap .hone2 .cnt-icon2 img {
        width: 76px;
        height: 92px;
        gap: 0px;
        opacity: 0px;
        margin-top: -38px;
        position: relative;
        left: -72px;
    }
    .title-map-wrap .hone2 h1{
        height: 148px;
        line-height: 44px;
    }
    #mapp {
        width: 90%;
        height: 418px;
    }
    .contact-form-wrap {
        width: 90%;
    }
    .mapps-title-wraps {
        width: 90%;
        max-width: 90%;
        min-width: 90%;
    }
    .h-banner1 h1 {
        margin-top: 253px;
        width: 241px;
        text-align: left;
    }
    .cnt-form-wrap .cnt-top .hone3 .cnt-icon3 img {
        width: 140px;
        height: 125px;
        gap: 0px;
        opacity: 0px;
        margin-left: -34px;
    }
    .container-form {
        border-radius: 5px;
        background-color: #fff;
        padding: 30px 30px 30px 30px;
        border: 1px solid #151515;
        margin-bottom: 54px;
    }
    .cnt-form-wrap {
        margin-bottom: 60px;
    }
    .visit-wrap .text-visit-right .hone .cnt-icon1 img {
        width: 67px;
        height: 82px;
        top: -20px;
   
    }


}