﻿
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap');





.classerror {
    border:1px solid red!important;
}

button,
button:active,
button:focus {
    outline: none;

}

button:hover {
    box-shadow: 2px 4px 114px #f3d7b5;
}

.callBtn:hover {
    box-shadow: none;
}

body {
    font-family: 'montserrat', sans-serif;
    position: relative;
}

img {
    max-width: 100%;
}


p {
  font-family: 'montserrat', sans-serif;
  margin: 0;
    color: #2F2F2F;
    font-weight: 500;
}

header a {
    color: black;
    font-weight: 700;
}



header a:hover {
  color: black;
  text-decoration: none;
}

header .itemBlock {
  justify-content: space-around;
}

header .itemBlock .item img {
  margin-right: 10px;
}

header .itemBlock .item {
  display: flex;
  align-items: center;
  justify-content: center;
}


h1 {
  font-family: montserrat, sans-serif;
  text-align: left;
  color: black;
  line-height: 55px;
  padding: 100px 0 150px;
    font-weight: 800;
}



h2 {
  font-size: 40px;
  line-height: 45px;
    font-weight: 800;
    margin-bottom: 40px;
}

.callBtn {
    background: #009F10;
    color: white;
    width: 100%;
    font-family: 'montserrat', sans-serif;
    height: 40px;
    border: none;
    font-weight: 500;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    cursor: pointer;
	text-shadow: 1px 1px 1px black;
}

.callBtn:hover {
    background: white;
    color: black;
    border: 1px solid #009F10;
    transition: 0.2s background-color;
}

.section1 {
    background: url("../img/bg1.jpg") no-repeat;
    background-size: cover;
}

.section1 .callBtn {
    margin-bottom: 100px;
    font-size: 16px;
}

.section2 {
    margin:70px 0;
}

.section2 .textBlock {
    display: flex;
    align-items: center;
    text-align: center;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    background: #efeae2;
    font-weight: 500;
    padding: 20px;
    margin: 20px;
    height: 160px;
}

.section3 {
    background: rgba(159, 109, 31, 0.1);
    padding: 50px 0;
}

.section3 .textBlock {
    font-weight: 500;
    margin-left:40px;
}

.section4 {
    background: #f5f5f5;
}

.section5 {
    background: url("../img/bg2.jpg") no-repeat;
    margin: 0;
}

.section5 .textBlock {
    background: rgba(255,255,255,0.3);
    padding: 50px;
    margin: 50px 0;
    text-align: center;
}

.section5 h2 {
    text-align: center;
}

.section5 .callBtn {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px auto;
}

.section5 .callBtn:hover {
    text-decoration: none;
}

.section6 {
    padding: 70px 0;
    background: #f5f0e9;
}

.section6 .callBtn {
    width: 70%;
    margin-top:70px;
}

.section6 p {
    margin: 20px 0;
    font-size: 18px;
}

.section7 .numbers {
    width: 150px;
    height: 150px;
    background: #9F6D1F;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    margin: 10px auto;
}

.section7 {
    padding: 50px 0;
}

.section7 .numbers p {
    color: white;
    font-size: 30px;
    line-height: 30px;
}

.section7 .numbers:hover {
    transform: scale(1.3);
    transition: 1s transform;
}

.section7 .text {
    text-align: center;
    margin: 15px 0;
}

.section8 {
    background: #f5f0e9;
    padding: 50px 0;
}

 .slide-m-prev {
    width: 50px;
    height: 50px;
    position: absolute;
    left: -30px;
    bottom: 100px;
    cursor: pointer;
}

 .slide-m-next {
    width: 50px;
    height: 50px;
    position: absolute;
   right: -30px;
    bottom: 100px;
    cursor: pointer;
}

.section9 {
    margin: 50px 0;
}

.section9 .imgBlock {
    flex-shrink: 1;
    width: 115px;
    height: 115px;
    background: #9F6D1F;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 20px 0;
    position: relative;
}

.section9 .textBlock {
    flex-shrink: 70;
    margin-left: 15px;
}

.section9 .numbers {
    position: absolute;
    font-size: 35px;
    color: black;
    left: -5px;
    top:-20px;
}

