@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;600;700;800&family=Open+Sans:wght@400;600;700;800&display=swap');
@font-face {
    font-family: Flaticon;
    src: url(../fonts/Flaticon.eot);
    src: url(../fonts/Flaticon.eot?#iefix) format("embedded-opentype"), url(../fonts/Flaticon.woff) format("woff"), url(../fonts/Flaticon.ttf) format("truetype"), url(../fonts/Flaticon.svg#Flaticon) format("svg");
    font-weight: 400;
    font-style: normal
}


/* font-family: 'Mukta', sans-serif;
font-family: 'Open Sans', sans-serif; */

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: Flaticon;
        src: url(../fonts/Flaticon.svg#Flaticon) format("svg")
    }
}

[class*=" flaticon-"]:after,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class^=flaticon-]:before {
    font-family: Flaticon;
    font-style: normal
}

.flaticon-right:before {
    content: "\f100";
}

.flaticon-phone-call:before {
    content: "\f101";
}

.flaticon-stage:before {
    content: "\f104";
}

.flaticon-gmail:before {
    content: "\f106";
}

body {
    color: #333;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    background: #fff;
    overflow-y: scroll;
    overflow-x: hidden!important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

p {
    width: 100%;
  
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    text-align: justify;
}

ul {
    padding: 0;
    margin: 0
}

ol,
ul {
    list-style: none
}

#scrl::-webkit-scrollbar {
    width: 6px;
    background-color: #fff
}

#scrl::-webkit-scrollbar-thumb {
    background-color: #7aad55;
    border-radius: 10px
}

.fl {
    float: left
}

.fr {
    float: right
}

.p0 {
    padding: 0
}

.pr {
    padding: 0 7.5px 0 0
}

.pl {
    padding: 0 0 0 7.5px
}

button {
    outline: 0!important
}

button:focus {
    outline: 0!important
}

 :focus {
    outline: 0!important
}

a {
    text-decoration: none!important;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out
}

a:hover {
    text-decoration: none!important
}

.reset {
    clear: both
}


.banner {
    padding: 0px;
    height: 100vh;
    position: relative;
    overflow: hidden;
    background: #9cc17d;
}

.banner::after {
    content: "";
    background: url(../images/active-icon.svg);
    position: absolute;
    right: -5px;
    bottom: -6px;
    width: 181px;
    height: 400px;
}

.bg {
    background-image: url(../images/interiornew.jpg);
    height: 100vh;
    background-size: cover;
    display: flex;
    position: relative;
    background-position: center;
}

.caption {
    display: flex;
    align-items: center;
    padding: 0px 30px;
    position: absolute;
    width: 100%;
    height: 100%;
}

.caption h1 {
    font-weight: 800;
    color: #fff;
    font-size: 50px;
    font-family: 'Mukta', sans-serif;
    animation: moveInRight 1s ease-in-out;
}

@keyframes moveInRight {
    0% {
        opacity: 0;
        transform: translateX(-100);
    }
    50% {
        transform: translateX(40px);
    }
    100% {
        opacity: 1;
        transform: translate (0);
    }
}


 .gallery {
                width: 100%;
                transition: all 0.4s ease-in-out;
                position: relative;
                border: 1px solid #f0f1f3;
            }
            
            .gallery a i {
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
                border-radius: 50%;
                font-size: 34px;
                color: #fff;
                text-align: center;
                width: 60px;
                opacity: 0;
                height: 60px;
                line-height: 60px;
                background: rgb(114, 185, 27);
                background: linear-gradient(90deg, rgba(114, 185, 27, 1) 0%, rgba(52, 151, 210, 1) 100%);
                box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
                transition: all 0.4s ease-in-out
            }
            
            .gallery a:hover img,
            .gallery a.hover img {
                opacity: 0.5;
            }
            
            .gallery a:hover i,
            .gallery a.hover i {
                opacity: 1;
                -webkit-transform: translate(-50%, -50%) scale(1);
                transform: translate(-50%, -50%) scale(1);
                transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
            }
            
.booknow {
    width: 100%;
    position: relative;
    left: -50px;
    background: #fff;
    height: auto;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.50);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.50);
}

.booknow h2 {
    font-size: 30px;
    font-family: 'Mukta', sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}

.booknow h2::after {
    display: block;
    content: "";
    position: absolute;
    width: 50px;
    height: 3px;
    background: #9cc17d;
}

.buttondiv {
    display: flex;
}

.right-side ul {
    margin: 0;
    padding: 0px;
    list-style: none;
    color: #ccc;
}

.right-side ul li a {
    color: #f1f1f1;
}

.right-side ul li {
    display: inline-block;
    font-size: 15px;
    color: #f1f1f1;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    padding-left: 10px;
}

.right-side ul li i {
    font-size: 18px;
    font-weight: bold;
    color: #9cc17d;
}

.form-control {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    color: #5a5a59 !important;
    border: 1px solid #b0b0b0 !important;
    padding: .5rem 1rem !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
    background-color: #fff0 !important;
    background-clip: padding-box !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
}

.form-control:focus {
    color: #6d6c6c;
    background-color: #fff0;
    border-color: #7aad55;
    outline: 0;
    box-shadow: none;
    transition: all .6s ease-in-out
}

