@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&display=swap');

body{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
}
.logo{
    z-index: 1;
    background: rgba(255, 255, 255, 0.82);
    width: 100%;
    padding: 10px;
}
.logo img{
    max-width: 300px;
}
.banner-text{
    padding: 5px;
    background: #ffffff8a;
    color:#ED1C24;
    border-radius: 8px;
}
.banner-text h1{
    margin-bottom: 0px;
    font-size: 48px;
    font-weight: 600;
}
.navbar-nav{
    justify-content: space-between;
    width: 100%;
}
.alj-mb-0{
    margin-bottom: 0rem;
}
.alj-mb-0-5{
    margin-bottom: 0.5rem;
}
.alj-mb-1{
    margin-bottom: 1rem;
}
.alj-mb-1-5{
    margin-bottom: 1.5rem;
}
.alj-mb-2{
    margin-bottom: 2rem;
}
.alj-mb-3{
    margin-bottom: 3rem;
}
.alj-mb-4{
    margin-bottom: 4rem;
}
.alj-mb-5{
    margin-bottom: 5rem;
}
.navbar-nav li.nav-item{
    padding: 10px 0px;
    color: #8F8F8F;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    margin-right: 1rem;
}
.navbar-nav li.nav-item:last-child{
    margin-right: 0px;
}
.navbar-nav li.nav-item.active{
    color: #F53700;
}
.navbar-nav li.nav-item.active::after{
    content: url(../img/red-line.svg);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.tab-content .active{
    display: block!important;
  }
.tab-content{
display: none;
}
.dish-heading{
    width: 100%;
}
.dish-heading h2{
    font-size: 32px;
    font-weight: 400;
    line-height: 2;
    border-bottom: 1px solid #E4E4E4;
    width: fit-content;
    color: #F53700;
    margin-bottom: 3rem;
}
.dish-heading h2 .h-line{
    padding: 0px 20px;
    color: #E4E4E4;
    font-weight: 300;
}
/* accordion styles */
.accordion {
    width: 100%; /* Adjust the width as needed */
    border: 1px solid #E5E3DF;
    border-radius: 8px;
}

.accordion-item {
    border: none;
}

.accordion-header {
    cursor: pointer;
    padding: 20px 20px;
    padding-right: 70px;
    position: relative;
    
}
.accordion-header::after{
    content: "";
    position: absolute;
    width: 15px;
    height: 19px;
    top: 36%;
    right: 1.7%;
    z-index: 1;
    background-image: url(../img/right-arrow.svg);
    background-repeat: no-repeat;
}
.accordion-header h3{
    font-size: 20px;
    font-weight: 600;
    color: #222222;
    margin-bottom: 0px;
}
.accordion-header h3 span[dir="rtl"]{
    float: right;
}
.accordion-item.active .accordion-header{
    background-color: rgba(245, 55, 0, 0.15);
}
.accordion-item.active .accordion-header::after{
    right: 2%;
    transform: rotate(90deg);
}
.accordion-item:first-child .accordion-header{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.accordion-item:first-child{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.accordion-item:last-child{
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.accordion-content {
    display: none;
    padding: 5px 20px;
}
.accordion-item.active .accordion-content{
    display: block!important;
    width: calc(100% - 50px);
}
table{
    width: 100%;
}
table tr{
    font-size: 18px;
    color: #8f8f8f;
    font-weight: 400;
}
table tr td{
    padding: 10px 0px;
}
table tr td br + span{
    font-size: 14px;
}
.six-col th:first-child{
    width:36%;
}
.six-col th:nth-child(2){
    width:7%;
    font-size: 10px;
    text-align: center;
}
.six-col th:nth-child(3){
    width:7%;
    font-size: 10px;
    text-align: center;
}
.six-col th:nth-child(4){
    width:7%;
    font-size: 10px;
    text-align: center;
}
.six-col th:nth-child(5){
    width:7%;
    font-size: 10px;
    text-align: center;
}
.six-col th:last-child{
    width:36%;
}
.six-col tr td:first-child{
    width:36%;
}
.six-col tr td:nth-child(2){
    width:7%;
    text-align: center;
}
.six-col tr td:nth-child(3){
    width:7%;
    text-align: center;
}
.six-col tr td:nth-child(4){
    width:7%;
    text-align: center;
}
.six-col tr td:nth-child(5){
    width:7%;
    text-align: center;
}
.six-col tr td:last-child{
    width:36%;
}
table.five-col th:first-child{
    width:35%;
}
table.five-col th:nth-child(2){
    width:10%;
    font-size: 10px;
    text-align: center;
}
table.five-col th:nth-child(3){
    width:10%;
    font-size: 10px;
    text-align: center;
}
table.five-col th:nth-child(4){
    width:10%;
    font-size: 10px;
    text-align: center;
}
table.five-col th:last-child{
    width:35%;
}
table.five-col tr td:first-child{
    width:35%;
}
table.five-col tr td:nth-child(2){
    width:10%;
    text-align: center;
}
table.five-col tr td:nth-child(3){
    width:10%;
    text-align: center;
}
table.five-col tr td:nth-child(4){
    width:10%;
    text-align: center;
}
table.five-col tr td:last-child{
    width:35%;
}
tr.model-btn{
    cursor: pointer;
}
table tr td:first-child{
    width: 45%;
    text-align: left;
}
table tr td:last-child{
    width: 45%;
    text-align: right;
}
table tr td:nth-child(2){
    width: 10%;
    text-align: center;
}
/* .pright-20{padding-right: 20px;}
.pdown-20{padding-bottom: 20px;}
.big-img{
    width: 16%;
}
.small-img{
    width: 84%;
}
.small-one{
    width: 30%;
}
.big-ver{
    width:70%;
} */
.contact-text h2{
    font-size: 32px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 2rem;
}
.contact-text p{
    font-size: 20px;
    font-weight: 400;
    color: #5C5C5C;
    margin-bottom: 2rem;
}
.cont-data{
    font-size: 14px;
    color: #8F8F8F;
    text-align: center;
}
.cont-data img{
    margin-right: 10px;
}
footer .first-col{
    padding-top: 1rem;
    padding-right: 2rem;
}
footer .first-col img{
    max-width: 300px;
}
footer h4{
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 1.5rem;
}
footer h5{
    font-size: 16px;
    color: #8F8F8F;
    line-height: 30px;
    font-weight: 600;
}
footer .col-no-3 h5{
    font-weight: 400;
}
footer h5 img{
    padding-right: 5px;
    
}
footer h6{
    font-size: 14px;
    color: #8F8F8F;
    font-weight: 600;
}
footer .col-lg-3{
    padding-right: 2rem;
}
.footer-bottom h6{
    font-weight: 400;
}
.col-no-4 .w-75 img{
    width: 50px;
}
.col-no-4 .w-75{
    padding-top: 1rem;
}
.btn-close{
    border: 2px solid #ED1C24;
    color: #ED1C24;
    opacity: 1;
}
.btn-close:hover{
    border: 2px solid #ED1C24;
    color: #ED1C24;
    opacity: 1;
}
.modal-header{
    border-bottom: 0px;
    justify-content: end;
}
.fakeimg {
    height: 200px;
    background: #aaa;
  }
@media (min-width:769px){
    .mobile-view{
        display: none;
    }
    .desktop-view{
        display: block;
    }
}
@media (max-width:768px){
    .banner-text h1{
        margin-bottom: 0px;
        font-size: 24px;
        font-weight: 600;
    }
    .top-50 {
        top: 64%!important;
    }
    .dish-heading h2{
        font-size: 18px;
        font-weight: 400;
    }
    .accordion-header{
        padding-right: 35px;
    }
    .accordion-item.active .accordion-content{
        width: calc(100% - 15px);
    }
    .accordion-item.active .accordion-header::after {
        right: 4%;
        transform: rotate(90deg);
    }
    .accordion-header::after {
        content: "";
        position: absolute;
        width: 7px;
        height: 14px;
        top: 36%;
        right: 4%;
        z-index: 1;
        background-image: url(../img/right-arrow.svg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .accordion-header h3{
        font-size: 12px;
        font-weight: 500;
    }
    table tr{
        font-size: 12px;
    }
    table tr td br + span{
        font-size: 10px;
    }
    .accordion-item.active .accordion-header h3{
        color: #ED1C24;
    }
    .contact-text h2{
        margin-bottom: 1rem;
    }
    .contact-text p{
        font-size: 12px;
    }
    .cont-data{
        font-weight: 400;
    }
    .mobile-view{
        display: block;
    }
    .desktop-view{
        display: none;
    }
    .mobile-nav{
        position: relative;
        margin-bottom: 1.5rem;
    }
    .mobile-nav .text-part{
        position: absolute;
        width: 100%;
        bottom: -7px;
        padding-right: 24px;
    }
    .mobile-nav .text-part h2{
        background-color: #00000052;
        color: #ffffff;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        text-align: center;
        padding: 10px 10px;
        font-size: 20px;
        font-weight: 400;
    }
    .hide-mob{
        display: none!important;
    }
    .show-mob{
        display: block!important;
    }
    .text-center-mob{
        text-align: center;
    }
    footer .col-lg-3{
        padding-right: 0px;
    }
    footer .first-col{
        padding: 1rem 2rem;
    }
    footer .first-col img{
        max-width: 250px;
    }
    .col-no-4 .w-75{
        width: 100%!important;
    }
    footer .col-md-3{
        margin-bottom: 2rem;
    }
    .cont-data .col-md-3{
        margin-bottom: 2rem;
    }
}
