/* GOOGLE FONTS */
/*
@import url('https://fonts.googleapis.com/css?family=Acme|Lobster|Patua+One|Rubik|Sniglet&display=swap');
*/
* {
    box-sizing: border-box;
}

header,
main,
section {
    overflow-x: hidden;
    overflow-y: hidden;
}

:root {
    --Snigle-font: "Sniglet", cursive;
    --Rubik: "Rubik", cursive;
    --Patua: "Patua One", cursive;
    --Lobster: "Lobster", cursive;
    --light-black: #2e2c2caf;
    --bggradient: linear-gradient(to bottom,
            #00b1dd, #90d4f2);
    --light-gray: rgba(255, 255, 255, 0.5);
    --smokeywhite-gray: rgba(255, 255, 255, 0.7);
    --darker-gray: (255, 255, 255, 0.2);
    --headline-gray: (255, 255, 255, 0.35);
}

header a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    color: whitesmoke
}

header {
    background: #00b1dd;
    background: var(--bggradient);
}

.dropdown-content {
    display: none;
    position: absolute;
    background: white;
    min-width: 160px;
    box-shadow: 0px 2px 15px 0px rgb(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16 px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

header .nav-item:last-child {
    padding-right: 3em;
}

header .nav-item {
    padding: 0.9em;
}

header .navbar-brand {
    padding-left: 8rem;
    font-size: 0.9em !important;
}

header .nav-link:hover {
    color: black;
}

header .logowrapper .row .col-md-12 .logoheading {
    padding-top: 2vmin;
    padding-right: 5vmin;
    padding-bottom: 2vmin;
    padding-left: 5vmin;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-size: 2.0em;
    font-weight: bold;
}

header .logowrapper .row .col-md-12 p {
    font-family: Arial, Helvetica, sans-serif;
    color: var(--smokeywhite-gray);
    font-size: 1.2em;
    padding-left: 3vmin;
    padding-right: 3vmin;
}

header .row .col-md-5 {
    padding: 4.2vmin 1vmin;
}

header .row .col-md-7 {
    padding: 22vmin 1vmin;
    padding-bottom: 35vmin;
    font-family: var(--Rubik);
    color: white;
}

header .row .col-md-5 {
    width: 90%
}

header .container .col-md-7 h6 {
    padding: 1vmin;
    letter-spacing: 4px;
}

header .container .col-md-7 h1 {
    font-size: 8vmin;
    font-weight: bold;
    padding: 0.1em 0em;
}

header .container .col-md-7 p {
    padding: 1vmin 5vmin;
}

header .container .col-md-7 button {
    border-radius: 30px;
    font-weight: bold;
}

/* Section 1 */

.section-1 {
    padding: 20vmin 0;
}

.section-1 .row .col-md-6 .pray img {
    opacity: 0.8;
    width: 80%;
    border-radius: 0.2em;
}

.section-1 .row .col-md-6:last-child {
    position: relative;
}

.section-1 .row .col-md-6 .panel {
    position: absolute;
    top: 7vmin;
    left: -18vmin;
    background: white;
    border-radius: 3px;
    text-align: justify;
    padding: 13vmin 5vmin 20vmin 10vmin;
    box-shadow: 0px 25px 42px rgba(0, 0, 0, 0.2);
    font-family: var(--Rubik);
    z-index: 1;
}

.section-1 .row .col-md-6 .panel h1 {
    font-weight: bold;
    padding: 0.4em 0;
    font-size: 2em;
}

.section-1 .row .col-md-6 .panel p {
    font-size: 0.9em;
    color: rgba(0, 0, 0, 0.5);

}

/* Section 2 */

.cover {
    width: 100%;
    height: 55vmin;
    background: url('../assets/bluescreen.jpg');
    background-position: -24rem -19rem;
    background-size: 150%;
    position: relative;
}

.cover .content {
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    padding-top: 19vmin;
}

.cover .content>h1 {
    font-family: var(--Patua);
    font-size: 6vmin;
    color: whitesmoke;
}

.cover .content>p {
    font-family: var(--Rubik);
    font-size: 2vmin;
    color: #e5e5e5;
}

.numbers .rect {
    position: relative;
    z-index: 1;
    background: white;
    width: 17rem;
    height: 12rem;
    padding-top: 3.5vmin;
    margin: 1rem;
    border-radius: 0.5em;
    box-shadow: 1px 2px 50px 0px rgba(255, 0, 0, 0.349);
}

.numbers {
    margin-top: -15vmin;
}

.numbers .rect h1 {
    font-size: 5rem;
    color: tomato;
}

.numbers .rect p {
    font-family: var(--Patua);
}

.purchase>h1 {
    padding-top: 15vmin;
    padding-bottom: 0.1em;
    font-family: var(--Lobster);
}

.purchase>p {
    color: var(--light-black);
    font-size: 3vmin;
    padding-bottom: 10vmin;
}

.purchase .cards .card {
    width: 22rem;
    margin: 3vmin;
}

.cards div {
    padding: 0;
    margin: 0;
}

.cards .title {
    background: rgba(208, 241, 241, 0.199);
    padding: 1.4rem 2.5rem;
    font-size: 2vmin;
}

.card,
card-text {
    padding: 2.5rem 3rem;
    color: var(--light-black);
}

.card-body .pricing {
    background: rgba(208, 241, 241, 0.199);
    border-top-right-radius: 170px;
    border-top-left-radius: 170px;
}

.card-body .pricing>h1 {
    font-size: 8vmin;
    padding: 1em 0.5em;
}

/* Sectiion 3 */

.section-3 {
    height: 70vmin;
    margin-top: 15vmin;
    background: var(--bggradient);
}

.section-3 .col-md-12>h1 {
    padding: 2em 0 0.5em 0;
    color: whitesmoke;
    font-size: 6vmin;
}

.section-3 .col-md-12>p {
    padding: 0 4em;
    padding-bottom: 2em;
    color: var(--light-gray);
    font-size: 3vmin;
}

.section-3 .desktop {
    background: white;
    display: inline-block;
    border-radius: 3em;
    padding: 2vmin 4.5vmin;
    margin: 1em;
}

.section-3 .desktop h3 {
    font-size: 4vmin;
}

.section-3 .desktop p {
    font-size: 2vmin;
}

/* Section 4 */

.section-4 .container h1 {
    font-size: 6vmin;
    padding-top: 14vmin;
}

.section-4 .team {
    padding: 10vmin 4vmin;
}

.section-4 .card {
    width: 22rem;
    margin-top: 10vmin;
}

.section-4 .card .card-text {
    padding: 0.5em;
}

.section-4 .card .card-body>a {
    font-size: 1.5em;
}

.section-4 .carousel-item {
    padding-left: 3rem;
}

.border-radius {
    border-radius: 340px;
    width: 60%
}

/* Footer */

footer {
    background: rgba(0, 0, 0, 0.815);
    overflow-x: hidden;
    padding: 2vmin 2vmin;
}

footer p>span {
    color: #ff512f;
}

footer input {
    border: none !important;
}

footer input::placeholder {
    color: white !important;
}

footer .input-group .input-group-text {
    background: var(--bggradient);
    border: none;
}

footer .column i {
    color: #dd2476;
}

footer .column i+i {
    padding: 0 0.5em;
}

/* Sticky Class - from main.js */

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    transition: all 1.5s ease;
}


/* First Search Form @ the Top */

.searchboxwrapper .container {
    margin: auto;
    width: 90%;
    padding: 0px 0px 20px 0px;
}

.searchboxwrapper .searchnote {
    margin: auto;
    width: 100%;
    padding: 5px 8px 5px 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    color: var(--headline-gray);
}


@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

    /* the calendar widget is contained inside the div "checkforIE" which is turned off if the browser is IE Explorer*/
    /* IE10+ CSS styles go here */
    .checkforIE {
        display: none;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

    /* the calendar widget is contained inside the div "checkforIE" which is turned off if the browser is IE Explorer*/
    /* IE10+ CSS styles go here */
    .carsearchnote2 {
        display: none;
    }
}





.calendarbox .calendarwrapper {
    margin: auto;
    width: 100%;
    max-width: 1024px;
}


section .content .hch {
    padding-top: 25px;
    padding-right: 5vmin;
    padding-bottom: 15px;
    padding-left: 5vmin;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-size: 1.4em;
    font-weight: bold;
    background: #ff512f;
}

section .content .sch {
    font-family: Arial, Helvetica, sans-serif;
    color: var(--headline-gray);
    font-size: 1.2em;
    padding-left: 3vmin;
    padding-right: 3vmin;
}

section .calendarlineitems p {
    padding-left: 5vmin;
    padding-right: 5vmin;
}

.speech {
    position: relative;
    font-family: arial;
    font-size: 0.8em;
    background: #ff512f;
    color: #fff;
    border-radius: 5px;
    padding: 10px 0px 10px 20vmin;
    max-width: 100%;
    margin-bottom: 15px;
}

.bottom:after {
    /* [THESE WILL CREATE THE TRIANGLE] */
    content: '';
    border: 15px solid transparent;
    border-top-color: #ff512f;
    border-bottom: 0;
    /* [THESE WILL POSITION THE TRIANGLE] */
    position: absolute;
    bottom: -15px;
    left: 86%;
    margin-left: -20px;
}

.speech {
    visibility: hidden;
}

section .content .hotheading {
    margin-top: 10px;
    padding-top: 25px;
    padding-right: 5vmin;
    padding-bottom: 15px;
    padding-left: 5vmin;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-size: 1.4em;
    font-weight: bold;
    background: #339933;
}

.hotelsearch {
    margin: auto;
    width: 90%;
    padding: 0px 0px 10px 0px;
    max-width: 1024px;
}

section .content .carheading {
    margin-top: 10px;
    padding-top: 25px;
    padding-right: 5vmin;
    padding-bottom: 15px;
    padding-left: 5vmin;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-size: 1.4em;
    font-weight: bold;
    background: #4d80e4;
}

.carsearch {
    overflow: hidden;
    margin: 50px auto;
    width: 90%;
    padding: 0px;
    max-width: 1024px;
    overflow-y: hidden;
}

.carsearchnote {
    margin: auto;
    width: 100%;
    padding: 0px 5px 5px 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    color: var(--headline-gray);
}

.carsearchnote2 {
    margin: auto;
    width: 100%;
    padding: 0px 8px 5px 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    color: var(--headline-gray);
}

.popdes p {
    margin-top: 10px;
    padding-top: 25px;
    padding-right: 5vmin;
    padding-bottom: 15px;
    padding-left: 5vmin;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-size: 1.4em;
    font-weight: bold;
    background: #cd4dcc;
}


.popdes2 p {
    margin-top: 10px;
    padding-top: 10px;
    padding-right: 5vmin;
    padding-bottom: 15px;
    padding-left: 5vmin;
}

section .cardiv p {
    margin-top: 10px;
    padding-top: 10px;
    padding-right: 5vmin;
    padding-bottom: 15px;
    padding-left: 5vmin;
}

.tipsntricks {
    margin: 0 auto;
    padding: 5vmin;
    font-size: x-small;
}

.auto-style1 {
    color: #2F5496;
    font-size: large;
    font-weight: bold;
}

.auto-style2 {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    margin-left: 0px;
    max-width: 790px;
}

.auto-style3 {
    margin-left: 0px;
}

.auto-style4 {
    text-align: justify;
    font-size: small;
}

.auto-style5 {
    margin: 0 auto;
    max-width: 790px;
}