.section9 .col-xl-6 {
    background: rgba(159, 109, 31, 0.15);
    box-shadow: 2px 2px 6px rgb(0 0 0 / 25%);
    border-radius: 6px;
    margin: 10px;
    flex:0 0 48%;
}

.section10 {
    background: url("../img/bg3.jpg") no-repeat;
    background-size: cover;
    margin: 0;
}


.section10 .textBlock {
    background: rgba(255,255,255,0.3);
    padding: 50px;
    margin: 50px 0;
    text-align: center;
}

.section10 h2 {
    text-align: center;
}

.section10 .callBtn {
    width: 25%;
    margin-top:60px;
}


.section10 .policy {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.section10 .formBlock input:not([type="checkbox"]) {
    border: 1px solid #009F10;
    box-shadow: 0px 6px 4px rgb(0 0 0 / 25%);
    border-radius: 6px;
    padding: 10px 15px;
    font-size: 14px;
    width: 25%;
    margin: 0 10px;
}

.section10 .callBtn {
    height: 43px;
}

.policy p {
    font-size: 14px;
}

.policy input {
    margin-right: 10px;
}


.section11 {
    background: rgba(159, 109, 31, 0.1);
    padding: 50px 0;
}

.section11 .col-xl-6:hover{
    transform: scale(1.2);
    transition: 1s transform;
}

.section11 h2 {
    text-align: center;
}

.section11 .textBlock {
    font-weight: 500;
    margin-left:40px;
}

.section12 {
    padding: 50px 0;
}

.section12 .slider2 .itemVideo {
    display: flex;
    align-items: center;
}

.section13 {
    background: #f5f0e9;
}

.section13 h2 {
    text-align: center;
    width: 70%;
    margin: 50px auto 70px;
}

.section13 .col-xl-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(159, 109, 31, 0.15);
    box-shadow: 2px 2px 6px rgb(0 0 0 / 25%);
    border-radius: 6px;
    padding: 20px;
    margin: 10px 10px 50px;
    position: relative;
    flex: 0 0 23%;
}

.section13 .textBlock {
    text-align: center;
    line-height: 20px;
    margin: 50px 0 20px;
}

.section13 .imgBlock {
    position: absolute;
    top: -40px;
}

.section14 {
    background: url("../img/bg4.jpg") no-repeat;
    background-size: cover;
    margin: 0;
}


.section14 .textBlock {
    background: rgba(255,255,255,0.3);
    padding: 50px;
    margin: 50px 0;
    text-align: center;
}

.section14 h2 {
    text-align: center;
}

.section14 .callBtn {
    width: 25%;
    margin-top:10px;
}


.section14 .policy {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.section14 .formBlock input:not([type="checkbox"]) {
    border: 1px solid #009F10;
    box-shadow: 0px 6px 4px rgb(0 0 0 / 25%);
    border-radius: 6px;
    padding: 10px 15px;
    font-size: 14px;
    width: 25%;
    margin: 0 10px;
}

.section14 .callBtn {
    height: 43px;
}


footer {
    padding: 50px 0;
}

footer p {
    font-weight: 500;
}

footer .policy a {
    text-decoration: underline;
    color: black;
}


#toTop {
    position: fixed;
    right: 20px;
    bottom: 50px;
}


.modal-content {
    border: 0;
}

.modal-content .section10 {
    margin: 0;
}

.modal-content .textBlock {
    margin: 20px 20px;
    padding: 20px;
}

.modal-content .formBlock {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    margin: 0 auto;
}

.modal-content .section10 .formBlock input:not([type="checkbox"]) {
    margin: 10px auto;
    width: 100%;
}

.modal-content .callBtn {
    width: 100%;
    margin: 20px 0;
}

.modal-content .policy {
    margin: 0;
    text-align: left;
}

.close {
    position: absolute;
    width: 32px;
    height: 32px;
    background: url("../img/close.png");
    background-size: contain;
    right: -60px;
}

