:root{
    --yellow-color:#f5a92f;
    --black-color:#000;
    --white-color:#fff;
    --green-color:#00b67a;
    
}
.btn-color{
    background-image: linear-gradient(to right, #FF8008 0%, #FFC837 100%);
}
.text-design-center h1{
        position: absolute;
    left: 50%;
    bottom: -50%;
    transform: translate(-50%, 50%);
}
.text-design{
    position:relative;
}
.text-design:before{
        content: "";
    position: absolute;
    bottom: -4px;
    left: -8px;
    height: 7px;
    width: 114%;
    border: 5px solid #f9b442;
    border-color: #f9b442 transparent transparent;
    border-radius: 50%;
}
.grey{
    background-color:#f3f4f6;
}
h3.color{
    color:#374151;
    font-size:16px;
    margin-bottom:48px;
}
h2.color{
    color:#111827;
    margin-bottom:24px;
        font-size: 48px;
    font-weight: 600;
    position:relative;
    display:inline-block;
}
h2.color:before{
    content: "";
    position: absolute;
    bottom: -4px;
    left: -8px;
    height: 7px;
    width: 114%;
    border: 5px solid #f9b442;
    border-color: #f9b442 transparent transparent;
    border-radius: 50%;
}
h1,h2,h3,h4,h5,h6{
        font-weight: 600;
}
p.grey-text{
    color:#4b5563;
}
p{
  color:#374151; 
    line-height: 1.7;
}
img{
    max-width:100%;
    height:auto;
}
*{
    font-family:"EuclidCircularA",sans-serif ;
}

header{
    border-bottom: 1px solid #9c9898;
}

header .navi-main{
    padding: 25px 0;
}
header .navi-main .row{
    align-items: center;
}
header .logo a{
    display: inline-block;
    width: 320px;
}
header .logo a img{
    width: 100%;
}
header .navigation ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
}
header .navigation li a{
       text-decoration: none;
    color: var(--white-color);
    font-weight: 500;
    font-size: 17px;
}
header .signin{
    display: flex;
    justify-content: end;
    column-gap: 20px;
}
header .signin a{
        padding: 5px 14px 5px 25px;
    border: 1px solid #eeee;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    position:relative;
}
header .signin a:first-child:before{
        background-image: url(/assets/images/log-in.png);
}
header .signin a:before{
     position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    left: 10px;
    top: 8px;
    background-size: 14px;
    background-image: url(/assets/images/user.png);
    background-repeat: no-repeat;
}


/*----------Header------------*/
.navigation ul li a.active,
.header_res_ul ul li a.active span{
  color: #ff6600;      /* example active color */
  /* font-weight: bold; */
  /* add more styling if you want */
}
.header_res_ul ul li a.active span{
    font-weight: bold;
}