.form-control::placeholder {
    color: #5a5a59;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #f0f1f3;
    opacity: 1
}

.booknow .mainbtn {
    background: #333;
}

.mainbtn {
    padding: 15px 20px;
    border: none;
    background: rgb(128, 174, 90);
    background: linear-gradient(74deg, rgba(128, 174, 90, 1) 50%, rgba(156, 193, 125, 1) 100%);
    color: #fff;
    border-radius: 10px;
    letter-spacing: 2px;
    font-weight: 600;
    font-size:14px;
    overflow: hidden;
    background-position: center;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-size: 150% auto;
    transition: all 0.4s ease-in-out;
}

.mainbtn:hover {
    background-position: right center;
}

.mainbtn i {
    padding-left: 10px;
    transition: all 0.4s ease-in-out;
}

.mainbtn:hover i {
    padding-left: 25px;
}

.welcome {
    background: #fff;
    padding: 80px 0px;
}

.welcome p {
    text-align: center;
}

.welcome h3,
.whychoose h3,
.solutionbg h3,
.happycustomer h3 {
    font-weight: 700;
    text-align: center;
    color: #333;
    font-size: 30px;
    margin-bottom: 30px;
}

.welcome h3:after,
.whychoose h3:after,
.solutionbg h3::after,
.happycustomer h3:after {
    position: absolute;
    width: 100px;
    height: 3px;
    background: #7aad55;
    content: "";
    display: block;
    margin: 10px auto;
    left: 0;
    right: 0;
}

.whychoose {
    background: #f1f1f1;
    padding: 80px 0px;
}

.choose {
    padding: 0px 10px;
    transition: all 0.4s ease-in;
}

.choose:hover {
    transform: translateY(-10px);
}

.choose h4 {
    font-size: 22px;
    font-family: 'Mukta', sans-serif;
    font-weight: 700;
    color: #000;
    text-align: center;
}

.choose p {
    text-align: center;
}

.solutionbg {
    background: #fff;
    padding: 80px 0px;
}

.solutions {
    width: 100%;
    position: relative;
    text-align: center;
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0px 3px 44px #97A1B238;
    cursor: pointer;
}

.solutions h5 {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    font-family: 'Mukta', sans-serif;
}

.solutions img {
    padding: 20px;
    width: 120px;
    margin: 0 auto;
    transition: all 0.4s ease-in-out;
}

.solutions:hover img {
    padding: 10px;
}

img {
    max-width: 100%;
}

.happycustomer {
    background: #f1f1f1;
    padding: 80px 0px;
}

.customer {
    padding: 10px 0px;
    font-size: 18px;
    font-weight: 600;
}

.pointer {
    cursor: pointer;
}

.footer {
    background: #333332;
    padding: 80px 20px;
    position: relative;
}

.footer h6 {
    color: #7aad55;
    font-size: 20px;
    font-weight: 600;
}

.footer p {
    color: #f1f1f1;
}

.footer .right-side ul li {
    padding-left: 0;
    padding-right: 10px;
}

.powered {
    bottom: 0;
    position: absolute;
}

.powered a,
.footer a {
    color: #f1f1f1;
}

.scrollup {
    width: 52px;
    height: 52px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: none;
    text-indent: -9999px;
    z-index: 99999;
    background: url(../images/anchor.png) no-repeat;
}


/* start mediaquery */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner,
    .bg {
        height: 60vh;
    }
    .booknow h2 {
        font-size: 20px;
    }
    .caption h1 {
        font-size: 34px;
        margin-bottom: 20px;
    }
    .banner::after {
        display: none;
    }
    .bg img {
        background-position: right;
    }
}

@media (max-width: 767px) {
    .banner::after {
        display: none;
    }
    .banner {
        height: auto;
    }
    .bg {
        height: auto;
    }
    .banner img {
        height: auto;
    }
    .booknow {
        width: 100%;
        position: relative;
        left: 0px;
    }
    .caption h1 {
        font-size: 30px;
    }
    .logo img {
        width: 80px;
        height: 150px;
        position: absolute;
        top: -27px;
        left: 0;
    }
    .powered {
        position: relative;
        margin-top: 30px;
    }
    .powered p {
        text-align: center;
    }
    .header {
        justify-content: flex-end;
    }
    .right-side {
        text-align: right;
    }
    .caption {
        padding: 120px 30px;
        position: relative;
        height: auto;
    }
}

@media (max-width: 600px) {
    .welcome h3,
    .whychoose h3,
    .solutionbg h3,
    .happycustomer h3 {
        font-size: 26px;
    }
    .whychoose,
    .welcome,
    .solutionbg,
    .happycustomer,
    .footer {
        padding: 50px 0px;
    }
    .header {
        position: relative;
    }
    .mainbtn {
        padding: 10px 12px;
        font-size: 13px;
        letter-spacing: 0;
    }
    .caption {
        padding: 80px 30px;
    }
}

@media (max-width: 480px) {
    .caption {
        padding: 60px 30px;
    }
    .welcome h3,
    .whychoose h3,
    .solutionbg h3,
    .happycustomer h3 {
        font-size: 20px;
    }
    .right-side ul li {
        font-size: 12px;
    }
    .caption h1 {
        font-size: 18px;
        margin-bottom: 10px;
    }
}