@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing:border-box;
    font-family: "Merriweather", serif !important;

}
body{
    width: 100%;
    height: 100%;
    overflow-x: hidden;

}
.main{
    width: 100%;
    height: 100%;
    
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

nav{
    width: 100vw;
    height: 70px;
    background-color: #ff5a60!important;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ffffff87;
    z-index: 999;
}
.nav2{
    width: 100vw;
    height: 70px;
    background-color:#ff5a60!important;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ffffff87;
    z-index: 999;
    position: fixed;
    top: 0;
}
/* .navbar{
    position: sticky;
    top: 0;
} */
.navbar-collapse{
    flex-grow: 0;
    color: #fff;
    background-color: #ff5a60;
    /* margin-top: 25px; */
    padding-left: 10px;
}
.logo a{
    width: 300px;
    height: inherit;
    /* background-color: green; */
    display: flex;
    justify-content:left;
    align-items: center;
    color: #fff;
    font-size: 18px;
    padding-left: 50px;
}

.logo .logo-icon{
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
}
.logo ,.logo-icon img{
    width: 100%;

}

.Login_all_content{
        display: flex ;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: row;
        gap: 10px;
        padding: 40px;
        background-color: #ff787830;
        border-radius: 10px;
    }

.Login_all_content .login_image1{
    width: 500px;
    height: 500px;
    border-radius: 10px;
    overflow: hidden;
}

.Login_all_content .login_image1 img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.nav-link {
    color: #fff!important;
}



/* .nav-item {
    margin-right: 30px;
} */
.navmenu{
width: 700px;
height: inherit;
/* background-color: blueviolet; */
display: flex;
justify-content: center;
align-items: center;
}
.navmenu ul {
list-style: none;
display: flex;
margin-bottom: 0px;
justify-content: center;
align-items: center;
gap: 40px;
font-size: 16px;
font-weight: 400;
color: #fff;
}
.logbtn{
    display: flex;
    justify-content: right;
    align-items:center;
    margin-right: 20px;
    margin-left: 20px;
    width: 100px;
    height: inherit;


}
.main_container{
    padding: 35px;    
    /* background-color: #ff5a60; */
    width: 100vw;
    /* height: 100vh; */
    height: auto;
    /* background-image: url(../images/19.jpg); */
    background-size: 100vw 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: no-repeat;
    background-repeat: no-repeat;
}
.login_cont{
    width: 500px;
    height: auto;
    padding: 50px;
    /* color: #fff; */
    display: flex;
    flex-direction: column;
    /* background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3); */
}
.login_cont h3{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
}
.sandbtn{
    width: 100%;
    height: 50px;
    border: #ff5a60;
    background-color: #ff5a60 !important;
}
.login_cont h5{
width: 100%;
display: flex;
justify-content: center;
font-weight: 400;
font-size: 15px;
}
.login_cont h6{
width: 100%;
display: flex;
justify-content: right;
}
.login_cont h5>a{
    color: #000000;
    margin-left: 10px;
    text-decoration: none;
    
}
.usrname{
    height: 50px;

    color: #fff;
}
.profile_from form{
    /*width: 100%;*/
    flex-wrap: wrap;
    display: flex;
    gap: 20px;
}
.probiotext{
    width: 100%;
    text-align: left;
}
.signup_cont{
    width: 900px;
    height: auto;
    padding: 50px;
    color: #000000;
    background-color: #ff787830;
    display: flex;
    flex-direction: column;
    /* background: rgba(255, 255, 255, 0.2); */
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.signup_cont h5{
        width: 100%;
    text-align: center;
    display: flex;
    margin-bottom: 30px;
    justify-content: center;
    font-weight: 400;
    font-size: 39px;
    }
.signup_cont h5>a{
color: #ce0000;
margin-left: 10px;
text-decoration: none;
    }
    .member-login h5{
        font-size: 20px;
    }

.content_body{
    width: 100vw;
    height: auto;
    /* height: 100vh; */
    background-color: #fff;
    display: flex;
    position: relative;
}
.sidenav{
    width: 20vw;
    height: 100vh;
    background-color:#ff0000;
    position: fixed;
    top: 70px;
    padding: 15px;
}
.maincontainer{
    width: 100%;
    height: auto;
    /* margin-left: 20vw; */
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding-top:50px;    
    justify-content: center;
 align-items: center;
}

.navbar-expand-lg .navbar-collapse{
    width: 100%;
}

.home_main_div{
    width: 100vw;
    /* height: auto; */
    height: 100vh;
    background-color: #ff5a60;
    display: flex;
    position: relative;
    padding:46px 4vw;
}
.home_text{
    width: 100%;
    height: 40vh;
    padding: 40px;
    background: #0000009c;
    border-radius: 15px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    padding-top: 2rem;
/* z-index: 2; */
}

.home_text h2{
 color: #fff;
 /* font-size: 65px; */
 font-size: 4.4vw;
    }
.home_text h3{
 color: #fff;
font-size: 20px;
padding-top: 20px;
padding-right: 40px;
font-weight: 400;
    }
.home_joinbtn{
    margin-top: 20px;
    width: 100%;
    height: 60px;
    gap: 20px;
}
.sandjoin{
    color: #ff0000!important;
}

.home_imagbox{
    /* width: 55%; */
    /* height: inherit; */
    /* background-color: rgb(94, 94, 163); */
    /* padding: 50px; */
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1vw;
    row-gap: 0.9vw;
    /* z-index: 2; */
    }
.home_imagbox img{
    /* width: 300px;
    height:300px ; */
    width: 14.4vw;
    height: 30vh;
    object-fit:cover;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #0000005c;
}

.wideimg {
    /* width: 100%!important;
    height:300px ; */
    width: 30vw !important;
    height: 50vh !important;
    object-fit:cover;
    border-radius: 10px;
    z-index: 1;
}

.findbox{
    width: 64vw;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.537);
    position: absolute;
    bottom: 100px;
    left:18vw;
    padding: 10px 20px;
    border-radius: 10px;
    z-index: 2;
}
.btnfind{
    margin-top: 20px;
    /* height: 40px!important; */
}
.btnfind button{
font-size: 14px;
    height: 50px!important;
}
.profile_from{
    margin-top: 40px;
    width: 90%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
    padding-bottom: 60px;
    justify-content: center;
}
.profile_from .savebtn{
    width: 100%;
}
.profile_perso{
    width: 100%;
    height: auto;
    margin-top: 20px;
    border-radius: 10px;
    background-color: #ffcccc;
    display: flex;
    flex-wrap: wrap;
}
.protitle{
    width: 100%;
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.proimagbox{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.proimagbox img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    /* background-color: blue; */
}

.prodts{
    width: 80%;
    height: auto;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
}
.prodts label{
  font-size: 14px;
    /* background-color: rgb(69, 69, 149); */
}
.profile_perso2 label{
  font-size: 14px;
    /* background-color: rgb(69, 69, 149); */
}
.profile_perso3{
    /*width: 100%;*/
    height: auto;
    margin-top: 20px;
    border-radius: 10px;
    background-color: #ffcccc;
    padding: 30px;
}
.profile_perso2{
    width: 49%;
    height: auto;
    margin-top: 20px;
    border-radius: 10px;
    background-color: #ffcccc;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    text-align: justify;
}
.imgediticonbox{
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 80px;
    right: 30px;

}
.wave{
    width: 100%;
    left: 0;
    height: auto;
    position: absolute;
    bottom: -150px;
}
.homematch{
    width: 100%;
    height: 250px;
    /* background-color: rgba(0, 0, 0, 0.406); */
    position: absolute;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.searchmhtcard{
    width: 140px;
    height: 180px;
    color: #000;
    font-size: 14px;
}
.searchmhtcard img{
    width: 140px;
    height: 150px;
}
.matchbox{
    width: 85%;
    height: 230px;
    display: flex;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    justify-content:left;
    align-items: center;
    /* border-top-right-radius: 15px;
    border-top-left-radius: 15px; */
    background-color: rgb(240, 234, 234);
}
.divwrap{
    height: 220px;
    width: 100%;
    display: flex;
    gap: 20px;
    overflow: scroll;
    overflow-y: hidden;
   
}
.textwrap{
    padding-top: 5px;
    white-space: nowrap; 
    width: 120px; 
    overflow: hidden;
    text-overflow: ellipsis; 
}
.whychose{
    width: 100vw;
    height: auto;
    /* background-color: blueviolet; */
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-top: 230px;
    position: relative;
}

.whychose h1{
    padding-top: 50px;
    color: black;
    font-size: 60px;

}
.whychose h3{

    font-size: 25px;
  
}
.whychosebox{
    width: 100vw;
    height: auto;
    /* background-color: green; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.whych_cont{
    width: 100%;
    height: inherit;
    /* background-color: brown; */
    display: flex;
    flex-wrap: wrap;
    grid-template-columns: auto auto auto;
    /* column-gap:50px; */
    row-gap: 50px;
    justify-content: space-evenly;
    padding: 40px 40px;
}
.searchdiv{
    width: 100%;
    /* height: 150px; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.findbox2{
    width: 84%;
    /* height: 100px; */
    background-color:#ff0000;
    padding: 10px 20px;
    border-radius: 10px;
 
   
}
.whychofeture{
    width: 430px;
    height: 225px;
    padding: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0px;
    border-radius: 5px;
    border: 1px solid #ff000045;
    background-color: #ff5a60;
    box-shadow: 0px 0px 10px #ff000030;
}

.whychofeture .box-head{
    width: 50%;
    text-align: center;
}

.whychofeture .box-body{
    display: flex ;
    flex-direction: column;
    text-align: center;
    gap: 20px;
}

.whychofeture h6{
    text-align: justify;
    color: #fff;
    padding: 0px 20px;
}
.whychofeture h4{
  
    color: #fff;
}
.whychofeture i{
  font-size: 55px!important;
  color: #fff !important;
  
}
.amazingwork{
    width: 100vw;
    height: 150px;
    /* background-color: blueviolet; */
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 10px 20px;
}
.amazingwork h1{

    color: black;
    font-size: 60px;

}
.amazingwork h3{

    font-size: 25px;
  
}
.amazing_content{
    width: 100vw;
    height: auto;
    /* background-color: #6c5555; */
    display: grid;
    grid-template-columns: auto auto auto;
    padding: 60px 50px;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-bottom: 100px;
}
.amazing_boxes{
    width: 29vw;
    height: 250px;
    background-color: #ff0000;
    border-radius: 15px;
    position: relative;
}
.amazing_boxes img{
    width: 100%;
    height: 100%;
    object-fit:cover;
    border-radius: 15px;
}

.amza_text{
    width: 90%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.125);
    border-radius: 10px;
    position: absolute;
    bottom: -20px;
    left:5%;
    color: #ff0000;
    font-size: 16px;
}
.wave2{
    width: 100vw;
    height: auto;
    /* background-color: blue; */
    position: absolute;
    /* left: -11vw; */
    top: -17vh;
    z-index: -1;
}
.footer_copyright {
    width: 100vw;
    height: 60px;
    color: #fff;
    background-color: #ff5a60;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #ffffff68;
}

.footer_cont {
    position:relative;
    width: 100vw;
    height: auto;
    background-color: #ff5a60;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer_box {
    width: 90vw;
    height: auto;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
    /* background-color: #398697; */
}

footer {
    width: 90vw;
    height: auto;
    /* background-color: #215662; */
    color: #fff;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-section {
    flex: 1;
    padding: 0 10px;
}
.footer_sec_width{
width: 400px;

}
.footer_sec_width h5{
font-weight: 400;
padding-right: 40px;
font-size: 18px;
color: #fadddd;
}
.footer_sec_width ul{
padding-left: 0;
}
a{
    text-decoration: none;
}
.footer-section img {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
}

.footer-section p {
    flex: 1;
    padding: 0 20px;
    color: #fff;
}

.footer-section h4 {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.footer-section ul {
    list-style: none;
    padding: 0;
    width: auto;
}

.footer-section ul li {
    margin: 10px 0;
    font-size: 16px;
}

.footer-section ul li a {
    color: #fff;
    text-decoration: none;
}

.footer-section ul li a:hover {
    text-decoration: none;
}

.icon_cont {
    display: flex;
    justify-content: left;
    align-items: start;
    margin-top: 13px;  
}

.icon {
    width: 40px;
    height: 40px;
    font-size: 20px;
    margin-right: 10px;
    border-radius: 50%;
    /* padding: 8px 13px; */
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #ff0000;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.icon li a {
    height: 100px !important;
}
.about_content{
    width: 100vw;
    /* height: 700px; */
  display: flex;
  margin-bottom: 7rem;
}
.about_imgcols{
    width: 55%;
    /* height: 500px; */
    /* background-color: blue; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
    /* gap: 30px; */
    padding: 30px;
}
.about_imgcols img{
    width: 22vw;
    height: 200px;
    border-radius: 15px;
    object-fit: cover;
}
.about_text{
    width: 45%;
    /* height: 600px; */
    padding: 20px 40px 20px 30px;
    display: flex;
    justify-content:center;
    align-items:start;
    flex-direction: column;
}
.about_text ul{
   margin-top: 20px;
}
.about_text li{
   margin-top:10px;
}
.about_text h3{
    font-size: 22px;
   color: #ff0000;
}
.about_text h5{
   margin-bottom: 20px;
   font-weight: 800;
}
.li-style{
    color: #ff0000;
    font-weight: 500;
}
.story_content{
    width: 100vw;
    height: auto;

    /* background-color: #ff0000; */
}
.story_header{
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.story_header h2{
    color: #ff0000;
    font-size: 41px;
    padding-top: 1rem;
}
.story_box{
    width: 100%;
    /* height: 400px; */
    /* background-color: #5f2323; */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 4rem 0px;
    padding-bottom: 3rem;
}
.story_box2{
    padding-top: 2rem;
    width: 100%;
    /* height: 200px; */
    /* background-color: #5f2323; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 150px;
}
.storycontainer{
    width: 400px;
    /* height: 270px; */
    background-color: #fff;
    border-top: 5px solid #ff0000;
    border-radius: 4px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 30px 30px 30px;
    box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.273);
}
.storycontainer h6{
        font-weight: 100;
        text-align: center;
        font-size: 13px;
}
.storyimg img{
width: 100px;
height: 100px;
border-radius: 50%;
position: absolute;
top: -50px;
left: 150px;
}
.testinobox{
    width: 400px;
    /* height: 180px; */
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.273);
}
.testiniimg img{
    width: 180px;
    height: 180px;
    border-radius: 10px;
}
.testitext{
    padding: 15px 30px 0px 20px;
}
.testitext h5{
    font-size: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid black;
}
.testitext h6{
    font-size: 13px;
    font-weight: 400;
    text-align: justify;
}
.contact_content{
    width: 100vw;
    height: 400px;
}
.contact_header{
    width: 100%;
    height: 100px;
    display: flex;
    margin-top: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contact_header h2{
    color: #ff0000;
}
.contact_container{
    width: 100%;
    height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-top:40px;
    /* background-color: #ff0000; */
}
.contact_boxes{
    width: 300px;
    height: 200px;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.317);
}
.contact_boxes i{
   font-size: 50px;
   color: #ff0000;
}
.contact_boxes h2{
   color: #ff0000;
}
.contact_boxes h5{
  font-weight: 400;
   color: #000000af;
   font-size: 13px;
   padding: 0px 20px;
    text-align: justify;

}
.contact-form{
    width: 100vw;
    padding: 45px 4vw;
    /* height: 700px; */
    background-color: #ff5a60;
margin-bottom: 200px;
display: flex;
}
.contactfrom-text{
    width: 50%;
    height: inherit;
    /* padding: 60px 100px; */
    color: #fff;
}
.contactform-img{
    width: 700px;
    height: 700px;
  display: flex;
  justify-content: center;
  align-items:center;
}
.contactform-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.cotct-from{
    width: 500px;
    height: auto;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 50px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}
.cotct-from h3{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
.accordion-item{
    border: #fffcfc!important;
}
.accordion-button::after {
all: unset;
}
.accordion-button:not(.collapsed){
    background-color: #ab0e0e;
    color: #fff;
    border: 1px solid #fadddd70;
}
.accordion-button{
    background-color: #df1414;
    border: #df1414;
    color: #fff;
}
.accordion{

    --bs-accordion-btn-focus-box-shadow:#df1414;
}
.subscri_content{
    width: 100%;
    height: auto;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    /* background-color: red; */
}
.Blur{

    filter: blur(8px);
}
.dashpromain{
    width: 100%;
    height: 400px;
    padding-left: 40px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: left;
    align-items: start;
    /* background-color: red; */
}
.matchfont{
    font-size: 10px;
}
.viewprol img{

    width: 180px;
    height: 180px;
    padding: 20px;
}
.viewprol{
    cursor: pointer;
   
}
.viewprol .card{
    transition: transform .6s!important;
   
}
.viewprol .card:hover{
    transform: scale(1.1);  
    
}
.mathfrehead{
    width: 100%;
    height: 60px;
    padding-left: 40px;
    margin-bottom: 40px;
    color: #df1414;
    /* background-color: rgb(124, 23, 23); */
}
.mathfrehead h6{
    color: #9d0c0c;
}
.viewprocontent{
    width: 90%;
    height: auto;
    margin-top: 50px;
    padding-bottom: 50px;
    /* background-color: rebeccapurple; */
}
.viewprocard{
    width: 100%;
    height: auto;
    padding: 40px;
    display: flex;
    border-radius: 10px;
    box-shadow: 0px 0px 5px rgba(128, 128, 128, 0.333);
    /* background-color: rgba(0, 0, 0, 0.1); */
        flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.promatchimg{
    width: 30%;
    height: 250px;
    /* background-color: blue; */
}
.promatchimg img{
    width: 250px;
    height: 250px;
    border-radius: 10px;
}
.promatcinfo{
    width: 67%;
    height: 250px;
    padding-left: 30px;
    /* background-color: #9d0c0c; */
}
.allproinfo{
    width: 100%;
    height: 200px;
    padding:5px;
    /* background-color: #5c2c2c; */
}
.allproinfo ul{
    list-style: none;
    padding: 0;
    font-size: 15px;
    color: #a30707;

}
.matchconnect{
    width: 100%;
    height: 50px;
    display: flex;
    column-gap: 10px;
    /* background-color: #c15a5a; */
        align-items: center;
}
.matchconnect button{
        font-size: 13px;
    /*height: 35px;*/
}
.table-head{
    width: 200px;
}
.table-middle{
    width: 100px;
}
.table-tail{
    width: auto;
}
.navbar .container-fluid{
    width: 100%;
    padding: 10px;
    gap: 14px;
}

.login_container{
    height:100vh;
    /* background: #ff5a60; */
}
.navbar-nav .sidenav{
    display:none;
}
.navbar-toggler-icon{
    background: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #fff;
}
.navbar-toggler{
            border: none;
    outline: none;
}
.navbar-toggler:focus{
    box-shadow: unset;
}
    .data_detail1 > div{
        width: 100%;
}
  .data_detail2 > div{
        width: 100%;
}

.pre-wedding{
   display: flex ;
   flex-direction: row;
   justify-content: center;
   align-items: center;
   justify-content: space-between;
    padding: 85px;
    gap: 70px;
    
}

.pre-wedding .pre-left{
    display: flex ;
    flex-direction: row;
     gap: 25px;
}

.pre-wedding .pre-right .Inner-content{
    display: flex ;
    flex-direction: column;
    gap: 20px;
     padding: 40px;
}

.pre-wedding .pre-right .Inner-content .H1 p{
    font-size: 40px;
    color: #ff5a60;
}

.pre-wedding .pre-right .Inner-content .H2 h2{
    font-size: 45px;
}

.pre-wedding .pre-right .Inner-content .H3 span{
    font-size: 15px;
}


.pre-wedding .pre-left .inner-left{
    width: 300px;
    border-radius: 160px 160px 0px 160px;
    overflow: hidden;
    box-shadow: 0px 3px 10px #00000066;
}

.pre-wedding .pre-left .inner-left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.pre-wedding .pre-left .inner-right{
    display: flex;
    gap: 20px;
     flex-direction: column;
}

.pre-wedding .pre-left .inner-right .inner-up{
    width: 300px;
    height: 320px;
    overflow: hidden;
    border-radius: 160px 160px 160px 0px;
    box-shadow: 0px 3px 10px #00000066;
}

.pre-wedding .pre-left .inner-right .inner-up img{
    width: 165%;
    object-fit: cover;
    object-position: bottom;
    position: relative;
    right: 64px;
}

.pre-wedding .pre-left .inner-right .inner-down{
    width: 300px;
    height: 330px;
    overflow: hidden;
    border-radius: 160px 0px 160px 160px;
    box-shadow: 0px 3px 10px #00000066;
}

.pre-wedding .pre-left .inner-right .inner-down img{
    object-fit: cover;
    width: 186%;
    object-position: left;
    position: relative;
    right: 120px;
}

.pre-wedding .pre-right .Inner-content .H4 .P1{
    display: flex ;
    gap: 30px;
     align-items: center;
}

.pre-wedding .pre-right .Back-image{
    position: relative;
}

.pre-wedding .pre-right .Back-image img{
    width: 50%;
    position: absolute;
    left: 30px;
    bottom: -66px;
}

.pre-wedding .pre-right .Inner-content .H4 .P1 .I1{
    width: 90px;
    height: 90px;
    /* border: 1px solid black; */
    box-shadow: 1px 2px 10px #27272738;
    border-radius: 50%;
    background: #ffc0cb54;
}

.pre-wedding .pre-right .Inner-content .H4 .P1 .I1 img{
    width: 6vw;
    padding: 10px;
}

.pre-wedding .pre-right .Inner-content .H4 .P1 .Q1 .heading1 h2{
    font-size: 25px;
    font-family: sans-serif !important;
}


.pre-wedding .pre-right .Inner-content .H4 .P1 .Q1 .discription1 span{
    font-size: 14px;
}

.pre-wedding .pre-right .Inner-content .H4{
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.profileBTN i{
    font-size: 35px;
}

.profileBTN a{
    color: #fff;
}

.profileBTN a:hover{
    color: rgb(62, 62, 230);
}

.NewLoginBtn{
    gap: 14px;
}

#NewLoginBtn{
    display: none;
}

#logbtn{
    display: none;
}


.navbar-expand-lg .navbar-nav{
    display: flex;
    gap: 60px;
    align-items: center;
}

.navbar-expand-lg .navbar-nav .dropdown-menu{
    background-color: #ec9d9dc7;
}


.profileBTN .dropdown .dropdown-menu li a{
    color: #000 !important;
}

.maincontainer .BackBtn{
    width: 100% !important;
    margin-left: 40px;

}

 .BackToHome{
    display: flex;
    gap: 10px;
    padding: 7px !important;
    border-radius: 17px !important;
    background: #ff0000;
    border: none;
    color: #fff;
}

.justify-content-center{
    display: flex ;
        flex-wrap: wrap !important;
}

.background-carousel {
    /* position: fixed; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    animation: fadeEffect 16s infinite;
  }
  
  /* Create staggered animations for each slide */
  .slide:nth-child(1) {
    animation-delay: 0s;
  }
  .slide:nth-child(2) {
    animation-delay: 4s;
  }
  .slide:nth-child(3) {
    animation-delay: 8s;
  }
  .slide:nth-child(4) {
    animation-delay: 12s;
  }
  
  /* Fade-in and fade-out effect */
  @keyframes fadeEffect {
    0% {
      opacity: 0;
    }
    10% {
      opacity: 1;
    }
    40% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }




@media screen and (min-width: 1019px){
.data_detail1{
        justify-content: space-around;
}

}
@media screen and (min-width: 11430px) {
    .footer_copyright {
        width: 100vw;
        height: 60px;
        color: #fff;
        background-color: #ff5a60;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 10px;
    }
 
    .logo{
      
        padding-left: 10px;
    }
    .home_main_div{
        width: 100vw;
        height: auto;
        background-color: #ff5a60;
        display: flex;
        position: relative;
        }
    .home_text{
        width: 45%;
        height: inherit;
        padding: 20px;
        display: flex;
        flex-direction: column;
        }
        
        .home_text h2{
         color: #fff;
         font-size: 16px;
        
}
        .home_text h3{
         color: #fff;
        font-size: 10px;
        padding-top: 20px;
        padding-right: 10px;
        text-align: justify;
    
            }
        .home_joinbtn{
            margin-top: 10px;
            width: 100%;
            height: 60px;
            gap: 20px;
        }
        .home_joinbtn button{
            margin-top: 5px;
            width: auto;
            height: 30px;
          font-size: 8px;
          padding: 3px 7px!important;
          border-radius: 3px!important;
        }
        .sandjoin{
            color: #ff0000!important;
        }
        
        .home_imagbox{
            width: 55%;
            height: 200px;
            padding: 30px;
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 5px;
            }
        .home_imagbox img{
            width: 70px;
            height:70px ;
            object-fit:cover;
            border-radius: 5px;
        }
        .wideimg {
            width: 100%!important;
            height:100px ;
            object-fit:cover;
            border-radius: 5px;
            margin-left: 10px;
            margin-right: 10px;
        }
/*         
        .findbox{
            width: 64vw;
            height: 100px;
            background-color: rgba(0, 0, 0, 0.537);
            position: absolute;
            bottom: 100px;
            left:18vw;
            padding: 10px 20px;
            border-radius: 10px;
            display: none;
           
        } */
        .btnfind{
            margin-top: 20px;
            /* height: 40px!important; */
        }
        .btnfind button{
            font-size: 12px;
            height: 50px!important;
        }
        .wave{
            width: 100vw;
            height: auto;
            position: absolute;
            bottom: -150px;
            z-index: 0;
        }
        .wave2{
            width: 100vw;
            height: auto;
            position: absolute;
            top: -76px;
            z-index: -1;
        }
    .navbar-collapse{
        flex-grow: 0;
        color: #fff;
        background-color: #ff0000;
        margin-top: 25px;
        padding-left: 10px;
        padding-bottom: 10px;
    }
    .main_container{
        width: 100vw;
        height: 100vh;
        /* height: auto; */
        /* background-image: url(../images/dca80f5b11521dab620f8d777da3f61b.png); */
        background-size: 100vw 100vh;
        display: flex;
        justify-content:center;
        align-items: center;
    }
    .profile_perso2{
        width: 100%;
        height: auto;
        margin-top: 20px;
        border-radius: 10px;
        background-color: #ffcccc;
    }
  

    .profile_perso{
        width: 100%;
        height: auto;
        margin-top: 20px;
        border-radius: 10px;
        background-color: #ffcccc;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .proimagbox{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .proimagbox img{
        width: 150px!important;
        height: 150px!important;
        border-radius: 50%;
        /* background-color: blue; */
    }
    .prodts{
        width: 100%;
        height: auto;
        padding: 20px;
        display: flex;
        flex-wrap: wrap;
    }
    .login_cont{
        width: 340px;
        height: auto;
        padding: 50px;
        color: #fff;
        display: flex;
        flex-direction: column;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 16px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        border: 1px solid rgba(255, 255, 255, 0.3);
    }
   
}

@media screen and (max-width: 992px) {
   
.content_body .sidenav{
     display:none;
}
 .navbar-nav .sidenav{
         display:block;
 }
     .web_nav .logbtn{
    margin-left:0 !important;
      margin-right:0 !important;
      width:100% !important;
    padding:0 !important;
    
}
}
@media screen and (max-width: 1019px) {
     .web_nav .logbtn{
    /* display:block !important; */
    flex-direction: column;
    
}
    .data_detail1,.data_detail2{
        flex-direction:column;
    }
    .profile_perso3{
        width:100%;
    }
    .profile_from form{
        width:100%;
    }
    .imgediticonbox{
            bottom: 10px;
    right: -15px;
    }
    .prodts{
        width:100%;
    }
    .profile_perso2{
        width:100%;
    }
    .proimagbox{
                     width: 9.1rem;
        margin: auto;
        height: 160px;
    }
    .logbtn{
        display:none;
    }
    .promatcinfo{
        padding-left:0;
        width:100%;
        height:auto;
    }
    .allproinfo{
        height:auto;
    }
    .matchconnect{
            justify-content: space-between;
            height:auto;
            flex-wrap: wrap;
        row-gap: 15px;
    }
    .promatchimg{
        width:100%;
        height:auto;
    }
    .content_body .sidenav{
     display:none;
}
    .logbtn{
                padding: 0px 5px;
    }
  
    .maincontainer{
        width:100%;
        margin-left:0px;
    }
    .mathfrehead{
        margin-left:0;
        width:auto;
    }
    .dashpromain{
        gap: 2.5vw;
        height:auto;
        padding-left:0;
        justify-content: center;
    align-items: center;
    }
    .navbar-nav .sidenav{

    position:unset;
    width:100%;
    height:100%;
        padding: 18px 5px;
}

    .about_content{
        flex-direction: column;
    }
    .home_main_div{
        flex-wrap: wrap;
        gap: 18px;
    }
    .home_imagbox img{
        width: 39.4vw;
        height: 18vh;
    }
    .wideimg{
        width: 80vw !important;
        height: 30vh !important;
    }
    .findbox{
        position: unset;
        width: 100% !important;
        height: auto !important;
        padding: 4vw;
        /*background-color: rgb(144 141 141 / 24%);*/
    }
  
    .findbox .row .col-3{
        width: 100% !important;
    }
    .findbox .row .col-2{
        width: 33% !important;
    }
  
    .wave{
        bottom: -9vh;
    }
   
    .whychose h3{
        text-align: center;
        font-size: 3.4vw;
    }
    .whychose h1{
        font-size: 6vw;
        text-align: center;
    }
    .amazingwork h3{
        font-size: 3.9vw;
        text-align: center;
    }
    .amazingwork h1{
        font-size: 8vw;
        text-align: center;
    }
   .amazing_content, .whych_cont{
        grid-template-columns: 2fr 2fr;
    }
    .amazing_boxes{
        width: 43vw;
    }
    .amazing_content{
        margin-bottom: 60px;
    }
    .about_text{
        width: 100%;
    }
    .about_imgcols{
        width: 100%;
        padding: 2vw;
    }
    .about_content{
        margin-bottom: 10rem;
    }
    .navbar .container-fluid{
        gap: 0px;
        width: 40%;

    }

    .navbar-expand-lg .navbar-nav{
        display: flex ;
        gap: 4px;
        text-align: center;
        
    }

    .nav-item {
        margin-right: 0px;
    }

    .logo .logo-icon {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        overflow: hidden;
    }
    .contact_container{
        flex-wrap: wrap;
        height: auto;
    }
    .contact_content{
        height: auto;
    }
    .contact_header h5{
        text-align: center;
    }
    .contact-form{
        flex-direction: column;
        gap: 27px;
    }

    .contactfrom-text{
        width: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .cotct-from{
        width: 100%;
    }
    .contactform-img{
        width: auto;
        height: auto;
    }
    .contact_content{
        padding-bottom: 3rem;
    }
    /* .navbar-collapse ul{
        padding: 13px;
    } */
    .story_box{
      flex-wrap: wrap;
      padding: 4rem 0;
      gap: 72px
    }
    .story_box2{
        flex-wrap: wrap;
    }
    .storycontainer h6{
        text-align: center;
    }
    .signup_cont form{
        width: 100%;
    }
    .signup_cont .row{
        flex-direction: column;
    }
    .signup_cont .col-6{
        width: 100%;
    }
    .signup_cont{
        width: 100%;
        padding: 15px;
    }
    .login_cont{
        width: 500px;
        padding: 14px;
    }

    .pre-wedding {
        display: flex ;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 70px;
        flex-wrap: wrap;
        padding: 20px;
    }

    .whych_cont{
        padding: 44px;
    }

    .whychofeture{
        width: 310px;
    }

    .pre-wedding .pre-right .Inner-content .H4 .P1 .I1 img {
        width: 9vw;
        padding: 10px;
    }

    .pre-wedding .pre-right .Back-image img{
        width: 36%;
    }
}
/* @media screen and (max-width: 99600px) {
    .home_imagbox img{
        width: 37vw;
    }
    .wideimg{
        width: 79vw !important;
        height: 44vh !important;
    }
   
} */


@media screen and (max-width:600px) {
    /* .matchbox{
        margin-top: 80px;
    } */
    .datewidth{
        width: 160px!important;
        margin-bottom: 10px;
    }
    .testitext {
    padding: 10px 17px;
    }
    .story_box2{
         padding: 0px 4vw;
         padding-top: 2rem;
    }
    .story_box{
                padding: 4rem 4vw;
    }
    .testiniimg img {
    width: 150px;
    height: 150px;
    }
    .testiniimg{
           padding-right: 0;
        display: flex;
        align-items: center;
        padding-left: 9px;
    }
    .testitext h6{
        text-align:start;
    }
    .story_header{
            padding: 20px;
    margin: 22px 0;
    }
      .dashpromain .card {
    width: 47vw !important;
            display: flex;
        align-items: center;
    }
    .signup_cont{
        backdrop-filter:unset;
        /* background: #c14040; */
    }
    .story_header h5{
        text-align: center;
        font-size: 18px;
    }
    .contact-form{
        margin-bottom: 100px;
    }
    .contactform-img{
        width: 90vw;
        height: auto;
    }
    .contactform-img img{
        width: 100%;
        height: 100%;
    }
    .cotct-from{
        width: auto;
    }
    .contactfrom-text{
        width: 100%;
        padding: 0;
    }
    .contact-form{
        height: auto;
        flex-direction: column;
        padding: 26px 11px;
        gap: 10px;
        align-items: center;
        justify-content: center;
    }
    .about_text{
        padding: 20px 15px 20px 15px;
    }
    .about_imgcols{
        column-gap: 9px;
        row-gap: 9px;
    }
    .about_imgcols img{
        width: 45vw;
        height: 141px;
    }
    .about_imgcols{
        padding: 24px 10px;
    }

    .footer_sec_width h5{
        padding-right: 0;
        font-size: 16px;
    }
    .footer_sec_width{
        width: auto;
        }
    .footer_copyright{
        flex-direction: column;
    }
    .wave2{
        top: -7vh;
    }
    .footer-section{
        width: 100%;
        flex: unset;
        padding: 0;
    }
    .amazing_content{
        padding: 0;
        /* margin-bottom: 19px; */
    }
    .footer-section ul li{
        margin: 5px 0;
        font-size: 15px;
    }
    .footer_box{
        margin-bottom: 10px;
    }
    footer{
        padding: 0;
        gap: 16px;
    }
    .amazing_boxes{
        width: 95vw;
        margin-bottom: 27px;
    }
    .amazing_content, .whych_cont{
        display: flex;
        width: 100%;
        row-gap: 15px;
        flex-wrap: wrap;
        padding: 40px 0px;
        gap: 15px;
    }
    .whychofeture{
        width: 40vw;
        height: 200px;
        display: flex;
        flex-direction: column;
        gap: 0px;
        padding: 6px;
    }

    .wideimg{
        width: 90vw !important;
        height: 28vh !important;
    }
    .home_imagbox img{
        width: 43vw ;
        height: 17vh ;
    }
    .whychose h3{
        font-size: 3.9vw;
    }
    .whychose h1{
        font-size: 8vw;
        margin-top: 30px;
    }
   
    .home_text h2{
        font-size: 8.4vw;
    }
    .logo{
        width: auto;
        padding-left: 0;
    }
    .about_content{
        margin-bottom: 5rem;
    }
 
    .logbtn{
        margin: 0;
        width: auto;
        justify-content: start;
       
    }
   
    .main_container{
        padding: 16px;
        background-image: none;
        background-color: none;
        height: auto;
    }

    .signup_cont {
        /* width: 900px; */
        width: 100%;
        height: auto;
        /* padding: 50px; */
        color: #000000;
        display: flex ;
        flex-direction: column;
        /* background: rgba(255, 255, 255, 0.2); */
        border-radius: 16px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        border: 1px solid rgba(255, 255, 255, 0.3);
    }

    .signup_cont h5{
        font-size: 30px;
    }
    .member-login h5{
        font-size: 20px;
    }
    .whychofeture i {
        font-size: 28px !important;
        color: #fff !important;
    }

    .whychofeture h4 {
        color: #fff;
        font-size: 15px;
    }

    .whychofeture h6 {
        text-align: justify;
        color: #fff;
        padding: 0px 5px;
        font-size: 10px;
    }

    .pre-wedding .pre-left{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .pre-wedding{
        display: flex;
        flex-wrap: wrap;
        padding: 10px;
    }

    .pre-wedding .pre-left .inner-left{
        width: 250px;
    }
    .pre-wedding .pre-right .Inner-content{
        padding: 10px;
    }

    .pre-wedding .pre-right .Inner-content .H2 h2 {
        font-size: 28px;
    }

    .pre-wedding .pre-left .inner-right{
        display: flex;
        align-items: center;
    }
    .pre-wedding .pre-left .inner-right .inner-up{
        width: 250px;
        height: 270px;
    }

    /* .pre-wedding .pre-left .inner-right .inner-up img {
        width: 197%;
        object-fit: cover;
        object-position: bottom;
        position: relative;
        right: 70px;
    } */

    .pre-wedding .pre-left .inner-right .inner-down{
        width: 250px;
        height: 270px;
    }

    .pre-wedding .pre-right .Back-image img {
        width: 65%;
        position: absolute;
        left: 30px;
        bottom: -36px;
    }

    .pre-wedding .pre-right .Inner-content .H4 .P1 .I1 img {
        width: 100%;
        padding: 10px;
    }

    .pre-wedding .pre-right .Inner-content .H4 {
        display: flex ;
        flex-direction: column;
        gap: 50px;
    }

    .pre-wedding .pre-right .Inner-content .H4 .P1 {
        display: flex;
        gap: 35px;
        align-items: center;
        flex-direction: column;
        box-shadow: 0px 0px 5px #00000066;
        padding: 10px;
    }

    .navbar .container-fluid{
        gap: 0px;
        width: 80%;
    }

    .home_text{
        width: 100%;
        height: 40vh;
        padding: 10px;
        background: #0000009c;
        border-radius: 15px;
        z-index: 999;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .home_main_div{
        padding: 10px 4vw;
        height: 100vh;
    }

    .login_cont{
        /* background-color: #c14040; */
        padding: 0px;
        width: 100%;
    }
    .Login_all_content .login_image1{
        width: 100%;
        height: auto;
        border-radius: 10px;
        overflow: hidden;
    }
    .Login_all_content .login_image1 img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .login_container{
        height: 100vh;
        width: 100vw;
        /* background: #ff5a60; */
        padding: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    
    }

    .Login_all_content {
        display: flex ;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: row;
        gap: 10px;
        padding: 10px;
        background-color: #ff787830;
        border-radius: 10px;
    }

    .logo a{
        padding-left: 0;
    }

    .navbar-collapse{
        text-align: center;
    }

    .navbar-expand-lg .navbar-nav{
        gap: 0px;
    }

    .web_nav .logbtn{
        display: flex;
        flex-direction: column;
    }

    .maincontainer .BackBtn{
        display: none;
    }

    .maincontainer{
        padding-top: 0px;
    }
    
    .DashboardCss{
        gap: 40px;
    }

    .findbox2 .row .col-3, .col-2{
        width: 100% !important;
    }

    .content_body{
        height: auto;
    }
    .findbox{
        left: 10px;
        z-index: 999;
        position: unset;
        width: 94% !important;
        height: auto !important;
        padding: 4vw;
        /* background-color: rgb(144 141 141 / 24%); */
        position: absolute;
        bottom: 20px;
    }

   
}