@import url(style.css);

/********************** HEADER ***********************************/

/* *******************************************************
    -------------- FONTS ----------------------------
**************************************** */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* *******************************************************
    --------------  Pseudo-class  ----------------------------
**************************************** */

:root{
   --rbt: "Roboto", sans-serif;
   --pop:"Poppins", serif;
   --op-sans: "Open Sans", serif;
   --rob-cnd: "Roboto Condensed", sans-serif;
   --white:#fff;
   --balck:#000;
   --light-bg:#eeeeee;
   --gray :#999;
   --lg-blue:#27a9e3;
   --cl-blue : #00b6be;
   --cl-grapes:#702f91;
   --green    : #319865;
}

*{
    font-family: var(--rob-cnd);
}

.hd-title{
  padding: 10px 0px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}

.hd-title h1{
  font: 400 22px/1.2 var(--rbt);
  color: #000;
}




.al-header .menu-sec{
    background-color: var(--cl-blue);
}


.al-header .menu-sec li a{
 font: 400 14px/1.2 var(--op-sans);
 color: #fff;text-transform: uppercase;
 text-decoration: none;display: inline-block;
 padding: 12px 10px;
}

.al-header .menu-sec li span{
 font: 400 14px/1.2 var(--op-sans);
 color: #fff;text-transform: uppercase;
 text-decoration: none;display: inline-block;
 padding: 12px 10px;
}

.al-header .menu-sec li a:hover{
 background-color: var(--cl-grapes);
}

.al-header .menu-rht{
    min-width: 147px;
    text-align: center;
}


.al-header  .reg-btn{
    position: absolute;
    bottom: 15px; 
    right: 0px;
}

.al-header .reg-btn a{
   padding: 13px 40px;
   background-color: #851f83!important;
   font-size: 15px;color: #fff;
   text-decoration: none;
}

.al-header .reg-btn a:hover{
  background-color: #5c135b!important;
  transition: all .2s linear;
}

.al-header .mob-nav span{
  color: #fff; font: 400 16px/1.2 var(--op-sans);
}

.al-header .sm-nav-items{
  background-color: var(--cl-blue);
}

.al-header .sm-nav-items li{
 /* padding: 6px 5%; */
 border-bottom: 1px solid #fff;
}

.al-header .sm-nav-items li:hover{
background-color: var(--cl-grapes);
transition: all .2s linear;
}

.al-header .sm-nav-items li a{
  color: #fff;font: 400 14px/1 var(--op-sans);
  display: block; width: 100%;
   padding: 7px 5%;text-decoration: none;
}

.al-header .sm-nav-items li a:hover{
 color: #e7b956;
}

.al-header .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%; /* positions it right below parent li */
  background-color: var(--cl-blue);
  min-width: 190px;
  padding: 0px;
  z-index: 50;
}

.al-header .sub-menu::after{
    content: '';
    border: 6px solid transparent;
    width: 0;
    height: 0;
    border-bottom-color: #ffffff;
    position: absolute;
    top: -12px;
    left: 30px;
}

.al-header .sub-menu a{
 border-bottom: 1px solid #fff;
 display: inline-block;width: 100%;
 font: 500 12px/1.2 var(--op-sans)!important;
}
.al-header .sub-menu a:first-child{
 border-top: 1px solid #fff;
}
.al-header .sub-menu a:last-child{
 border: none;
}

.group:hover .sub-menu {
  display: block;
}

.alert a span{
  font-family: var(--op-sans);
}

.temp-nm p{
  font: 400 15px/1.6 var(--rbt)!important;
  color: #333;
}

.temp-nm li{
  font: 400 15px/1.6 var(--rbt)!important;
  color: #333; list-style-type: disc!important;
  margin-left: 15px;
}

/********************** mobile-header ***********************************/

.smfullwidth-header .top-nav{
  background-color: var(--cl-blue);
  display: flex; align-items: center;
  justify-content: flex-end;
  padding: 8px 5%;
}

.smfullwidth-header .top-nav .item a{
  padding: 7px 1.3rem;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  font: 500 14px/1 var(--pop);
}

.smfullwidth-header .tp-mn2{
  justify-content: space-between;
}

.smfullwidth-header .tp-mn2 .circle{
  width: 35px; height: 35px;
  border-radius: 50%; border: 2px solid #fff;
  display: flex; align-items: center;
  justify-content: center;
}

.smfullwidth-header .tp-mn2 .user{
  border: none!important; padding: 0px!important;
}

.smfullwidth-header .tp-mn2 .user p ,.tp-mn2 .user i{
  color: #fff;
}

.smfullwidth-header .mob-header{
  display: flex;align-items: center;
  justify-content: space-between;
  padding: 10px 5%;
  box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px, rgba(255, 255, 255, 0.25) 0px 1px 0px inset;
}

.smfullwidth-header .mob-header .toogle-menu{
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-direction: column;
  cursor: pointer;
}

.smfullwidth-header .mob-header .toogle-menu .icon-2{
  display: none;
}
.smfullwidth-header .mob-header .toogle-menu:hover .icon-1{
  display: none;
}
.smfullwidth-header .mob-header .toogle-menu:hover .icon-2{
  display: block;
  transition: all .2s ease-in;
}