/*---------Header Mobile-------*/
.header_mobile {
    background-color: transparent;
    position: absolute;
    top: 0;
    z-index: 100;
    width: 100%;
    box-shadow: 0 0 5px 2px #ffffff4f;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px;

    /* Change to vertical movement */
    transform: translateY(-100%);
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.header_mobile.active {
    /* Bring it down from the top */
    transform: translateY(0);
    opacity: 1;
}
.header_mobile a.logo{
     max-width: 200px;
    /* height: 50px; */
    width: 100%;
}
.header_mobile .buttons button{
       width: 38px;
    height: 34px;
    /* background-color: #007702; */
    border: none;
    background-color: transparent;
}
.header_mobile .buttons button i{
    color: #fff;
    font-size: 24px;
}

.header_res_nav {
    height: 100vh;
    padding: 25px 30px;
    background-color: #007702;

    /* Start hidden above the screen */
    transform: translateY(-100%) scale(0.9);
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background-color: var(--white-color);
    z-index: 100;
    box-shadow: 0 0 4px 4px #0000001c;

    /* Bouncy transition */
    transition: transform 0.7s cubic-bezier(.68,-0.55,.27,1.55);
}
.header_res_nav{
        height: 100vh;
    padding: 25px 30px;
    background-color: #000000e8;
}
.header_res_nav .close-btn{
    text-align: end;
}
.header_res_nav .close-btn button{
    width: 38px;
    height: 39px;
    box-shadow: 0 0 8px 2px rgb(0 0 0 / 34%);
    border: none;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-bottom: 37px;
}
.header_res_nav .close-btn button i{
    color: #ffbf00;
    font-size: 23px;
}
.header_res_nav .header_res_ul ul{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.header_res_nav .header_res_ul li a{
      display: inline-block;
    width: 100%;
    padding: 10px 0;
    color: #fff;
    text-decoration: none;
    text-align: center;
}





 

/* Show the menu when active */
.header_res_nav.active {
       transform: translateY(0%) scale(1);
}




.slider{
    padding: 100px 0 50px;
}
.slider-main > *{
    position:relative;
}
.slider-main{
      background-image: url(/assets/images/slider-bg.avif);
    position: relative;
    height: 100vh;
}
.slider-main:before {
      position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 75%);
    z-index: 0;
}
.slider h1{
    font-size: 50px;
    font-weight:600;
    color:var(--white-color);
}
.slider .paris_booking_form form{
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;  
    box-shadow:0 20px 50px rgba(0,0,0,0.7);
}
.slider .paris_booking_form form .step .row > h4{
           font-weight: 600;
    font-size: 21px;
    margin-bottom: 35px;
}
.slider .paris_booking_form form .heading{
        margin-top: -53px;
    padding-bottom: 30px;
}
.slider .paris_booking_form form .heading h4{
    display: flex;
    column-gap: 0px;
}
.slider .paris_booking_form form .heading h4 a{
        background-color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding: 13px;
    border-radius: 10px 10px 0 0;
    color: #000;
}
.slider .paris_booking_form form .heading h4 div:first-child a{
    background-color:#dfdfdf;
}
.slider .paris_booking_form form .form-control,.slider .paris_booking_form form button.paris_btn{
    height: 45px;
    margin-bottom: 20px;
    border-radius: 3px;
}
.slider .paris_booking_form form button.paris_btn{
    color: #fff;
    font-weight: 600;
    border: none;  
}
footer{
    background-color:#080808;
    padding: 80px 0 10px;
}
footer .logo a{
        display: inline-block;
    width: 220px;
    margin-bottom:35px;
}
footer .logo p{
    color:var(--white-color);
}
footer .nav-link h6{
    font-weight: 700;
    font-size: 18px;
    color:  var(--yellow-color);
    margin-bottom: 43px;
    position:relative;
}
footer .nav-link h6:before{
   content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 40px;
    height: 1px;
    background-color: var(--yellow-color);
}
footer .nav-link.pages ul{
    padding-left: 22px;
    list-style: none;
}
footer .nav-link.pages ul li{
    margin-bottom: 15px;
    position:relative;
}
footer .nav-link.pages ul li:before {
      content: "";
    position: absolute;
    bottom: 7px;
    left: -18px;
    height: 10px;
    width: 10px;
    background-size: 10px;
    background-image: url(/assets/images/arrows.png);
    filter: brightness(0) saturate(100%) invert(92%) sepia(100%) saturate(0%) hue-rotate(202deg) brightness(106%) contrast(106%);
    background-repeat: no-repeat;
}
footer .nav-link.pages.contact ul{
       padding-left: 28px; 
}
footer .nav-link.pages.contact ul li:before{
    left: -24px;
}
footer .nav-link.pages.contact ul li:first-child:before{
     background-image: url(/assets/images/call.png);
         height: 14px;
    width: 14px;
    background-size: 14px;
    bottom: 6px;
}
footer .nav-link.pages.contact ul li:nth-child(2):before{
      background-image: url(/assets/images/email.png);
    width: 17px;
    height: 17px;
    background-size: 17px;
    bottom: 3px; 
}
footer .nav-link.pages.contact ul li:nth-child(3):before{
      background-image: url(/assets/images/map.png);
    width: 18px;
    height: 18px;
    background-size: 18px;
    bottom: 28px;  
}
footer .nav-link.pages.contact ul li:last-child:before{
    position:inherit;
}
footer .nav-link.pages.contact ul li:last-child{
    margin-left: -28px;
}
footer .nav-link.pages ul li a{
       text-decoration: none;
    color: #fff;
    font-weight: 100;
    font-size: 14px; 
}

footer .nav-link.contact ul li{
    color: var(--white-color);  
}
footer .copy-rights{
    margin-top: 55px;
}
footer .copy-rights p{
    font-size: 14px;
    color: #848e9e;
    font-weight: 500;
}
footer .social-icon{
    display: flex;
    flex-wrap: wrap;
    column-gap: 12px;
}
footer .social-icon a{
    position: relative;
    display: block;
    background: #333;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    z-index: 1;
    transition: all 0.3s;
}
footer .social-icon a:hover{
    background: #eee;
}
footer .social-icon a:hover img{
    filter: brightness(0) saturate(100%) invert(21%) sepia(22%) saturate(693%) hue-rotate(193deg) brightness(92%) contrast(96%);
}
footer .social-icon a img{
    filter: brightness(0) saturate(100%) invert(92%) sepia(100%) saturate(0%) hue-rotate(202deg) brightness(106%) contrast(106%);
    width:18px;
}
.image-content{
    padding:80px 0;
}
.image-content img{
    border-radius:20px;
    box-shadow:0 25px 50px -12px rgb(0 0 0 / 0.25);
}
.image-content .row{
    align-items:center;
}
.services{
    padding:80px 0;
}
.services h2{
    text-align:center;
}
.services .image-widgets{
    background-color:#e5e7eb;
    padding:20px;
    border-radius:20px;
    margin-bottom:20px;
}
.services .image-widgets img{
    width:50px;
    margin-bottom: 10px;
}
.services .image-widgets p{
     color: var(--black-color);
    margin: 0;
    font-weight: 600;
}





.login-page{
    /*display: flex;*/
    /*margin: 0 50px;*/
}
.login-page > div{
    flex-basis: 50%;
}

.login-page .cover-image{
    background-image: url(../images/login_banner.jpg);
    background-size: cover;
    background-position: left center;
    width: 100vh;
    height: 100vh;
    /*border-top-left-radius: 20px;*/
    /*border-bottom-left-radius: 20px;*/
}
.register .login-form .main-parent{
      max-width: 700px !important;  
}
.login-page .login-form .main-parent{
    max-width: 500px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    padding: 30px;
    border-radius:12px;
}
.login-page .login-form .main-parent .image{
    text-align:center;
    margin-bottom:25px;
}
.login-page .login-form .main-parent .image img{
    max-width:200px;
    width:100%;
}
.login-page .login-form .main-parent .content h3{
      font-size: 24px;
    color: #5e5e5e;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}
.login-page .login-form  form input{
      width: 100%;
    margin-bottom: 30px;
    height: 56px;
    font-size: 18px;
    padding: 15px;
    border: 0.5px solid #bdbdbd;
    color: var(--black-color);
    font-weight: 500;
    border-radius: 4px;
}
.login-page .login-form form input::placeholder{
    font-size:14px;
}

.login-page .login-form  form input[type="checkbox"]{
    width: 16px;
    height: 16px;
    margin: 0;
}

.login-page .login-form  form .terms .inputs,.login-page .login-form  form .forgot .inputs{
    display: flex;
    justify-content: center;
    column-gap: 5px;
    align-items: center;
    margin-bottom: 8px;
}
.login-page .login-form  form .forgot{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.login-page .login-form  form .forgot  a{
    font-size: 14px;
    color: var(--black-color);
    font-weight: 600;
    text-decoration: none !important;
}
.login-page .login-form  form .forgot .inputs{
    justify-content: start;
}

.login-page .login-form  form .have-acc{
    text-align: center;
}
.login-page .login-form  form .have-acc p a{
    font-size: 14px;
    color: #FF8008 ;
    font-weight: 600;
    text-decoration: underline !important;
}

.login-page .login-form  form .terms .inputs span{
    font-size: 14px;
    color: #717171;
    font-weight: 500;
}
.login-page .login-form  form .terms .links{
    text-align: center;
    margin-bottom: 25px;
}
.login-page .login-form  form .terms .links a{
    font-size: 14px;
    color: #717171;
    font-weight: 600;
    text-decoration: underline !important;
}
 
.login-page .login-form  form .login-btn{
    margin-bottom: 25px;
}
.login-page .login-form  form .login-btn button{
    background-color: #d20000;
    border-radius: 6px;
    width: 100%;
    height: 46px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border: none;
}
.login-page .login-form  form .may-be{
    text-align: center;
    margin-bottom: 50px;
}
.login-page .login-form  form .may-be span{
    font-size: 12px;
    color: #0076d7;
    cursor: pointer;
}

.login-page .login-form  form .option{
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}
.login-page .login-form  form .option span{
    border-radius: 12.5px;
    background-color: #f4f4f4;
    padding: 2px 7px;
}
.login-page .login-form  form .option::before{
    position: absolute;
    content: "";
    height: 1px;
    background: #f4f4f4;
    width: 100%;
    top: 12px;
    left: 0;
    z-index: -1;
}
.login-page .login-form  form .social-links{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 10px;
}
.login-page .login-form  form .social-links button{
    height: 40px;
    border: solid 2px #0f76d7;
    background-color: #0f76d7;
    color:var(--white-color);
    padding: 2px 20px 2px 45px;
    border-radius: 5px;
    position: relative;
}

.login-page .login-form  form .social-links button::before{
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    left: 12px;
    top: 8px;
    background-image: url(../images/login_facebook.svg);
}
.login-page .login-form  form .social-links button.google::before{
    background-image: url(../images/google.png) !important;
}



/*----------Tab and Mobile------*/
@media only screen and (max-width: 992px) {
   .slider-main {
        padding-top: 90px;
    }
    header {
        display: none;
    }
    .header_mobile {
        transform: translateY(0);
        opacity: 1;
    }
    
}










