﻿.ramadan-content {
    margin: 0 auto;
    padding: 0;
    text-align: left;
    background-color: #fff;
    position: relative;
    font-family: "Amsi Pro Cond";
    line-height: 1.1;
}

    .ramadan-content a {
        color: #0c6be2;
    }
    .ramadan-start {
        position: relative;
    }

.ramadan-start img {
  width: 100%;
}
.ramadan-content h1 {
    font-size: 77px;
    color: #fff;
    position: absolute;
    font-weight: 900;
    line-height: 1;
    padding-left: 60px;
    letter-spacing: -1px;
    font-family: 'Ciutadella Display';
    top: 0;
    height: max-content;
    bottom: 0;
    transform: translateY(40%);
    left: 0;
    text-shadow: -4.7px 3.7px 18.1px rgba(0, 0, 0, 0.36);
}

.ramadan-textarea {
  padding: 45px 60px;
}

.ramadan-textarea p {
  font-size: 24.5px;
  font-family: "Amsi Pro Cond";
  margin-bottom: 30px;
  font-weight: 500;
}

    .ramadan-textarea span {
        font-family: "AmsiProCond";
        font-weight: 900;
    }

.ramadan-title h2 {
    background-color: #0c6be2;
    color: #ffffff;
    text-align: center;
    padding: 25px 0 21px 0;
    font-size: 39.5px;
    font-family: 'Ciutadella Display';
    text-transform: uppercase;
}

    .ramadan-kind .ramadan-kind-element h3 {
        font-size: 35px;
        margin-bottom: 10px;
        font-family: 'AmsiProCond';
    }
.ramadan-kind p {
  font-family: "Amsi Pro Cond";
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 23.5px;
}

.ramadan-kind .ramadan-kind-element p span {
  font-family: "AmsiProCond";
  font-weight: 900;
}
.ramadan-white-bg {
  background-color: #fff;
}

.element-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #000;
  color: #fff;
  padding: 5px 20px 7px 20px;
}

    .element-title h3 {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

.ramadan-content .w-50 {
    width: 50% !important;
}

.ramadan-content .w-100 {
    width: 100% !important;
}

.ramadan-content .p-5 {
    padding: 5px 0;
}

.ramadan-content .text-left {
    text-align: left !important;
}
.ramadan-content .text-center {
    text-align: center !important;
}

.ramadan-content ul li {
    position: relative;
    font-weight: 500;
    font-size: 23px;
    line-height: 27px;
    margin-bottom: 5px;
}

.ramadan-content .py-100 {
    padding: 50px 100px;
}

.ramadan-content .border-top-none {
    border-top: transparent !important;
}

.ramadan-content .border-bottom-none {
    border-bottom: transparent !important;
}


.ramadan-content h1, .ramadan-content h2, .ramadan-content h3, .ramadan-content h4, .ramadan-content h5, .ramadan-content h6 {
    margin:0px;
}


/** New Code */

ul.ramadan-list {
    padding: 0px;
    margin: 0px;
}

.ramadan-list li {
    list-style: none;
    padding: 36px 70px;
    display: flex;
    align-items: center;
}

    .ramadan-list li p {
        font-size: 24.5px;
        line-height: 1.3;
    }

    .ramadan-list li a {
        color: #000;
        text-decoration: underline;
    }
.ramadan-list li  img {
    margin-right: 15px;
    width:70px;
    height:70px;
}

    .ramadan-list li:nth-child(odd) {
        background-color: #f2f2f2;
    }

    .ramadan-list li:nth-child(even) {
        background-color: #fff;
    }
    .ramadan-info {
        padding: 50px 80px;
        display: flex;
    }
        .ramadan-info p {
            font-size: 28.5px;
            font-weight: 900;
            font-family: 'AmsiProCond';
            margin-left: 30px;
        }

p.ramadan-short-info {
    font-size: 23.5px;
    padding:0px 80px 20px 80px;
}
.ramadan-tables {
    background-color: #f2f2f2;
    padding-top:25px;
}
table.ramadan-table {
    width: 100%;
    font-size:24px;
}

 h3.table-title {
    color: #0c6be2;
    font-weight: 900;
    font-family: 'AmsiProCond';
    text-align: center;
    font-size:45px;
    margin-bottom:30px;
}

.ramadan-table td, .ramadan-table th {
    border: 1px solid #000;
    padding: 20px;
    line-height:1.2;
}

.ramadan-item-title, .ramadan-content b {
    font-weight: 900;
    font-family: 'AmsiProCond';
}

.pl-60 {
    padding-left: 60px !important;
}

.mt-50 {
    margin-top: 30px !important;
}

.border-bottom-none {
    border-bottom: 0px !important;
}

.ramadan-products ul li {
    list-style: none;
}

.ramadan-products  li {
    display: flex;
    padding:50px 60px 10px 60px;
    align-items: center;
}

    .ramadan-products li img {
        margin-right: 50px;
        width: 110px;
        height: auto;
    }

    .ramadan-products .product-info {
        text-align: left;
    }

    .ramadan-products .product-info h3 {
        font-size: 48px;
        font-weight: 900;
        font-family: 'Ciutadella Display';
        color: #000;
    }

.ramadan-products li p {
    font-size: 24.5px;
    margin-top: 15px;
    font-family: 'Amsi Pro Cond';
    color: #000;
}


.ramadan-tab-content {
    display: none;
}

.ramadan-information-tab.active .ramadan-tab-content {
    display: block;
}

.ramadan-tab-header {
    background-color: #f1f1f1;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    width: 100%;
    font-size: 15px;
    font-weight: 900;
    font-family: 'AmsiProCond';
}

    .ramadan-tab-header.active {
        background-color: #ddd;
    }

.ramadan-information-tab .ramadan-tab-content.active {
    display: block !important;
}

.items-1, .items-2 {
    display: flex;
}

.ramadan-kind-element {
    text-align: center;
    padding: 65px;
    flex-basis: calc(50%);
}

.ramadan-kind-element img {
    width:44px;
    height: 58px;
}

.ramadan-gray {
    background-color: #f1f1f1 !important;
}

.ramadan-information-tab .active img {
    transform: rotate(180deg);
}

.ramadan-bl-none {
    border-left: none !important;
}

.ramadan-br-none {
    border-right: none !important;
}

.ramadan-table td, .ramadan-table th {
    vertical-align: baseline;
}

.ramadan-products .product-info a, .ramadan-tab-content a {
    text-decoration: underline;
    color: #000;
}

.ramadan-products ul {
    margin: 0px;
}