* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background: #000;
    color: white;
}
a{
    color: white;
    text-decoration: none;
}
a:hover {
    color: white;
}
ul {
    list-style: none;
}
.main-head {
    min-height: 4rem;
    display: flex;
    align-items: center;
}
.our-storry {
    font-family: 'Bebas Neue', cursive;
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
    z-index: 444;
}
.user-wrapper {
    display: flex;
    align-items: center;
}
.user-wrapper ul {
    display: flex;
    align-items: center;
    padding: 0;
    height: 100%;
}
.user-wrapper ul li a {
    background-color: #e50914;
    line-height: normal;
    padding: 7px 17px;
    font-weight: 400;
    font-size: 1rem;
    float: right;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 18px;
}
#logo {
    color: #e50914;
    font-size: 55px;
}
.hero-section {
    background: url(./images/heroimage.jpg);
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    position: relative;
    
}
#myaccount {
    font-size: 1.625rem;
    min-height: 57px;
    font-size: 16px;
    border: none;
    border-left: 1px solid #333;
    padding: 10px 20px;
    min-width: 74px;
    background: #e50914;
    color: white;
    margin-left: 0 !important;
}
.hero-backgroundd {
    min-height: 100vh;
    position: absolute;
    background: rgba(0,0,0, 0.6);
    width: 100%;
}
.main-hero-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 4444;
    text-align: center;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}
.main-hero-wrapper h1 {
    font-size: 3.5rem;
    font-weight: bold;
}
.usecancel {
    font-size: 1.625rem;
    margin: 1rem auto;
    font-weight: bold;
}
.register-hero-box p {
    max-width: none;
    padding-bottom: 20px;
    font-size: 1.2rem;
}
.hero-register-formin input {
    min-width: 450px;
    height: 57px;
    outline: none;
    font-size: 16px;
    border: solid 1px #8c8c8c;
    padding: 0px 10px;
    margin-right: 0 !important;
}
.hero-register-formin button {
    font-size: 1.625rem;
    min-height: 57px;
    font-size: 16px;
    border: none;
    border-left: 1px solid #333;
    padding: 0 2em;
    min-width: 74px;
    background: #e50914;
    color: white;
    margin-left: 0 !important;
}
.hero-register-formin {
    display: flex;
    align-items: center;
    justify-content: center;
}
.everywhere {
    position: relative;
    border-bottom: 8px solid #222;
    padding: 70px 45px;
    margin-bottom: 0;
    background: 0 0;
    color: #fff;
    display: flex;
    justify-content: space-between;
    font-family: 'Montserrat', sans-serif;
    flex-wrap: wrap;
}
.left-wrapper {
    width: 50%;
    height: 100%;
}
.left-wrapper h1 {
    font-size: 3.125rem;
    line-height: 1.1;
    margin-bottom: 0.5rem;
    font-weight: bold;
}
.left-wrapper p {
    font-size: 1.625rem;
    font-weight: 400;
    margin-top: 20px;
}
.rigth-wrapper {
    width: 50%;
}
.rigth-wrapper img {
   margin-left: 20%;
}
.why-us {
    border-bottom: 8px solid #222;
    padding: 70px 45px;
    font-family: 'Montserrat', sans-serif;
}


