@font-face {
    font-family: "Bodoni Sans Text";
    src: local("Bodoni Sans Text Regular"), local(BodoniSansText-Regular), url(../fonts/BodoniSansText-Regular.woff) format("woff2"), url(../fonts/BodoniSansText-Regular.woff2) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
.font-9 {
    font-size: 9px;
}
.font-10 {
    font-size: 10px;
}
.font-11 {
    font-size: 11px;
}
.font-12 {
    font-size: 12px;
    line-height: normal;
}
.font-13 {
    font-size: 13px;
    line-height: normal;
}
.font-14 {
    font-size: 14px;
    line-height: 20px;
}
.le_font-14 {
    font-size: 14px;
}
.font-16 {
    font-size: 16px;
}
.font-18 {
    font-size: 18px;
}
.font-20 {
    font-size: 20px;
}
.font-24 {
    font-size: 24px;
}
.font-32 {
    font-size: 32px;
}
.bg-skin {
    background: #a7714d !important;
}
.bg-blue {
    background: #3d5568 !important;
}
.title-heading {
    font-family: "Bodoni Sans Text", sans-serif;
    font-size: 3rem;
    font-weight: 300;
    color: #2e4353;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.font-cinzel {
    font-family: "Bodoni Sans Text", sans-serif;
}
.large-title {
    font-size: 5rem;
    color: #3d5467;
    line-height: normal;
    text-transform: uppercase;
}
.title-h2 {
    font-size: 3rem;
}
.hero-carousel .carousel-item img {
    height: 100vh;
    object-fit: cover;
}
.overlay-text {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 2;
    background: #00000080;
    padding: 2rem;
    border-radius: 0.5rem;
}
.gray-bg {
    background-color: #f1f1f1;
}
.form-section input,
.form-section select {
    margin-bottom: 1rem;
}
.fade-up {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.6s ease-out;
}
.fade-up.show {
    opacity: 1;
    transform: translateY(0);
}
.slide-img {
    max-width: 200px;
}
.carousel-text {
    background: #2f4a5f;
    color: #fff;
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#learnCarousel .carousel-control-next-icon,
#learnCarousel .carousel-control-prev-icon {
    width: 40px;
    height: 70px;
}
#learnCarousel .carousel-item {
    /* height: 100%; */
}
#learnCarousel .carousel-control-next,
#learnCarousel .carousel-control-prev {
    width: 42px;
    opacity: 1;
}
.kennedy-logo {
    width: 240px;
}
.bg-gray {
    background-color: #d8d7d7;
}
.over-text {
    bottom: 2rem;
    padding: 2rem;
    width: 100%;
    color: #fff;
    padding: 15px;
    text-align: center;
}
.text-uppercase {
    text-transform: uppercase;
}
.btn-toogle {
    position: absolute;
    top: 32px;
    right: 0;
    /* :afterdisplay: none; */
}
.bg-brown {
    background-color: #a46f4d;
}
.form-section {
    border-radius: 8px;
    box-shadow: 0 4px 6px #0000001a;
}
.form-section .form-check-input:checked {
    background-color: #2f4a5f;
    border-color: #2f4a5f;
    background-image: none;
}
.form-section .form-label {
    text-transform: uppercase;
    font-weight: 500;
}
.form-section h3 {
    font-family: "Cinzel", serif;
    font-size: 1.8rem;
    font-weight: 600;
    color: #2f4a5f;
    text-transform: uppercase;
}
.form-section input,
.form-section select {
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    padding: 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 4px;
    margin-bottom: 1rem;
}
.form-section input::placeholder,
.form-section select {
    color: #6c757d;
}
.form-section .form-check-label {
    font-size: 0.9rem;
    color: #495057;
    margin-top: 0.3rem;
    margin-left: 0.4rem;
}
.form-section .form-check-input {
    width: 1.2rem;
    height: 1.2rem;
}
.rounded-full {
    border-radius: 30px !important;
}
.btn-toggle::after {
    display: none;
}
.dropdown-input {
    flex: 1;
    background-color: #fff;
    border: none;
    padding: 0.5rem;
    outline: none;
}
.btn-fill {
    background-color: #1a3d66;
}
.dropdown-toggle-custom {
    background-color: #1a3d66;
    color: #fff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1rem;
}
.dropdown-toggle-custom::after {
    display: none;
}
.dropdown-menu {
    width: 100%;
}
.video-banner {
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.video-banner video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #0000004d;
}
.video-content {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}
.play-btn {
    background: none;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
}
.g-map {
    display: flex;
    align-items: center;
    justify-content: end;
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.g-map a {
    text-decoration: none;
    color: #fff;
}
.fit-image {
    width: 100%;
    object-fit: cover;
}

label {
    font-weight: 700;
    color: #000000;
    font-size: 0.9rem;
    letter-spacing: 1px;
}

.form-control::placeholder {
    color: #817c7c;
    font-size: 0.9rem;
}

.form-check-label {
    font-weight: 700;
    font-size: 0.9rem;
}

.btn-primary {
    background-color: #3d5567;
    border-color: #3d5567;
}

.btn-primary:hover {
    background-color: #2c3e4f;
    border-color: #2c3e4f;
}

@media (max-width: 991px) {
    .carousel-text {
        padding: 2.4rem 5rem 0;
    }

    
}
@media (max-width: 768px) {
    .kennedy-logo {
        width: 180px;
    }
    .carousel-text {
        padding: 7rem;
    }
    .carousel-text h2 {
        font-size: 1.8rem;
    }
    .carousel-text p {
        font-size: 1rem;
    }
    #learnCarousel .carousel-control-next-icon,
    #learnCarousel .carousel-control-prev-icon {
        width: 40px;
        height: 40px;
    }
    #learnCarousel .carousel-control-next,
    #learnCarousel .carousel-control-prev {
        width: 25px;
    }
    #learnCarousel .carousel-control-next svg,
    #learnCarousel .carousel-control-prev svg {
        width: 24px;
    }
    .carousel-text {
        padding: 2.5rem 6rem 0;
    }
    .g-map {
        justify-content: center;
        position: static;
        margin-top: 20px;
        text-align: center;
    }
}
@media (max-width: 480px) {
    .kennedy-logo {
        width: 120px;
    }
    .carousel-text {
        padding: 1rem;
    }
    .carousel-text h2 {
        text-align: center;
    }
    .title-heading {
        font-size: 2rem;
    }
    .carousel-text p {
        text-align: center;
    }
    .slide-img {
        max-width: 200px;
        margin: 0 auto;
    }
    .large-title {
        font-size: 2rem;
    }
}

/* homepage carousel styles  */

.carousel-fixed-height .carousel-item,
.carousel-fixed-height video {
    height: 100%;
}
.carousel-fixed-height video {
    object-fit: cover;
}
.carousel-fixed-height .carousel-inner .carousel-item {
    position: relative;
}

#heroCarousel .carousel-indicators li {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid white;
    background-color: transparent;
    opacity: 1;
    margin-left: 8px;
}
#heroCarousel .carousel-indicators li::marker {
    color: transparent;
}
#heroCarousel .carousel-indicators .active {
    background-color: white;
}
@media screen and (max-width: 992px) {
    .carousel-fixed-height {
        height: 14.4375rem; /* Or use min-height: 50vh; for responsive */
        min-height: 14.4375rem;
    }}

    /* @media (max-width: 767.98px) {
        #learnCarousel .carousel-control-next, #learnCarousel .carousel-control-prev{display: none;}
      } */
      