
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/*scroll*/
::selection{background:#895ffc;color:#fff;text-shadow:none;}
::-webkit-scrollbar{width:4px;background-color:#F5F5F5;}
::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment{display:none;}
::-webkit-scrollbar-track-piece{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#dedede;}
::-webkit-scrollbar-thumb:vertical{border-radius:0px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-image:linear-gradient(#6200E0,#6200E0);}

/*body*/
.overflw{overflow:hidden;}
[class^="box-"]{display:none}
[class^="box-"].showfirst{display:block}
img{max-width:100%;height:auto;}
a:hover{text-decoration: none;-webkit-transition:all 0.4s ease-In-out;-moz-transition:all 0.4s ease-In-out;-o-transition:all 0.4s ease-In-out;transition:all 0.4s ease-In-out;}
p{line-height: 1.4;}
body{padding: 0;margin: 0;overflow-x:hidden; font-family: "Inter", sans-serif;  }


/*padding*/
.pad0{padding:0;}
.padL{padding-left:0;}
.padR{padding-right:0;}
.pad-top{padding-top:60px;}
.pad-btm{padding-bottom:40px;}

/*botton*/
.btn-a{background-color: #6200E0;border: 2px solid#6200E0;border-radius:6px;color:white;padding: 10px 25px;text-decoration:none;font-size: 15px;font-weight:500;cursor:pointer;display:inline-block;-webkit-transition-duration:0.4s;transition-duration:0.4s;display: inline-block;}
.btn-a:hover{background:transparent;color:#222222;}
a.btn-b {
    background-color: transparent;
    border: 2px solid #D0D5DD;
    border-radius: 6px;
    color: #344054;
    padding: 10px 25px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    display: inline-block;
}
a.btn-c {
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 6px;
    color: #344054;
    padding: 10px 25px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    display: inline-block;
}
/*heading*/
.m1-h h1
{
    font-size: 60px;
    color: #101828;
    font-weight: 600;
    line-height: 65px;
}
.m2-h h2{
	font-size: 40px;
	font-weight: 600;
	color: #101828;
	line-height: 45px;
}
.m3-h h3{
	font-size: 18px;
	font-weight: 600;
	color: #6200E0;
	line-height: 18px;
}
.m4-h h4{
	font-size: 20px;
	font-weight: 600;
	color: #101828;
	line-height: 36px;
}
.m5-h h5
{
    font-size: 22px;
	font-weight: 600;
	color: #6200E0;
	line-height: 18px;
}
.m6-h h5{}

/*paragrape*/
.p1 p{
	font-size: 17px;
	color: #475467;
	font-weight: 500;
    line-height: 30px;
}
.p2 p
{
	font-size: 15px;
	color: #475467;
	font-weight: 500;
}
.p3 p
{
    font-size: 17px;
    color: #BCBDC0;
	font-weight: 500; 
}
.p4 p{}
.p5 p{}

/* home */

ul.menu>li>a {
    font-size: 16px;
    font-weight: 600;
    color: #475467;
}
.ban-l h1 {
    font-size: 60px;
    color: #101828;
    font-weight: 600;
    line-height: 65px;
}

.ban-l p {
    font-size: 20px;
    color: #475467;
    font-weight: 400;
}
.ban-r img {
    margin: 0 0 0 auto;
}
.new input {
    border: 2px solid #D0D5DD;
    border-radius: 8px;
    padding: 10px 20px;
    width: 55%;
}
.new-wrap a:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #b3bcc9;
    left: 0;
    bottom: -1px;
}

.new-wrap a {
    position: relative;
}

.ban-r {
    position: relative;
}

.shape {
    position: absolute;
    bottom: 0;
}
.lap {
    position: absolute;
    right: -15%;
    margin: auto;
    height: fit-content;
    bottom: 10%;
}

.lap img {
    max-width: fit-content;
}

.cir {
    position: absolute;
    bottom: 9%;
    right: 15%;
}

.count-bx{
    border-left: 1px solid #8b8b8b;
    padding-left: 25px;
}
.count-bx h2{
color: #fff;
font-size: 60px;
margin-bottom: 20px;
}
.count-bx p{
    color: #fff;
}

.read-l h1{
    font-size: 48px;
    color: #101828;
    font-weight: 600;
    line-height: 55px;
}

.we-bx h3{
    background: #F9F5FF;
    display: inline;
    padding: 10px 20px;
    border-radius: 30px;
    border: 1px solid #6200E0;
}


.webx {
    padding: 30px 20px;
    background: #F9FAFB;
    border-radius: 11px;
}
.clr {
    color: #6200E0;
    font-weight: 600;
    font-size: 17px;
}
.red-h p{
    color: #BCBDC0;
}
.ft-link h4
{
    font-size: 16px;
    color: #fff;
}
.ft-link ul li a {
    font-size: 15px;
    color: #BCBDC0;
}

.ft-link ul li {
    margin-bottom: 9px;
}

.ft-link h4 {
    margin-bottom: 16px;
}
.ft-b {
    border-top: 1px solid #838383;
}
.serban-ctn p{
    font-size: 20px;
}
.ser-ban{
    background-image: url('../images/ser-ban.jpg');
}
.why-ctn p{
    font-size: 17px;
    line-height: 28px;
}
.whor img {
    margin: 0 0 0 auto;
}
.test-ctn h2{
    font-size: 48px;
    line-height: 60px;
}
  /* Custom CSS for smooth open/close animation */
  .faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
  }
  .faq-content.open {
    max-height: 150px; /* Adjust based on your content height */
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .faq-item {
    border-bottom: 1px solid #ede7e7;
}
.absec{
    background-image: url('../images/abback.jpg');
    padding: 120px 42px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.ab-box h1 {
    font-size: 60px;
    color: #fff;
    font-weight: 700;
}

.ab-box {
    text-align: center;
    background: rgba(255, 255, 255, 0.5); /* Semi-transparent white */
    padding: 46px 9px;
    border-radius: 10px;
    backdrop-filter: blur(10px); /* Background blur effect */
    -webkit-backdrop-filter: blur(10px); /* Safari support */
}

.ab-box h2 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 13px;
}

.ab-box p {
    font-size: 16px;
    color: #fff;
}

.abb-ctn h4{
    font-size: 30px;
}


.fm-h h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 15px;
}

.fm-h p {
    font-size: 20px;
}
 

.danf label {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #344054;
}

.danf textarea {
    height: 182px;
    resize: none;
}


.pp-ctn p{
    font-size: 19px;
    line-height: 35px;
}
.pp-ctn h4{
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 46px;
}
ul.m-silder.slick-initialized.slick-slider {
    position: relative;
}
button.slick-next.slick-arrow{
    line-height: 46px;
    border: 1px solid #000;
    font-size: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    border-radius: 50px;
}
button.slick-prev.slick-arrow  {
    line-height: 46px;
    border: 1px solid #000;
    font-size: 0;
    position: absolute;
    right: 71px;
    bottom: 0;
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

button.slick-prev.slick-arrow:after {
    position: absolute;
    content: '\f060';
    font-size: 20px;
    font-family: 'Font Awesome 5';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    height: fit-content;
}

button.slick-next.slick-arrow:after{
    position: absolute;
    content: '\f061';
    font-size: 20px;
    font-family: 'Font Awesome 5';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    height: fit-content;
}
.exwraper {
    border-left: 5px solid #dddddd;
    padding-left: 28px;
}
.ex-p {
    position: relative;
}

.ex-p:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 100%;
    background: #7F56D9;
    left: -33px;
    opacity: 0;
    transition: 0.3s;
}
.ex-p:hover:before {
    opacity: 1;
}
.sillogo {
    display: flex
;
    align-items: end;
}
.sillogo>li{
    align-items: end;
    vertical-align: middle;
}
.sillogo>li img {
    width: 72%;
}
.lapi img {
    max-width: fit-content;
    padding-bottom: 10%;
}
.pp-ctn a {
    color: #4641f3;
}
.pp-ctn ul {
    list-style: disc;
    padding-left: 2%;
}
.pn p{
    font-size: 12px;
    color: #BCBDC0;
    font-weight: 500;
}
.pn p a{
     
    color: #6200E0;
   
}
.pn h3 {
    font-size: 16px;
    margin-bottom: 5px;
}

/*footer*/

/*media-quries*/
@media (max-width: 1440px)
{}

@media (max-width: 1024px){
	
}

@media (max-width:1200px){
    .ban-l h1 {
        font-size: 50px;
        
        line-height: 53px;
    }
    br{
        display: none;
    }
    .webx {
      
        text-align: center;
    }
    .webx img{
        margin: auto;
    }
    .m1-h h1 {
        font-size: 42px;
      
        line-height: 49px;
    }
    .m2-h h2 {
        font-size: 32px;
        
        line-height: 45px;
    }
    .pp-ctn h4 {
        font-size: 33px;
        margin-bottom: 9px;
        line-height: 46px;
    }
}
@media (max-width: 980px)
{}

@media (min-width: 440px) and (max-width: 740px){

}
@media (max-width: 425px){
	
}

/* Index Page Form*/

label.form-label {
    padding: 10px 0;
}

form#payment-form button {
    margin: 10px 0;
}

.form-container {
            background: linear-gradient(135deg, #4834D4, #2A1E7E);
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            width: 100%;
            height: 100vh;
        }
        .form-container h2 {
            margin-bottom: 20px;
            font-size: 32px;
            color: #ffffff;
            line-height: 32px;
            font-family: 'Syne';
        }
        .form-container input[type="text"],
        .form-container input[type="email"],
        .form-container input[type="tel"],
        .form-container textarea {
            width: 100%;
            padding: 10px;
            margin-bottom: 15px;
            border: 1px solid #ccc;
            border-radius: 4px;
            font-size: 16px;
            background: transparent;
            color: #fff;
            font-family: 'Syne';
            font-weight: 700;
        }
        .form-container textarea {
            resize: vertical;
            height: 100px;
        }
        .form-container input[type="checkbox"] {
            margin-right: 10px;
            font-family: 'Syne';
            font-weight: 600;
            color: #fff;
        }
        .form-container button {
            width: 100%;
            padding: 10px;
            background-color: #F9CA24;
            border: none;
            border-radius: 4px;
            color: #000000;
            font-size: 16px;
            cursor: pointer;
            font-family: 'Syne';
            font-weight: 700;
        }
        .form-container button:hover {
            background-color: F9CA24;
        }
        .form-container input[type="text"]::placeholder,.form-container input[type="email"]::placeholder,
        .form-container input[type="tel"]::placeholder,
        .form-container textarea::placeholder {
    color: #fff;
}

.form-container label {
    font-family: 'Syne';
    font-weight: 500;
    color: #fff;
}

.form-container a {
    color: #fff;
    text-decoration: underline;
}

/*End Index Page Form*/