.smfullwidth-header .menu-area{
  background-color: #fff;
  position: fixed;
  top: 0px;
  /* right: 0px; */
  right: -600px;
  min-height: 200vh;
  z-index: 9999;
  visibility: hidden;
  transition: right 0.3s ease, visibility 0.3s ease;
  min-width: 400px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.smfullwidth-header .menu-area .close-icon{
  position: absolute;
  top: 0px; right: 0px;
  width: 30px; height: 30px;
  display: flex; align-items: center;
  justify-content: center;
  background-color: var(--cl-grapes);
}

.smfullwidth-header .sub-menu{
  display: none!important;
}

.smfullwidth-header .menu-too:hover span{
  color: var(--cl-grapes);
  transition: all .2s linear;
}

.smfullwidth-header .menu-too:hover .sqri{
  background-color: var(--cl-grapes);
  transition: all .2s linear;
}

.smfullwidth-header .close-icon:hover{
  background-color: #333;
  transition: all .2s linear;
}

.smfullwidth-header .menu_active{
  display: block!important;
}

.smfullwidth-header .menu-area .close-icon i{
  color: #fff;
}

.mn-active{
  right: 0px!important;
  visibility: visible!important;
}

.smfullwidth-header .top-sec{
  padding: 30px 8%;
}

.smfullwidth-header .top-sec img{
  max-width: 240px;
}

.smfullwidth-header .menu-con-sec{
  padding: 10px 8%;
}

.smfullwidth-header .menu-con-sec li{
  display: flex; align-items: center;
  gap: 8px; margin-bottom: 25px;
}

.smfullwidth-header .menu-con-sec li i{
  color: #7c7c7c;font-size: 16px;
}

.smfullwidth-header .menu-con-sec li a{
  color: #000; font: 400 16px/1 var(--pop);
  text-decoration: none;
}

.smfullwidth-header .menu-con-sec li a:hover{
  color: var(--cl-grapes);
  transition: all .2s linear;
}

.smfullwidth-header .sub-group{
  flex-direction: column!important;
  align-items: flex-start!important;
}

.smfullwidth-header .sub-group span{
  color: #000; font: 400 16px/1 var(--pop);

}

.smfullwidth-header .sub-group .down{
  color: #fff; font-size: 8px!important;
  line-height: 1;
}

.smfullwidth-header .sub-group .sqri{
  width: 15px; height: 15px;
  background-color: #333;
  display: flex; align-items: center;
  justify-content: center;
  padding: 5px;
}



.smfullwidth-header .sub-group a{
  display: block;
}

.smfullwidth-header .sub-group .sub-menu{
  margin-top: 12px;
  padding-left: 40px;
}

.smfullwidth-header .sub-group .sub-menu a{
  margin-bottom: 13px;
}

.smfullwidth-header .sub-group .sub-menu a:last-child{
  margin-bottom: 0px;
}

.smfullwidth-header .sm-bot{
  margin-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.smfullwidth-header .sm-bot a{
  background-color: var(--cl-blue);
  padding: 11px 20px;
  min-width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 3px;
  text-decoration: none;
}

.smfullwidth-header .sm-bot i{
  color: #fff; font-size: 15px;
}



.smfullwidth-header .sm-bot span{
  color: #fff;
  font: 400 15px/1 var(--pop);
}




/********************** Login form ***********************************/

.log-frm input{
   font: 400 14px/1 var(--rbt);
   color: #555!important;
   background-color: #F0F0F0!important;
}
.log-frm input::placeholder {
  color: #555!important;
  opacity: 1;
}
.log-frm .fpass a{
  font-family: var(--rbt);
  color: #444!important;
  text-decoration: none;
}
.log-frm .fpass a:hover{
  color: red!important;
  transition: all .2s ease-in;
}
.log-frm button{
  width: 100%;
  background-color: var(--cl-grapes);
  font: 400 16px/1 var(--rbt);
  text-transform: uppercase;
  padding: 15px;
  margin-top: 1.2rem;
  color: #fff;
  /* background: ; */
}

.reg-acc p,.reg-acc a{
  font: 400 15px/1 var(--rbt);
}

.mem-log label,.mem-log button,.mem-log a,.mem-log p{
  font-family: var(--rbt);
}
/********************** Main-slider ***********************************/

.main-slider .bann-frm{
    background-color: var(--cl-grapes);
}

.main-slider .bann-frm h3{
    font: 500 34px/1.2 var(--op-sans);
    color: #fff;
}

.main-slider .bann-frm p{
    font: 400 17px/1.2 var(--op-sans);
    color: #fff;
}

.main-slider .form-sec label{
  font: 500 14px/1.2 var(--op-sans);
  color: #fff; min-width: 100px;
  max-width: 100px; text-align: left;
}

/********************** highlighted profiles ***********************************/

.swiper {
  width: 100%;
  height: auto;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  /* background: #fff; */
}

.bg-black{
    background-color: #702f91!important;
}

/****************************** Search profiles ***********************************/

.search-prof{
  background-image: url(../../images/gallery/bg_matrimony.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* .hgt-prof{
  background-image: url(../../images/gallery/bg-mat.jpg);
  background-repeat:repeat;
  opacity: 1;
} */

/****************************** FOOTER ***********************************/

.al-footer{
    padding: 7px 0px 0px 0px;
}

.al-footer a{
 font-family: var(--rbt);
}

.al-footer .ft-nav a:hover{
  color: var(--cl-grapes)!important;
  transition: all .2s linear;
}

.al-footer p{
 color: #fff;font: 300 14px/1.4 var(--rbt);
}

/******************************* REGISTRATION ***********************************/

.page-title{
  padding: 10px 0px;
  border-bottom: 1px solid #ccc;
  margin: 2rem 0px 0px 0px;
}

.page-title h1{
  font: 400 24px/1.2 var(--rob-cnd);
  color: #333;
}

.reg-frm input{
  font-family: var(--rbt);
}

/******************************* REGISTRATION SUCCSESS ***********************************/
.wel-msg{
 box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
 background: #fff;
 margin: 50px 0px 6.5rem 0px;
}

.wel-msg a,.wel-msg p,.wel-msg span{
  font-family: var(--op-sans);
}

.wel-msg:hover{
 box-shadow: none;
 transform: translateY(10px);
 transition: all .2s linear;
 
}

/******************************* Form style ***********************************/



.frm-layout .main-con .req-title{
  font: 400 16px/1.2 var(--rbt);
  color: var(--cl-grapes);
}

.frm-layout .main-con .sub-title{
  font: 400 22px/1.2 var(--rbt);
  color: var(--green);margin-top: 2rem;
  margin-bottom: 15px;
}

.frm-layout .input-con{
  padding: 0px!important;
  margin: 12px 0px!important;
}

.frm-layout .input-con .inp-sec{
  display: flex; align-items: start;
  flex-wrap: wrap; padding: 0px!important;
}

.frm-layout .input-con .inp-sec label{
  font:400 16px/1.2 var(--rob-cnd);
  color: #000; min-width: 180px;
}

.frm-layout .heighlight-txt{
  font:400 18px/1.2 var(--rbt);
  color: red;;
}

.frm-layout .input-con .inp-sec select,.frm-layout input[type="text"]{
    display: block;
    width: 200px;
    height: 34px;
    padding: 6px 12px;
    font: 400 14px/1 var(--rbt);
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    /* border-radius: 4px; */
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.frm-layout .input-con .inp-sec textarea{
    display: block;
    width: 250px;
    padding: 6px 12px;
    font: 400 14px/1 var(--rbt);
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    /* border-radius: 4px; */
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.frm-layout .input-con .inp-sec select:focus,.frm-layout input:focus,.frm-layout textarea:focus{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

/*****
----- LOGIN
*****/

.log-layout .item-box{
  border: 1px solid #00b6be;
  border-radius: 5px; overflow: hidden;
}

.item-title{
  padding: 6px 15px;
  background-color: #00b6be;
}

.item-title p{
 font: 400 14px/1.2 var(--rbt);
 text-transform: uppercase;
 color: #fff;padding: 0px!important;
}


/*****
----- PAGINATION ------
*****/

.us-nav button{
  background-color: var(--cl-blue);
  color: #fff;
  padding: 5px 15px!important;
  font: 400 14px/1 var(--rbt)!important;
  border-radius: 5px!important;
  text-transform: uppercase;
  border: none!important;outline: none!important;
}
.us-nav button:hover{
  background-color: var(--cl-grapes);
  transition: all .2s linear;
}

.us-nav button:disabled{
  background-color: transparent!important;
  color: #777!important;
}

.us-nav .page-link{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 7px!important;
    margin-left: -1px;
    line-height: 1.25;
    background-color: var(--cl-blue)!important;
    color: #fff!important;
    border: none!important;
    border-radius: 5px!important;
}

.us-nav .active .page-link{
   background-color: var(--cl-grapes)!important;
   transition: all .2s linear;
}

.us-nav .pagination{
  gap: 8px!important;
}


.mem-prof h3,.mem-prof p{
  font-family: var(--rbt);
}

.m1-btn {
  border: 1px solid #fff !important;
  outline: none;
  transition: all 0.2s linear;
  min-width: 225px;
}

.m1-btn:hover {
  border: 1px solid #702f91 !important;
}

.m1-btn:active {
  border: 1px solid #702f91 !important;
  outline: none;
  box-shadow: none;
}

.m1-btn:focus {
  outline: none;
  border: 1px solid #702f91 !important;
  box-shadow: none;
}

.frm-layout p,.frm-layout span,.frm-layout h3,.frm-layout h1,.frm-layout a,.frm-layout label,.frm-layout input{
  font-family: var(--op-sans)!important;
}

.idresult p,.idresult span,.idresult h3,.idresult h1,.idresult a{
  font-family: var(--op-sans)!important;
}

.contact-us h3{
    font-family: var(--rob-cnd)!important;
}


.zoom-effect {
    animation: zoomInOut 1.5s ease-in-out infinite;
}

@keyframes zoomInOut {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
    }
}