html {
    scroll-padding-top: 90px;
    scroll-behavior: smooth;
}

body {
    font-size: 16px !important;
    line-height: 1.5 !important;
    color: #000000 !important;
    background-color: #F4ECE1 !important;
    font-family: 'Pangram' !important;
}

img {
    max-width: 100%;
    height: auto;
}

a,
a:hover {
    text-decoration: none !important;
}

.def-btn {
    background-color: #B68A5D;
    color: white;
    font-size: 18px;
    line-height: 24px;
    padding: 8px 30px;
    border: 0;
    transition: 0.5s all;
    letter-spacing: 0.5px;
}

.def-btn:hover {
    background-color: black;
}

.banner-content {
    position: absolute;
    left: 80px;
    top: 220px;
    z-index: 1;
    color: white;
    max-width: 670px;
    top: 0;
    bottom: 0;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.banner-content p {
    font-size: 18px;
}

.banner-content h1 {
    font-size: 58px;
    line-height: 64px;
    font-weight: 600;
}

.cirlce-grp span {
    width: 80px;
    height: 80px;
    background: #F4ECE1;
    /* background-color: #2D5442; */
    display: inline-block;
    border-radius: 50%;
}


.cirlce-grp {
    display: flex;
    flex-wrap: wrap;
    width: 168px;
    flex: 0 0 168px;
    gap: 0px;
    will-change: transform;
    transform-origin: center;
}

.circle-element {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}

.h-font {
    font-family: "Montserrat", sans-serif !important;
}


.hamburger .lines {
    display: block;
    width: 32px;
    height: 2px;
    background-color: #000;
    position: relative;
}

.hamburger .lines:before,
.hamburger .lines:after {
    display: block;
    width: 32px;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 0;
    content: '';
}

.hamburger .lines:before {
    top: -10px;
}

.hamburger .lines:after {
    bottom: -10px;
}

.menu-text {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin-left: 16px;
    letter-spacing: 1px;
}


.sidebar {
    position: fixed;
    top: 0;
    left: -480px;
    height: 100%;
    color: white;
    transition: left 0.3s ease;
    padding: 20px;
    z-index: 1000;
    width: 480px;
    padding-left: 70px;
    padding-right: 116px;
    background: #e2e0d9;
    padding-top: 60px;
    z-index: 9999;
}

.sidebar.active {
    left: 0;
}


.sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar ul li a {
    display: flex;
    text-decoration: none;
    color: black;
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-transform: uppercase;
}

.sidebar ul li a:hover {
    color: black;

}

.sidebar ul li {
    border-bottom: 1px solid transparent;
    transition: 0.5s all;
    width: 100%;
}

.sidebar ul li:hover {
    border-bottom-color: rgba(11, 23, 23, .2);
}

.sidebar ul {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
}


button#closeSidebar {
    font-size: 12px;
    letter-spacing: 1px;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    text-transform: uppercase;
    font-weight: 500;
}

header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    padding: 6px 0px;
}

.hamburger {
    border: none;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    height: 34px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 16px;
}

aside#sidebar figure {
    position: absolute;
    bottom: 20px;
    left: 70px;
    width: 280px;
    margin-bottom: 0;
}

.aboutsol {
    padding: 110px 0;
    position: relative;
}

.aboutsol p {
    max-width: 1050px;
    display: table;
    margin: auto;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
}

.aboutsol h1 {
    color: #A9743F;
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
    margin-bottom: 36px;
    text-transform: uppercase;
}

.aboutabs {
    position: absolute;
    right: 16px;
    bottom: 30px;
    height: 360px;
}

.aboutsoulPrakriti {
    background: #2D5442;
    padding: 65px 50px;
}

.aboutsoulPrakriti .box {
    background: white;
    border-radius: 44px;
    overflow: hidden;
}

.aboutsoulPrakriti .box figure {
    margin: 0;
    border-radius: 44px;
    overflow: hidden;
    position: relative;
}

header.active {
    background: #F4ECE1;
}

header {
    transition: 0.5s all;
}

header.active img.logo {
    transform: scale(0.9);
}

img.logo {
    transition: 0.5s all;
}

.aboutsoulPrakriti .box .row .col-md-6:nth-child(2) {
    padding-left: 80px;
    padding-right: 60px;
}

