body {
    padding-top: 80px;
}

.nav-item {
    font-size: 20px;
   
}


.navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-nav .nav-link.active {
    background-color: #e0bc0b !important ;
    border-radius: 20px !important;
    color: white !important;
}

.carousel-caption {
    top: 38%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            margin-right: -10px;
}

.button-slider {
    font-size: 7px !important;
    font-weight: 600 !important;
    margin-top: 8px !important;
    
}
.slide-buttons {
    font-size: 40px;
}
.second-section-1 {
    background-color: #5e947f;
    padding: 30px;
}
.second-section-2 {
    background-color: #98934b;
    padding: 30px;
}
.second-section-3 {
    background-color: #61033a;
    padding: 30px;
}
.style1 {
    background-image: linear-gradient(271deg, black 43%, #c7c730 100%);
   
}

table {
    width: 100%;
}


.sec-line {
    height: 80px;
    background-color: #caa632  ;
}

.form-button {
    background-color: #caa632 ;
    padding: 20px;
    border-radius: 20px;
    color: white;
    font-weight: 600;
    border: none;
    font-size: 20px;
}

input, textarea, select {
    background-color: #c7d0e2 !important;
    padding: 15px !important;
    font-size: 20px !important;
    font-weight: 600 !important;

}

option {
    color: black !important;
}

.socials > .fab {
    font-size: 25px;
    margin: 5px;
    color: #caa632  ;
}

.carousel-heading {
font-size: 0.8rem ;
}

.carousel-text {
    font-size: 0.6rem;
}

@media (min-width: 768px) {

.slide-buttons {
        font-size: 80px;
    }
.carousel-heading {
        font-size: 1.8rem !important;
    }

.carousel-text {
        font-size: 1.3rem !important;
    }

    .carousel-caption {
    top: 45% !important;
            margin-right: -10px !important;
}

.button-slider {
    font-size: 15px !important;
    font-weight: 600 !important;
    margin-top: 12px !important;
    
}
   
}

@media (min-width: 576px) {

.slide-buttons {
        font-size: 60px;
    }

.carousel-heading {
        font-size: 1.2rem;
    }

.carousel-text {
        font-size: 0.8rem;
    }

     .carousel-caption {
    top: 40%;
            margin-right: -20px;
}

.button-slider {
    font-size: 15px !important;
    font-weight: 600 !important;
    margin-top: 10px !important;
    
}
   
}

@media (min-width: 992px) {

.slide-buttons {
        font-size: 80px;
    }
.carousel-heading {
        font-size: 3rem !important;
    }

.carousel-text {
        font-size: 1.7rem !important;
    }

         .carousel-caption {
    top: 50%;
            margin-right: -30px;
}

.button-slider {
    font-size: 30px !important;
    font-weight: 600 !important;
    margin-top: 30px !important;
    
}
   
}
.yellow-box {
    background-color: #caa632 !important;
    color: white !important;
    text-align: center;
    font-size: 20px;
    
}

.grey-box {
    background-color: #808285 !important;
    color: white !important;
      text-align: center;
      border: 1px solid #ffffff;
}

.grey-box2 {
    background-color: #caa632 !important;
      text-align: center;
      border: 1px solid #ffffff;
      color: white;
}


td, th {
    font-size: 15px;
    padding: 10px;
}
@media (min-width: 768px) {
td, th {
    font-size: 30px;
    padding: 10px;
}
.yellow-box {
    font-size: 40px;
}
}
.style2 {
    background-image: url("../assets/images/background.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

