body
{
    font-family: 'Outfit-VariableFont_wght';
    overflow-X: hidden;
    scroll-behavior: smooth;
    /* background-color: #800080; */
}

a
{
    text-decoration: none;
    color: inherit;
}

a:hover
{
    text-decoration: none;
    color: inherit;
}

/* .menuSec
{
    background-image: linear-gradient(90deg,#D81757 0%,#E4381B 100%);
    padding: 0px; 
    height: 120px; 
    position: relative;
}

.menuSub
{
    
    width: 100%; 
    height: 120px;
}

.logoSec
{
    width: 30%;
    height: 90px;
    float: left;
    display: flex; 
    align-items: center;
}

.loginSec
{
    height: 90px;
    float: right;
    display: flex; 
    align-items: center;
    
}
.loginItems
{
    list-style: none;
    margin: 0px;
    text-align: right;
   
}
.loginItems li
{
    display: inline-block;
    padding: 30px 15px;
    cursor: pointer;
    transition: all .8s ease;
    color: white;
}
 */



 .menuSec
{
    padding: 0px; 
    height: 90px; 
    position: relative;
}



.menuSub
{
    
    width: 100%; 
    height: 90px;
}

.logoSec
{
    width: 70%;
    height: 90px;
    float: left;
    display: flex; 
    align-items: center;
}

.logo
{
    height: 40px;
    margin-left: 0px;
    
}

.loginSec
{
    height: 90px;
    float: right;
    display: flex; 
    align-items: center;
    
}
.loginItems
{
    list-style: none;
    margin: 0px;
    text-align: right;
   
}
.loginItems li
{
    display: inline-block;
    padding: 30px 15px;
    cursor: pointer;
    transition: all .8s ease;
    color: white;
}


.menuSecMob
{
    width: 100%;
    height: 100vh;
    background-color: white;
    z-index: 1000;
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
   
}

.proIcon
{
    display: flex;
    justify-content: center; 
    align-items: center; 
    width: 45px; 
    height:45px; 
    margin-left: 10px; 
    margin-top: 5px; 
    border-radius: 35px; 
    background-color: #78e4fc ;
    color: white;
    float:right;
    cursor: pointer;
    font-size: 20px;
}


.cityName
{
    font-size: 15px;
    margin-left: 15px;
    cursor: pointer;
}


.filterBox select {
    width: 100%;
    padding: 10px;
    outline: none;
    border-radius: 5px;
    border: none;
    background-color: transparent;
}



.btnLogin
{
    background-color: #78e4fc;
    padding: 7px 25px;
    outline: none;
    transition: all 0.3s ease-in;
    border-radius: 10px;
    border: none;

}




.menuMobSec
{
    width: 100%;
    height: 100vh;
    background-color: #78e4fc;
    z-index: 1000;
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
}



