* {
    margin: 0;
    padding: 0;
}




/* SECTION1(NAVBAR) */
form input {
    background-color: gray;
}

#dropdownMenuButton1 {
    font-size: 29px;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.tex {
    font-size: 19px;
    font-weight: 600;
    font-style: normal;
    font-family: playfair display;
}

#dropper-menu {
    border-top: 3px solid blue !important;
    width: 350px;
    border: none;
    font-weight: 600;
    font-size: 18px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#dropper-menu li a {
    font-weight: 600;
    font-size: 19px;
}

form input {
    height: 45px;

}

.form-control {
    font-weight: 500;
}


/* section2 */

#section2 h3 {
    font-family: playfairdisplay;
    font-weight: bolder;
    font-size: 42px;
}

.card-body {
    background-color: black;
    text-align: center;
}




#card-img {
    background-image: url(flight1.jpg);
    height: 300px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mid-card {
    text-align: center;
}


#footer {
    background-color: #505e7c;
    width: 100%;
    color: white
}

#footer p a {
    color: white;
    font-size: 19px;
    font-weight: bold;
    text-decoration: none;
    font-family: playfair display;
}

#footer p a:hover {
    /* background-color: white;
    color:black; */
    /* padding: 5px; */
    text-decoration: underline;
}

#footer p {
    font-size: 18px;

}

#s-footer {
    background-color: #235175;
    position: fixed;
    bottom: 0;
    width: 100%;
}

#s-footer p a {
    color: white;
    font-size: 21px;
    text-decoration: none;
    font-weight: 400;
}



#sections2 h3 {
    font-family: playfairdisplay;
    font-weight: bolder;
    font-size: 42px;
}



#sections2 p {

    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    text-align: justify;
    color: #000000c9;
    font-family: Arial, Helvetica, sans-serif;
}

.smallbanner {
    background-image: url('../images/banner11.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 150px;
}

.text-icon-me {
    display: flex;
    flex-direction: row;
    padding: 10px 10px;
    border-bottom: 2px dashed #365c9a;
}

.text-icon-me div:nth-child(2) a {
    color: #000;
}


#sections2 h4 {
    font-family: playfairdisplay;
    font-weight: bolder;
    font-size: 25px;
}



#sections2 ul li {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    text-align: baseline;
    color: #000000c9;
    font-family: Arial, Helvetica, sans-serif;
}






#sectionss2 h3 {
    font-family: playfairdisplay;
    font-weight: bolder;
    font-size: 42px;
}



#sectionss2 p {

    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    text-align: justify;
    color: #000000c9;
    font-family: Arial, Helvetica, sans-serif;
}


#sectionss2 h4 {
    font-family: playfairdisplay;
    font-weight: bolder;
    font-size: 25px;
}



#sectionss2 ul li {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    text-align: baseline;
    color: #000000c9;
    font-family: Arial, Helvetica, sans-serif;
    font-variant-numeric: tabular-nums;
    font-variant-ligatures: no-additional-ligatures;
}


.liness {
    line-height: 2;
}


/* media queries */
@media screen and (max-width: 1024px) {
    #res-dropdown {
        display: none;
    }

    .hr-res {
        display: none;
    }

    #footer {
        /* height: 576px; */
        width: 100%
    }

}

/*end */






/* swoop css */

.card:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 5px 25px 0 rgba(0, 0, 0, 1.19);
}

.carder-imager {
    position: relative;
    margin: auto;
    overflow: hidden;
    width: 497px;
}

.carder-imager img {
    max-width: 100%;
    transition: all 0.3s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}

.carder-imager:hover img {
    transform: scale(1.1);
}

/* .card-back{
    width: 497px;
} */