﻿@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");

.contaner {
    width: 90vw;
    max-width: 1120px;
    margin: 0 auto;
}

.sticky {
    position: fixed;
    right: 2rem;
    bottom: 3rem;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.sticky .fa-whatsapp {
    color: #45d345;
    cursor: pointer;
    text-shadow: 0 0 3px #4f4e4e;
    font-size: 3rem;
}


* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    font-family: Poppins, sans-serif;
}

#navHam {
    display: none;
}

section {
    padding: 1.1rem 6%;
}

body::-webkit-scrollbar {
    display: none;
}

h1 {
    text-align: center;
    padding-bottom: 2.2rem;
}

:root {
    --purple: #e000e0;
    --bg-blue: #1A2B48;
    --grey: #BEC8CF;
    --yellow: #FFCC00;
    --red: #FE0000;
    --white: white;
    --secondaryColor: #5E6D77;
}

ul {
    padding: 0px;
    margin: 0px;
}

header {
    padding: 0px 5rem;
    width: 100%;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.23);
    color: rgb(255, 255, 255);
    display: grid;
    grid-template-columns: 3fr 2fr;
    position: absolute;
    top: 0px;
    font-size: 1.5rem;
    z-index: 9;
}

    header ul {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

        header ul li a {
            color: var(--white);
            text-decoration: none;
        }

.h-contacts li {
    display: flex;
    background: transparent;
    padding: 8px 10px;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease 0s;
}

    .h-contacts li a {
        font-size: 1rem;
    }

    .h-contacts li i {
        padding-right: 0.5rem;
    }

.h-icons {
    justify-content: end;
}

    .h-icons li {
        margin: 0px 0.7rem;
    }

    .h-icons i {
        color: var(--white);
        padding: 0.3rem 0.4rem;
        border-radius: 50%;
        transition: all 0.3s ease 0s;
    }

.h-contacts li:hover {
    cursor: pointer;
    background: rgba(194, 194, 194, 0.25);
    color: white;
}

.h-icons :hover {
    background-color: rgba(194, 194, 194, 0.25);
    color: var(--white);
    border-radius: 10px;
    transition: all 0.5s ease 0s;
}

.parent {
    position: relative;
}

this is navbar #navHam {
    display: none;
}

#closeNav {
    display: none;
}

nav {
    position: absolute;
    top: 60px;
    gap: 70px;
    background-color: rgba(0, 0, 0, 0.23);
    width: 100%;
    height: 90px;
    padding: 0px 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    box-shadow: white 0px 0px 2px;
}

    nav, nav ul {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        color: var(--white);
        transition: all 0.6s ease 0s;
    }

        nav ul li a {
            color: var(--white);
            text-decoration: none;
        }

.logo {
    /* background: #dfdfdf52; */
    height: 80px;
    padding: 4px 10px;
    filter: drop-shadow(0px 0px 6px white);
    border-radius: 8px 2px;
}

nav ul li {
}

nav li {
    padding: 0.6rem;
    font-size: 0.85rem;
    border-radius: 6px;
    transition: all 0.4s ease 0s;
}

    nav li:hover {
        background-color: rgba(194, 194, 194, 0.38);
        cursor: pointer;
        box-shadow: rgba(255, 255, 255, 0.73) 0px 0px 9px inset;
    }

    nav li a {
        font-weight: 600;
        padding-left: 0.3rem;
        height: 100%;
    }

#HyperLink3 {
    background-color: #FF9800;
    border: none;
    padding: 7px 15px;
    border-radius: 4px 6px;
    font-weight: 600;
    color: var(--white);
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

    #HyperLink3:hover {
        color: var(--white);
        background-color: rgba(49, 48, 48, 0.57);
        box-shadow: rgba(255, 255, 255, 0.73) 0px 0px 9px inset
    }

.li {
    position: relative;
}

