@import url('https://fonts.googleapis.com/css2?family=Karla:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap');

body{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
    color: #6f7588;
    font-family: Inter;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
}

.login-form-body{
   background: linear-gradient(to right ,#bef3d7, #116d83); 
}


ul, ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
a
{
    background-color: transparent;
    color: #3d46fb;
    text-decoration: none;
}
.header-style .header-navigation .logo img {
    max-width: 197px;
    width: 100%;
}
.header-style .header-navigation{
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 60px 0px rgb(22 37 66 / 15%);
    box-shadow: 0px 10px 60px 0px rgb(22 37 66 / 15%);
    margin-bottom: -76px;
    z-index: 2;
}
.header-navigation .navbar-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 12;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: none;
    cursor: pointer;
    background: #3d46fb;
}
.header-navigation .navbar-close i {
    color: #fff;
    font-size: 20px;
}
.header-navigation .main-menu ul li {
    display: inline-block;
    position: relative;
}
.header-navigation .main-menu ul li > a {
    display: block;
    font-size: 17px;
    font-family: 'Karla', sans-serif;
    color:#162542;
    font-weight: 600;
    text-decoration: none;
    text-transform: capitalize;
    padding: 32px 20px;
    line-height: 1;
}
.header-navigation .main-menu ul > li.has-children > a:after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 500;
    display: inline-block;
    color: #162542;
    font-size: 14px;
    margin-left: 5px;
    float: right;
}
.header-navigation .main-menu ul li > a.active {
    color: #3d46fb;
}
.header-navigation .main-menu ul li:first-child > a {
    padding-left: 0px;
}
.header-navigation .main-menu ul li .sub-menu {
    position: absolute;
    left: 0;
    top: 120%;
    width: 200px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 99;
    height: auto;
    text-align: left;
}
.header-navigation .main-menu ul li .sub-menu li {
    display: block;
    margin: 0;
}
.header-navigation .main-menu ul li .sub-menu li a {
    display: block;
    padding: 7px 15px;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border-radius: 0;
    line-height: 2;
    margin: 0;
    border-bottom: 1px solid #ececec;
    color: #1b3255;
}
.header-navigation .main-menu ul li .sub-menu li:last-child > a {
    border-bottom: none;
}
.header-navigation .main-menu ul li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}
.header-navigation .navbar-toggler {
    display: none;
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
}
.nav-menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-navigation .nav-menu .main-menu ul li .toggle-menu {
    display: none;
}


/*header-right-nav*/

.header-style .header-navigation .header-right-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-style .header-navigation .header-right-nav ul li .search-btn,
.header-style .header-navigation .header-right-nav ul li .cart-btn{
    margin-right: 20px;
}
.header-style .header-navigation .header-right-nav ul li .header-booknow-toggle {
    padding: 12px 20px;
    position: relative;
    color: #fff;
    font-family: 'Karla', sans-serif;
    background-color: #3d46fb;
    transition: all 0.3s;
    font-size: 15px;
    font-weight: 700;
    line-height: 29px;
    text-transform: capitalize;
    overflow: hidden;
    border-radius: 30px;
}
.info-two h5:hover a {
    color: #3d46fb;
}
.header-navigation .main-menu ul li:hover > a{
	color: #3d46fb;
}
.header-navigation .main-menu .sub-menu li:hover > a{
	background-color:#3d46fb;
	color: #fff;
}
.header-style .header-navigation .header-right-nav-nav ul li .header-booknow-toggle:hover {
	background-color: #162542;
}

.header-navigation .primary-menu .navbar-toggler {
    padding: 3px 5px;
    z-index: 1;
    width: 45px;
    height: 40px;
    box-sizing: border-box;
    background-color: #3d46fb;
    position: relative;
    margin-right: 25px;
    border: 2px solid #3d46fb;
    border-radius: 0;
    transition: all 0.6s;
}
.header-navigation .navbar-toggler span {
    position: relative;
    background-color: #fff;
    border-radius: 3px;
    display: block;
    height: 3px;
    margin-top: 5px;
    padding: 0;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    width: 30px;
    cursor: pointer;
    display: block;
}  




/*home page stare*/

.main-section {
    background-color: #f6f5ff;
    padding: 180px 0 60px;
    position: relative;
    padding-bottom: 80px;
}
.main-section .home-contant{
    padding: 0 30px 25px;
}
.main-section .home-contant h1 {
    font-size: 55px;
    line-height: 64px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #18164c;
    font-family: 'Roboto', sans-serif;
}
.main-section .home-contant p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.5em;
    color: #7A7A7A;
    font-size: 22px;
    margin-bottom: 15px;
}
.home-btn-div {
    display: flex;
    padding: 10px 0;
}
.home-btn-div div{
    position: relative;
    padding: 10px;
}
.home-btn-div .home-btn{ 
    color: #ffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    border-radius: 30px;
    padding: 15px 30px;
}
.h-btn-one{
    background-color: #3d46fb;
}
.h-btn-two{
    background-color: #18164c;
}
.home-image img{
    max-width: 100%;
    height: auto;
}


.sponser-section{
  padding: 5rem 0;
}
.sponser-section .text-sponser h2 {
    font-size: 40px;
    line-height: 48px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 15px;
    font-weight: 600;
}
.sponser-section .text-sponser .title-one {

    color: #18164c;
}
.sponser-section .text-sponser .title-two  {
    color: #3d46fb;
}

.sponser-section .text-sponser .sub-title{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.5em;
    color: #7A7A7A;
    font-size: 22px;
    margin-bottom: 15px;
}
.sponser-section .images-editer img{
 margin: auto;
 width: 100%;
}
.form-logo{
    margin-bottom: 50px;
}

