*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    user-select: none;
}

body{
    background-color: #fff;

}
 body::-webkit-scrollbar{
    display: none;
} 

.header{
    width: 100%;
    height: 4vw;
    padding: .1vw;
    position: fixed;
    top: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #000;
    filter: drop-shadow(0vw .1vw .1vw #777);
}

.brandName{
    width: auto;
    height: 3vw;
    margin-left: 5vw;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    /* border: 1px solid greenyellow; */
}

.brandName img{
    width: 3vw;
    height: 3vw;
    display: flex;
    margin-right: 1vw;
    cursor: pointer;
    /* border: 1px solid rgb(74, 34, 255); */
}

.brandName div{
    height: 3vw;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid white; */
}
div .brandNameImg{
    width: 9vw;
    height: 3vw;
    display: flex;
    align-items: center;
    justify-content: center;

    /* font-size: 3vw;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    font-family: candara,segoe UI, Calibri, arial, sans-serif; */
}


/* form{
    width: 45vw;
    height: 3vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: .5vw .5vw;
    background-color: white;
}

input:focus::placeholder {
    color: transparent;
    
}

#searchBox{
    width: 80%;
    height: 3vw;
    outline: none;
    display: flex;
    align-items: center;
    border-style: none;
    border-radius: .5vw 0vw 0vw .5vw;
    padding-left: 2vw;
    padding-right: 2vw;
    font-size: 1.5vw;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-family: 'candara';
    background-color: white;
}

#searchBtn{
    width: 20%;
    height: 3vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2vw;
    font-family: candara;
    font-weight: 550;
    border-style: none;
    border-radius: 0vw .5vw .5vw 0vw;
    background-color: #00ff;
}

#searchBtn a{
    font-size: 2vw;
    text-decoration: none;
    color: white;
} */


.headerNav{ 
    width: 50%;
    height: 3vw;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid greenyellow; */

}

.navElements{
    width: 100%;
    height: 3vw;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    /* border: 1px solid white; */
}

.navElement{
    width: auto;
    height: 3vw;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid greenyellow; */
}


.navElement a{
    color: #fff;
    padding: .5vw 1vw;
    text-decoration: none;
    font-size: 1.5vw;
    font-weight: 600;
    font-family: candara,segoe UI, Calibri, arial, sans-serif;
    /* border: .2vw solid #000; */
    /* border: 1px solid blue; */
}

.navElement a:hover{
    color: #fff;
    background-color: #000;
    border-bottom: .2vw solid #fff;
}

#home a{
    background-color: #000;
    border-bottom: .2vw solid #fff;
}

.userLog{
    width: auto;
    margin-right: 5vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /* border: 1px solid red; */
}