/* faq questions */
.faq-heading{
    text-align: center;
    border-bottom: #777;
    margin-bottom: 40px;
    font-size: 3.2rem;
}
.faq-container{
display: flex;
justify-content: center;
flex-direction: column;
color: white;
}
.hr-line{
  width: 65%;
  margin: auto;
}
/* Style the buttons that are used to open and close the faq-page body */
.faq-page {
    background: #303030;
    color: #fff;
    cursor: pointer;
    padding: 30px 20px;
    width: 65%;
    border: none;
    outline: none;
    transition: 0.4s;
    margin: auto;
    margin-bottom: 10px;
}
.faq-body{
    margin: auto;
    /* text-align: center; */
   width: 65%; 
   padding: auto;
   margin-bottom: 10px;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active,
.faq-page:hover {
    background: #303030;
    color: #fff;
}
.active {
    margin-bottom: 1px;

}
/* Style the faq-page panel. Note: hidden by default */
.faq-body {
    padding: 0 18px;
    background: #303030;
    display: none;
    overflow: hidden;
}
.faq-page:after {
    content: '\02795';
    /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #fff;
    float: right;
    margin-left: 5px;
}
.active:after {
    content: "\2796";
    /* Unicode character for "minus" sign (-) */
}
/* hero footer */
.main-hero-footer {
    padding: 70px 0px;
}
.hero-footer {
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.hero-footer a:hover {
    text-decoration: underline;
}
.footer-second{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* contact us */
.contactus{
    background: #fff;
    color: black;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    border-radius: 8px;
    padding: 20px;
    width: 60%;
    margin: auto;
}
.form-group{
    display: flex;
    flex-direction: column;
    padding: 15px;
    font-family: 'Ubuntu', sans-serif;
}
.form-group label {
    font-family: 'Ubuntu', sans-serif;
    color: rgb(60, 66, 87);
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0px;
}
.form-group input {
    padding: 10px;
    border: none;
    font-size: 16px;
    border-radius: 4px;
    outline: grey;
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(60 66 87 / 16%) 0px 0px 0px 1px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px;
}
.form-group button {
    width: 100%;
    padding: 15px 0px;
    border-radius: 5px;
    background-color: #635bff;
    color: white;
    font-family: 'Ubuntu', sans-serif;
    border: none;
    font-size: 17px;
    font-weight: bolder;
}
.text {
    width: 90%;
    margin: auto;
    font-family: 'Montserrat', sans-serif;
}
.security {
    width: 90%;
    margin: auto;
    font-family: 'Montserrat', sans-serif;
}
/* login register */
.login-section{
    background: #fff;
    width: 40%;
    margin: 50px auto;
}
.login-maindiv{
    padding: 40px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 8px;
}
.login-maindiv h2 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    color: rgb(60, 66, 87);
    font-size: 24px;
    padding: 10px;
}
.form-group {
    display: flex;
    flex-direction: column;
    padding: 15px;
    font-family: 'Ubuntu', sans-serif;
}
.form-group label {
    font-family: 'Ubuntu', sans-serif;
    color: rgb(60, 66, 87);
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0px;
}
.form-group input {
    padding: 10px;
    border: none;
    font-size: 16px;
    border-radius: 4px;
    outline: grey;
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(60 66 87 / 16%) 0px 0px 0px 1px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px;
}
.password-form-group{
    display: flex;
    width: 100%;
    align-items: center;
    position: relative;
}
.password-form-group a{
    position: absolute;
    right: 0px;
    text-decoration: none;
    color: #635bff;
}
.password-form-group a:hover{
    color: rgb(60, 66, 87);
}
#errorLogin {
    font-family: 'Ubuntu', sans-serif;
    color: red;
    padding: 17px 0px;
    font-weight: bolder;
    font-size: 15px;
}
.form-group-stay{
    font-family: 'Ubuntu', sans-serif;
    color: rgb(60, 66, 87);
    padding: 15px;
    font-size: 17px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.form-group-stay input {
    color: #635bff;
    padding: 10px;
    width: 17px;
    height: 17px;
}
.form-group-stay label {
    margin-left: 10px;
}
.form-group button {
    width: 100%;
    padding: 15px 0px;
    border-radius: 5px;
    background-color: #635bff;
    color: white;
    font-family: 'Ubuntu', sans-serif;
    border: none;
    font-size: 17px;
    font-weight: bolder;
}
.error-message h3 {
    font-size: 15px;
    padding: 5px 10px;
    font-weight: bold;
    color: red;
}
.form-group a{
    text-decoration: none;
    color: #635bff;
}
.form-group a:hover{
    color: rgb(60, 66, 87);
}
.payment-form-section {
    background: #fff;
    color: black;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    border-radius: 8px;
    padding: 20px;
    width: 60%;
    margin: auto;
}
/* index dropdown */
/* Dropdown Button */
.dropbtn {
    color: white;
    padding: 5px;
    font-size: 16px;
    border: none;
    cursor: pointer;
  }
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 24242;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    z-index: 4444;
  }

  
  /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
  .show {display:block;}

@media screen and (max-width: 1024px){
    .contactus{ 
        width: 90%;
    }
    .our-storry {
        width: 98%;
    }
    .main-hero-wrapper {
        width: 92%;
        margin: auto;
    }
    .main-hero-wrapper h1 {
        font-size: 1.75rem;
    }
    .usecancel {
        font-size: 1.125rem;
        margin: 1rem auto;
    }
    .register-hero-box p {
        padding: 0 10%;
        font-size: 1rem;
    }
    .hero-register-formin {
        flex-wrap: wrap;
    }
    .hero-register-formin input {
        min-width: 100%;
    }
    .hero-register-formin button {
        font-size: 1rem;
        min-height: 40px;
        margin-top: 20px;
    }
    .everywhere {
        justify-content: center;
        padding: 70px 0px;
    }
    .left-wrapper {
        width: 90%;
        text-align: center;
        margin-bottom: 20px;
    }
    .left-wrapper h1 {
        font-size: 1.75rem;
    }
    .left-wrapper p {
        font-size: 1rem;
    }
    .rigth-wrapper {
        width: 90%;
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }
    .rigth-wrapper img {
        width: 90%;
        margin: 0;
    }
    .faq-page {
        width: 97%;
    }
    .faq-body{
        width: 97%;
    }
    .hr-line{
        width: 97%;
    }
    .why-us {
        padding: 70px 0px;
    }
    .faq-heading{
        font-size: 2.1rem;
    }
    .hero-footer {
        flex-wrap: wrap;
    }
    .login-section{
        width: 95%;
    }
    .login-maindiv{
        padding: 10px;
    }
    .payment-form-section{
        width: 90%;
        margin: auto;
    }
    #mobile-not-li {
        display: none;
    }
}