@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: "Poppins";
    margin: 0;
    overflow-x: hidden;
}

.header {
    padding: 20px 10px 10px 10px;
    position: relative;
    z-index: 3;
}

.navbar {
    display: block;
}

.nav-ul {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 0;
    padding-left: 0;
}

.form-control {
    border: 1px solid black;
    border-right: 0;
    padding: 10px;
}

.form-control:focus {
    border-color: black;
    outline: 0;
    box-shadow: none;
}

.btn-default1 {
    background-color: white;
    position: static;
    padding: 10px 20px;
    color: black;
    border: 1px solid black !important;
    border-left: 0 !important;
    border-radius: 0;
}


.navlogo {
    width: 100%;
}

.list {
    color: black;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}

.loginbtns {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

.login:hover {
    background-color: transparent;
    color: white;
    transition: 0.3s;
}

/* Header */

.sec1,
.sec2,
.sec3,
.sec4,
.sec5 {
    padding: 80px 10px 10px;
}

.sec6 {
    margin: 80px 10px 10px;
}

.sec7 {
    padding: 80px 10px 90px;
}

form {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.blackhead {
    color: black;
    font-size: 40px;
    font-weight: 600;
    padding-bottom: 10px;
}

.form-field {
    padding: 10px;
    width: 100%;
    border: 1px solid black;
    margin: 10px 0px;
}

.nav-tabs {
    gap: 15px;
}

.nav-tabs .nav-link {
    border-top-left-radius: 0;
    color: black;
    border: 1px solid black;
    font-size: 16px;
    border-top-right-radius: 0;
    padding: 10px 25px;
}

.nav-tabs .nav-link:hover {
    border: 1px solid black;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: white;
    background-color: black;
    border-color: black;
}

.btn1 {
    background-color: black;
    color: white;
    padding: 10px 25px;
    border: 1px solid black;
    text-decoration: none;
    display: block;
    width: max-content;
}

.btn1:hover {
    background-color: transparent;
    color: black;
    transition: 0.3s;
}


.btn2 {
    background-color: transparent;
    color: black;
    text-decoration: none;
    padding: 10px 25px;
    border: 1px solid black;
}

.btn2:hover {
    background-color: black;
    color: white;
    transition: 0.3s;
}

.box {
    background-image: url(../images/black-bg.png);
    color: white;
    padding: 25px;
    background-size: cover;
    background-position: center;
    margin: 20px 0px;
}

.box2 {
    background-image: url(../images/white-bg.png);
    color: black;
    padding: 25px;
    background-size: cover;
    background-position: center;
    border: 1px solid black;
    margin: 20px 0px;
}

.map {
    width: 100%;
    height: 500px;
}

.box2 .whitehead,
.box2 .box-para {
    color: black;
}

.whitehead {
    font-size: 26px;
    font-weight: 700;
    color: white;
}

.box-para {
    color: white;
    margin: 0;
    font-size: 15px;
    width: 75%;
}

.sec3 .content,
.sec5 .content {
    padding-left: 50px;
}

.image img {
    width: 100%;
}

.items span {
    font-weight: 700;
}

.items {
    font-size: 16px;
    color: black;
    font-weight: 400;
}

.features-box h4 {
    color: black;
    font-size: 18px;
    font-weight: 600;
}

.features-box ul li {
    font-size: 14px;
}

.features-box {
    border: 1px solid black;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 170px;
}

.c2 h5 {
    font-size: 16px;
    font-weight: 600;
}

.ss-main {
    background-color: black;
    color: white;
    text-align: center;
    padding: 100px 10px;
}

.ss-main .blackhead {
    color: white;
}

.ss-main p {
    margin-bottom: 0;
}

.ss-main p span {
    font-weight: 700;
}

.ss-main .btn1 {
    background-color: white;
    color: black;
    border: 1px solid white;
    margin: 30px auto 0px;
}

.ss-main .btn1:hover {
    background-color: transparent;
    color: white;
    transition: 0.3s;
}

.qr {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
}

.btns {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
    padding-top: 10px;
}

.image-qr img {
    width: 100%;
}

/* Footer */

.Main-foot {
    color: white;
    background-color: black;
    padding: 50px 10px 20px;
}

.footul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.Main-foot h4 {
    font-size: 22px;
    color: white;
    padding-bottom: 22px;
}

.footul a {
    color: white;
    text-decoration: none;
    font-size: 16px;
}

.footlogo img {
    width: 70%;
}

.foot-socials i {
    color: white;
    font-size: 24px;
}

.footlogo {
    margin-bottom: 15px;
}

.reserve p {
    margin: 0;
    font-size: 16px;
    text-align: center;
}

.copyright {
    border-top: 1px solid white;
    color: white;
    background-color: black;
    padding: 20px 10px;
}

.foot-socials {
    display: flex;
    align-items: center;
    gap: 25px;
}

.secondcol {
    padding-left: 100px;
}

.thirdcol {
    padding-left: 50px;
}

.download {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    padding-top: 30px;
}

.download img {
    width: 48%;
}

/* Footer */


@media only screen and (min-width:768px) and (max-width:1023px) {

    /* Header */

    .nav-ul {
        justify-content: center;
        gap: 20px;
    }

    .list {
        font-size: 12px;
    }

    .btn-default1 {
        padding: 2px 5px 2px 0px;
    }

    .form-control {
        padding: 2px 5px 2px;
        font-size: 12px;
    }

    .loginbtns .btn1 {
        font-size: 12px;
        width: 55%;
        padding: 5px 10px;
        text-align: center;
    }

    .loginbtns {
        gap: 10px;
    }

    .btn-default1 i {
        font-size: 12px;
    }

    /* Header */

    .sec1,
    .sec2,
    .sec3,
    .sec4,
    .sec5 {
        padding: 40px 10px 10px;
    }

    .sec6 {
        margin: 40px 10px 10px;
    }

    .sec7 {
        padding: 40px 10px 50px;
    }

    .blackhead {
        font-size: 24px;
        padding-bottom: 0px;
    }

    .sec1 p {
        font-size: 12px;
    }

    .form-field {
        margin: 5px 0px;
        font-size: 12px;
    }

    .btn1,
    .btn2 {
        font-size: 12px;
        width: 100%;
        padding: 5px 15px;
        text-align: center;
    }

    .nav-tabs {
        padding-bottom: 5px;
    }

    .nav-tabs .nav-link {
        font-size: 12px;
        padding: 5px 15px;
    }

    .btns {
        align-items: stretch;
        gap: 10px;
        flex-direction: column;
    }

    .map {
        width: 100%;
        height: 350px;
    }

    .whitehead {
        font-size: 16px;
    }

    .box-para {
        font-size: 10px;
        width: 80%;
    }

    .items {
        font-size: 12px;
        color: black;
    }

    .c2 h5 {
        font-size: 13px;
    }

    .features-box {
        padding: 15px;
        height: 200px;
    }

    .features-box h4 {
        font-size: 14px;
    }

    .features-box ul li {
        font-size: 10px;
    }

    .sec3 .content,
    .sec5 .content {
        padding-left: 10px;
        padding-right: 10px;
    }

    .ss-main {
        padding: 50px 30px;
    }

    .ss-main p {
        font-size: 12px;
    }

    .ss-main .btn1 {
        margin: 15px auto 0px;
        width: max-content;
    }

    .content-qr h5 {
        font-size: 15px;
    }

    .content-qr p {
        font-size: 12px;
    }

    .image-qr {
        width: 40%;
    }

    /* Footer */

    .Main-foot {
        padding: 40px 10px 10px;
        width: 100%;
    }

    .Main-foot p {
        font-size: 12px;
    }

    .thirdcol {
        padding-left: 30px;
    }

    .secondcol {
        padding-left: 10px;
    }

    .Main-foot h4 {
        font-size: 15px;
        padding-bottom: 0;
    }

    .reserve p {
        font-size: 12px;
    }

    .footul i {
        padding-right: 5px;
        font-size: 16px;
    }

    .download {
        width: 100%;
        padding-top: 15px;
    }

    .footul {
        gap: 5px
    }

    .foot-socials i {
        font-size: 16px;
    }

    .foot-socials {
        gap: 10px;
        padding-top: 5px;
    }

    .footul a {
        font-size: 12px;
    }


    .footlogo img {
        width: 50%;
    }
}

@media only screen and (min-width:0px) and (max-width:767px) {

    /* Header */

    .navbar-toggler {
        float: right;
    }

    .navbar-toggler i {
        font-size: 25px;
        color: black;
    }

    .navlogo {
        width: 80%;
    }

    .navbar-brand .logo {
        width: 40%;
    }

    #navbarOffcanvas {
        background-color: black !important;
    }

    .nav-ul {
        gap: 10px;
        flex-direction: column;
        padding-top: 20px;
    }

    .list {
        color: white;
        font-size: 14px;
    }

    .btn-close.btn-close-black.text-reset {
        filter: invert(1) brightness(2);
    }

    .loginbtns {
        display: flex;
        margin-top: 15px;
        justify-content: flex-start;
    }

    .loginbtns .btn1 {
        font-size: 12px;
        width: 30%;
        padding: 5px 15px;
        background-color: white;
        color: black;
        border: 1px solid white;
    }

    .form-control:focus {
        color: white;
        background-color: transparent;
        border: 1px solid white;
        border-right: 0;
    }

    .loginbtns .btn1:hover {
        background-color: transparent;
        color: white;
        transition: 0.3s;
    }

    .form-control {
        border: 1px solid white;
        padding: 5px 10px;
        background-color: transparent;
        color: white;
        font-size: 12px;
    }

    .btn-default1 {
        background-color: black;
        padding: 5px 20px;
        color: white;
        border: 1px solid white !important;
        border-left: 0 !important;
    }

    .form-control::placeholder {
        color: white;
    }

    /* Header */

    .sec1,
    .sec2,
    .sec3,
    .sec4,
    .sec5 {
        padding: 40px 10px 10px;
    }

    .sec6 {
        margin: 40px 10px 10px;
    }

    .sec7 {
        padding: 40px 10px 50px;
    }

    .blackhead {
        font-size: 20px;
        padding-bottom: 0px;
        text-align: center;
    }

    .sec1 p {
        font-size: 12px;
        text-align: center;
    }

    .form-field {
        margin: 5px 0px;
        font-size: 12px;
    }

    .btn1,
    .btn2 {
        font-size: 12px;
        width: 100%;
        padding: 5px 15px;
        text-align: center;
    }

    .btns {
        align-items: stretch;
        gap: 10px;
        flex-direction: column;
    }

    .nav-tabs {
        padding-bottom: 5px;
        justify-content: stretch;
        gap: 4%;
    }

    .nav-tabs .nav-link {
        font-size: 12px;
        padding: 5px 15px;
        width: 100%;
    }

    .nav-item {
        width: 48%;
    }

    .btns {
        align-items: stretch;
        gap: 10px;
        flex-direction: column;
    }

    .map {
        width: 100%;
        height: 300px;
        padding-top: 10px;
    }

    .image img {
        width: 100%;
        padding-bottom: 20px;
    }

    .whitehead {
        font-size: 16px;
        text-align: center;
    }

    .ordr {
        order: 1;
    }

    .box-para {
        font-size: 10px;
        width: 100%;
        margin: auto;
        text-align: center;
    }

    .items {
        font-size: 12px;
        color: black;
    }

    .c2 h5 {
        font-size: 13px;
        text-align: center;
    }

    .features-box {
        padding: 15px;
        height: 120px;
        margin: 10px 0px;
    }

    .features-box h4 {
        font-size: 14px;
        text-align: center;
        padding-bottom: 5px;
    }

    .features-box ul li {
        font-size: 10px;
    }

    .sec3 .content,
    .sec5 .content {
        padding-left: 10px;
        padding-right: 10px;
    }

    .ss-main {
        padding: 40px 10px;
    }

    .ss-main p {
        font-size: 10px;
        margin-bottom: 5px;
    }

    .ss-main .btn1 {
        margin: 15px auto 0px;
        width: max-content;
    }

    .content-qr h5 {
        font-size: 15px;
        text-align: center;
    }

    .content-qr p {
        font-size: 12px;
        text-align: center;
    }

    .image-qr {
        width: 80%;
    }

    .qr {
        justify-content: center;
        gap: 15px;
        flex-direction: column;
    }

    /* Footer */

    .Main-foot {
        padding: 40px 10px;
        width: 100%;
    }

    .Main-foot p {
        font-size: 12px;
    }

    .secondcol {
        padding-left: 0px;
        padding-top: 10px;
    }

    .thirdcol {
        padding-left: 0px;
        padding-top: 10px;
    }

    .fourthcol {
        padding-left: 0px;
        padding-top: 10px;
    }

    .Main-foot h4 {
        font-size: 15px;
        padding-bottom: 0;
    }

    .reserve p {
        font-size: 12px;
    }

    .footul i {
        padding-right: 5px;
        font-size: 16px;
    }

    .download {
        width: 70%;
        padding-top: 15px;
    }

    .footul {
        gap: 5px
    }

    .foot-socials i {
        font-size: 16px;
    }

    .foot-socials {
        gap: 10px;
        padding-top: 5px;
    }

    .footul a {
        font-size: 12px;
    }


    .footlogo img {
        width: 50%;
    }
}