.userLog a{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.logBtn{
    width: auto;
    height: 3vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 1.5vw;
    font-family: candara,segoe UI, Calibri, arial, sans-serif;
    font-weight: 550;
    padding: .5vw .5vw;
    cursor: pointer;
    border-style: none;
    border-radius: 5vw;
    background-color: #fff;
    /* border: .5px solid yellow; */
}

.logBtn img{
    width: 2.2vw;
    height: 2.2vw;
    margin-right: .8vw;
    /* border: 1px solid red; */
}
.logBtn div{
    margin-right: .5vw;
}

section{
    width: 100%;
    height: auto;
    position: relative;
    top: 4vw;
    /* border: 1px solid rgb(255, 0, 0); */
}

.container{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    /* border: 1px solid blueviolet; */
}


.homePageBanner{
    width: 100%;
    height: 40vw;
    display: flex;
    /* flex-wrap: wrap; */
    flex-direction: row;
    justify-content: flex-start;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    background-image: url(../images/happy-couple-tourist-hand-pointing-copy-space-with-baggage-going-travel-holidays1.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    /* border: 1px solid red; */
}



.bannerHeadline{
    width: 65%;
    height: auto;
    /* border: 1px solid black; */
}

.mainHeadline{
    color: #fff;
    display: flex;
    margin: 2vw 0 2vw 10vw;
    font-size: 4vw;
    font-weight: 700;
    font-family: segoe UI, Calibri, arial, sans-serif;
    user-select: none;
    /* border: 1px solid; */
}

.subHeadline{
    color: #FFF;
    display: flex;
    margin: 2vw 0 2vw 10vw;
    font-size: 1.3vw;
    font-family: segoe UI, Calibri, arial, sans-serif;
    font-weight: 400;
    letter-spacing: .08vw;
    user-select: none;
    /* border: 1px solid; */
}

.exploreAllBtn{
    width: auto;
    height: auto;
    margin: 5vw 0 2vw 10vw;
    display: flex;
    align-items: center;
    /* border: 1px solid red; */
}

.exploreAllBtn a{
    font-size: 1.5vw;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.exploreAllBtn button{
    width: auto;
    height: auto;
    padding: .7vw 4vw;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #0000ff;
    font-size: 1.5vw;
    font-weight: 600;
    font-family: segoe UI, Calibri, arial, sans-serif;
    border-radius: .5vw;
    background-color: #fff;
    border: .1vw solid #000;
    filter: drop-shadow(0vw 0vw .1vw #fff);
}

.exploreAllBtn button:hover{
    color: #000;
    border: .1vw solid #000;
    background-color: #F3F0E0;
    background-color: #E6E0EE;
    background-color: #E6E6FA;
    transition: 100ms;
    filter: drop-shadow(0vw 0vw .2vw #fff);
}


.exploreSection{
    width: 100%;
    height: auto;
    margin: 1vw 0 1vw 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #FAF9F6;
    background-color: #E6E0EE;
    background-color: #E6E6FA;
    /* border: 1px solid navy; */
}

 .categoryHeading{
    width: auto;
    height: auto;
    margin-top: 3vw;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /* border: 1px solid hotpink; */
 }

.categoryHeading p{
    color: #000;
    font-size: 2vw;
    font-weight: 600;
    font-family: segoe UI, Calibri, arial, sans-serif;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.category{
    width: 100%;
    height: auto;
    margin: 3vw 0 1.5vw 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    /* border: 1px solid blue; */
}


.cards{
    width: 23vw;
    height: 20vw;
    overflow: hidden;
    margin-bottom: 2vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: .7vw;
    background-color: #fff;
    /* border: 1px solid red; */
}

.cards a{
    text-decoration: none;
    border-radius: .7vw;
    border: 1px solid #ddd;
}

.cards:hover{
    border-style: none;
    filter: drop-shadow(0vw 0vw .5vw #a1a1a1);
}

.cardImg{
    width: 23vw;
    height: 15vw;
    display: flex;
    overflow: hidden;
    border-radius: .7vw;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    /* border: 1px solid violet; */
}

.cardImg img{
    width: 23vw;
    height: 15vw;
    border-radius: .7vw;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    /* border: 1px solid orangered; */
}

.exploreCard{
    width: 100%;
    height: 5vw;
    color: #000;
    font-size: 1.5vw;
    font-weight: 600;
    letter-spacing: .08vw;
    font-family: Segoe UI, candara, Calibri, arial, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 0.7vw;
    border-bottom-right-radius: 0.7vw;
    background-color: #fff;
    /* border: 1px solid red; */
}

.cards a:hover .exploreCard{
    color: #0000ff;
    border-style: none;
    background-color: #fff;
}

.exploreAllLink{
    margin-bottom: 2vw;
}

.exploreAllLink a{
    font-family: Segoe UI, candara, Calibri, arial, sans-serif;
    margin-bottom: 5vw;
    font-size: 1.5vw;
    font-weight: 600;
    color: #0000ff;
    text-decoration: none;
}

.footer{
    width: 100%;
    height: 7vw;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    background-color: #727272;
    /* border: 1px solid red; */
}

.footer a{
    padding: 2vw;
    text-decoration: none;
}

.footer h2{
    color: #fff;
    font-size: 2vw;
    font-weight: 500;
    font-family: candara, Segoe UI, Calibri, arial, sans-serif;
}