.login-form p{
    margin-bottom: 1rem;
    margin-top: 0;
    color: #6f7588;
    font-family: 'Roboto', sans-serif;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.5;
    padding-bottom: 0.5rem;
    text-align: left;
}


.login-form .form-control {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #e0e5e9;
    border-radius: 0.25rem;
    color: #18164c;
    display: block;
    box-shadow: none;
    font-size: .875rem;
    font-weight: 400;
    height: calc(1.5em + 1.25rem + 2px);
    line-height: 1.5;
    padding: 0.625rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
    transition: all 0.3s;
}

.login-form .form-control:focus{
    border: 1px solid #1da5bd;
} 

.btn-log-in{
    background-color: #3d46fb;
    border-color: #3d46fb;
    color: #fff;
    border-radius: 22px;
    box-shadow: none;
    display: inline-block;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.5;
    padding: 0.625rem 1.875rem;
    text-align: center;
    user-select: none;
    vertical-align: middle;
    display: block;
    width: 100%;
    transition: all 0.3s;  
}
.btn-log-in:hover{
    color: #fff;
}


.fastext-div{
    width: 100%;
    background: linear-gradient(to top, #2fa788,#00b9d5);
    border-radius: 10px;
    padding:70px 45px;
    overflow: hidden;
    margin-top: 15%;
    box-shadow: rgb(100 100 111 / 20%) 0px 23px 29px 0px;
}


body .form-carousel .owl-dots {
  position: absolute;
  bottom: -7%;
  right: 45%;
  display: inline-block;
}
body .form-carousel .owl-dots .owl-dot{
  height: 12px;
  width: 12px;
  border: none;
  outline: none;
  display: inline-block;
  margin-left: 10px;
  border-radius: 50%;
  background-color: #99c9d7;
}
body .form-carousel .owl-dots .owl-dot span {
  background: transparent;
  display: none;
}    
body .form-carousel .owl-dots .owl-dot.active {
 height: 15px;
 width: 15px;
 border-color:#fff;
 background: #fff;
}

body .form-carousel .owl-nav {
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  font-size: 20px;
  color: #fff;
  opacity: 1 !important;
}
body .form-carousel .owl-nav button {
  position: absolute;
  top: 51%;
  padding: 0;
  border-radius: 40px;
  width: 90px;
  height: 65px;
  line-height:65 !important;
  font-size: 18px !important;
  background-color: #2fa788!important;
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

body .form-carousel button:focus {
  outline: none;
}

body .form-carousel .owl-nav span {
  padding: 10px;
}

body .form-carousel .owl-nav .owl-prev {
  left: -100px;
  display: none;
}

body .form-carousel .owl-nav .owl-next {
  right: -100px;
    display: none;
}
body .form-carousel .owl-nav button .fa-chevron-left{
    position: absolute;
    right: 15px;
    top: 25px;
}
body .form-carousel .owl-nav button .fa-chevron-right{
    position: absolute;
    left: 15px;
    top: 25px;
}
.title-div{
    padding: 50px 0 0 0;
}
.fastext-div h2{
    color: #fff;
    font-family: 'Roboto', sans-serif;
    line-height: 1.2;
    font-weight: 600;
    font-size: 25px;
    text-transform: uppercase;
}
.fastext-div p{
    color: #fff;
    font-family: monospace;
    line-height: 1.3;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
}


.login-form, .forgot-form{
   background-color: #fff;
   margin-top: 35%;
   padding: 40px 45px; 
   border-radius: 10px; 
   text-align: center;
   box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.form-logo{
    margin-bottom: 30px;
}

.login-form p, .forgot-form p{
    margin-bottom: 1rem;
    margin-top: 0;
    color: #6f7588;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    padding-bottom: 0.5rem;
}
.login-form p a, .forgot-form p a{
    color:#0997ec;
}
.login-form .form-group, .forgot-form .form-group {
    margin-top: 0;
    margin-bottom: 1rem;
}
.login-form .form-group label, .forgot-form .form-group label{
    font-size: 17px;
    font-weight: 500;
    text-align: left;
    width: 100%;
    color: #6f7588;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    margin-bottom: 0.25rem
}
.login-form .form-control, .resister-form .form-select, .forgot-form .form-control{
    background-clip: padding-box;
    background-color: #fff;
    color: #18164c;
    display: block;
    box-shadow: none;
    font-size: 16px;
    font-weight: 400;
    height: calc(1.5em + 1.25rem + 2px);
    line-height: 1.5;
    padding: 0.625rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
    transition: all 0.3s;
}
.login-form .form-control:focus, .forgot-form .form-control:focus{
    outline: none;
} 

.form-group label span
{ 
    font-size:12px; 
}

.btn-log-in{
    background-color: #2fa788;
    border-color: #2fa788;
    color: #fff;
    border-radius: 8px;
    box-shadow: none;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    padding: 14px 15px;
    text-align: center;
    user-select: none;
    vertical-align: middle;
    display: block;
    width: 100%;
    margin-bottom: 15px;
    transition: all 0.3s;
    text-transform: uppercase;  
}
.btn-log-in:hover{
    color: #fff;
}

.forgot-pass{
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    color: #6f7588;
    font-family: 'Roboto', sans-serif;   
}
.forgot-pass:hover{
   color: #6f7588;
}


.resister-form{
 margin-top: 15%;
}



#cb_register_form label.error, #cb_reset_data label.error{
    color: red;
    display: block;
    margin-top: 5px;
    font-size: 11px;
}

#cb_register_form input.error, #cb_reset_data input.error, textarea.error {
    border: 1px dashed red;
    font-weight: 300;
    color: red;
}



input::placeholder {
    font: 13px/3 sans-serif;
}


.forgotpass-link a{color: #0997ec;}

.forgot-section .form-logo{
    margin-bottom: 40px;
}