.aboutsoulPrakriti .box h2 {
    color: #A9743F;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 34px;
}

.aboutsoulPrakriti .box h1 {
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    max-width: 490px;
    margin-bottom: 24px;
}

.aboutsoulPrakriti .box p {
    font-size: 18px;
    line-height: 26px;
    max-width: 470px;
    margin-bottom: 34px;
    font-weight: 300;
}


.zonesollivning {
    padding-top: 110px;
    padding-bottom: 160px;
}

.zone-area figure img {
    width: 100%;
}

.zonesollivning p {
    max-width: 890px;
    display: table;
    margin: auto;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
}

.zonesollivning h2 {
    font-size: 36px;
    line-height: 44px;
    color: #A9743F;
    margin-bottom: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.zonesollivning h3 {
    font-size: 24px;
    line-height: 34px;
    color: #A9743F;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 24px;
}

.zone-content {
    position: absolute;
    left: 0px;
    top: 0;
    right: 0;
    padding-top: 180px;
}

.zone-area {
    position: sticky;
    top: 90px;
}

.sticky2nd-blcok {
    display: flex;
    flex-direction: column;
    gap: 47px;
}

.zone-content h1 {
    color: #A9743F;
    font-size: 40px;
    text-transform: uppercase;
    font-family: "Cinzel", serif;
}

.zone-content h1 span {
    font-size: 18px;
    color: #000000;
    vertical-align: middle;
    font-weight: 600;
}

.zone-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.zone-list ul li {
    font-size: 14px;
    color: black;
    margin-bottom: 14px;
    display: flex;
    gap: 4px;
    align-items: center;
}

.zone-list ul li span {
    width: 20px;
    display: inline-flex;
    flex: 0 0 20px;
    justify-content: flex-start;
}

.zone-list ul li span img {
    width: 18px;
    height: auto;
}

.physicly-connected {
    background: #2D5442;
    padding-top: 112px;
    padding-bottom: 100px;
    position: relative;
}

.physicly-connected h1 {
    font-size: 36px;
    color: white;
    font-weight: 600;
    margin-left: 10px;
}

.physicly-connected {
    padding-left: 4.5vw;
}

.conectedabs {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: end;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-bottom: 10px;
}

.slidebox {
    background: #F4ECE1;
    border-radius: 18px;
    outline: 1px solid #E9D0AE;
    outline-offset: -12px;
    height: 190px;
    padding: 30px 20px;
    text-align: center;
    width: 100%;
}

.slidebox img {
    height: 56px;
    width: auto !important;
    display: table;
    margin: auto;
}

.slidebox .icon {
    margin-bottom: 16px;
}

.slidebox+.slidebox {
    margin-top: 36px;
}

.slidebox p {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    min-height: 50px;
}

button.owl-next {
    width: 36px;
    display: inline-flex;
    background: #B8B396 !important;
    justify-content: center;
    align-items: center;
}

.owl-nav button {
    background: #B8B396 !important;
    border-radius: 8px;
    height: 36px;
}

.owl-nav {
    display: flex;
    gap: 10px;
    margin-top: 50px;
}

.owl-nav button.owl-prev {
    width: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.owl-nav button:hover {
    background: #f5ece1 !important;
}

.masterplan figure img {
    max-width: 340px;
    display: table;
    margin: auto;
}

.masterplan {
    padding: 60px 0;
}

.masterplan h2 {
    color: #A9743F;
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.masterplan h3 {
    font-size: 22px;
    line-height: 32px;
    color: #A9743F;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 28px;
}

.masterplan p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    max-width: 430px;
    margin-bottom: 34px;
}

.owl-video .items {
    transition: 0.4s all;
}

.owl-video .owl-item .items {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
}


.owl-video .owl-item.center .items {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    margin: 0;
}


.owl-video .owl-item .items {
    position: relative;
}

.owl-video video {
    width: 100%;
    height: auto;
    outline: 1px solid white;
    outline-offset: 10px;
    border-radius: 12px;
}

button.play-btn {
    position: absolute;
    left: 45%;
    top: calc(50% - 50px);
    background: transparent;
    border: 0;
    z-index: 1;
}

.owl-video .owl-nav button {
    width: unset;
    height: unset;
    background: transparent !important;
}

.owl-video .owl-nav {
    justify-content: space-between;
}

.owl-video .owl-nav button.owl-prev {
    position: absolute;
    top: 45%;
    left: 90px;
}

.owl-video .owl-nav button.owl-next {
    position: absolute;
    top: 45%;
    right: 90px;
}

.video-area {
    background: #2D5442;
    padding: 90px 0;
    position: relative;
}

.video-area h1 {
    color: white;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 54px;
}

.owl-video .owl-stage-outer {
    overflow: visible !important;
}

.letconnect {
    background-image: url(../images/call.jpg);
    background-size: cover;
    background-position: left bottom;
    padding-top: 90px;
    padding-bottom: 100px;
}

.letconnect h1 {
    color: white;
    font-size: 54px;
    margin-bottom: 34px;
}

.letconnect button:hover {
    background-color: black;
}

.letconnect button {
    border: 0;
    background: #B68A5D;
    color: white;
    font-size: 20px;
    padding: 4px 4px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding-left: 12px;
    transition: 0.5s all;
}

.letconnect button img {
    height: 27px;
    margin-left: 10px;
}

ul.footermenu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    margin-top: 32px;

}

ul.footermenu li a {
    text-decoration: none;
    color: black;
    text-transform: uppercase;
}

footer {
    padding-top: 40px;
    padding-bottom: 20px;
}

.video-area {
    overflow: hidden;
}

.footer-bottom {
    border-top: 1px solid black;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-bottom p {
    margin: 0;
    font-size: 14px;
}

/* .content-form {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
} */

.content-items {
    background: #F4ECE1;
    position: fixed;
    right: 20px;
    bottom: 6px;
    z-index: -1;
    width: 0;
    padding: 40px 60px 60px 60px;
    border-top-right-radius: 180px;
    border-bottom-left-radius: 180px;
    height: 0px;
    margin-right: 40px;
    margin-bottom: 0;
    opacity: 0;
}

.bg-layer {
    z-index: 1;
    background-color: #0c0b09cc;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;

}

.content-items h1 {
    font-size: 34px;
    text-transform: uppercase;
    max-width: 300px;
    font-weight: 600;
    color: #A9743F;
    margin-bottom: 34px;
}

.content-items form {
    width: 100%;
}

.content-items form input {
    width: 100%;
    height: 36px;
    border-radius: 0;
    background: transparent;
    border: 1px solid #48342B;
    padding: 0 12px;
}

.content-items .form-group {
    margin-bottom: 20px;
}

.content-items form .def-btn {
    width: 100%;
    text-align: center;
}

.contac-details {
    border-top: 1px solid #4a2b31;
    max-width: 325px;
    padding-top: 16px;
    padding-left: 4px;
}

.contac-details p {
    margin: 0;
    margin-bottom: 8px;
}

.contac-details p img {
    height: 18px;
}

.contac-details p span {
    width: 24px;
    display: inline-block;
}

.target-div {
    transition: opacity 0.5s ease;
}

.content-items {
    transition: width 0.5s ease, height 0.5s ease, opacity 0.5s ease;

}

body.modalactive::before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    background: #00000066;
    width: 100%;
    height: 100%;

}

body {
    position: relative;
}

button.closebtn {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    border: 0;
}

.zone-list+.zone-list {
    margin-left: 110px;
}

.aboutsol .bx {
    text-align: center;
}

.aboutsol .bx img {
    height: 86px;
}

.aboutsol .bx .icon {
    margin-bottom: 12px;
}

.aboutsol .bx p {
    margin: 0;
    font-size: 16px;
    display: table;
    margin: auto;
}

.physicly-connected .container-fluid {
    position: relative;
    z-index: 1;
}

.para {
    opacity: 0;
}

.banner {
    overflow: hidden;
    height: 100vh;
}

.aboutsol {
    background-color: #F4ECE1;

}

.banner-content button.def-btn.modalopen {
    margin-top: 20px;
    /* border: 1px solid white; */
    padding: 6px 20px;
    font-size: 16px;
}

.banner-content button.def-btn.modalopen:hover {
    background: black;
    border-color: black;
}

header .def-btn {
    background: black;
    font-weight: 300;
}

header .def-btn:hover {
    background: #b68a5c;
    color: white;
}

.banner-content .def-btn {
    margin-top: 28px;
}

.contactmodal .modal-dialog {
    max-width: 990px;
    padding: 0;

}

.contactmodal .modal-dialog .modal-body {
    padding: 0;
    background-color: #F4ECE1 !important;
}

.contactmodal .modal-dialog .modal-body figure img {
    height: 570px;
    object-fit: cover;
}

.contactmodal .modal-dialog .modal-body figure {
    margin: 0;
}

.contactmodal .modal-dialog .modal-body button.btn-close {
    position: absolute;
    right: 20px;
    top: 10px;
}

.contactmodal .modal-dialog .modal-body h1 {
    margin-top: 60px;
    text-align: center;
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 32px;
}

.contactmodal .modal-dialog .modal-body form {
    max-width: 400px;
    margin: auto;
}

.contactmodal .modal-dialog .modal-body form .form-control {
    background: transparent;
    border: 1px solid #000000;
    border-radius: 0;
}

.contactmodal .modal-dialog .modal-body form label {
    font-size: 16px;
    letter-spacing: 1px;
}

.contactmodal .modal-dialog .modal-body form .def-btn {
    width: 100%;
    text-align: center;
}

.contactmodal .modal-dialog .modal-body form .form-control::placeholder {
    color: #0000006b;
}

.logoarea {
    position: absolute;
    top: 50%;
    left: 50%;
    background: rgb(255 255 255 / 58%);
    padding: 20px;
    color: #000;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(25px);
    transform: translate(-50%, -50%);
    width: 360px;
    border-radius: 20px;
    text-align: center;
    height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#contactform figure.position-relative img {
    height: 550px;
}

.abstext {
    position: absolute;
    bottom: 4px;
    right: 5px;
    font-size: 10px;
    color: white;
    font-weight: 500;
}

.aboutsoulPrakriti .box figure .abstext {
    right: 30px;
}

.zone-area figure .abstext {
    top: 10px;
    bottom: auto;
}

.owl-video .abstext {
    bottom: 11px;
    right: 20px;
}

.masterplan figure {
    position: relative;
}

.letconnect {
    position: relative;
}

.masterplan figure {
    display: table;
    margin: auto;
}


.privacypolice .modal-content {
    background: #F4ECE1;
    color: black;
}

.privacypolice .modal-content h6 {
    color: black;
    font-weight: 500;
    margin-top: 25px;
    font-size: 20px;
}

.privacypolice .modal-content p {
    color: black;
    font-size: 14px;
}

.privacypolice .modal-dialog {
    max-width: 900px;
}

.privacypolice .modal-dialog .modal-content {
    padding: 40px 60px;
}

.privacypolice .modal-dialog .modal-content button.btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
}

