* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



/* REUSALBE */
body {
    background-image: url('../img/bg-water.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: cover;
    font-family: "Lato", sans-serif;

}


body:after {
    content: ' ';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.1;
    z-index: -1;
}

@media (max-width:420px) {
    body:after {
        background: #fff;
        opacity: 0;
    }
}

.tsl-section {
    max-width: 1140px !important;
    padding: 50px 65px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width:420px) {
    .tsl-section {
        padding: 0px 50px;
    }

}

.padding-section {
    padding: 15px 75px;
}

@media (max-width:420px) {
    .padding-section {
        padding: 0px 0px;
    }
}

/* NEW  CSS */
/* HEADERS */


p {
    font-family: "Lato", sans-serif;
    font-size: 24px;
    line-height: 1.2;
    text-align: left;
    color: #000;
    font-weight: 400;
}

h2 {
    text-align: center;
    font-weight: 700 !important;
    /* font-family: "Poppins",sans-serif !important; */
    font-size: 28px;
}

.img-fixes-dim {
    height: 380px;
    width: 550px;
}

.primary-headling {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    /* font-family: "Poppins",sans-serif !important; */

}


p.main-title {

    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-size: 59px;
    color: #0b0989;
    margin-top: 40px;
    text-align: center;
}

@media (max-width:420px) {
    p.main-title {
        margin-top: 40px;
        font-size: 34px;
    }

}

@media (max-width:420px) {
    .primary-headling {
        font-size: 24px;
    }
}

.title-book {
    font-size: 28px;
    color: #000;
    font-weight: 700;
}

@media (min-width:420px) {
    .mobile-version {
        display: none;
    }
}

@media (max-width:420px) {
    .desktop-version {
        display: none;
    }
}


.margin-top-120 {
    margin-top: 120px;
}

@media (max-width:420px) {
    .margin-top-120 {
        margin-top: 20px;
    }
}

/* Discount 1/2 */

.wait-title {
    font-family: "Roboto", sans-serif;
    font-size: 100px;
    color: #cc0000;
    font-weight: 900;
    text-align: center;
}

@media (max-width:420px) {
    .wait-title {
        font-size: 36px;
    }
}

/* Footer Part */
footer {
    margin-top: 40px;
    padding: 28px 0;
    color: #000;
}

footer a {
    color: #000;
    text-decoration: none;
    padding: 1px 20px;
    /* border-right: 2px solid #fff; */
    line-height: 3em;
}

@media (min-device-width: 768px) and (max-device-width: 1024px) {
    footer {
        margin-top: 40px;
        padding: 28px 0;
        color: #000000 !important;
    }

    footer a {
        color: #000000 !important;
        text-decoration: none;
        padding: 1px 20px;
        /* border-right: 2px solid #000000 !important; */
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    footer {
        margin-top: 40px;
        padding: 28px 0;
        color: #000 !important;
    }

    footer a {
        color: #000 !important;
        text-decoration: none;
        padding: 1px 20px;
        /* border-right: 2px solid #000 !important; */
    }
}

@media (max-width: 1200px) and (min-width: 993px) {
    footer {
        font-size: 18px;
        line-height: 140%;
    }
}

@media (max-width: 320px) {
    footer {
        font-size: 15px;
        line-height: 140%;
    }
}

@media(min-width:992px) {
    footer {
        margin-top: 40px;
        padding: 28px 0;
        color: #000000 !important;
    }

    footer a {
        color: #000000 !important;
        text-decoration: none;
        padding: 1px 20px;
        /* border-right: 2px solid #000000 !important; */
    }
}

.copyright {
    all: inherit;
}