/*main nav*/
:root {
    --primary-color: #AD1B02;
    --secondary-color: #F4BE26;
  
    --body-font-color: #727272;
    --Black-color: #000000;
    --white-color: #ffffff;
    --footercolor:#9F9F9F;
 
}
.main-nav {
    border-top: 1px solid #C9C9C9;
    padding: 0;
}
    /*
.main-nav .container {
   border-top: 1px solid #d3cccc;
   padding: 5px 0;
   margin-top: 20px;
}*/
    .main-nav .navbar-nav .nav-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px;
         font-size: calc(13px + (18 - 13) * ((100vw - 300px) / (1920 - 300)));
        color: #000;
        white-space: nowrap;
        transition: 0.3s;
        font-weight: 400;
        text-transform: capitalize;
        -o-transition: 0.3s;
        text-decoration: none;
        margin: 0 30px;
    }

@media (min-width: 1200px) {
    .main-nav .navbar-nav {
        align-items: center;
    }
}

.navbar .container {
    padding-bottom: 0;
    padding-top: 0;
}


.aga-percentae {
    font-size: 28px;
}

.aga-text {
    font-size: 10px;
    line-height: 10px;
    text-align: left;
    margin-left: 6px;
}

.aga-arr-icon {
    flex: 1 0 40px;
    max-width: 40px;
    margin-left: 7px;
}

    .aga-arr-icon img {
        width: 100%;
    }

.header__login-cta-container {
    margin-left: 30px;
}

.header__login-cta {
    font-size: 14px;
    line-height: 21px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: 0.7px;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 5px;
    text-align: center;
    border-radius: 0;
    cursor: pointer;
    text-decoration: none;
    flex-shrink: 0;
    transition-timing-function: ease;
    transition-duration: 0.3s;
    transition-property: background-color, border-color;
    background-color: #1c2966;
    border: 3px solid #1c2966;
    color: #fff;
    border-radius: 40px;
}

    .header__login-cta:hover {
        background-color: #cc4b00;
        border-color: #cc4b00;
        color: #fff;
    }

/*main nav End*/


/*Hamburger Menu Button*/
#nav-icon2 {
    width: 45px;
    height: 30px;
    position: relative;
    margin: 0px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

    #nav-icon2 span {
        display: block;
        position: absolute;
        height: 3px;
        width: 50%;
        background: var(--primary-color);
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    #nav-icon2.open span {
        background-color: #3487df;
    }

    #nav-icon2 span:nth-child(even) {
        left: 50%;
        border-radius: 0 9px 9px 0;
    }

    #nav-icon2 span:nth-child(odd) {
        left: 0px;
        border-radius: 9px 0 0 9px;
    }

    #nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
        top: 0px;
    }

    #nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
        top: 12px;
    }

    #nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
        top: 24px;
    }

    #nav-icon2.open span:nth-child(1), #nav-icon2.open span:nth-child(6) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #nav-icon2.open span:nth-child(2), #nav-icon2.open span:nth-child(5) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #nav-icon2.open span:nth-child(1) {
        left: 5px;
        top: 7px;
    }

    #nav-icon2.open span:nth-child(2) {
        left: calc(50% - 5px);
        top: 7px;
    }

    #nav-icon2.open span:nth-child(3) {
        left: -50%;
        opacity: 0;
    }

    #nav-icon2.open span:nth-child(4) {
        left: 100%;
        opacity: 0;
    }

    #nav-icon2.open span:nth-child(5) {
        left: 5px;
        top: 20px;
    }

    #nav-icon2.open span:nth-child(6) {
        left: calc(50% - 5px);
        top: 20px;
    }

.navbar-toggler {
      border: none;
    height: 32px;
 background-color: var(--secondary-color);
    border-radius: 5px;
    margin: 5px 0;
    width: 44px;
}


    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
    }

#nav-icon1{
   text-align: center;
  display: flex;
  align-items: center;
   background-color: var(--secondary-color);
   justify-content: center;
}
#nav-icon1 span{
    background-color: var(--Black-color);
     display: block;
     width: 39px;
     height: 1px;
    text-align: center;
}

/*Hamburger Menu Button End*/
/*Mega Menu CSS Start*/

