img{
	max-width:100%;
}
p, span, li, a{
	font-size: 16px;
	margin-bottom: 0;
	font-family: "Roboto", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Oswald", sans-serif;
}
.cnt-dv img {
    width: 50%;
    margin: auto;
}
.trms.container h1 {
    margin-block: 50px;
}
.trms.container p, .trms.container ul {
    margin-bottom: 35px;
}
body {
    background-image: url(images/body-bg.svg);
    background-color: #fffffff2;
    background-size: cover;
    background-position: top center;
    background-blend-mode: overlay;
}
/*Curosr*/
.cursor {
    position: fixed;
    pointer-events: none;
    z-index: 9999;
    mix-blend-mode: difference;
    top: -35px;
    left: -36px;
}
.cursor:before {
    content: "";
    width: 75px;
    height: 75px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: white;
    border: 1px solid white;
    transition: all ease 0.15s;
    transform: scale(0.15);
}
/* Popup backdrop */
.popup-overlay {
	position: fixed;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 999;
}
/* Popup content */
.popup-content {
	background: #fff;
	padding: 20px 30px;
	border-radius: 8px;
	max-width: 90%;
	text-align: center;
	position: relative;
}
/* Close button */
.popup-content .close-btn {
    position: absolute;
    right: 5px;
    margin-top: 0 !important;
    top: 5px;
    padding: 5px 12px !important;
    border-radius: 30px;
}
.form-container h2 {
	margin-bottom: 20px;
	text-align: center;
}
.form-container input {
	width: 100%;
	padding: 10px;
	margin: 6px 0 15px;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.form-container .checkbox-container {
    display: block;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 0px;
}
.form-container .checkbox-container input {
    width: 4%;
    top: 2px;
    position: relative;
    scale: 1.1;
    margin-top: 0;
    margin-bottom: 20px;
}
.form-container .btn {
    width: 40%;
    padding: 10px;
    margin-bottom: 10px;
    border: none;
    color: #000;
    background-color: #A7E5E0;
    border-radius: 40px;
    cursor: pointer;
    text-align: center;
    transition: 0.5s;
}
.countdown-timer {
	text-align: center;
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: bold;
	color: #333;
}
.countdown-timer span {
	color: #7ebdbf;
	font-size: 20px;
}
.form-container .btn:hover {
    background: #f9eac7;
}
.pc-mg {
    display: block;
}
.mb-mg {
    display: none;
}
/*.hro-sc-rw {
    padding: 100px 50px;
    background: url(images/banner_holder-1.jpg.webp);
    background-size: cover;
    background-position: center center;
}
.hro-sc-rw .row {
    align-items: center;
}*/
.brn-hd-sc {
    color: #fff;
}
button.button.button--calypso {
    background: #A7E5E0;
    color: #000;
    padding: 1rem 5rem;
    overflow: hidden;
    position: relative;
    border-radius: 50px;
    display: inline-block;
    margin-top: 30px;
    border: 0;
    box-shadow: 0 0 25px #0000003b;
}
.button--calypso::before {
    content: '';
    background: #f9eac7;
    width: 120%;
    height: 0;
    padding-bottom: 120%;
    top: -110%;
    left: -10%;
    border-radius: 50%;
    transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
    position: absolute;
}
.button--calypso span {
    display: block;
    position: relative;
    z-index: 10;
    font-weight: 600;
    transition: 0.5s;
}
.button--calypso::after {
    content: '';
    background: #f9eac7;
    transform: translate3d(0, -100%, 0);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.button--calypso:hover::before {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.button--calypso:hover span {
    animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
}
@keyframes MoveScaleUpEnd{
	0% {
        transform: translate3d(0,100%,0) scale3d(1,2,1);
        opacity: 0;
	}
	100% {
        transform: translate3d(0,0,0);
        opacity: 1;
	}
}
@keyframes MoveScaleUpInitial{
	100% {
        transform: translate3d(0,-105%,0) scale3d(1,2,1);
        opacity: 0;
    }
}
.button--calypso:hover::after {
    transform: translate3d(0,0,0);
    transition-duration: 0.05s;
    transition-delay: 0.4s;
    transition-timing-function: linear;
}
.cnt-dv {
    text-align: center;
    position: fixed;
    bottom: 20px;
    left: 88%;
    width: 10%;
    text-align: center;
    z-index: 999;
    animation: bounce 2s infinite;
}
.cnt-dv img {
    width: 50%;
    margin: auto;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.cnt-dv button {
    display: grid;
    padding: 20px 0px;
    border-radius: 50%;
    border: 2px solid #A7E5E0;
}
header {
    width: 100%;
    display: block;
    margin: auto;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 0px 40px #0002;
}
.nv-mn {
    padding: 5px 20px;
    text-align: center;
}
.nv-mn img {
    width: 12%;
}
.hro-sc-rw {
    position: relative;
}
.hgl-txt marquee {
    font-size: 20px;
    font-weight: 600;
    animation: 0.2s clr-cng linear infinite;
}
.hgl-txt {
    background: #A7E5E0;
    /*padding: 10px;*/
    width: 100%;
}
@keyframes clr-cng{
	0%, 100% {
		color:#000;
	}
	50% {
		color:#707070;
	}
}
.abt-rw {
    margin-top: 80px;
}
.abt-rw .row {
    align-items: center;
}
.ab-mg-dv {
    display: flex;
}
.ab-mg-dv .mg2 {
    width: 40%;
    height: 10%;
    position: relative;
    left: -125px;
    border: 10px solid #fff;
    border-radius: 50%;
    animation: tpdn 15s infinite;
}
.ab-mg-dv .mg1 {
    border-radius: 20px;
    box-shadow: -15px 15px 0px #A7E5E0;
}
@keyframes tpdn{
	0%, 100%{
		transform: translateY(80px)
	}
	50%{
		transform: translateY(220px);
	}
}
.ab-ct-dv h2 {
    margin-bottom: 30px;
    font-size: 40px;
}
.mnhd, .faq-mnhd {
    font-size: 45px;
    text-align: center;
    margin-bottom: 25px;
}
.cnt-sc-mg {
    width: 500px;
    height: 500px;
    overflow: hidden;
    border-radius: 30px;
    display: block;
    position: relative;
    left: -20px;
    margin-right: auto;
}
.cnt-sc-2-mg {
    width: 500px;
    height: 500px;
    overflow: hidden;
    border-radius: 30px;
    display: block;
    position: relative;
    margin-left: auto;
    left: 20px;
}
.enq-frm-rw img, .enq-frm-rw-2 img {
    transition: 0.5s;
}
.enq-frm-rw:hover img, .enq-frm-rw-2:hover img {
    scale: 1.1;
}
.sld-rw, .gl-rw, .enq-frm-rw, .enq-frm-rw-2 {
    margin-top: 80px;
}
.cnt-dv-sld {
    text-align: center;
    padding: 30px;
    background: #efefef;
    border-radius: 20px;
}
.cnt-dv-sld img {
    width: 30% !important;
    margin: auto;
}
.cnt-dv-sld h4 {
    font-weight: 400;
    font-size: 19px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    color: #fff;
    border: none;
    font-size: 20px!important;
    padding: 5px 20px 8px !important;
    font: inherit;
    background: #861c17;
    border-radius: 60px;
    transition: 0.5s;
}
.owl-carousel button span {
	font-size: 20px!important;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #ffd400;
    color: #000;
    text-decoration: none;
}
.gl-rw img {
    border-radius: 20px;
}
.wh-apl h2, .wn-gt h2 {
    margin-bottom: 30px;
}
.wh-apl, .wn-gt {
    color: #000;
    padding: 60px 20px;
    position: relative;
    overflow: hidden;
    background-image: url(images/msvs-bg.jpg);
    background-position: bottom center;
    height: 285px;
    box-shadow: 0 0 30px #0005;
    border-radius: 15px;
    transition: background 10s;
}
.wh-apl:hover, .wn-gt:hover {
    background-position: top center;
}
.wh-apl ul, .wn-gt ul {
    list-style: none;
}
footer {
    padding-inline: 20px;
    background: #A7E5E0;
}
footer section {
    max-width: 100%;
}
.ftr-grd {
    width: 25%;
    display: grid;
}
.ft-gr1 img {
    margin-inline: auto;
}
.ftr-grd.ft-gr4 {
    display: block;
}
.ftr-grd a {
    color: #000;
    text-decoration: none;
}
.sc-ic {
    display: inline-block;
    position: relative;
    margin-top: 20px;
}
.fa-facebook:before, .fa-x-twitter:before, .fa-instagram:before, .fa-linkedin:before {
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #fff;
    border-radius: 30px;
    font-weight: 100;
}
.fa-facebook:before {
    background: blue;
    padding: 6px 10px;
}
.fa-x-twitter:before {
    background: #000;
    padding: 6px 6px;
}
.fa-instagram:before {
    background: #C13584;
    padding: 6px 8px;
}
.fa-linkedin:before {
    background: #0a66c2;
    padding: 6px 8px;
}
.enq-frm-rw .row, .enq-frm-rw-2 .row {
    align-items: center;
}
.cnt-sc {
    background: #A7E5E0;
    padding: 30px;
    color: #000;
    border-radius: 20px;
    display: block;
    position: relative;
    z-index: 2;
    left: 40px;
}
.cnt-sc-mg {
    width: 500px;
    height: 500px;
    overflow: hidden;
    border-radius: 30px;
    display: block;
    position: relative;
    left: -20px;
}
.cnt-sc-2 {
    background: #7ebebd;
    padding: 30px;
    color: #000;
    border-radius: 20px;
	display: block;
    position: relative;
    z-index: 2;
    left: -40px;
}
.frm-2-sc {
    padding: 25px;
    background: #ffffff30;
    display: block;
    position: absolute;
    z-index: 35;
    border-radius: 20px;
    right: 15px;
    backdrop-filter: blur(15px);
    box-shadow: 0 0 30px #00000061;
    top: 10%;
}
.wh-apl-wn-gt {
    margin-top: 80px;
}
.cnt-sc ul, .cnt-sc-2 ul {
    list-style: none;
}
.wh-apl ul li:before, .wn-gt ul li:before {
    border-radius: 30px;
    width: 20px!important;
    height: 20px!important;
    margin-top: 2px!important;
}
.cnt-sc-2 ul li:before, .cnt-sc ul li:before {
    left: -35px !important;
    margin-top: -4px !important;
    background-color: #861c17;
    border-radius: 30px;
}
.cnt-sc, .cnt-sc-2 {
    height: 290px;
}
.cnt-sc ul li:before, .wh-apl ul li:before, .wn-gt ul li:before, .cnt-sc-2 ul li:before {
	content: '';
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(images/brush-svgrepo-com.svg);
    background-size: cover;
    left: -31px;
    margin-top: -7px;
    transform: rotate(45deg);
    background-color: #7e7e7e;
}
.cnt-sc ul li, .wh-apl ul li, .wn-gt ul li, .cnt-sc-2 ul li {
	position: relative;
	margin-bottom: 20px;
}
.cnt-sc h2, .cnt-sc-2 h2 {
    margin-bottom: 30px;
}
.accordion-item {
    margin-bottom: 15px;
    background: #f9eac7;
    border-radius: 10px !important;
    overflow: hidden;
}
.accordion-button:not(.collapsed) {
    color: #000;
    background: #A7E5E0;
}
.accordion-button {
    background: #A7E5E0;
    border-radius: 10px !important;
    color: #000;
    padding: 30px 20px;
    font-size: 25px;
}
.accordion-button:focus {
	border: none!important;
	box-shadow: none!important;
}
.accordion-button::after {
	filter: invert(1);
}
.faq-rw {
    margin-block: 80px;
}
.cprg {
    text-align: center;
    margin-top: 50px;
    padding: 15px;
}
.tnk-u {
    text-align: center;
    display: block;
    position: relative;
    margin-block: 170px;
    width: 50%;
    margin-inline: auto;
    background: #ffffff;
    padding: 40px;
    border-radius: 30px;
    box-shadow: 0 0 25px 2px #0002;
}
.tnk-u img {
    width: 10%;
}
.tnk-u a {
    display: inline-block;
    margin-top: 15px;
    color: #30ada3;
}
@media only screen and (min-width: 320px) and (max-width: 600px){
    .form-container .checkbox-container input {
        margin-right: 10px;
    }
    .tnk-u {
        width: 95%;
        padding: 25px;
        margin-block: 60px;
    }
    .tnk-u img {
        width: 20%;
        margin-bottom: 20px;
    }
    .ftr-grd {
        width: 100%;
        margin-bottom: 25px;
    }
    .nv-mn img {
        width: 30%;
    }
    .brn-hd-sc {
        width: 100%;
        margin-bottom: 35px;
    }
    .frm-2-sc {
        width: 95%;
        right: 0;
        position: relative;
        margin-inline: auto;
        margin-top: 50px;
    }
    .hgl-txt{
        width:100%;
        margin-top: 20px;
    }
    .hro-sc-rw h1 {
        margin-bottom: 20px;
        line-height: 1.5;
    }
    .brn-hd-sc {
        width: 100%;
        margin-bottom: 35px;
        text-align: center;
    }
    .ab-mg-dv {
        margin-bottom: 45px;
        margin-left: 15px;
    }
    .ab-mg-dv .mg1 {
        width: 85%;
    }
    .ab-mg-dv .mg2 {
        left: -45px;
        width: 31%;
        border-width: 5px;
    }
    .ab-ct-dv h2, .mnhd, .faq-mnhd {
        font-size: 30px;
    }
    .cnt-sc {
        left: 0;
        margin-bottom: 20px;
    }
    .cnt-sc, .cnt-sc-2 {
        height: auto;
    }
    .cnt-sc-mg, .cnt-sc-2-mg {
        display: none;
    }
    .cnt-sc-mg {
        width: 100%;
        left: 0;
        height: 10%;
    }
    .cnt-sc-2-mg {
        width: 100%;
        height: 10%;
        left: 0;
    }
    .cnt-sc-2 {
        left: 0;
        margin-top: 20px;
    }
    .wh-apl, .wn-gt {
        height: auto;
        background-color: #ffffffe3;
        background-blend-mode: overlay;
    }
    .wh-apl {
        margin-bottom: 20px;
    }
    .cnt-dv {
        width: 23%;
        left: 75%;
    }
    .cursor, .cursor:before {
        display: none;
    }
    .enq-frm-rw-2 {
        margin-top: 0px;
    }
    .cnt-dv img {
        width: 30%;
    }
    .cnt-dv span {
        font-size: 12px;
    }
    .pc-mg {
        display: none;
    }
    .mb-mg {
        display: block;
    }
}