body {
    /* background: rgb(0, 0, 0);  */
    /* Set a solid background color^^ */
    background: linear-gradient(to bottom, #10133D, #461B75) no-repeat;
    /* width: fit-content;
    height: 1317px; */
    min-height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    flex-shrink: 0;
    color: white;
    font-family: "Zain", sans-serif;
    position: relative;
}

/* .header {
    display: grid;
    grid-template-columns: repeat(3, 70px);
    margin: 20px;
    gap: 0px; */
    /* position: fixed;
    background-color: rgb(16, 19, 61, 0.9); */
 /* }  */

 .header {
    display: grid;
    grid-template-columns: repeat(3, 66% 30% 30%);
    margin: 20px;
 }
 
.logo {
     height: 83px;
 }















.burger {
    font-size: 30px;
    cursor: pointer;
    /* position: fixed; */
    /* top: 20px;
    left: 20px; */
    width: 10px;
    display: flex;
    align-content: center;
    align-items: center;
    z-index: 2;
    color: #ffffff;
}

.overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.9);
    overflow-x: hidden;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay-content a {
    padding: 15px;
    text-decoration: none;
    font-size: 36px;
    color: #f1f1f1;
    display: block;
    transition: 0.3s;
}

.overlay-content a:hover, .overlay-content a:focus {
    color: #f4f4f4;
    background-color: #575757;
}

.closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: #f1f1f1;
    transition: 0.3s;
    z-index: 9;
}

.closebtn:hover {
    color: #ffffff;
}

.overlay.show {
    opacity: 1;
    visibility: visible;
}
















h4 {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%; /* 40px */
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin: 20px;
    /* margin-bottom: 10px; */
}

.title {
    position: absolute;
    margin: 0px;
    margin-top: 50px;
    width: 40%;
}

form {
    display: grid;
	grid-template-columns:repeat(2,auto);
	gap: 3%;
    margin: 40px;
}

.payment {
    border-radius: 20px;
    border: 1px solid #D9D9D9;
    padding: 32px;
    width: auto;
    height: auto;
}

.info {
    display: flex;
    gap: 17px;
    height: 40px;
    border: 1px solid #D9D9D9;
    border-radius: 20px;
    padding: 16px;
    /* border-radius: 20px;
    border: 1px solid #D9D9D9;
    padding: 16px;
    display: grid; */
}

.gap{
    height: 50px;
    border: rgb(36, 40, 104, 0);
}

.billing {
    display: grid;
    grid-template-columns: repeat(2,auto);
    gap: 50px;
    /* display: flex;
    gap: 30px;
    height: 20px; */

}

.booking{
    display: grid;
    grid-template-columns: repeat(2,auto);
    gap: 30px
} 

.short {
    width: 100%;
    border: 1px solid #ffffff;
}

.form {
    border-radius: 20px;
    border: 1px solid #D9D9D9;
    padding: 16px;
    display: grid;
    /* width: auto; */
    /* width: 100px; */
}

.location {
    width: 200px;
}

.place-holder {
    border: rgb(16, 19, 61, 0);
}

label{
	color: #CFC9C9;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-family: "Zain", sans-serif;
    display: flex;
    align-items: center;
    align-content: center;
}

input {
	border-radius: 20px;
	border: 1px solid rgb(217, 217, 217, 0);
    background-color: rgb(148, 43, 43, 0);
    color: #D9D9D9;
    width: 100%;
    height: auto;
    font-size: 16px;
	font-style: normal;
    font-weight: 700;
    padding: 17px;
}

button {
    margin-right: 5px;
    text-align: center;
    font-family: "Avenir Next";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 16px;
    border-radius: 20px;
    background: #FFF;
    width: 150px;
}

.buttons {
    display: grid;
    grid-template-columns: repeat(2, 195%);
    margin-top: 0px;
}





































@media screen and (max-width: 985px) {
    .header {
        display: grid;
        grid-template-columns: repeat(3, 50% 40% 30%);
        margin: 20px;
        gap: 0px;
        /* position: fixed;
        background-color: rgb(16, 19, 61, 0.9); */
     } 

    .logo {
        height: 64px;
    }

    form {
        display: grid;
        grid-template-columns:repeat(1,auto);
        gap: 0%;
        margin: 30px;
    }

    .booking{
        display: grid;
        grid-template-columns: repeat(2,auto);
        gap: 30px;
    } 

    .payment {
        border-radius: 20px;
        border: 1px solid rgb(217, 217, 217, 0);
        padding: 32px;
        width: fit-content;
        height: auto;
    }
    
    .info {
        display: flex;
        /* flex-direction: column; */
        gap: 17px;
        width:auto;
        height: auto;
        border: 1px solid #D9D9D9;
        border-radius: 20px;
        padding: 16px;
    }

    .billing {
        display: grid;
        grid-template-columns: repeat(2, auto);
        gap: 50px;
    }

    h4 {
        color: #FFF;
        font-size: 40px;
        font-style: normal;
        font-weight: 900;
        line-height: 100%; /* 40px */
        letter-spacing: 0.4px;
        text-transform: uppercase;
        margin: 50px;
        /* margin-bottom: 10px; */
    }

    .title {
        position: absolute;
        margin: 0px;
        margin-top: 20px;
        width: 100%;
    }

    /* .none {
        display: none;
    } */

    button {
        margin-right: 5px;
        text-align: center;
        font-family: "Avenir Next";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding: 16px;
        border-radius: 20px;
        background: #FFF;
        width: fit-content;
    }
    
    .buttons {
        display: grid;
        grid-template-columns: repeat(2, 20%);
        margin-top: 0px;
    }

}



@media screen and (max-width: 530px) {

    .header {
        display: grid;
        grid-template-columns: repeat(3, 50% 40% 30%);
        margin: 20px;
        gap: 0px;
        /* position: fixed;
        background-color: rgb(16, 19, 61, 0.9); */
     } 

    .logo {
        height: 48px;
    }

    form {
        display: grid;
        grid-template-columns:repeat(1,auto);
        gap: 0%;
        margin: 40px;
    }

    .booking{
        display: grid;
        grid-template-columns: repeat(1,auto);
        gap: 30px
    } 

    .form {
        border-radius: 20px;
        border: 1px solid #D9D9D9;
        padding: 16px;
        display: grid;
        width: 80%;
        /* width: 100px; */
    }

    .payment {
        border-radius: 20px;
        border: 1px solid rgb(217, 217, 217, 0);
        padding: 32px;
        width: fit-content;
        height: auto;
    }
    
    .info {
        display: flex;
        flex-direction: column;
        gap: 17px;
        width:max-content;
        height: auto;
        border: 1px solid #D9D9D9;
        border-radius: 20px;
        padding: 16px;
    }

    .billing {
        display: grid;
        grid-template-columns: repeat(1, auto);
        gap: 50px;
    }

    .title {
        position: absolute;
        margin: 0px;
        margin-top: 50px;
        /* width: 50%; */
    }

    h4 {
        color: #FFF;
        font-size: 32px;
        font-style: normal;
        font-weight: 900;
        line-height: 100%; /* 40px */
        letter-spacing: 0.4px;
        text-transform: uppercase;
        margin: 40px;
        /* margin-bottom: 10px; */
    }

    button {
        margin-right: 5px;
        text-align: center;
        font-family: "Avenir Next";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding: 16px;
        border-radius: 20px;
        background: #FFF;
        width: fit-content;
    }
    
    .buttons {
        display: grid;
        grid-template-columns: repeat(2, 30%);
        margin-top: 0px;
    }
    
}