@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
body{
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
}
.row{
    display: flex;
}
.container{
    max-width: 1140px;
    margin: 0 auto;
}
.navigation{
    background: #9C5238;
}
.navigation .nav{
    position: relative;
}
.navigation .left-side{
    width: 50%;
}
.navigation .left-side a{
    display: inline-block;
    text-decoration: none;
    padding: 23px 0;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
}
.navigation .right-side{
    width: 50%;
    text-align: right;
}
.navigation .right-side .bar .fa-bars{
    color: #fff;
    font-size: 30px;
    padding: 20px 0;
}

.navigation .logo{
    width: 100%;
}
.navigation .logo img{
    width: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 28px;
}
.hero-section{
    height: 90vh;
    width: 100%;
    background: url('../images/hero-bg.png');
    background-size: cover;
    z-index: 100;
}
.hero-section .overlay{
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.6);
}
.hero-section .caption{
    padding-top: 25vh;
}
.hero-section .caption img{
    width: 450px;
}
.hero-section .caption p{
    color: #fff;
    font-size: 18px;
    line-height: 1.6em;
    letter-spacing: 1px;
    max-width: 450px;
    margin-top: 20px;
}
.main{
    background: #9C5238;
    z-index: 100;
    padding-bottom: 100px;
}
.main .circle-shape{
    width: 100%;
    position: relative;
}
.main .circle-shape img{
    width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 28px;
}

.about-section1{
    width: 100%;
    padding-top: 120px;
}
.about-section1 .text{
    width: 40%;
}
.about-section1 .dot{
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-section1 .image{
    width: 40%;
    text-align: center;
}
.about-section1 .image img{
    width: 180px;
}
.about-section1 .text p{
    color: #fff;
    line-height: 1.6em;
}
.about-section1 .dot .line{
    
}
.about-section1 .dot .line::before{
    content: "";
    height: 180px;
    width: 2px;
    background: #8E9F99;
    display: inline-grid;
    transform: rotate(160deg);
    position: relative;
    left: 28px;
    top: -90px;
}

.about-section2{
    width: 100%;
    padding-top: 120px;
}
.about-section2 .text{
    width: 40%;
}
.about-section2 .dot{
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-section2 .image{
    width: 40%;
    text-align: center;
}
.about-section2 .image img{
    width: 180px;
}
.about-section2 .text p{
    color: #fff;
    line-height: 1.6em;
}
.about-section2 .dot .line::before{
    content: "";
    height: 363px;
    width: 2px;
    background: #8E9F99;
    display: inline-grid;
    transform: rotate(211deg);
    position: relative;
    left: -35px;
    top: -251px;
}

.about-section3{
    padding-top: 0;
    margin-top: -80px;
}

.about-section3 .dot .line::before{
    content: "";
    height: 363px;
    width: 2px;
    background: #8E9F99;
    display: inline-grid;
    transform: rotate(145deg);
    position: relative;
    left: -24px;
    top: -234px;
}
.about-section4{
    margin-top: -166px;
}
.about-section4 .dot .line::before{
    content: "";
    height: 363px;
    width: 2px;
    background: #8E9F99;
    display: inline-grid;
    transform: rotate(211deg);
    position: relative;
    left: -14px;
    top: -251px;
}

.about-section5 .dot .line::before{
    content: "";
    height: 363px;
    width: 2px;
    background: #8E9F99;
    display: inline-grid;
    transform: rotate(145deg);
    position: relative;
    left: -3px;
    top: -435px;
}


.button-section{
    width: 100%;
    position: relative;
    margin-top: -400px;
}
.button-section .btn {
    display: flex;
    justify-content: center;
}
.button-section .btn a{
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    border: 1px solid #8E9F99;
    text-decoration: none;
    padding: 7px;
    padding-left: 0;
    position: absolute;
    top: -70px;
}
.button-section .btn a span{
    background: #8E9F99;
    padding: 7px;
}
.button-section .dot{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.button-section .dot .line::before{
    content: "";
    height: 200px;
    width: 2px;
    background: #8E9F99;
    display: inline-grid;
    transform: rotate(180deg);
    position: relative;
    left: 0;
    top: -20px;
}

.two-line-section .dot{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.two-line-section .dot .line1::before{
    content: "";
    height: 200px;
    width: 2px;
    background: #8E9F99;
    display: inline-grid;
    transform: rotate(245deg);
    position: relative;
    left: -90px;
    top: -81px;
}
.two-line-section .dot .line2::before{
    content: "";
    height: 200px;
    width: 2px;
    background: #8E9F99;
    display: inline-grid;
    transform: rotate(120deg);
    position: relative;
    left: 87px;
    top: -74px;
}
.two-image-section{
    width: 100%;
    margin-top: -100px;
}
.two-image-section .left-side{
    width: 50%;
    text-align: left;
    position: relative;
}
.two-image-section .right-side{
    width: 50%;
    text-align: center;
}
.two-image-section .image img{
    width: 250px;
}
.two-image-section .left-side .image img{
    margin-left: 130px;
    width: 260px;
}
.two-image-section .text-item{
    position: absolute;
    text-align: left;
    color: #fff;
    max-width: 250px;
    margin-top: -30px;
}
.two-image-section .text-item2{
    position: absolute;
    text-align: left;
    max-width: 250px;
    color: #fff;
    bottom: 30px;
    right: 0;
}
.image-section1{
    width: 100%;
    margin-top: 100px;
}
.image-section1 .dot{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.image-section1 .dot .line::before{
    content: "";
    height: 200px;
    width: 2px;
    background: #8E9F99;
    display: inline-grid;
    transform: rotate(140deg);
    position: relative;
    left: -70px;
    top: 0;
}
.image-section1 .image{
    text-align: center;
}
.image-section1 .image img{
    width: 300px;
}


footer{
    background: #8E9F99;
}
footer .top-footer{
    padding: 30px 0;
    padding-top: 60px;
}
footer .top-footer .logo{
    width: 20%;
}
footer .top-footer .logo img{
    width: 150px;
    border: 3px solid #9C5238;
    border-radius: 50%;
}
footer .top-footer .menu{
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .top-footer .menu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}
footer .top-footer .menu ul li{
    display: inline-block;
}
footer .top-footer .menu ul li a{
    display: inline-block;
    text-decoration: none;
    color: #000;
    font-size: 18px;
    padding: 15px;
}
footer .top-footer .menu ul li a:hover{
    color: #9C5238;
}
footer .top-footer .social-media{
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .top-footer .social-media .item a{
    text-decoration: none;
    background: #fff;
    padding: 10px;
    margin-left: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .1s;
}
footer .top-footer .social-media .item a:hover{
    transform: scale(1.2);
}
footer .top-footer .social-media .item a .fa-brands{
    color: #000;
    font-size: 20px;
}
footer .bottom-footer {
    border-top: 3px solid #687973;
    padding: 30px 0;
}
footer .bottom-footer  .menu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}
footer .bottom-footer .menu ul li{
    display: inline-block;
}
footer .bottom-footer .menu ul li a{
    display: inline-block;
    color: #000;
    font-size: 20px;
    padding: 15px;
}
footer .bottom-footer .menu ul li a:hover{
    color: #9C5238;
}




@media screen and (max-width: 1139px){
    .container{
        padding: 0 15px;
    }
}