@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: All_for;
    src: url('../Fonts/Poppins-Regular.ttf') format('opentype');
} */
@font-face {
    font-family: med;
    src: url('../Fonts/Poppins-Medium.ttf') format('opentype');
}

@font-face {
    font-family: main;
    src: url('../Fonts/SangBleuEmpire-Medium.ttf') format('opentype');
}

@font-face {
    font-family: main_r;
    src: url('../Fonts/SangBleuEmpire-Regular.ttf') format('opentype');
}



* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smotthing: antialiased;
    font-family: "Poppins", sans-serif;
}

html,
body {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #16325A;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.navbar-toggler:focus,
.navbar-toggler,
.navbar-toggler:active,
.navbar-toggler .navbar-toggler-icon:focus,
.navbar-toggler-icon {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}

.btn1 {
    padding: 10px 20px;
    background-color: #105151;
    color: #fff;
    border: 0;
}


.font {
    font-family: main, sans-serif;
}

.font2 {
    font-family: main_r, sans-serif;
}

.color {
    color: #105151;
}

.nav-link {
    position: relative;
    margin-right: 20px;
    padding: 0;
}

.nav-link.active {
    color: #105151 !important;
}


header .nav-link.active::after {
    position: absolute;
    background-color: #105151;
    color: #105151 !important;
    content: "";
    display: block;
    width: 85%;
    height: 1.3px;
    top: auto;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
}



section.hero .main_box {
    background-color: #F4BC94;
    border-radius: 20px;
    padding-top: 70px;
    padding-bottom: 20px;
}




/* 
section.advantage {
    background-color: #F2EEE7;
    padding-top: 100px;
    margin-top: 70px;
    padding-bottom: 110px !important;
} */
/* section.advantage .space{
 padding-left: 100px;
} */

section.advantage .space h3 {
    font-size: 40px;
}

section.advantage .tress {
    mix-blend-mode: multiply;
    width: 100px;
    position: relative;
    left: -20px;
}

/* section.advantage .card h2{
font-size: 60px;
}

 */


#smart img {
    border-radius: 30px;
    height: 564px;
    object-fit: cover;
}

#smart {
    position: relative;
}

section.advantage .owl-theme .owl-dots {
    position: absolute;
    top: 18px;
    right: 34px;
}

.owl-theme .owl-nav {

    display: none;
}


/* 
section.high .accordion-body p::before{

} */




section.advantage .custom-owl-nav {
    position: absolute;
    right: 17px;
    top: 20px;
    z-index: 1;
    display: flex;
    gap: 103px;
}

section.advantage .custom-owl-nav button {
    background: transparent;
    border: transparent;
}



section.advantage .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff;
}

section.advantage .owl-theme .owl-dots .owl-dot span {
    background: transparent;
    border: 1px solid #ffffff;
    display: block;
    width: 10px;
    height: 10px;
}


section.walkthrough {
    padding: 30px 0;
}

/* section.walkthrough h2{
    font-size: 60px;
    margin-bottom: 20px;   
} */


/* .padding{
    padding-left: 100px;
} */

section.walkthrough .bg {
    background-color: #F2EEE7;
    position: absolute;
    height: 250px;
    inset: 0;
    z-index: -1;
}



/* section.living{
padding-bottom: 100px;
padding-top: 80px;
} */
/* section.living h2{
font-size: 60px;
} */
section.living svg {
    position: relative;
    top: -20px;
}


#slider img {
    height: 405px;
    object-fit: cover;
}

section.living .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #124E59;
}




section.living .custom-owl-nav {

    display: flex;

}

section.living .custom-owl-nav button {
    background: transparent;
    border: transparent;
}


section.living .custom-owl-nav .owl-prev {
    position: absolute;
    left: -50px;
    top: 48%;
    transform: translateY(-50%);
    z-index: 1;
}

