:root {
    --background-color1: #CAE9EA;
    --background-color2: #9FE5E0;

    /* hsl(176, 50%, 73%) */
    
    --call-action: #01AEEF;
    --fontColor: #180D41;

    --headFont: 'Lato', sans-serif;
    --mainFont: 'Baloo 2', cursive;
    
}

*{
   overflow-x: hidden;
}


.navbar {
    font-family: var(--mainFont);
    background-color: var(--background-color1);
    color: var(--fontColor);
}

.navbar-brand {
    font-weight:900;
    margin-left: 10px;
    color: var(--fontColor) !important;
    font-size: 28px;
}

.nav-img {
    margin-left: 20px;
} 

.navbar-toggler {
    margin-right: 20px;
}

.navbar-collapse{
    padding-right: 30px;
}

.nav-link {
    color: var(--fontColor) !important;
    font-size: 24px;
    font-weight: 500;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2824, 13, 65, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

body {
    color: var(--fontColor);
    background-color: var(--background-color2);
}

h1 {
    font-family: var(--headFont);
    font-style: italic;
    font-weight: 900;
}

.lead {
    font-family: var(--mainFont);
    font-weight: 400;
    max-width: 370px;
    padding: 15px 0;
}

.hero {
    background: linear-gradient(-10deg, var(--background-color2) 15%, var(--background-color1) 15%);
    padding-bottom: 75px;
    padding-top: 125px;
    margin-bottom: 20px;
}

.btn{
    font-family: "baloo 2";
    font-weight: 600;
    
}

.btn-secondary {
    background-color: #433E55;
}

.btn-primary {
    background-color: var(--call-action);
    border: none;
    
}

.btn-primary:hover {
    background-color: #F7941D;
}

.card {
    background-color: var(--background-color1);
    font-family: var(--mainFont);
    margin-top: 15px;
    margin-bottom: 10px;
    border: 1px white solid;
    box-shadow: 0px 0px  10px whitesmoke;
}

.card-title {
    overflow: hidden;
    font-weight: bold;
}

.card-text {
    font-size: 16px;
    user-select: none !important;
    overflow-y: hidden !important;
}

.get-started {
    display: none;
}

.pdBott {
    padding-bottom: 20px;
}

.carousel {
    margin: 15px;
    background-color: var(--background-color1);
    border-radius: 10px;
    border: 1px white solid;
    box-shadow: 0px 0px  10px whitesmoke;
    min-height: 300px;
}

.review-title {
    margin: 30px 0;
    font-style: italic;
}

.carousel-item {
    padding: 0 12% 40px 12%;
}

.carousel-text {
    padding-left: 15px;
}

.carousel-title {
    padding-bottom: 10px;
}

.carousel-control-prev-icon {
    position: relative;
    right: 25%;
}
.carousel-control-next-icon {
    position: relative;
    left: 25%;
}

.form-section {
    background: linear-gradient(-10deg, var(--background-color1) 90%, var(--background-color2) 90%);
    padding-bottom: 75px;
    padding-top: 75px;
    margin-top: 20px;
}

.contact-link {
    font-size: 18px;
}

.contact-info {
    padding-top: 100px;
}

.contact-head {
    padding-bottom: 5px;
}

.contact-action {
    padding: 25px 0;
    font-size: 18px;
}

.contact-arrow {
    min-width: 100px;
    margin-left: 10px;
}

form {
    font-family: var(--headFont);
}

.expandable {
    overflow: hidden;
    resize: none;
    height: 40px;
    font-style: italic;
  }
  
.expandable:focus {
    height: auto;
    min-height: 100px;
}

#form-thanks {
    display: none;
}

#form-thank2 {
    display: none;
}

.pricing-section{
    padding-top: 25px;
    padding-bottom: 35px;
}

.pricing-title {
    font-family: var(--mainFont);
    font-weight: bold;
    font-size: 35px;
    padding-bottom: 10px;
}


