@import url('https://fonts.googleapis.com/css2?family=Buenard&display=swap');

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
* html body {
    background-color: antiquewhite;
    font-weight: 400;

}

/*---- Responsive Image ----*/
.responsive {
    width: 100%;
    max-width: 250px;
    height: auto;
    border-radius: 30px;
    box-shadow: 0px 0px 40px 1px rgba(0, 0, 0, 0.2), 1px 6px 15px 10px rgba(0, 0, 0, 0.19);
}

/*---- Center Image ----*/
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.btn {
    font-family: cursive;
}

.shadowButton:hover {
    box-shadow: 5px 7px 10px 1px rgba(0, 0, 0, 0.2), 1px 1px 20px 1px rgba(0, 0, 0, 0.19);
}


/*-----------------------------  Navbar CONTENT  -------------------------------*/
#navbar {
    overflow: hidden;
    padding: 20px 0px;
    background-color: #e3f2fd;
    transition: 0.4s;
    position: fixed top;
    width: 100%;
    top: 0;
    z-index: 99;
}

#logo {
    font-size: 35px;
    display: block;
    transition: 0.4s;
}

#navbar ul li a {
    transition: all 0.3s ease-in;
    margin-right: 30px;
    font-weight: 600;
}

#navbar ul li a:hover {
    color: red;
}


/*-----------------------------  Header Section  -------------------------------*/
.main-header {
    background-image: url("../images/mainImage.jpg");
    /* Add the blur effect */
    -webkit-filter: blur(1px);
    /* Full height */
    height: 900px;
    width: 100%;

    /* Center and scale the image nicely */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Position text in the middle of the page/image */
.bg-text {
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/opacity/see-through */
    color: white;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 40%;
    padding: 10px;
    text-align: center;
}

/*-----------------------------  About Section  -------------------------------*/

#aboutSection {
    padding-top: 50px;
}

h1 {
    padding-bottom: 10px;
    font-family: 'Kalam', cursive;
}

h3 {
    font-family: 'Kalam', cursive;
    color: #982727;
}

.aboutMassage {
    letter-spacing: 1px;
    word-spacing: 1px;
    font-size: 19px;
    padding-bottom: 30px;

}

#aboutSectionList {
    margin-top: 50px;
}

#aboutSection ul li {
    margin: 17px;
}

#aboutSection ul {
    list-style-image: url("../images/blue-tick-24.png");

}

.insideTheList {
    margin-left: 15px;
    font-size: 23px;
}


#getToKnowMe {
    padding: 30px 20px;
}

/* ----------------------------------------- START THE FEATURETTES ---------------------------------------- */
.featurette-divider {
    margin-top: 70px;
    padding-bottom: 80px;
}

.textLeft {
    border-left-style: solid;
    border-left-width: 15px;
    border-left-color: skyblue;
    border-radius: 15px;
}

#home-page-button {
    margin-left: 30px;
}

.textRight {
    border-right-style: solid;
    border-right-width: 15px;
    border-right-color: limegreen;
    border-radius: 15px;

}

/*---- Center Image ----*/
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.videoStyle {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0px 0px 40px 1px rgba(0, 0, 0, 0.2), 1px 6px 15px 10px rgba(0, 0, 0, 0.19);
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
}

/*------------------------------------------------- Questions and answers ------------------------------------*/
#backgroundColor2 {
    margin-top: 300;
}

.eachMedia {
    padding: 50px;
}

/*------------------------------------------------- Prices section ------------------------------------*/
#priceContainer {
    margin-top: 80px;
}


.pricing-area {
    padding: 80px 0;
}

.section-header h2 {
    font-family: baloo;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: red;
}

.single-pricing {
    background: palegoldenrod;
    margin-bottom: 20px;
    overflow: hidden;
    height: 470px;
}