section.living .custom-owl-nav .owl-next {
    position: absolute;
    right: -50px;
    top: 48%;
    transform: translateY(-50%);
    z-index: 1;
}

section.world svg {
    position: relative;
    top: -10px;
}

section.world .size {
    position: absolute;
    right: 0;
}

/* section.world {
padding-top: 40px;
padding-bottom: 100px;
} */
/* section.world .flex {
gap: 150px;
} */



/* section.high .padding{
padding-left: 20% !important;
padding-top: 20%;

} */
section.high h2 {
    font-size: 60px;

}

section.high svg {
    position: relative;
    top: -10px;

}

section.high .custum_expand1 {
    display: flex;

}

section.high .accordion-header button {
    background-color: transparent;
    border: 0;
    display: flex;
    align-items: center;
}

section.high .accordion-item {
    background-color: transparent;
    border: 0 !important;
}

section.high .accordion-item button p {
    font-family: main_r, sans-serif;
    font-size: 26px !important;
    color: #105151;
}

/* section.high .img {
    position: absolute;
    right: 10%;
} */
.accordion-icon {
    margin-right: 8px;
    font-size: 30px;
    color: #105151;
    text-align: center;
    width: 19px;
}

.up {
    position: relative;
    top: -91px;
}


section.mall h2 {
    font-size: 60px;
    padding-top: 30px;
}

section.mall .arow {
    position: absolute;
    left: 0;
}


section.plans {
    padding-top: 100px;
}



section.plans .item h3 {
    color: #493233;
}

section.plans .item .card {
    padding: 40px 25px 70px 25px;
    border-color: #BC9A5D;
}


section.plans .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 24px;
    text-align: start;
}


section.plans .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #124E59;
}

section.sureka {
    background-color: #182D56;
    padding: 80px 0;
    border-radius: 38px;
    margin: 100px 0;
}

section.sureka h3 {
    margin-top: 80px;
    font-size: 50px;
}

footer {
    padding: 0 0 0 0;
}

footer .img {
    position: absolute;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

footer .copy {
    position: absolute;
    bottom: 0;
    margin-bottom: 30px;
    text-align: center;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}


footer .footer-car {
    position: absolute;
    width: 200px;
    left: 13%;
    bottom: 4%;
}

footer .color {
    color: #105151;
}


header.fixed-top {
    background-color: #fff;
    box-shadow: 5px 5px 5px #0808081f;
}

header.fixed-top .navbar {
    padding: 0 auto;
}

.form {
    position: fixed;
    z-index: 1001;
    right: -73px;

    top: 48%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.form a:hover {
    color: #FFF !important;
}

.form a i:hover {
    color: #FFF !important;
}

.form .btn {
    background-color: #105151 !important;
    color: #fff;
    padding: 10px 26px;
    font-size: 16px;
    border-radius: 10px 10px 0 0;
}

.form1 {
    position: fixed;
    z-index: 1001;
    right: -73px;
    top: 75%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.form1 a:hover {
    color: #FFF !important;
}

.form1 a i:hover {
    color: #FFF !important;
}

.form1 .btn {
    background-color: #105151 !important;
    color: #fff;
    padding: 10px 26px;
    font-size: 16px;
    border-radius: 10px 10px 0 0;
}

.form2 {
    position: fixed;
    z-index: 1001;
    right: -13px;
    top: 30%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}



section.plans .owl-carousel .owl-item img {
    width: 100%;
    height: 300px !important;
    object-fit: contain;
}

.font_1 {
    font-size: 19px !important;
}

footer .card_form {}

footer .card_form form {
    position: absolute;
    top: -3px;

    background-color: #105151;
    padding: 20px 30px;
    border-radius: 20px;
}


footer .card_form .btn1{
    background-color: #ffffff;
    padding: 10px 16px;
    border-radius: 10px;
    color: #000;
}

footer .card_form input {
    border-radius: 10px !important;
    border: 0;
}