.physicly-connected .owl-nav {
    justify-content: center;
}

.masterplan {
    position: relative;
}

.masterplan .abs-masterplan {
    position: absolute;
    right: 20px;
    bottom: 30px;
    height: 450px;
}

.masterplan .abs-masterplan img {
    height: 100%;
}

.masterplan .container {
    position: relative;
    z-index: 1;
}

header .def-btn img {
    height: 18px;
    margin-right: 7px;
}

header .def-btn {
    align-items: center;
    padding: 8px 19px;
}

.teladdress p {
    margin: 0;
}

.teladdress p span img {
    height: 19px;
    margin-right: 9px;
}

.teladdress p+p {
    padding-left: 20px;
    border-left: 1px solid black;
    margin-left: 20px;
}

.teladdress {
    margin-top: 13px;
}

.teladdress p a {
    color: black;
}

a.onlymodal {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 20%;
    z-index: 2;
}

a.onlymodalright {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 20%;
    z-index: 2;
}

a.whatsapp {
    position: fixed;
    right: 20px;
    bottom: 40px;
    z-index: 4;
    width: 60px;
    height: 60px;
    overflow: hidden;
    background: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 14px #ffffff80;
}

a.whatsapp img {
    width: 50px;
}

.abouteth {
    background: #F6ECE1;
    padding: 90px 0;
}