.mega-menu {
    width:450px; /* Adjust the width as needed */
    left: 50% !important;
    transform: translateX(-50%);
    padding: 0;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    /*box-shadow: 0px 5px 19.11px 1.89px rgba(13, 17, 45, 0.22);*/
    border: none;
    /*    border-top:1px solid #1c2966;*/
    z-index: 1020;
}

.hover-dropdown:focus-visible {
    outline: none !important;
}

.dd-megamenu-holder {
    padding: 30px 20px 8px 20px;
}

.mega-menu .col-md-6 {
    width: 50%; /* Each column takes 50% of the menu width */
}

.icon-menu-list-item {
    display: flex;
    margin-bottom: 10px;
    transition: 0.3s ease-in-out;
    border-radius: 10px;
    padding: 10px 0;
        text-decoration: none;
}

    /* .icon-menu-list-item:hover {
        background-color: #edf4fb;
    } */

      .icon-menu-list-item:hover  .iml-icon{
        background-color: var(--secondary-color);

      }
       .icon-menu-list-item:hover  .iml-cont span{
        color: var(--secondary-color);
       
    }

.iml-icon {
    flex: 1 0 50px;
    height: 50px;
    max-width: 50px;
    background-color: var(--primary-color);
    justify-content: center;
    align-items: center;
    display: flex;
    margin-right: 8px;
    border-radius: 5px;
}

.iml-cont span {
    font-size: calc(14px + (17 - 14) * ((100vw - 300px) / (1920 - 300)));
    color:var(--Black-color);
    font-weight: 500;
    display: block;
    line-height: 1;
    margin-bottom: 4px;
}

.iml-cont a {
    font-size: 16px;
    color: #141313;
    font-weight: bold;
    display: block;
    text-decoration: none;
}

/* .iml-cont p {
    font-size: 12px;
    margin-bottom: 0px;
    color: #212529;
} */

.menu-cta {
    background-color: #fff4e0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 22px;
}

.cta-msnu-title {
    font-weight: 700;
    font-size: 17px;
    display: block;
}

.cta-menu-cont p {
    font-size: 12px;
    margin-bottom: 0;
}

.cta-menu-btn-holder {
    flex: 1 0 120px;
    max-width: 120px;
}

.cta-menu-btn {
    transition: 0.3s ease-in-out;
    padding: 12px 17px;
    background-color: var(--sec-color);
    border-radius: 4px;
    color: #fff;
    text-align: center;
}


    .cta-menu-btn:hover {
        background-color: #333;
        color: #fff;
    }

.dropdown-toggle.show:before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 56px;
    transform: rotate(45deg);
    box-shadow: 0 0 10px #ccc;
}

/* .dd-megamenu-holder h5 {
    font-size: calc(22px + (35 - 22) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 600;
    color:var(--primary-color);
} */
.dd-megamenu-holder p {
    font-size: calc(10px + (13 - 10) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
    color: var(--body-font-color);
    margin: 0;
}
.dd-megamenu-holder a {
     text-decoration: none;
}

@media(max-width:1399px) {
    .dd-megamenu-holder {
        padding: 20px 8px 8px 20px;
    }

    .mega-menu {
        width: 900px;
    }

    .main-nav .navbar-nav .nav-link {
        margin: 0 18px;
    }
}
/*Mega Menu CSS End*/
@media(max-width:1199px) {
    .dropdown-toggle.show:before {
        display: none;
    }

    .mega-menu {
        transform: none;
        width: 100%;
    }

    .main-nav .nav-item {
        border-bottom: 1px solid;
    }

        .main-nav .nav-item:last-child {
            border-bottom: 0;
        }

    .nav-link.dropdown-toggle {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .dd-megamenu-holder {
        padding: 0 20px;
    }
}

@media(max-width:767px) {
    .main-nav .navbar-nav .nav-link {
        font-size: 14px;
        padding-top: 14px;
        padding-bottom: 14px;
        margin: 0 0;
    }
    .main-nav .navbar-nav {
        height: auto;
        max-height: 100vh !important;
        overflow: auto;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    .iml-icon {
        display: none;
    }
}


