@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}


/* BREAKPOINTS */

html {
    font-size: 22px;
}


/* MOBILE */

@media only screen and (min-width: 320px)and (max-width: 768px) {
    body {
        font-size: 0.6em;
    }
}


/* TABLETS */

@media only screen and (min-width: 769px)and (max-width: 900px) {
    body {
        font-size: 0.76em;
    }
}


/* SMALL SCREEN */

@media only screen and (min-width: 900px)and (max-width: 1024px) {
    body {
        font-size: 0.85em;
    }
}


/* DESKTOP */

@media only screen and (min-width: 1025px)and (max-width: 1200px) {
    body {
        font-size: 0.98em;
    }
}


/* LARGE CREEN */

@media only screen and (min-width: 1201px)and (max-width: 1366px) {
    body {
        font-size: 1em;
    }
}


/*===================*/

body {
    background-size: cover;
    font-family: 'Poppins', sans-serif;
    height: 100vh;
    background-color: #2f2f2f;
}


/* nav bar */

.nav-list {
    padding: 2rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #050962;
}

.nav-item {
    margin-right: 2rem;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1em;
}

.nav-item a {
    color: aliceblue;
    font-size: 0.7em;
    letter-spacing: 1.2px;
    display: block;
    position: relative;
    padding: 0.2em 0;
    text-decoration: none;
}

.nav-item a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.1em;
    background-color: rgb(255, 255, 255);
    opacity: 0;
    transition: opacity 300ms, transform 300ms;
}

.nav-item a:hover::after,
a:focus::after {
    opacity: 1;
    transform: translate3d(0, 0.2em, 0);
}

.nav-item:first-child {
    margin-right: auto;
    margin-left: 2rem;
    font-weight: 900;
}

.nav-item a::after {
    opacity: 1;
    transform: scale(0);
    transform-origin: center;
}

.nav-item a:hover::after,
a:focus::after {
    transform: scale(1);
}

.nav-btn-sidebar {
    display: none;
}


/* SIDEBAR */

.nav-sideBar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.nav-sideBar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.1s;
}

.nav-sideBar a:hover {
    color: #f1f1f1;
}

.nav-sideBar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.nav-item-side a {
    font-size: 1em;
    color: rgb(255, 255, 255)
}


/* RESPONSIVE */


/* BREAKPOINT */

@media only screen and (min-width: 320px)and (max-width: 1024px) {
    .nav-resp {
        display: none;
    }
    .nav-btn-sidebar {
        display: block;
    }
    .nav-list {
        padding: 1.2rem;
        font-size: 1.5em;
    }
}


/*=====================*/


/*=====================*/

.pre-container {
    color: #888888;
    text-align: center;
    width: 100%;
    height: auto;
    padding: 3em;
}

.carousel-item {
    width: 100%;
    height: 35em;
    background: #000;
}


/* background */

.bg1 {
    background: url("../carousel-img/san-1.jpg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.bg2 {
    background: url("../carousel-img/san-2.jpg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.bg3 {
    background: url("../carousel-img/san-3.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.bg4 {
    background: url("../carousel-img/san-4.jpg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.bg5 {
    background: url("../carousel-img/san-5.jpg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.bg6 {
    background: url("../carousel-img/san-6.jpg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.bg11 {
    background: url("../carousel-img/ado-1.jpg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.bg12 {
    background: url("../carousel-img/ado-2.jpg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.bg13 {
    background: url("../carousel-img/ado-3.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.bg14 {
    background: url("../carousel-img/ado-4.jpg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.bg15 {
    background: url("../carousel-img/ado-5.jpg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}


/* TEXT */

.pre-container {
    text-align: center;
    width: 100%;
    height: auto;
    padding: 3em;
}

.introContainer {
    text-align: center;
    width: 100%;
    height: auto;
    padding: 2em;
}

.sec-Container h2 {
    letter-spacing: 1.2px;
    font-size: 2.5em;
    font-weight: 600;
}


/* 2 */

.sec-Container {
    color: #050962;
    background-color: #9BD2F7;
    text-align: center;
    width: 100%;
    height: auto;
    padding: 3em;
}

.intro-sec {
    color: #050962;
    background-color: #9BD2F7;
    text-align: center;
    width: 100%;
    height: auto;
    padding: 2em;
}

.sec-Container h2 {
    letter-spacing: 1.2px;
    font-size: 2.5em;
    font-weight: 600;
}


/*========================*/


/* HR */

.hr-about {
    width: 10%;
    margin: auto;
    margin-top: 0.2em;
    border: none;
    border-radius: 50px;
    background-color: #050962;
    height: .2em;
    margin-bottom: 2em;
}

.hr-card {
    width: 10%;
    margin: auto;
    margin-top: 0.2em;
    border: none;
    border-radius: 50px;
    background-color: #050962;
    height: .2em;
    margin-bottom: 1em;
}


/* ================ */


/* ========================== */


/* FOOTER */

.footer {
    display: flex;
    font-size: 16px;
    flex-flow: row wrap;
    padding: 30px 30px 20px 30px;
    color: #e0e0e0;
    background-color: #252525;
    font-family: 'Poppins', sans-serif;
    margin-top: -1em;
}

.footer>* {
    flex: 1 100%;
}

.footer__addr {
    margin-right: 1.25em;
    margin-bottom: 2em;
}

.footer__logo {
    font-weight: 400;
    text-transform: lowercase;
    font-size: 1.5rem;
}

.footer__addr h2 {
    margin-top: 1.3em;
    font-size: 15px;
    font-weight: 400;
}

.nav__title {
    font-weight: 400;
    font-size: 15px;
}

.footer address {
    font-style: normal;
    color: #999;
}

.footer__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    max-width: max-content;
    background-color: #bababa12;
    border-radius: 100px;
    color: #e0e0e0;
    line-height: 0;
    margin: 0.6em 0;
    font-size: 1rem;
    padding: 0 1.3em;
    transition: ease-in-out 0.5s;
}

.footer__btn:hover {
    color: #252525;
    background: #999;
}

.footer ul {
    list-style: none;
    margin-top: 1em;
}

.footer li {
    line-height: 2em;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.footer a {
    text-decoration: none;
}

.footer__nav {
    display: flex;
    flex-flow: row wrap;
}

.footer__nav>* {
    flex: 1 50%;
    margin-right: 1.25em;
}

.nav__ul a {
    color: #999;
}

.nav__ul a:hover {
    color: #e5e5e5;
}

.nav__ul--extra {
    column-count: 2;
    column-gap: 1.25em;
}

.legal {
    display: flex;
    flex-wrap: wrap;
    color: #999;
}

.legal__links {
    display: flex;
    align-items: center;
}

.heart {
    color: #2f2f2f;
}

@media screen and (min-width: 24.375em) {
    .legal .legal__links {
        margin-left: auto;
    }
}

@media screen and (min-width: 40.375em) {
    .footer__nav>* {
        flex: 1;
    }
    .nav__item--extra {
        flex-grow: 2;
    }
    .footer__addr {
        flex: 1 0px;
    }
    .footer__nav {
        flex: 2 0px;
    }
}