.ul {
    display: none;
    width: 270px;
    background-color: rgba(73, 72, 72, 0.71);
    position: absolute;
    top: 100%;
    left: 0px;
    flex-direction: column;
    align-items: start;
    box-shadow: rgba(255, 255, 255, 0.69) 0px 0px 6px inset;
    border-radius: 10px;
    padding: 0.5rem 0px;
    z-index: 10;
    transition: all 0.3s ease 0s;
}

    .ul li {
        width: 100%;
        padding: 0px;
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid var(--secondaryColor);
    }

        .ul li a {
            color: white;
            text-decoration: none;
        }

        .ul li:last-child {
            border: none;
        }

        .ul li a {
            display: flex;
            width: 100%;
            padding: 0px 1rem;
            height: 100%;
            align-items: center;
        }

        .ul li:hover a {
            background-color: rgba(194, 194, 194, 0.57);
            color: var(--white);
            transition: all 0.5s ease 0s;
        }

.li:hover .ul {
    display: flex;
}

.li i {
    transition: all 0.4s ease 0s;
}

.li:hover.li i:nth-child(3) {
    transform: rotate(180deg);
    padding-bottom: 1px;
    transition: all 0.4s ease 0s;
}
/*    THIS IS FOOTER    */
.footerhead {
    background-image: url(./assets/foot-img-top.png);
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 74px;
}

footer {
    position: relative;
    background-size: cover;
    background-position: center center;
    width: 100%;
    display: grid;
    grid-template-columns: 60% 40%;
    isolation: isolate;
    background-color: #2d67b2;
}

/*footer::after {
        content: '';
        position: absolute;*/
/*  background-color: #00000038;*/
/*inset: 0;
        z-index: -1;
        backdrop-filter: blur(2px)
    }*/

.footerLinksContainer {
    display: flex;
    align-items: start;
    padding: 4.5rem 5rem;
    color: var(--white);
}

    .footerLinksContainer ul li a,
    .f-quicklinks ul li a {
        color: var(--white);
        text-decoration: none;
    }

    .footerLinksContainer div {
        width: 300px;
    }

        .footerLinksContainer div h3,
        .footerContact div h3 {
            padding-bottom: .2rem;
        }

        .footerLinksContainer div ul li,
        .footerContact div ul li {
            padding-bottom: .2rem;
            display: flex;
            align-items: center;
        }

            .footerLinksContainer div ul li a {
                font-size: .8rem;
            }

            .footerLinksContainer div ul li:hover a {
                color: var(--yellow);
                cursor: pointer;
            }

.footerBottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--white);
    margin: 0 .8rem 0 5rem;
    padding: 1rem 0;
    border-top: 1px solid
}

    .footerBottom p {
        font-size: .7rem;
    }

        .footerBottom p a {
            color: var(--yellow);
            font-weight: 600;
            font-size: .8rem;
            text-decoration: none
        }

.footerContact {
    color: white;
    padding: 3rem 4rem;
}

    .footerContact img {
        height: 90px;
        padding: 2px 0;
        margin-bottom: 8px;
    }

.f-support ul li:nth-child(2) {
    transform: translateX(1.2rem)
}

.f-support ul li a {
    font-size: .9rem;
}

.f-support ul li i {
    padding-right: .3rem;
}

.footerContact ul li a {
    color: white;
    text-decoration: none;
}

.f-support ul li:hover {
    cursor: pointer;
    font-weight: 800;
    color: lime;
}

    .f-support ul li:hover a {
        color: #ffef03;
    }