.abouteth h2 {
    color: #A9743F;
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.abouteth p {
    font-size: 18px;
    text-align: center;
    display: table;
    margin-top: 34px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    line-height: 24px;
    font-weight: 300;
}

.zonesollivning .container {
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 600px) {
    .slidebox {
        width: 230px;
    }

    .masterplan .abs-masterplan {
        display: none;
    }

    .banner {
        height: unset;
    }

    .banner-content {
        left: 0;
        top: 60px;
        padding: 0 16px;
    }

    .banner-content h1 {
        font-size: 34px;
        line-height: 44px;
    }

    .aboutsol {
        margin: 0;
    }

    .banner-mob-btn {
        position: absolute;
        bottom: 16px;
        left: 0;
        right: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .banner-mob-btn button.def-btn {
        background: transparent;
        border: 1px solid white;
        font-size: 16px;
        padding: 4px 30px;
    }

    .aboutsol {
        padding: 60px 0;
    }

    .aboutsol h1 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 24px;
    }

    .aboutsol p {
        font-size: 18px;
    }

    .aboutsoulPrakriti {
        padding: 34px 0;
    }

    .aboutsoulPrakriti .box figure {
        border-radius: 0;
    }

    .aboutsoulPrakriti .box {
        border-radius: 20px;
    }

    .aboutsoulPrakriti .box .row .col-md-6:nth-child(2) {
        padding-left: 26px;
        padding-right: 26px;
        padding-top: 26px;
        padding-bottom: 34px;
    }

    .aboutsoulPrakriti .box h2 {
        font-size: 22px;
        margin-bottom: 20px;
        text-align: center;
    }

    .aboutsoulPrakriti .box h1 {
        font-size: 28px;
        line-height: 36px;
        text-align: center;
    }

    .aboutsoulPrakriti .box p {
        font-size: 18px;
        text-align: center;
    }

    .aboutsoulPrakriti .box .row .col-md-6:nth-child(2) .def-btn {
        display: table;
        margin-left: auto;
        margin-right: auto;
    }

    .zonesollivning {
        padding: 60px 0;
    }

    .zonesollivning h2 {
        font-size: 28px;
        line-height: 34px;
    }

    .zonesollivning h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .zone-content {
        position: relative;
        padding-top: 24px;
    }

    .zone-area {
        background-color: #f5ece1;
    }

    .zone-list {
        width: 100%;
        flex: 0 0 auto;
    }

    .zone-list+.zone-list {
        margin-left: 0;
    }

    .zone-list ul li {
        align-items: flex-start;
        font-size: 14px;
    }

    .zone-content .col-md-12 {
        padding-left: 0;
        padding-right: 0;
    }

    .zone-content .col-md-12.mt-5 {
        margin-top: 20px !important;
    }

    .zone-content h1 {
        font-size: 36px;
    }

    .zone-content h1 span {
        font-size: 16px;
    }


    .zone-content .col-md-12.mt-5.d-flex.flex-row {
        flex-direction: column !important;
    }

    .physicly-connected {
        padding: 60px 0 40px 0;
    }

    .physicly-connected h1 {
        margin-left: 0;
        text-align: center;
        font-size: 25px;
        line-height: 34px;
    }

    .owl-connect .owl-nav {
        justify-content: center;
    }

    .masterplan figure img {
        max-width: 100%;
    }

    .masterplan h2 {
        text-align: center;
        font-size: 28px;
        line-height: 34px;
        margin-top: 20px;
    }

    .masterplan h3 {
        text-align: center;
        font-size: 20px;
        line-height: 28px;
    }

    .masterplan p {
        text-align: center;
    }

    .masterplan .def-btn {
        display: table;
        margin-left: auto;
        margin-right: auto;
    }

    .owl-video video {
        outline-offset: 4px;
    }

    button.play-btn img {
        height: 40px;
        width: auto !important;
    }

    button.play-btn {
        top: calc(50% - 20px);
        left: 43%;
    }

    .owl-video .owl-nav button.owl-next {
        top: 40%;
        right: 2px;
    }

    .owl-video .owl-nav button.owl-prev {
        top: 40%;
        left: 2px;
    }

    .owl-video .owl-nav button img {
        width: 40px;
    }

    .video-area {
        padding: 60px 0 10px 0;
    }

    .video-area .container-fluid {
        position: relative;
        z-index: 1;
    }

    .video-area h1 {
        font-size: 28px;
        line-height: 36px;
    }

    .video-area .col-md-12.mt-4.position-relative {
        margin-top: 0 !important;
    }

    .letconnect {
        padding-top: 60px;
        padding-bottom: 60px;
        background-position: right center;
    }

    .letconnect h1 {
        font-size: 40px;
        line-height: 44px;
        text-align: center;
    }

    .letconnect::before {
        content: " ";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #00000094;
    }

    .letconnect {
        position: relative;
    }

    .letconnect .container {
        position: relative;
    }

    .letconnect button.show-btn {
        margin-left: auto;
        margin-right: auto;
    }

    .footer-bottom p {
        text-align: center;
    }

    .footer-bottom .col-md-6+.col-md-6 {
        margin-top: 8px;
    }

    .aboutsol .container {
        position: relative;
        z-index: 1;
    }

    .about-sol .bx img {
        width: unset !important
    }

    .aboutsol .bx {

        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }

    .aboutsol .bx span.d-md-block {
        display: block;
    }

    .aboutsol .bx p {
        font-size: 18px;
    }

    .aboutsol .owl-nav {
        justify-content: center;
    }

    .aboutsol .owl-nav button,
    .aboutsol .owl-nav button:hover {
        background-color: #B8B396 !important;
    }

    .slidebox .d-md-block {
        display: block;
    }

    img.logo {
        height: 70px;
    }

    .banner img {
        height: 650px;
        object-fit: cover;
    }


    .banner-content::before {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(177deg, rgb(255 255 255 / 0%) 5%, rgb(0 0 0 / 50%) 90%);
        content: " ";
    }

    .content-items {
        margin-right: 0;
        right: 10px;
    }

    .modalactive .content-items {
        width: calc(100% - 20px) !important;
        height: calc(100% - 90px) !important;
        border-radius: 20px !important;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 30px !important;
    }

    .content-items form {
        width: 100%;
    }

    .content-items h1 {
        font-size: 28px;
        text-align: center;
        line-height: 39px;
    }

    button.closebtn img {
        height: 30px;
    }

    button.closebtn {
        top: 6px;
    }

    button.closebtn {
        opacity: 0;
        transition: 0.9s all;
    }

    .modalactive .content-items button.closebtn {
        opacity: 9;
    }

    .contactmodal .modal-dialog .modal-body .row .col-md-6:nth-child(1) {
        display: none;
    }

    .contactmodal .modal-dialog .modal-body form {
        max-width: 90%;
        margin-bottom: 40px;
    }

    .contactmodal .modal-dialog .modal-body h1 {
        font-size: 34px;
        padding: 0 30px;
    }

    .letconnect .abstext {
        bottom: -50px;
    }

    .aboutsoulPrakriti .box figure .abstext {
        right: 10px
    }

    .owl-video .abstext {
        right: 7px;
    }

    .letconnect button.show-btn {
        font-size: 16px;
    }



    .aboutsol .aboutabs {
        display: none;
    }

    .zonesollivning .aboutabs {
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    div#Gallery .conectedabs {
        justify-content: center;
        align-items: center;
    }

    div#Gallery .conectedabs img {
        height: 90%;
    }

    footer {
        padding-bottom: 40px;
    }

    .physicly-connected .conectedabs {
        align-items: center;
    }

    .physicly-connected .conectedabs img {
        width: 90%;
    }

    .sidebar {
        padding-left: 20px;
    }

    a.call img {
        height: 35px;
    }

    .hamburger {
        padding-left: 0;
    }

    .sidebar {
        width: 100%;
        padding-right: 20px;
        padding-top: 40px;
    }

    .sidebar .def-btn {
        background-color: black;
    }

    img.logo {
        height: 80px !important;
    }

    .teladdress {
        flex-direction: column;
    }

    .teladdress p {
        border: 0;
    }

    .teladdress p+p {
        border: 0;
        padding: 0;
        margin: 0;
        margin-top: 12px;
    }

    /* .contac-details p:nth-child(2) {
        display: none;
    } */

    .modalactive .content-items {

        height: calc(100% - 150px) !important;

    }

    .single-video video {
        width: 100%;
        height: auto;
        position: relative;
        outline: 1px solid white;
        outline-offset: 4px;
        overflow: hidden;
        border-radius: 14px;
    }

    .single-video .abstext {
        right: 18px;
        bottom: 8px;
    }

    .abouteth {
        padding: 40px 0;
    }

    .abouteth h2 {
        font-size: 32px;
        margin-bottom: 0;
    }

    .abouteth p {
        margin-top: 24px;
        margin-bottom: 0;
    }
}