.menuBar
{
    position : absolute; 
    z-index: 1000; 
    top: 78%; 
    left: 0%; 
    width: 100%; 
    background-color: white; 
    height: 55px;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.searchBox
{
    position: relative;
    width: 100%;
    margin-bottom: 0px;
}

.searchBox input
{
    width: 100%; 
    padding: 10px; 
    padding-left: 35px;
    outline: none;
    border-radius: 5px;
    border: none;
}
.searchBoxBtn
{
    width: 5%;
    height: 90%;
    position: absolute;
    background-image: linear-gradient(90deg,#78e4fc 0%,#7790F6 100%);
    border: none;
    color: white;
    text-align: center;
    padding: 8px; 
    right:  10px;
    border-radius: 5px;
    outline: none;
    top:5%;
    transition: all 0.3s ease-in;
    z-index: 100;
    cursor: pointer;
}


/* .carousel-items1 {
    background: #eee;
    background-image: url(../images/b1.jpg);
    height: 400px;
    background-size: cover;
    background-position: center center;
}

.carousel-items2 {
    background: #eee;
    background-image: url(../images/b1.jpg);
    height: 400px;
    background-size: cover;
    background-position: center center;
} */

.blogTitle
{
    font-size: 30px;
}

.blogsTitle
{
    font-size: 18px;
}


.editorspick
{
    background-color: white;
    min-height: 500px;
}


.exploreSec
{
    margin-top: -22.7%;
}




.textbox
{
    width: 100%;
    background-color: white;
}


textarea
{
    padding-left: 25px !important;
    border: 0.5px solid rgba(0,0,0,0.1);
}


.filterBox
{
    position: relative;
    width: 100%;
    margin-bottom: 0px;
    border: 0.5px solid #78e4fc;
    border-radius: 10px;
}

.filterBox input
{
    width: 100%; 
    padding: 10px ;
    outline: none;
    border-radius: 5px;
    border: none;
}
.filterBtn
{
    background-color: #78e4fc;
    height: 100%;
    position: absolute;
    border: none;
    color: black;
    text-align: center;
    padding: 10px 20px; 
    right:  0px;
    border-radius: 10px;
    outline: none;
    top:0%;
    transition: all 0.3s ease-in;
    z-index: 100;
    cursor: pointer;
}

ui-cropper{width:100%;height:100%;display:block;position:relative;overflow:hidden}
ui-cropper canvas{display:block;position:absolute;top:50%;left:50%;outline:0;-webkit-tap-highlight-color:transparent}
.cropArea {
    background: white;
    overflow: hidden;
    width:100%;
    height:300px;
  }
  


  .footerSec
  {
      min-height: 350px;
      background-color: #1a1a1a;
      border-radius: 35px 35px 0 0 ;
  }

.footerP
{
    color: rgb(180, 180, 180);

    font-size: 14px;
}

.footerLogo
{
    height: 60px;
}


.newsLetterC
{
    color: rgb(180, 180, 180);
    font-size: 13px;
    line-height: 20px;
    margin: 0px;
    margin-bottom: 15px;
}


.subSocialink
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    color: white;
    margin-top: 10px;
} 
.subSocialink li
{
    display:inline-block;
    font-size: 20px;
    color: inherit;
    margin: 0px;
    cursor: pointer;
}

.footerTitel
{
    font-size: 20px;
    margin-bottom: 10px;
    color: rgb(255, 255, 255);
}

.pageLink
{
    list-style: none;
    margin: 0px;
    padding-left: 0px;
    margin-top: 0px;
    cursor: pointer;
}

.pageLink li 
{

    list-style: none;
    padding-bottom: 8px;
    font-size: 14px;
    padding-left: 0px;
    color: white;
}



.downloadBtn {
    color: white;
    text-decoration: none;
    background-image: linear-gradient(90deg,#78e4fc 0%,#7790F6 100%);
    border: 1px solid #78e4fc;
    padding: 10px 20px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in;
    width: 100%;
}

.downloadBtn:hover
{
    color: #78e4fc;
    border: 1px solid #78e4fc;
    background-color: transparent;
    background-image: none;
}



.nav-icon1 {

    float: right;
    width: 30px;
    height: 30px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 100;
    
  }
  
  .nav-icon1 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #78e4fc;
    border-radius: 5px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  
  
  .menuSec .nav-icon1 span {
      background: #78e4fc;
  }
  
  .nav-icon1 span:nth-child(1) {
    top: 0px;
  }
  
  .nav-icon1 span:nth-child(2) {
    top: 10px;
  }
  
  .nav-icon1 span:nth-child(3) {
    top: 20px;
  }
  
  .nav-icon1.open span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  
  .nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }
  
  .nav-icon1.open span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  
.navMenu
{
    display: none;
}


.menuMobSec
{
    width: 100%;
    height: 100vh;
    background-color: white;
    z-index: 1000;
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
}



.modal-content
{
    background-color: black;
    margin-top: 10%;
    height: auto;
}



@media (min-width: 576px){
    .modal-dialog {
        max-width: 350px;
        margin: 1.75rem auto;
    }

    #photoMod .modal-dialog {
        max-width: 40%;
        margin: 1.75rem auto;
    }

}