.nav-pills .nav-link {
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    font-size: 18px;
    padding: 10px 0;
    border: 1px solid white;
    border-bottom: none;
    box-shadow: 0px 0px 10px whitesmoke;
    color: white !important;
    background-color: #433E55;
}

.nav-item .active {
    background-color: var(--call-action) !important;
    color: white !important;
}

.nav-pills {
    max-width: 500px;
    margin: auto;
    font-family: var(--mainFont);
    font-weight: bold;
    background-color: var(--background-color1);
}

.pricing-tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px 40px;
    background-color: white;
    border-radius: 5px;
    margin-top: 25px;
}

.regular-price {
    font-size: 20px;
    text-decoration: line-through;
    color: #777777;
}

.new-price {
    font-size: 30px;
    font-weight: bold;
    color: var(--fontColor);
    margin-bottom: 10px;
}

.discount {
    font-size: 16px;
    color: #777777;
}

.full-tab{
    max-width: 800px;
    margin: auto;
    padding: 35px 25px;
    padding-bottom: 40px;
    display: flex;
    justify-content: space-evenly;
    background-color: var(--background-color1);
    border-radius: 15px;
    border: 1px solid white;
    box-shadow: 0px 0px 10px whitesmoke;
}

.lessons-text {
    max-width: 250px;
    font-weight: 500;
    font-size: 18px;;
}

.bootcamp-text {
    max-width: 280px;
    font-weight: 500;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.bootcamp {
    margin-right: 25px;
}

.bootcamp-divider {
    border: 1px solid var(--fontColor);
    margin: 15px 0;
}


.lessonSelect {
    max-height: 40px;
    border: 1px solid white;
    box-shadow: 0px 0px 10px whitesmoke;
    font-weight: 500;
    color: var(--fontColor);
    margin: auto;
}

.about-section {
    padding-top: 25px;
}

.about-tab {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: auto;
    padding: 35px 25px;
    padding-bottom: 40px;
    background-color: var(--background-color1);
    border-radius: 15px;
    border: 1px solid white;
    box-shadow: 0px 0px 10px whitesmoke;
    justify-content: space-evenly;
    align-items: center;
    
}

.about-img {
    margin: auto;
    display: block;
}

.about {
    display: block;
    max-width: 400px;
}

.about-head {
    display: block;
    font-weight: bold;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 5px;
}

.about-text{
    font-size: 15px;
}

.img-text {
    font-weight: bold;
    font-size: 22px;
    padding: 10px;;
}

footer {
    height: 100px;;
}

#pricing {
    display: hidden;
    position: relative;
    bottom: 100px;
}

.guide-section {
    padding-top: 50px;
    background: linear-gradient(-5deg, var(--background-color2) 90%, var(--background-color1) 90%);
}


@media (min-width: 1200px) {
    .navbar {
        padding-left: 10%;
    }
}

@media (max-width:  768px) {
    .contact-arrow {
        display: none;
    }

    .guide-section {
        padding-top: 125px;
    }

    .pricing-section {
        padding-bottom: 0;
    }

    .form-section {
        padding-bottom: 0px;
    }
}

@media (max-width: 576px) {
    .hero {
        background: linear-gradient(-10deg, var(--background-color2) 15%, var(--background-color1) 15%);
        padding-bottom: 100px;
        padding-right: 25px;
        margin-bottom: 0;
    }
    .btn-group {
        padding-left: 15px;
    }
    .lead {
        padding: 10px 0;
    }
    .carousel {
        margin-bottom: 0;
    }
    .form-section {
        background: linear-gradient(-5deg, var(--background-color1) 90%, var(--background-color2) 90%);
        margin: 0;
    }

    .contact-info {
        padding-top: 75px;
    }
    .contact-arrow {
        display: none;
    }
    
}   

@media (max-width: 380px) {
    .navbar-brand {
        display: none !important;
    }
}
