@font-face {
    font-family: 'Simpler';
    src: url('../fonts/SimplerPro_HLAR-Regular.woff2') format('woff2'),
        url('../fonts/SimplerPro_HLAR-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Simpler';
    src: url('../fonts/SimplerPro_HLAR-Bold.woff2') format('woff2'),
        url('../fonts/SimplerPro_HLAR-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
figure{margin: 0;}
a,button {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: 'Simpler';
    font-size: 14px;
    font-weight: 400;
    color: #000;
    background-color: #FFF8F0;
    text-decoration: none;    
}
.main-wrpper {
    height:auto;
    width: 100%;
}
.container{
    max-width: 1313px;
    padding: 0 15px;
    margin: 0 auto;
}
.container-fluid{
    max-width: 1440px;
    padding: 0 37px;
	margin:0 auto;
}
/* ***** End Common Css **** */



/* **** Header **** */
header{
    padding: 35px 0;
}
header img{
    max-width: 100%;
    margin: 0 auto;
}
/* **** End Header **** */



/* **** Hero **** */
.hero-wrp{
    padding: 85px 0;
    background-color: #006FFF;
    color: #fff;
}
.hero-wrp h1{
    font-size: 80px;
    color: #fff;
    font-weight: 900;
    text-align: center;
    max-width: 960px;
    margin: 0 auto 52px;
}
.hero-wrp .hero-block {
    margin: 0 0 52px;
}
.hero-wrp .hero-block ul{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.hero-wrp .hero-block ul li{
    font-size: 22px;
    color: #FFF9EB;
    font-weight: 400;
    text-align: center;
}
.hero-wrp .hero-block .hero-box{
    text-align: center;
}
.hero-wrp .hero-block .hero-box figure{
    height: 68px;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-wrp .hero-block .hero-box figure img{
    max-width: 100%;
}
.hero-wrp h6{
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    margin: 0 auto;
    display: table;
    text-decoration: underline;
}
.btn-whatsapp{
    height: 76px;
    width: 76px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF8F0;
    margin: 0 auto 10px;
}
.btn-conversation{
    font-size: 35px;
    color: #006FFF;
    font-weight: 400;
    display: table;
    margin: 0 auto;
    padding: 23px 31.63px;
    background-color: #FFF8F0;
    border-radius: 20px;
    text-decoration: underline;
    margin: 0 auto 32px;
	position: relative;
    z-index: 1;
}
.blankd{
	position: absolute;
    width: 371px;
    height: 83px;
    top: 1px;
    left: 1px;
    right: 0;
    margin: 0 auto;
    z-index: 0;
    background: #006FFF;
    mix-blend-mode: multiply;
	border-radius: 20px;
}
/* **** End Hero **** */


/* **** Contact **** */
.contact-wrp{
    padding: 53px 0;
}
.contact-wrp .contact-block{
    display: flex;
    align-items: flex-start;
    gap: 30px;
	justify-content: center;
}
.contact-wrp .contact-block .contact-video{
    min-width: 467px;
    width: 467px;
    height: 829px;
}
.contact-wrp .contact-block .contact-video video{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.contact-wrp .contact-form {
    width: 100%;
	display: none;
}
.contact-wrp .contact-form .contact-title{
    position: relative;
    margin: 0 0 40px;
}
.contact-wrp .contact-form .contact-title h2{
    font-size: 60px;
    color: #006FFF;
    font-weight:900;
    margin: 0;
}
.contact-wrp .contact-form .contact-title p{
    font-size: 22px;
    color: #006FFF;
    font-weight:900;
    margin: 0;
}
.contact-wrp .contact-form .contact-whatsapp{
    height: 234px;
    aspect-ratio: 1 / 1;
    background-color: #006FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    gap: 16px;
    border-radius: 100%;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    line-height: 35px;
	color: #FFF8F0;
    text-decoration: underline;
    position: absolute;
    left: 5px;
    bottom: 5px;
	padding: 0 2px;
}
.contact-wrp .contact-form .contact-whatsapp span{max-width:200px;}
.contact-wrp .contact-form form{
    max-width: 736px;
}
.contact-wrp .contact-form form .form-group{
    margin: 0 0 18px;
}
.contact-wrp .contact-form form .form-group .form-control{
    font-size: 15px;
    color: #006FFF;
    font-weight: 400;
    padding: 23.5px 28px;
    border: 1px solid #006FFF;
    border-radius: 5px;
    box-shadow: none;
    outline: none;
    width: 100%;
    background-color: transparent;
    resize: none;
}
.contact-wrp .contact-form form .form-group .form-control::placeholder{
    color: #006FFF;
}
.contact-wrp .contact-form form .btn-submit{
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    background-color: #006FFF;
    padding: 20.5px 28px;
    border-radius: 5px;
    display: block;
    width: 100%;
    text-align: center;
    border: none;
    cursor: pointer;
}
.contact-wrp .contact-form form .form-group .form-control.wpcf7-textarea{height:149px;}
/* **** End Contact **** */


/* **** sponsor **** */
.sponsor-wrp {
    border-top: 2px solid #006FFF;
    border-bottom: 2px solid #006FFF;
}
.sponsor-wrp .slider-box{
    display: grid;
    padding: 60px 0;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    width: 100%;
   grid-template-columns: 1fr;
}
.sponsor-wrp .swiper-wrapper{
    height: fit-content;
}
.sponsor-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
.sponsor-wrp .slider-box img{
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.sponsor-wrp .slick-slide{
    height: auto;
}
/* **** End sponsor **** */



/* **** FAQ **** */
.faq-wrp{
    padding: 80px 0 104px;
}
.faq-wrp .faq-title{
    margin: 0 0 73px;
}
.faq-wrp .faq-title h2{
    font-size: 60px;
    font-weight: 900;
    color: #006FFF;
    margin: 0;
}
.faq-wrp .faq-container{
    max-width: 968px;
}
.faq-wrp .faq-container .faq-item {
    border: 1px solid #006FFF;
    overflow: hidden;
    margin: 0 0 18px;
    border-radius: 10px;
}
.faq-wrp .faq-container .faq-item:last-child{
    margin: 0;
}
.faq-wrp .faq-container .faq-item .faq-question {
    background: #006FFF;
    color: #FFF8F0;
    padding: 4px 30px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 80px;
    font-size: 35px;
    font-weight: 400;
}
.faq-wrp .faq-container .faq-item .faq-answer {
    display: none;
    padding: 37px 28px;
}
.faq-wrp .faq-container .faq-item .faq-answer p{
    font-size: 35px;
    color: #006FFF;
    font-weight: bold;
    line-height: 50px;
    margin: 0;
}
.faq-wrp .faq-container .faq-item.active .faq-answer {
    display: block;
}
.faq-wrp .faq-container .faq-item.active .faq-question{
	border-radius: 10px;
}
.faq-wrp .faq-container .faq-item .faq-answer ul{list-style:disc; padding-right:1rem;}
.faq-wrp .faq-container .faq-item .faq-answer ul li{list-style:disc;}
.faq-wrp .faq-container .faq-item .faq-answer ol li{list-style:decimal;}
.faq-wrp .faq-container .faq-item .faq-answer ol{list-style:decimal; padding-right:1rem;}
.faq-wrp .faq-container .faq-item .faq-answer ul li,.faq-wrp .faq-container .faq-item .faq-answer ol li{
    font-size: 35px;
    color: #006FFF;
    font-weight: bold;
    line-height: 50px;
    margin: 0;
}
/* **** End FAQ **** */


/* **** footer **** */
footer{
    background-color: #006FFF;
    padding: 60px 0;
}
footer .row{
    display: flex;
    align-items: center;
    margin: 0 -15px;
    flex-wrap: wrap;
}
footer .row .col-md-4{
    padding: 0 15px;
    width: 33.33%;
}
footer .address-link h6{
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
    color: #FFF9EB;
    margin: 0 0 5px;
}
footer .address-link a{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
    color: #FFF9EB;
    text-decoration: underline;
}
.opening-time{
    display: table;
    margin: 0 auto;
}
.opening-time p{
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
    color: #FFF9EB;
    margin: 0;
}
.foot-contact h6{
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
    color: #FFF9EB;
    margin: 0;
}
.foot-contact h6 a{
    color: #FFF9EB;
    text-decoration: underline;
}
.foot-contact .link-whatsapp{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
    color: #FFF9EB;
    margin: 0 0 30px;
}
.foot-contact .link-whatsapp img{
    max-width: 22px;
}
.foot-contact ul{
    display: flex;
    align-items: center;
    gap: 26px;
}
.foot-contact ul li a{
    height: 46px;
    width: 46px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF9EB;
}
/* **** End footer **** */