.proBtn
{
    background-color: #00ccfa;
    border: 1px solid #78e4fc;
    color: white;
    text-align: center;
    padding: 10px 25px; 
    border-radius: 10px;
    outline: none;
    transition: all 0.3s ease-in;
    cursor: pointer;
    float: right;
}

.proBtn:hover
{
    color: #78e4fc;
    border: 1px solid #78e4fc;
    background-color: transparent;
    background-image: none;
}

.btnLogin:focus, .btnLogin:active, .btnLogin:hover
{
    outline: none;
}

.loginLogo
{
    width: 50px;
   
}
.logSec .logH{

    font-size: 23px;
    color: white;
    text-align: center;
}

.txtLogin
{
    color: white;
    border: 0.5px solid white;
    width: 100%;
}

.txtLoginCode
{
    color: white;
    border: 0.5px solid white;
    width: 100%;
    padding-left: 15px;
    padding-right: 10px;
}




.loginBtn {
    color: white;
    text-decoration: none;
    background-image: linear-gradient(90deg,#78e4fc 0%,#7790F6 100%);
    border: 1px solid #78e4fc;
    padding: 10px 20px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in;
    width: 100%;
    outline: none;
}

.loginBtn:hover
{
    color: #78e4fc;
    border: 1px solid #78e4fc;
    background-color: transparent;
    background-image: none;
    outline: none;
}

.loginBtn:focus
{
    color: #78e4fc;
    border: 1px solid #78e4fc;
    background-color: transparent;
    background-image: none;
    outline: none;
}


.signupLabel
{
    color: rgb(146, 146, 146);
    font-weight: 100;
    text-align: center;
    font-size: 14px;
}

.navMenu
{
    display: none;
}


.siginGoogle
{
    background-color: white;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
}



input {
    font-size: 1rem;
    line-height: 1.5;
    padding: 11px 23px;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
    outline: 0;
    background-color: transparent;
}



input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
  appearance: none;
}


.loading
{
    width: 100%;
    height: 100vh;
    background-color: #78e4fc;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading img
{
    width: 50px;
}

.Malayalam
{
    font-family: 'Noto Sans Malayalam', sans-serif !important;
}

.English
{
    font-family: 'Outfit-VariableFont_wght' !important;
}


.letest .card{
    border: none;
    background-color: white;
    border-radius: 15px;

}


.teamMimg
{
    width: 100%; 
    border-radius: 15px;
}






.cityList
{
    max-width: 100%;
    min-width: 95%;
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
    top: 50px;
    left: 0px;
    right: 0px;
    list-style: none;
    background-color: white;
    border-top: 0.5px solid rgba(0,0,0,0.1);
    border-radius: 5px;
    z-index: 1000;
    height: auto;
    border: 1px solid rgba(0,0,0,0.1);
}

.cityList li
{
   
    list-style: none;
    background-color: white;
    padding: 5px 0px;
    cursor: pointer;
}

.cityListF
{
    max-width: 100%;
    margin: 0px;
    padding-left: 0px;
    margin-top: 10px;
    padding-bottom: 10px;
    list-style: none;
    background-color: white;
    border-top: 0.5px solid rgba(0,0,0,0.1);
    z-index: 1000;

}

.cityListF li
{
   
    list-style: none;
    background-color: white;
    padding: 10px 10px;
    cursor: pointer;
    border: 0.5px solid rgba(0,0,0,0.1);
    border-top: none;
}

.jnvList
{
    max-width: 100%;
    min-width: 96%;
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
    top: 50px;
    list-style: none;
    background-color: white;
    border-top: 0.5px solid rgba(0,0,0,0.1);
    border-radius: 5px;
    z-index: 1000;
    border: 1px solid rgba(0,0,0,0.1);
}

.jnvList li
{
   
    list-style: none;
    background-color: white;
    padding: 5px 0px;
    cursor: pointer;
}



input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
  appearance: none;
}