/*Media queries*/
@media screen and (max-width:680px) {
    #navHam {
        display: block
    }

    #closeNav {
        display: block;
        position: absolute;
        top: .8rem;
        right: 1rem;
        font-size: 1.3em
    }

    nav {
        padding: 1rem;
        display: flex;
        justify-content: space-between;
        top: 85px;
        /*position: static;*/
    }

    .navBtn {
        font-size: 2rem
    }

    .carouselSection > h1 {
        left: 0;
        top: 60%;
        transform: translate(0 0);
        font-size: 1.3rem;
    }

    nav ul {
        position: fixed;
        width: 90vw;
        height: 100vh;
        flex-direction: column;
        top: 0;
        background-color: var(--white);
        align-items: start;
        justify-content: start;
        padding: 1rem;
        z-index: 15;
    }

        nav ul li a {
            color: gray;
            text-decoration: none;
        }

    #HyperLink3 {
        display: none;
    }
    /*   THIS IS SUB---NAVBAR   */

    #navbar {
        left: -110%;
        transition: .5s
    }

    .ul {
        display: none;
        width: 80vw;
        background-color: var(--white);
        position: absolute;
        top: 100%;
        left: 0;
        flex-direction: column;
        align-items: start;
        border: none;
        border-radius: 0;
        padding: .5rem 0;
        z-index: 10;
        border-left: 2px solid var(--secondaryColor);
        height: auto
    }

        .ul li {
            width: 100%;
            padding: 0;
            height: 55px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: gray;
            border-bottom: none
        }

            nav ul li, .ul li a {
                color: gray;
            }

    header {
        padding: .2rem 0;
        grid-template-columns: 1fr;
        height: 84px;
        z-index: 9;
    }

    .h-contacts {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

        .h-contacts li:first-child {
            grid-column: span 2
        }

    .h-icons {
        display: none
    }

    footer {
        display: flex;
        flex-direction: column-reverse;
    }

    .footerLinks {
        border-radius: 0;
    }

    .footerLinksContainer {
        padding: 1rem;
    }

    .f-destinations {
        display: none
    }

    .footerBottom {
        text-align: center;
        flex-direction: column;
        margin: 0;
        padding: 1rem;
    }

    .footerContact {
        padding: 1rem
    }

        .footerContact img {
            display: none
        }

    .f-support ul li:nth-child(2) {
        transform: translate(0);
    }

    .f-support {
        padding: .6rem 0;
    }

    .footerContact div h3 {
        font-weight: 600;
        font-size: 1.1rem
    }
}

@media screen and (min-width:681px) and (max-width:1100px) {

    #navHam {
        display: block;
    }

    #closeNav {
        display: block;
        position: absolute;
        top: .8rem;
        right: 1rem;
        font-size: 1.3em
    }

    nav {
        padding: 1rem;
        display: flex;
        justify-content: space-between;
        top: 85px;
        /*position: static;*/
    }

    .navBtn {
        font-size: 2rem
    }

    .carouselSection > h1 {
        left: 0;
        top: 60%;
        transform: translate(0 0);
        font-size: 1.3rem;
    }

    nav ul {
        position: fixed;
        width: 90vw;
        height: 100vh;
        flex-direction: column;
        top: 0;
        background-color: var(--white);
        align-items: start;
        justify-content: start;
        padding: 1rem;
        z-index: 15;
    }

        nav ul li a {
            color: gray;
            text-decoration: none;
        }

    #HyperLink3 {
        display: none;
    }

    #navbar {
        left: -110%;
        transition: .5s
    }

    .ul {
        display: none;
        width: 80vw;
        background-color: var(--white);
        position: absolute;
        top: 100%;
        left: 0;
        flex-direction: column;
        align-items: start;
        border: none;
        border-radius: 0;
        padding: .5rem 0;
        z-index: 10;
        border-left: 2px solid var(--secondaryColor);
        height: auto
    }

        .ul li {
            width: 100%;
            padding: 0;
            height: 55px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: gray;
            border-bottom: none
        }
            nav ul li, .ul li a {
                color: gray;
            }

    header {
        padding: .2rem 0;
        grid-template-columns: 1fr;
        height: 84px;
        z-index: 9;
    }

    .h-contacts {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

        .h-contacts li:first-child {
            grid-column: span 2
        }

    .h-icons {
        display: none
    }
}
