@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@500&family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@500&family=Poppins&family=Work+Sans:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter&family=Lora:wght@500&family=Poppins&family=Work+Sans:wght@700&display=swap');
:root{
     --brown:#633B3B;
     --yellow:#F9A80D;
     --red:#E21B2B;
}
*{
    margin: 0px;
    padding: 0px;
}
html {
    scroll-behavior: smooth;
  }
a{ text-decoration: none;}
#slick img{
  height: 400px;
}
#slick .slider_content .slider_items{
    width: 100%;
    position: relative;
    
}


 .toggle-password {
    float: right;
    margin-top: -29px;
    position: relative;
    z-index: 2;
    right: 12px;
    cursor: pointer;
   
}
.main .slider_items img{
    width: 100%;
    height: 530px;
   
}
@media(max-width:992px){
    .main .slider_items img{
        width: 100%;
        height: 592px;
       
    }
}
.main .special{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 36px;
    
    color: var(--red);
}
.main .special span{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 36px;
    
    color: var(--yellow);
}
.main .login{
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
}
.main .slider_items{
    position:relative;
}
.main .img_text_block{
    position: absolute;
    bottom:10%;
    left:3%;
}

.main .text-block {
    position: absolute;
    bottom: 65px;
    left: 0px;
    background-color: transparent;
    color: white;
    width: 100%;
     
} 
.main .text-box {
    position: absolute;
    bottom: 43px;
    right: 12%;
    background-color: white;
    /* background-color: transparent; */
    color: white;
    border-radius: 100px 0 60px 60px;
    padding: 35px 25px;
    width: 29%;
    text-align: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
} 
@media(max-width:576px){
    .main .text-box{
        width: 80%;
        right: 10%;
        bottom: -58px;
    }
    .main p {
        font-size: 25px!important;
    }
   
 }
 @media screen and (max-width: 768px) and (min-width: 577px) {
    .main .text-box{
        width: 60%;
        right: 20%;
        bottom: -157px;
    }
 }
.main .text-box h2{
    color: var(--brown);
    font-family: 'Lora', serif;
    
}
.main .form-select{
   
    padding: 0.50rem 2.25rem 0.50rem 0.75rem!important;
    font-size: 17px!important;
    font-family: 'Poppins'!important;
    color: #b5b4b4!important;
    border: 1px solid #ebebeb!important;
    border-radius: 0.25rem!important;
   background-image: url('../images/icons/dropdown.png')!important;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 7px!important;
    
}
.main .form-select:focus {
    border-color: var(--yellow)!important;
    outline: 0;
    box-shadow: 0px 0px 0px 0.25rem rgba(250, 164, 5, 0.25)!important;
}
.form-control:focus{  border-color: var(--yellow)!important;
    outline: 0;
    box-shadow: 0px 0px 0px 0.25rem rgba(250, 164, 5, 0.25)!important; }

::placeholder{
    color: #b5b4b4!important;
}
.main .form-control{
    padding: 0.50rem 2.25rem 0.50rem 0.75rem!important;
    font-size: 17px!important;
    font-family: 'Poppins'!important;
    color: #b5b4b4!important;
    border: 1px solid #ebebeb!important;
    border-radius: 0.25rem!important;
}
.main .letsbtn{
    background: var(--yellow)!important;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
}
.btn:focus{
    outline: 0;
    box-shadow: 0px 0px 0px 0.25rem rgba(250, 164, 5, 0.25)!important;
}
.slider_items h3{
    font-weight: 400;
    font-size: 36px;
    line-height: 29px;
}
.slider_items h1{
    font-weight: 700;
   font-size: 60px;
   line-height: 88px;
/* identical to box height */
   color: #FFFFFF;
}

.main .arrow_prev{
    position: absolute;
    top: 40%;
    left: 5%;
    

    }
    .main .arrow_prev span{
    font-size: 25px;
    color: red;

    }
    .main .arrow_next{
    position: absolute;
    top: 40%;
    right: 5%;

    
    }
.main .arrow_next span{
font-size: 25px;
color: red;

}
.main .slick-dots
{ position: absolute;
bottom: 3px; 
left: 0px;
width: 100%;
z-index: 10;
text-align: center;

}
.main .slick-dots li{
list-style: none;
width: 10px;
height: 10px;
background: gray;
border-radius: 50%;
display: inline-block;
margin: 0px 0.25rem;
}
.main .slick-dots li.slick-active{
background:#E21B2B
}
.main .slick-dots li button{
display: none;

}
.main .head_box{
    position: absolute;
    top: 2%;
    margin: 0 auto;
}
/* **********  Why Choose Us****** */
.why{
    padding:60px 0px;
}
.why h1{
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 47px;
    color: #000000;
}
.why .btp{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #000000;
}
@media(max-width:576px){
    .why .btp{
        font-size: 17px!important;
    }
    .why{
        padding:30px 0px;
    }
}
.why .whychild .card{
    background: #F5F5F5;
border-radius: 75px 0px 74px;
padding: 50px 10px;
}
@media(max-width:576px){
    .why .whychild .card{
        padding: 30px 10px;
    }
}
.why .whychild img{
    height: 100px;
    width: 100px;
    margin: 0 auto;
}
.why .whychild p{
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    height: 56px;
    overflow: hidden;
}