.single-pricing .deal-area {
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.single-pricing .deal-area:before {
    content: '';
    width: 100%;
    height: 150%;
    background: linear-gradient(to right, #0a3b5e, #0872bf);
    position: absolute;
    top: -90%;
    left: -20%;
    z-index: -1;
    transform: rotate(-42deg);
}

.single-pricing .deal-area:after {
    content: '';
    width: 100%;
    height: 190%;
    background: linear-gradient(to right, #0a3b5e, #0872bf);
    position: absolute;
    top: -76%;
    right: -16%;
    z-index: -2;
    transform: rotate(20deg);
}

.single-pricing .deal-price {
    display: inline-block;
    width: 50%;
    padding: 30px 0;
    float: left;
    font-size: 30px;
    color: #fff;
    line-height: 20px;
    position: relative;
    top: 10px;
    left: 20px;
}

.single-pricing .currency {
    font-size: 20px;
    position: relative;
    top: -10px;
    right: -3px;
}

.single-pricing .title {
    display: inline-block;
    width: 50%;
    padding: 30px 0;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 20px;
    text-transform: uppercase;
    position: relative;
    top: 10px;
    right: 7px;
}

.single-pricing .content-area {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    text-align: center;
    clear: both;
}

.single-pricing .content-area li {
    font-size: 18px;
    color: black;
    line-height: 40px;
    font-family: cursive;

}

.single-pricing .price-btn {
    display: block;
    align-content: flex-end;
    width: 80%;
    z-index: 1;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    transition: 0.5s;
    text-decoration: none;
    padding: 7px 0;
    text-align: center;
    background: linear-gradient(to right, #0a3b5e, #0872bf);
    border-radius: 5px;
    margin: 0 auto;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}




/* --------------------------    Contact   ------------------------------- */
.telephoneNumber {
    font-size: 22px;
    font-weight: 550;
}

/* --------------------------    Footer Section   ------------------------------- */
.footer {
    background-color: black;
    color: lightgrey;
    padding-bottom: 10px;
    padding-top: 30px;
    font-family: 'Buenard',
        serif;
}

.segment ul {
    list-style-type: disc;
    list-style-position: inside;
}

#footerEdit ul li {
    margin-top: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 16px;
}

.h3Footer {
    padding-bottom: 10px;
}

.segment {
    width: 90%;
}

.segment-two ul li a:hover {
    border-bottom: none;
}


.borderStyle {
    border-left-style: solid;
    border-left-width: 4px;
    border-left-color: gray;

    border-bottom-style: solid;
    border-bottom-width: 4px;
    border-bottom-color: gray;
    border-radius: 10px;
}

.footer a:any-link {
    color: lightgray;
}

.footer a:hover {
    color: white;
}

#brilliant {
    text-align: center;
    font-size: 14px;
}


/* --------------------------    Custom Scrollbar    ------------------------------- */

/* width */
::-webkit-scrollbar {
    width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #a5d6fa;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #72bff7;
}

/* --------------------------    RESPONSIVE CSS    ------------------------------- */
@media only screen and (max-width: 750px) {

    /*---- NavBar section ----*/
    .bg-text {
        width: 80%
    }

    #logo {
        font-size: 20px;
    }

    .navbar-toggler {
        margin-right: 15px;
    }

    #navbar {
        padding: 10px;
    }

    /*---- Header section ----*/
    .main-header {
        height: 650px;
    }

    #aboutSectionList {
        padding-bottom: 20px;
    }

    #getToKnowMe {
        padding-bottom: 0px;
    }

    #home-page-button {
        margin-top: 30px;
    }

    .textLeft {
        margin-left: 20px;
    }

    .col-md-4 {
        margin-bottom: 30px;
        margin-left: 10px;
    }

    .borderStyle {
        padding-left: 20px;
    }

    .videoStyle {
        margin-top: 30px;
    }

    /*---- Prices section ----*/

    .single-pricing {
        margin-bottom: 20px;
    }

    #pricesSection {
        margin-bottom: 40px;
    }


}

@media (min-width: 40em) {

    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}



/* Turn off parallax scrolling for all tablets and phones. Increase/decrease the pixels if needed */
@media only screen and (max-device-width: 1366px) {
    .parallax {
        background-attachment: scroll;
    }
}
