@font-face {
    font-family: 'AcherusFeral-Light';
    src: url('/fonts/Horizon Type - AcherusFeral-Light.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'AcherusFeral-Bold';
    src: url('/fonts/Horizon Type - AcherusFeral-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'MinionPro';
    src: url('/fonts/MinionPro-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'MinionPro';
    src: url('/fonts/MinionPro-It.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'MinionPro';
    src: url('/fonts/MinionPro-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'MinionPro';
    src: url('/fonts/MinionPro-MediumIt.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'MinionPro';
    src: url('/fonts/MinionPro-Semibold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'MinionPro';
    src: url('/fonts/MinionPro-SemiboldIt.otf') format('opentype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'MinionPro';
    src: url('/fonts/MinionPro-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'MinionPro';
    src: url('/fonts/MinionPro-BoldIt.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'MinionProCondensed';
    src: url('/fonts/MinionPro-BoldCn.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'MinionProCondensed';
    src: url('/fonts/MinionPro-BoldCnIt.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}

  /* Regular */
@font-face {
    font-family: 'Cormorant Garamond';
    src: url('/fonts/CormorantGaramond-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* Italic */
@font-face {
    font-family: 'Cormorant Garamond';
    src: url('/fonts/CormorantGaramond-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

/* Light */
@font-face {
    font-family: 'Cormorant Garamond';
    src: url('/fonts/CormorantGaramond-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/* Light Italic */
@font-face {
    font-family: 'Cormorant Garamond';
    src: url('/fonts/CormorantGaramond-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

/* Medium */
@font-face {
    font-family: 'Cormorant Garamond';
    src: url('/fonts/CormorantGaramond-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

/* Medium Italic */
@font-face {
    font-family: 'Cormorant Garamond';
    src: url('/fonts/CormorantGaramond-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

/* SemiBold */
@font-face {
    font-family: 'Cormorant Garamond';
    src: url('/fonts/CormorantGaramond-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

/* SemiBold Italic */
@font-face {
    font-family: 'Cormorant Garamond';
    src: url('/fonts/CormorantGaramond-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

/* Bold */
@font-face {
    font-family: 'Cormorant Garamond';
    src: url('/fonts/CormorantGaramond-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* Bold Italic */
@font-face {
    font-family: 'Cormorant Garamond';
    src: url('/fonts/CormorantGaramond-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

body{
    position: relative;
    background-color: #F3F3F4;
    font-family:'AcherusFeral-Light';
}

.nav-text-style{
    font-family: 'AcherusFeral-Light';
    color:#1D1D1B;
}

.navbar{
    background-color: transparent;
    position: absolute !important;
}

.navbar .container{
    background-color: yellowgreen;
    padding: 0% 0%;
    border-radius: 60px;
    display: flex;

}

.navbar .container .left-side{
    background-color: white;
    width: 30%;
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    padding-left: 5%;
    padding-right: 5%;
    color: white !important;
}

.navbar .container .right-side{
    width: 70%;
    padding-right: 5%;
   
}

.nav-text-white{
    color: white !important;
    /* font-family: Montserrat;
    font-weight: 500; */
}
.nav-text-style a.nav-link {
    transition: background-color 0.3s, color 0.3s;
    border-radius: 5px;
}

/* Hover effect */
.nav-text-style a.nav-link:hover {
    background-color: #4CAF50; /* Mid green */
    color: white !important;
}

/* Active link */
.nav-text-style a.nav-link.active {
    background-color: #388E3C; /* Darker green */
    color: white !important;
    font-weight: bold;
}

.learn-more-btn {
    border: none;
    font-weight: bold;
    color: grey;
    text-decoration: underline;
    background: none; /* Optional: if you want it to have no background */
    padding: 0; /* Optional: remove default padding */
    cursor: pointer; /* Optional: show pointer on hover */
}

.center-header-h2 {
    font-size: 3rem;
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
    text-align: center;
}

/* Create a custom underline using a pseudo-element */
.center-header-h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 77%; /* Adjust the underline length here */
    height: 3px; /* Underline thickness */
    background-color: #98c56b;
}

.start-header-h2 {
    font-size: 3rem;
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
    text-align: left;
}

/* Create a custom underline using a pseudo-element */
.start-header-h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0%;
    transform: translateX(0%);
    width: 77%; /* Adjust the underline length here */
    height: 3px; /* Underline thickness */
    background-color: #98c56b;
}

.end-header-h2 {
    font-size: 3rem;
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
    text-align: right;
}

/* Create a custom underline using a pseudo-element */
.end-header-h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 100%;
    transform: translateX(-100%);
    width: 77%; /* Adjust the underline length here */
    height: 3px; /* Underline thickness */
    background-color: #98c56b;
}

.text-justify {
    text-align: justify;
}

.bold{
    font-weight: 700;
}
li a{
    font-size: 0.8rem !important;
    font-weight: 700 !important;
}

.btn-close-custom {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: white;
    font-size: 1.5rem;
    line-height: 1;
    padding: 0;
    cursor: pointer;
}


@media (max-width: 768px) {
    .right-side {
        width: 100% !important;
        display: flex;
        padding: 0% 12% !important;
    }

    .navbar{
        background-color: transparent;
        position: relative !important;
        padding: 0% 0% !important;
    }
    
    .navbar .container{
        background-color: yellowgreen;
        padding: 0% 0%;
        border-radius: 0;
        display: flex;
    }

    .navbar .container .left-side{
        background-color: white;
        width: 30%;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        padding-left: 5%;
        padding-right: 5%;
        color: white !important;
    }

    
}