/* ********** Our Vision ****** */
.vision{
   
    margin-top: 8%;
}
.vision h1{
    font-family: 'Work Sans', sans-serif;
    font-size: 30px;
}
.vision p{
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
}
.vision .info{
    padding: 90px 20px 20px 60px;
}
.vision .visionimg img{
    width: 100%;
    height: 600px;
    /* border-radius: 200px 0 0 0; */
    margin-top: -85px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

   
}
/* ********************  couples ************ */
.couples{
    background-image: url('../images/bg8.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 6% 0px;
}
.couples .bgback{
    height: 400px;
    width: 100%;
    /* transform: skew(0.96turn, 360deg);
    background-color: #f29fa5;
    border-radius: 12px 20px 82px; */
    position: relative;
    background: rgba(226, 27, 43, 0.41);
border-radius: 112px 11px 130px 0px;
transform: matrix(1, 0.05, -0.05, 1, 0, 0);
margin-top: 24px;
}

.couples .bgshow{
 
    position: absolute;
    height: 400px;
    width: 100%;
    top: -15px;
    left: -17px;
   background: url('../images/couple.jpg');
   background-repeat: no-repeat;
   background-size: cover;
   border-radius: 113px 0px 131px;
}
/* @media(max-width:768px){
    .couples .bgback{
        transform: skew(1turn, 2deg);
        border-radius: 50px 20px 82px;
    }
    .couples .bgshow{
        

        
        
        
    }
} */
.couples .copdiv h1{
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 41px;
    margin-bottom: 10px;
}
.couples .pl{
    padding-left: 12%;
}
.couples .copdiv{ padding: 6% 10px 0px 45px;}
.couples .copdiv p{
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
}
.couples .copdiv .pdiv{
    background-image: linear-gradient(265deg, #f9c1cc, transparent);
}

.arrow_prev{
    position: absolute;
    top: 40%;
    left: 5%;
    

    }
    .arrow_prev span{
    font-size: 25px;
    color: red;

    }
    .arrow_next{
    position: absolute;
    top: 40%;
    right: 5%;

    
    }
.arrow_next span{
font-size: 25px;
color: red;

}
.slick-dots
{ position: absolute;
bottom: 3px; 
left: 0px;
width: 100%;
z-index: 10;
text-align: center;

}
.slick-dots li{
list-style: none;
width: 10px;
height: 10px;
background: gray;
border-radius: 50%;
display: inline-block;
margin: 0px 0.25rem;
}
.slick-dots li.slick-active{
background:#E21B2B
}
.slick-dots li button{
display: none;

}
/* ****** Footer Style************* */
.footertop{
    background-image: linear-gradient(265deg, #ebebeb, transparent);

}
.footertop .footsp{
    color: var(--red);
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    
}
.footertop h3{
    color: var(--yellow);
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
}
@media(max-width:576px){
    .footertop h3{
        text-align: center;
    }
}
.footertop .mobinfo p{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 0px;
    
}
.btfoot{
    background-color: var(--red);
    height: 50px;
    line-height: 50px;
}
.btfoot p{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
}
.shaadih{
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 41px;
    color: var(--red)!important;
}
.shaadip{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

/* ******** Login start****** */
.loginsec{
    padding-top:6%;
    
}
.mainlogin{
    position: relative;
}
.loginsec  .mainimg{
    height: 550px;
   
}
.loginsec .text-box {
    position: absolute;
    top: 20%;
    right: 13%;
    background-color: white;
    color: white;
    border-radius: 100px 0 60px 60px;
    padding: 35px 25px;
    width: 29%;
    text-align: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
 @media(max-width:576px){
    .loginsec .text-box{
        width: 80%;
        right: 10%;
        top: 25%;
    }
    .textmsgbox p {
        font-size: 25px!important;
    }
   
 }
 @media screen and (max-width: 768px) and (min-width: 577px) {
    .loginsec .text-box{
        width: 60%;
        right: 20%;
        top: 25%;
    }
 }
.loginsec .text-box h2{
    color: var(--brown);
    font-family: 'Lora', serif;
    
}
.loginsec .form-select{
   
    padding: 0.50rem 2.25rem 0.50rem 0.75rem!important;
    font-size: 17px!important;
    font-family: 'Poppins'!important;
    color: #b5b4b4!important;
    border: 1px solid #ebebeb!important;
    border-radius: 0.25rem!important;
   background-image: url('../images/dropdown.png')!important;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 7px!important;
    
}
::placeholder{
    color: #b5b4b4!important;
}
.loginsec .form-control{
    padding: 0.50rem 2.25rem 0.50rem 0.75rem!important;
    font-size: 17px!important;
    font-family: 'Poppins'!important;
    color: #b5b4b4!important;
    border: 1px solid #ebebeb!important;
    border-radius: 0.25rem!important;
}
.loginsec .letsbtn{
    background: var(--yellow)!important;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    height: 50px;
}
.loginsec .side{
    background: rgba(249, 168, 13, 0.53);
}
.specialsathi p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #3D3D3D;
    
}
.specialsathi p span{
    font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 19px;

color: #5973FF;
}
.loginsec .forget{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    
    
    color: #5973FF;
}
.loginsec .imgboxs{ position: relative;}
.loginsec .textmsgbox {
    position: absolute;
    bottom: 25px;
    left: 0;
    background: rgba(226, 27, 43, 0.41);
    color: white;
    padding: 25px 10px;
    width: 100%;
    height: 138px;
    text-align: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
} 
@media(max-width:768px){
    .loginsec .textmsgbox{
        bottom: 0px;
        padding: 25px 10px 0px 10px;
    }
    .textmsgbox p{
        font-size: 26px!important;
        line-height: 37px!important;
        
    }
    .loginsec .mainimg {
        height: 650px;
    }
   

}

.textmsgbox p{
    font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 40px;
line-height: 48px;

color: #FFFFFF;
}
.whatsapp .float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.whatsapp .my-float{
	margin-top:16px;
}
@media(max-width:576px){
    .whatsapp .float{
        display: none;
    } 
}


/* *************** Profile Section start******** */
.profile .navbar{
    padding: 20px 0px;
}
.profile .special{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    color: var(--red);

}
.profile .head{
    font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 30px;
line-height: 36px;

color: var(--yellow);
}
.profile .help p{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 22px;
/* identical to box height */


color: #393939;
}
.profleForm{
    padding-top: 10%;
    padding-bottom: 25%;
    
}
@media(max-width:576px){
    .profleForm {
        padding-top: 25%;
       
        /* text-align: center; */
    }
}
.profleForm .head h1{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 39px;
    color: #2C2C2C;
}
.profleForm .card{
    padding: 4% 10%;
}
.profleForm .imgcard{
    height: 397px;
    background: #F2F2F2;
    align-items: center;
    justify-content: center;
}
@media(max-width:576px){
    .profleForm .imgcard{
        height: 200px;
        margin-bottom: 10px;
    }
}
.profleForm label{
    font-weight: 400;
font-size: 14px;
line-height: 17px;
color: #141414;
font-family: 'Inter';
}
.profleForm .continue ,.next{
    height: 42px;
    background: var(--yellow);
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    outline: none;
    border: 1px solid var(--yellow);
    width: 173px
}
.profleForm .subling{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;

color: #141414;
}
.upload_head{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #616161;
}
.inputfile::before {
    content: "Choose";
    position: absolute;
    top: 9px;
    left: 9px;
    z-index: 2;
    display: block;
    background-color: #5459D7;
    width: 104px;
    height: 35px;
    color: white;
    text-align: center;
    line-height: 29px;
    font-weight: 600;
  }
  .inputfile:focus{
    box-shadow: none!important;
  }
.team{
    padding: 60px 0px;
}
.team .head h1{
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 41px;
}
.team .team_slider .slider_items h3{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 19px;
    color: #141414;
}
.team .team_slider .slider_items p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 19px;
    color: #141414;
}
.team  {
    position: relative;
}
.team  .card_arrow_prev{
    border-radius: 50%;
    height: 35px;
    background: var(--red);
    width: 35px;
    text-align: center;
    color: white;
    line-height: 30px;
    margin-right: 5px;
    

    }
    .team .card_arrow_prev span{
    font-size: 25px;
    color: white;

    }
    .team .card_arrow_next{
        border-radius: 50%;
        height: 35px;
        background: var(--red);
        width: 35px;
        text-align: center;
        color: white;
        line-height: 30px;
        

    
    }
.team .card_arrow_next span{
font-size: 25px;
color: white;

}
.team .card_arrow_next span i{ font-size: 20px;}
.team .card_arrow_prev span i{ font-size: 20px;}
.team .slick-dots
{ position: absolute;
bottom: -48px; 
left: 0px;
width: 100%;
z-index: 10;
text-align: center;

}
.team .slick-dots li{
list-style: none;
width: 10px;
height: 10px;
background: gray;
border-radius: 50%;
display: inline-block;
margin: 0px 0.25rem;
}
.team .slick-dots li.slick-active{
background:#E21B2B
}
.team .slick-dots li button{
display: none;

}
.star{
    color:red;
    font-size: 16px;
    padding:3px;
}



  