.thanks {
    background: url("../img/bg3.jpg");
    background-size: cover;
    padding: 100px;
    font-size: 40px;
    text-align: center;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.thanks p {
    color: black;
    font-weight: 800;
}



.section6 .slide-m-prev {
    position: absolute;
    left: 50px;
    bottom: 200px;
    cursor: pointer;
}

.section6 .slide-m-next {
    position: absolute;
    right: 50px;
    bottom: 200px;
    cursor: pointer;
}




.mobMenu {
    display: none;
}



@media screen and (max-width: 1200px) {

    header a img {
        margin: 0 5px;
    }

    .phoneIcon {
        width: 30px;
    }


    nav .item {
        margin-left: 10px;
        display: flex;
        flex-direction: column;
    }

    nav .item .call{
        color: #009F10;
        text-decoration: underline;
        font-size: 12px;
    }

    h1 {
        text-align: center;
        font-size: 25px;
        line-height: 40px;
        padding-bottom: 0;
    }

    .sub {
        color: black;
        text-align: center;
        font-size: 20px;
        font-weight: 800;
        margin: 20px 0;
    }

    .section1 .callBtn {
        height: 60px;
        font-size: 20px;
        width: 70%;
        margin-bottom: 50px;
        line-height: 20px;
    }

    h2 {
        font-size: 30px;
        text-align: center;
        line-height: 35px;
    }

    .section2 img {
        margin-top:20px;
    }

    .section3 img {
        width: 150px;
    }

    .section3 .textBlock {
        margin-left: 20px;
    }

    .section5 .textBlock {
        padding: 50px 0;
        margin: 50px 0;
    }

    .section5 .callBtn {
        width: 80%;
        margin: 20px auto;
        height: 60px;
    }

    .section6 .callBtn {
        width: 70%;
        margin-top: 20px;
        margin: 20px auto;
        text-align: center;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .section6 p {
        margin: 20px 0;
        font-size: 18px;
        padding: 20px;
        text-align: center;
    }

    .section9 .slide-m-next{
        bottom: -45px;
    }

    .section9 .slide-m-prev{
        bottom: -45px;
    }

    .section10 .textBlock {
        padding: 20px 10px;
    }

    .section10 h2 {
        margin-bottom: 0;
        font-size: 25px;
    }

    .section10 .formBlock {
        margin-top:20px;
    }

    .section10 .formBlock input input:not([type="checkbox"]) {
        width: 80%;
        margin: 20px 0;
    }

    .section10 .callBtn {
        width: 100%;
        margin-top: 20px;
        height: 50px;
    }

    .section10 .policy {
        width: 80%;
        margin: 20px auto;
    }

    .section11 .textBlock {
        margin-left: 20px;
    }

    .section12 {
        padding: 20px 0;
    }

    .section12 .slider2 .itemVideo {
        justify-content: center;
    }
    .section13 h2 {
        margin: 60px auto;
        width: 100%;
    }

    .section13 .col-xl-3 {
        flex:0 0 100%;
        margin: 20px 0;
    }

    .section14 h2 {
        margin: 0;
    }

    .section14 .textBlock {
        padding: 20px 0;
        margin: 20px 0;
    }

    .section14 .formBlock {
        margin-top:20px;
    }

    .section14 .formBlock input:not([type="checkbox"]) {
        width: 80%;
        margin: 20px auto;
    }


    .section14 .callBtn {
        width: 80%;
        height: 60px;
        margin-top:20px;
    }

    .section14 .policy {
        width: 80%;
        margin: 20px auto;
    }

    .soc {
        text-align: center;
    }

    .ip {
        text-align: center;
        margin-top:20px;
    }

    footer .policy {
        text-align: center;
    }

    footer .copyright {
        text-align: center;
    }

    .modal-content .formBlock {
        width: 80%;
    }

    .thanks {
        padding: 20px;
        font-size: 30px;
    }

    .close {
        right: 0px;
        top: 0px;
        z-index: 1;
    }

    .section9 .item {
        display: flex!important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: rgba(159, 109, 31, 0.15);
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
        border-radius: 6px;
    }

    .section9 .item p {
        text-align: center;
    }

    .section9 .imgBlock {
        margin: 20px auto;
    }
    .slide-m-next {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 50px;
    bottom: -40px;
    cursor: pointer;}

    .slide-m-prev {
        width: 50px;
        height: 50px;
        position: absolute;
        left: 50px;
        bottom: -40px;
        cursor: pointer;}

.section12  .slide-m-prev {
    bottom: -20px;
}

    .section12  .slide-m-next {
        bottom: -20px;
    }

    .logo {
        display: flex;
        align-items: center;
    }

}




