/* add a justify text class */
.justify {
    text-align: justify;
}

/* adjustments */
.claims-steps.suggestions .step{
    text-align:start !important;
    width: 33%;
}
.registrationNumber{
    font-size: 0.5rem;
    color: var(--gray-color);
}
.addresses-container .cities{
    flex-wrap:wrap;
    max-width: 70%;
    row-gap: 1rem;
    margin: unset;
}
/* for cities -> branches section*/
.location-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.select-branch.hidden + span{
    display: none;
}
.select-branch:not(.hidden) + span{
    display: inline-block;
}

.select-branch + span{
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    margin-bottom: 1rem;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: unset !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--primary-color) !important;
    font-weight: 500;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--secondary-color) !important;
}
/* header */
header {
    height: 9rem;
    width: 80%;
    background-color: transparent;
}

.logo {
    width: 11rem;
    height: 3.5rem;
}

.logo img {
    width: 100%;
    height: auto;
}

.top-section * {
    margin: 0;
}

.top-menu,
.bottom-menu {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

.top-menu li {
    padding-left: 2rem;
    padding-right: 2rem;
}

.bottom-menu {
    width: 100%;
    justify-content: space-between;
    z-index: 15 !important;
}

.bottom-menu li {
    margin-left: 0;
    margin-right: 0;
}

.top-menu a,
.bottom-menu a {
    text-decoration: none;
    text-transform: uppercase;
    color: var(--secondary-color);
    font-weight: var(--font-weight-regular);
    font-size: var(--font-size-small);
}

.bottom-menu a.active {
    color: var(--secondary-color);
}

.bottom-menu a {
    color: var(--primary-color);
}

.top-menu li:not(:first-child):not(:last-child) {
    border-left: 1px solid var(--secondary-color);
}

[dir="rtl"] .top-menu li:not(:first-child):not(:last-child) {
    border-left: none;
    /* Remove the left border */
    border-right: 1px solid var(--secondary-color);
}

.top-menu a:hover,
.bottom-menu a:hover {
    font-weight: var(--font-weight-medium);
}

.burger-menu {
    width: 2.2rem;
    height: 2.2rem;
    display: none;
    cursor: pointer;
}

.close-btn {
    display: none;
}

.close-btn img {
    width: 2.2rem;
    height: 2.2rem;
    cursor: pointer;
}

.burger-menu img {
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.bottom-menu .submenu, .top-menu .submenu {
    display: none;
    padding: 0;
    position: absolute;
    /* left: 0; */
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 11;
    list-style: none;
    /* width: 100%; */
    /* text-align: left; */
}

.fa-chevron-down:before {
    margin-left: 0.2rem;
}

[dir="rtl"] .fa-chevron-down:before {
    margin-left: 0;
    margin-right: 0.2rem;
}

.bottom-menu .item:hover>.submenu, .top-menu .item:hover>.submenu {
    display: block;
    /* display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    padding-top: 3rem;
    padding-bottom: 4rem;
    padding-left: 13rem;
    padding-right: 13rem; */
    padding: 1rem;
    border-radius: 5%;
    z-index: 20;
}

.bottom-menu .submenu li, .top-menu .submenu li {
    position: relative;
    padding: 0.5rem;
}

.bottom-menu .submenu li a {
    text-decoration: none;
    display: block;
    color: rgba(60, 121, 84, 0.8);
}

/* .bottom-menu .submenu>li:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}

.bottom-menu .submenu>li:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
}

.bottom-menu .submenu>li:nth-child(3) {
    grid-column: 2;
    grid-row: 1;
}

.bottom-menu .submenu>li:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
}

.bottom-menu .submenu>li:nth-child(5) {
    grid-column: 2;
    grid-row: 3;
}

.bottom-menu .submenu>li:nth-child(6) {
    grid-column: 3;
    grid-row: 1;
} */

.bottom-menu:hover .submenu>li:nth-child(4) a,
.bottom-menu:hover .submenu>li:nth-child(5) a {
    font-size: 0.9rem !important;
}

/* Home Page - Hero Section */
.parallax-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: calc(100vh - 9rem);
    min-height: calc(100vh - 9rem);
}

.family-layer,
.overlay-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 85vh;
}

.mobile-overlay {
    display: none;
}

.family-layer img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -4rem;
    left: 0;
    object-fit: cover;
}

.overlay-layer img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.title-hero {
    position: absolute;
    /* top: 15rem;
    left: 11.5rem; */
    top: 25vh;
    left: 10%;
    width: 30%;
    text-transform: uppercase;
    color: var(--secondary-color);
    font-size: 6.5vw;
}

[dir='rtl'] .title-hero {
    top: 27vh;
}

.title-hero h1 {
    font-weight: 400;
    line-height: 0.9em;
    font-size: 6.5rem;
    animation: scaleUp 1.2s ease-in-out;
    /* animation: bounce 1s ease-in-out infinite alternate; */
}


[dir='rtl'] .title-hero h1 {
    line-height: 1.1em;
}

.title-hero h1 span {
    z-index: -2 !important;
}

.title-hero h1 span.future {
    color: #fff;
}

.family-image {
    /*display: none;*/
    opacity: 0; 
    transition: opacity 1s ease-in-out; 
}

.family-image.active {
    /*display: block;*/
    opacity: 1;
}

.slider-dots {
    /* text-align: center;
    position: absolute;
    bottom: 20px;
    width: 100%; */
    position: absolute;
    right: 11.5rem;
    top: 55%;
    /* Center vertically */
    transform: translateY(-50%);
    z-index: 10;
}

.dot {
    cursor: pointer;
    /* height: 15px;
    width: 15px; */
    height: 1.5rem;
    /* This is larger than the width to create a line */
    width: 0.3rem;
    /* margin: 0 2px; */
    margin: 0.6rem 0;
    background-color: rgba(255, 255, 255, 0.4);
    /* border-radius: 50%; */
    border-radius: 2px;
    /* display: inline-block; */
    display: block;
    transition: background-color 0.6s ease;
}

.active-dot,
.dot:hover {
    background-color: #fff;
}

.scroll-down-hero {
    position: absolute;
    right: 10.5rem;
    top: 72%;
    cursor: pointer;
}

.scroll-white-button:hover {
    content: url("../images/scroll-down-white-hover.svg");
    background-position: 0 0;
    background-size: auto;
}

.scroll-white-button:active {
    content: url("../images/scroll-down-white-click.svg");
}

.get-in-touch {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 3rem;
    padding: 1.2rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 2.25rem;
    position: absolute;
    /* left: 12rem; */
    left: 10%;
    top: 85%;
    text-transform: uppercase;
    cursor: pointer;
}

.get-in-touch a {
    color: var(--white-color);
    text-decoration: none;
    font-size: 1.2rem;
}

.get-in-touch:hover a {
    color: var(--primary-color);
}

.get-in-touch:hover {
    background-color: var(--white-color);
    transform: scale(1.1);
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
}

.get-in-touch:active a {
    color: var(--white-color);
}

.get-in-touch:active {
    background-color: var(--secondary-color);
    border: none;
}

.get-in-touch a:before {
    content: '';
    position: absolute;
    width: 2rem;
    height: 1px;
    bottom: 50%;
    left: -3.5rem;
    background-color: #fff;
    animation: expand 1.2s ease-in-out infinite;
}

/* Home Page - Welcome Section */
.welcome-section {
    width: 80%;
    height: 46rem;
    padding-top: 6rem;
    padding-bottom: 14.5vh;
}

[dir='rtl'] .welcome-section {
    padding-bottom: 15.8vh;
}

.welcome-section h2 {
    font-size: 7rem;
    color: var(--secondary-color);
    font-weight: var(--font-weight-light);
    line-height: 0.8em;
        margin-bottom: 1em;
        margin-left: -1em;
    
}

[dir='rtl'] .welcome-section h2 {
    line-height: 1em;
    margin-top: -2.5rem;
}

.welcome-section .welcome-desc {
    width: 100%;
    padding-top: 8rem;
    padding-bottom: 3rem;
    padding-right: 3rem;
    margin: 0;
    /* margin-left: -2rem; */
}

.welcome-section .horizontal-line {
    border-top: 1px solid var(--gray-color);
    width: calc(100% - (100% / 12 * 5));
    position: absolute;
    right: 0;
}

[dir='rtl'] .welcome-section .horizontal-line {
    left: 0;
    right: auto;
}

.welcome-section .welcome-desc h3 {
    color: var(--primary-color);
    font-weight: var(--font-weight-x-light);
    margin-bottom: 1.5rem;
}

.welcome-section .vertical-line {
    width: 1px;
    height: 90%;
    background-color: var(--gray-color);
    margin-bottom: 2rem;
}

.welcome-section .scroll-down {
    width: 2.25rem;
    height: 2.25rem;
}

.welcome-section .scroll-down img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.welcome-section .scroll-down:hover img {
    content: url('../images/scroll-button-hover.svg');
}

.welcome-section .scroll-down:active img {
    content: url('../images/scroll-button-click.svg');
}

.welcome-section .welcome-desc p {
    color: var(--gray-color);
    font-size: var(--font-size-medium);
    line-height: 1.5em;
}

.welcome-img-div {
    position: relative;
}

.welcome-img-div .butterfly-welcome-img {
    position: absolute;
    top: -11vh;
    left: -14vw;
    width: 160%;
    height: auto;
    animation: bounce 2s ease-in-out infinite alternate;
}

[dir='rtl'] .welcome-img-div .butterfly-welcome-img {
    left: auto;
    right: -20vw;
    top: -16.5vh;
}

.welcome-img-div .butterfly-welcome-img img {
    width: 100%;
    height: auto;
}

.welcome-img-div .welcome-main-img {
    position: absolute;
    top: 17vh;
    left: -1.5vw;
    width: 70%;
    height: auto;
}

[dir='rtl'] .welcome-img-div .welcome-main-img {
    left: auto;
    right: -8vw;
    top: 12vh;
    width: 78%;
}

.welcome-img-div .welcome-main-img:hover {
    /* animation: bounce 1.2s ease-in-out infinite alternate; */
}

.welcome-img-div .welcome-main-img img {
    width: 100%;
    height: auto;
    cursor: pointer;
}

/* Home Page - Products Section */
.products-section {
    margin-top: -0.3rem;
}

.product-whole-section .products-div {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 1rem; 
}

.product-type-tab {
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.product-type-tab a {
    text-transform: uppercase;
}

.individual-tab {
    background-image: url('../images/left_product.svg');
}

[dir='rtl'] .individual-tab {
    background-image: url('../images/right_product.svg');
}

.corporate-tab {
    background-image: url('../images/right_product.svg');
}

[dir='rtl'] .corporate-tab {
    background-image: url('../images/left_product.svg');
}

.individual-tab:hover {
    background-image: url('../images/left_hover_product.svg');
    font-weight: var(--font-weight-medium);
}

[dir='rtl'] .individual-tab:hover {
    background-image: url('../images/right_hover_product.svg');
}

.corporate-tab:hover {
    background-image: url('../images/right_hover_product.svg');
    font-weight: var(--font-weight-medium);
}

[dir='rtl'] .corporate-tab:hover {
    background-image: url('../images/left_hover_product.svg');
}

.individual-tab.active {
    background-image: url('../images/left_active_product.svg');
}

[dir='rtl'] .individual-tab.active {
    background-image: url('../images/right_active_product.svg');
}

.individual-tab.active a,
.corporate-tab.active a {
    font-weight: var(--font-weight-medium);
    color: #3C7954;
}

.corporate-tab.active {
    background-image: url('../images/right_active_product.svg');
}

[dir='rtl'] .corporate-tab.active {
    background-image: url('../images/left_active_product.svg');
}

.products-types-tab {
    text-align: center;
}

.products-types-tab a {
    text-decoration: none;
    color: #fff;
    font-size: 1.8rem;
    display: block;
    /* Make the link fill the tab for better clickability */
    line-height: 4rem;
}

.product-whole-section {
    background: linear-gradient(to bottom, #E7EDED, #fff, #E7EDED);
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin-top: -3.5rem;
}

.products-section-container {
    width: 80%;
    position: relative;
}

.product-tab-content .col-md-6 {
    margin-left: 0;
    margin-right: 0;
    z-index: 2;
}

.product-tab-content {
    padding-top: 8rem;
    padding-bottom: 15rem;
}

.product-tab-content #individual,
.product-tab-content #corporate {
    scroll-margin: 8vh;
}

.individual-desc,
.corporate-desc {
    color: #969696;
    font-size: 1.3em;
    width: 40%;
}

.product-tab-content .product {
    cursor: pointer;
    flex: 0 0 33.3333%;
    margin: 0;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}

.product-tab-content .product .product-img-div {
    width: 4.5rem !important;
    height: 4.5rem !important;
}

.product-tab-content .product .product-img-div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .product-tab-content .product .product-img-div:hover img {
    background-image: url('../images/green-circle.svg');
    background-position: 0 0;
    background-size: auto;
} */

.product-tab-content .product .product-title {
    font-family: 'GalanoGrotesqueMedium', sans-serif;
    font-size: 1.2em;
    color: var(--secondary-color);
    min-height: 3em;
}

[dir='rtl'] .product-tab-content .product .product-title {
    font-family: 'Montserrat', 'Noto Kufi Arabic', sans-serif;
}

.product-tab-content .product:hover {
    color: var(--primary-color);
    font-weight: var(--font-weight-medium);
}

.scroll-products {
    width: 95%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: -10rem;
    margin-top: 3rem;
    /* position: relative; */
}

[dir='rtl'] .scroll-products {
    margin-left: 0;
    margin-right: -10rem;
}

.scroll-products .products-line {
    /* position: absolute;
    left: 0; */
    width: 90%;
    height: 1px;
    border-color: var(--secondary-color) !important;
    animation: expandLine 3s ease-in-out forwards;
}

.animate-line {
    animation: expandLine 3s ease-out forwards;
}

.down-arrow-products {
    width: 2.25rem;
    height: 2.25rem;
    cursor: pointer;
    position: relative;
}

.down-arrow-products img {
    width: 100%;
    height: 100%;
}

/* .scroll-products::before {
    content: "";
    position: absolute;
    width: 70%;
    height: 1px;
    top: 50%;
    background-color: #adacac;
} */


.down-arrow-products:hover img {
    content: url('../images/scroll-button-hover.svg');
}

.down-arrow-products:active img {
    content: url('../images/scroll-button-click.svg');
}

.why-choose-afnic-section {
    width: 100%;
    flex-direction: row;
}

.why-choose-afnic-div {
    width: 30%;
    z-index: 11;
}

.why-choose {
    color: #3C7954;
    font-size: 2em;
}

.why-afnic {
    color: #203567;
    font-family: 'GalanoGrotesqueMedium', sans-serif;
    font-size: 10em;
    line-height: 0.8em;
}

[dir='rtl'] .why-afnic {
    font-family: 'Montserrat', 'Noto Kufi Arabic', sans-serif;
    font-size: 6rem;
    line-height: 1.1em;
    padding-top:0.1em;
}

.why-afnic-desc {
    font-size: 1.3em;
    color: #969696;
    line-height: 1.3em;
}

.why-afnic-image {
    width: 70%;
}

.stroke-butterfly {
    position: absolute;
    right: calc(-1 * (100% - 75%) / 2);
    bottom: 0;
    width: 75%;
    z-index: 1;
    /* animation: bounce 1.2s ease-in-out infinite alternate; */
}

[dir='rtl'] .stroke-butterfly {
    left: calc(-1 * (100% - 75%) / 2);
    right: auto;
}
/* 1201 - up */
.read-more-div {
    z-index: 10;
    cursor: pointer;
    position: absolute;
    bottom: clamp(3rem, 5vw, 7rem);
    right: clamp(17rem, 30.5%, 29rem);
    /* margin-top: 32%; */
}

[dir='rtl'] .read-more-div {
    left: 31%;
    right: auto;
}

.read-more-div span {
    color: var(--primary-color);
    margin-right: 1rem;
}

[dir='rtl'] .read-more-div span {
   margin-right: 2rem;
}

.read-more-div:hover span {
    font-weight: var(--font-weight-regular);
}

.read-more-div:active span {
    color: var(--secondary-color);
}

.plus-img-div {
    width: 4.5rem;
    height: 4.5rem;
    margin-right: 2rem;
}

.plus-img-div img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
}

.plus-img-div:hover img {
    content: url('../images/plus_hover_1.svg');
    transform: rotate(90deg);
}

.plus-img-div:active img {
    content: url('../images/plus_click.svg');
}

.stroke-butterfly img {
    width: 100%;
    object-fit: cover;
}

/* Home Page - Reviews Section */
.reviews {
    padding: 6.5rem 0 13rem;
    position: relative;
}

.statistics {
    margin: 0 auto;
}

.statistics .col-md-3 {
    margin-left: 0;
    margin-right: 0;
}

.statistics span {
    color: var(--light-green-color);
    font-size: var(--font-size-x-large);
    font-weight: var(--font-weight-regular);
    line-height: 1em;
}

.statistics p {
    font-size: var(--font-size-medium);
    color: var(--primary-color);
    font-weight: var(--font-weight-regular);
}

.reviews-butterfly {
    width: 28%;
    height: auto;
    position: absolute;
    top: 70%;
    left: 43%;
    /* animation: bounce 1.2s ease-in-out infinite alternate; */
}

.reviews-butterfly img {
    width: 100%;
    height: 100%;
}

.down-arrow-reviews {
    width: 2.25rem;
    height: 2.25rem;
    cursor: pointer;
    transition: all 3s ease-in-out;
    position: absolute;
    right: 0;
    top: 85%;
}

.down-arrow-reviews img {
    width: 100%;
    height: 100%;
}

.down-arrow-reviews:hover img {
    content: url('../images/scroll-button-hover.svg');
}

.down-arrow-reviews:active img {
    content: url('../images/scroll-button-click.svg');
}

.reviews-title {
    font-size: var(--font-size-xx-medium);
    /* font-weight: var(--font-weight-light); */
    color: var(--primary-color);
    margin-bottom: 2rem;
    margin-top: 1.5rem;
}

.reviews-title span {
    color: var(--secondary-color);
}

.reviews .swiper-prev,
.reviews .swiper-next {
    width: 2.25rem;
    height: 2.25rem;
    transition: all 2s ease-in-out;
}

.reviews-swiper .col-auto {
    margin-top: -5rem;
}

.ltr {
    direction: ltr;
}

.rtl {
    direction: rtl;
}

.swiper-prev:hover img {
    content: url('../images/hover-prev-arrow.svg');
}

.swiper-next:hover img {
    content: url('../images/hover-next-arrow.svg');
}

.reviews .swiper-prev img,
.reviews .swiper-next img {
    cursor: pointer;
    width: 100%;
    height: 100%;
    transition: all 2s ease-in-out;
}

.review-text {
    color: var(--gray-color);
    font-size: var(--font-size-medium);
}

.reviewer-name {
    font-size: var(--font-size-x-medium);
    color: var(--secondary-color);
}

[dir='rtl'] .review-text, [dir='rtl'] .reviewer-name {
    direction: rtl;
}

/* Footer */
.connect-us {
    background-image: linear-gradient(#65AF72, #00654C);
    color: var(--white-color);
    text-align: center;
}

.connect-us a {
    color: var(--white-color);
    text-decoration: none;
}

.connect-us .connect-title {
    font-size: var(--font-size-xx-medium);
    font-weight: var(--font-weight-light);
}

.connect-title span {
    font-weight: var(--font-weight-regular);
}

.connect-us .number,
.connect-us .email {
    font-weight: var(--font-weight-x-light);
    font-size: 1.8em;
    line-height: 1em;
}

/* .connect-us .number:hover,
.connect-us .email:hover {
    font-weight: 700;
} */

.footer .connect-us .connect-us-link:hover .number,
.footer .connect-us .connect-us-link:hover .email {
    font-weight: 700;
}

.connect-us img {
    width: 12%;
}

.list-unstyled {
    font-weight: 500;
}

.second-footer {
    color: var(--secondary-color);
    padding-top: 5rem;
    padding-bottom: 2rem;
    width: 80%;
    font-weight: var(--font-weight-regular);
}

.second-footer-row .address-column,
.second-footer-row .menu-container,
.second-footer-row .column4-footer {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* .second-footer-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
} */

.second-footer a {
    text-decoration: none;
    color: var(--secondary-color);
    font-weight: var(--font-weight-regular);
}

.second-footer a:hover {
    font-weight: var(--font-weight-medium);
}

.second-footer .address-detail {
    color: var(--gray-color);
    font-size: 0.8rem;
    text-transform: capitalize;
    line-height: 1.1em;
}

.second-footer .green-text {
    color: var(--primary-color);
}

.footer-text {
    font-size: 2rem;
    line-height: 1em;
    margin-top: 2rem;
}

[dir='rtl'] .footer-text {
    font-size: 1.6rem;
    margin-top: 2.2rem;
}

.logo-footer {
    font-size: 0.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-container ul {
    padding-right: 0 !important;
}

.column4-footer {
    position: relative;
}

.small-butterfly {
    /* width: 15%;
    position: absolute;
    right: 0;
    top: 0; */
    width: 100%;
    height: auto;
    column-gap: 1rem;
    display: flex;
    justify-content: end;
}

.small-butterfly img {
    /* width: 100%;
    height: auto; */
    width: 63px;
    height: auto;
    align-self: center;
    margin: 0;
}
.small-butterfly img:first-child {
    width: 115px;
}

.app-icons div {
    display: flex;
    width: 100%;
    justify-content: right;
    column-gap: 1rem;
    margin-bottom: 1em;
}
.app-icons p{
    margin: 1em 0;
}
a.links{
    width: 40%;
    height: auto;
    margin: 0;
}
.links img{
    width: 100%;
    height: auto;
}

.social-icons {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-right: -0.3rem;
    width: 50%;
}

.social-icons a {
    width: 1.5rem;
    height: 1.5rem;
}

.social-icons a img {
    width: 100%;
    height: 100%;
}

.social-icons #twitter:hover img {
    content: url('../images/twitter_hover.svg');
}

.social-icons #linked:hover img {
    content: url('../images/linked_hover.svg');
}

.social-icons #facebook:hover img {
    content: url('../images/facebook_hover.svg');
}

.social-icons #instagram:hover img {
    content: url('../images/insta_hover.svg');
}

.social-icons #youtube:hover img {
    content: url('../images/youtube_hover.svg');
}

.social-icons #twitter:active img {
    content: url('../images/twitter_click.svg');
}

.social-icons #linked:active img {
    content: url('../images/linked_click.svg');
}

.social-icons #facebook:active img {
    content: url('../images/facebook_click.svg');
}

.social-icons #instagram:active img {
    content: url('../images/insta_click.svg');
}

.social-icons #youtube:active img {
    content: url('../images/youtube_click.svg');
}

.logo-footer .logo {
    /* width: 9rem; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.logo-footer .logo img{
    width: 9rem;
}

.logo-footer .copyright {
    color: var(--gray-color);
    font-weight: var(--font-weight-regular);
}

.logo-footer .logo-footer-links a {
    color: var(--gray-color);
    text-decoration: none;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
}

.logo-footer .logo-footer-links a:hover {
    /*font-weight: var(--font-weight-medium);*/
    color: #616161;
}

/* .logo-footer .logo-footer-links a:not(:first-child) {
    border-left: 1px var(--gray-color) solid;
}

[dir='rtl'] .logo-footer .logo-footer-links a:not(:first-child) {
    border-left: none;
    border-right: 1px var(--gray-color) solid;
} */
.logo-footer .logo-footer-links a{
    position: relative;
    margin: 0;
}
/* .logo-footer .logo-footer-links a:first-child {
    order: -1;
} */
.logo-footer .logo-footer-links a:not(:last-child)::after {
  position: absolute;
  top: 0;
  right: -2.5px;
  height: 100%;
  content: '';
  border: 0.5px solid var(--gray-color);
}
[dir='rtl'] .logo-footer .logo-footer-links a:not(:last-child)::after {
    left: -2.5px;
    right: unset;
}

/* 
.logo-footer .logo-footer-links::before, .logo-footer .logo-footer-links::after {
    content: '';
    align-self: stretch;
    border-right: 1px solid var(--gray-color);
} */

/* Terms and conditions */
.terms-section h2 {
    color: var(--primary-color);
    text-transform: uppercase;
    margin-top: 0.8rem;
}
.copyright-footer{
    display: flex;
    flex-direction: column;
    align-items: center;
}


/* pop up */
.darkBlur.active{
    position: absolute;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 120vw;
    left: 50%;
    top:0;
    height: 100vh;
    -webkit-backdrop-filter: brightness(0.5) blur(25px); 
    backdrop-filter: brightness(0.5) blur(25px);
    translate: -48% 0;
}
[dir='rtl'] .darkBlur{
    translate: -51% 0;
    transform: scaleX(-1);
}

[dir='rtl'] .darkBlur img{
    transform: scaleX(-1);
}
.darkBlur img{
    width: 100%;
}
.darkBlur .horizontal{
    display: none;
}
.darkBlur .vertical{
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 50%;
    margin-top: -8rem;
}
.darkBlur .closeBtn{
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 2rem;
    height: 2rem;
    border: 1px solid white;
    border-radius: 100%;
    color: white;
}
.darkBlur .vertical .closeBtn{
    position: absolute;
    top: 0;
    right: -2.5rem;
}
.darkBlur .horizontal .closeBtn{
    position: absolute;
    top: -2rem;
    right: 2rem;
}
.darkBlur .product-get-a-quote{
    position: absolute;
    width: fit-content;
    height: 1em;
    border: 1px solid white;
    margin: 0;
    padding: 1em;
}
.darkBlur .product-get-a-quote a{
    color: white;
    font-size: 0.9rem;
}
[dir="rtl"] .darkBlur .product-get-a-quote a{
    scale: -1 1;
}
.darkBlur .horizontal .product-get-a-quote{
    bottom: 0.7em;
    left: 60%;
}
.darkBlur .vertical .product-get-a-quote{
    bottom: 0.7em;
    left: 50%;
    translate: -50% 0;
}


@media screen and (min-width: 768px) {
    .darkBlur .product-get-a-quote{
        padding: 1em;
    }
    .darkBlur .product-get-a-quote a{
        color: white;
        font-size: 0.9rem;
    }
    .darkBlur .horizontal{
        position: relative;
        justify-content: center;
        align-items: center;
        display: flex;
        width: 40rem;
        margin-top: -8rem;
    }
    .darkBlur .vertical{
        display: none;
    }
}
@media screen and (min-width: 1800px) {
    .darkBlur .product-get-a-quote a {
        color: white;
        font-size: 1vw;
        /* margin: 1vw; */
    }
    .darkBlur .horizontal .product-get-a-quote {
        bottom: 4%;
        left: 55%;
    }
    .darkBlur .product-get-a-quote {
        
    }
    .darkBlur .product-get-a-quote {
        min-width: 8vw;
        width: fit-content;
        height: 1vw;
        border: 0.05vw solid white;
        margin: 0;
        padding: 0.7vw;
    }
}
@media screen and (min-width: 1700px){
    .darkBlur .horizontal{
        width: 30%;
    }
}
@media screen and (max-width: 1200px) {
    header{
        width: 98%;
    }
    .claims-steps.suggestions{
        margin-top: 3rem;
        margin-bottom: 3rem;
        color: var(--gray-color);
        display: flex;
        flex-direction: column;
    }
    .claims-steps.suggestions .step{
        width: 100%;
    }
    .top-menu li {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .reviews-butterfly {
        top: 75%;
    }

    .statistics span {
        font-size: 5rem;
    }
    /* 1200 - 991  */
    .read-more-div {
        bottom: clamp(3rem, 5vw, 4rem);
        right: clamp(13.4rem, 28.5%, 16.9rem);
    }

    .welcome-img-div .butterfly-welcome-img {
        top: 5vh;
    }

    [dir='rtl'] .welcome-img-div .butterfly-welcome-img {
        top: -2.5vh;
    }

    .welcome-img-div .welcome-main-img { 
        top: 33vh;
    }

    [dir='rtl'] .welcome-img-div .welcome-main-img {
        top: 22vh;
    }

    .welcome-section .vertical-line {
        margin-bottom: 1rem;
    }
    
}


@media screen and (max-width: 991px) {
    .burger-menu {
        display: block;
        position: absolute;
        top: 1.6rem;
        right: 6rem;
    }

    [dir="rtl"] .burger-menu {
        right: auto;
        left: 6rem;
    }

    .close-btn {
        position: absolute;
        top: 1.6rem;
        right: 6rem;
    }

    [dir="rtl"] .close-btn {
        right: auto;
        left: 6rem;
    }

    .top-section .logo {
        align-self: flex-start;
    }

    .top-menu,
    .bottom-menu {
        display: none;
        flex-direction: column;
        gap: 0.4rem;
        z-index: 10;
        background-color: rgba(255, 255, 255, 0.9);
    }

    .top-menu {
        padding-bottom: 1rem;
        width: 100%;
    }

    .bottom-menu .item:hover>.submenu, .top-menu .item:hover>.submenu {
        display: block;
        text-align: center;
        /* padding-top: 1rem; */
        padding-bottom: 1rem;
        padding-left: 0;
        padding-right: 0;
    }

    .bottom-menu {
        padding-top: 1.5rem;
        padding-bottom: 0.4rem;
    }

    /* Home Page - Hero Section */
    .title-hero {
        top: 0 !important;
        left: 5.5rem;
    }

    .title-hero h1 {
        font-size: 5.5rem;
    }

    [dir='rtl'] .title-hero {
        left: auto;
        right: 5.5rem;
        top: 1rem !important;
    }

    [dir='rtl'] .title-hero h1 {
        line-height: 1.1em !important;
    }

    .title-hero h1 .future {
        color: var(--primary-color) !important;
    }

    .get-in-touch {
        left: 5rem;
        top: 82%;
    }

    .slider-dots {
        right: 5.5rem;
        top: 70%;
    }

    .scroll-down-hero {
        right: 4.5rem;
        top: 82%;
    }

    /* Home Page - Welcome Section */
    .welcome-section {
        height: auto;
        padding-top: 10rem;
        padding-bottom: 32vh;
    }

    [dir='rtl'] .welcome-section {
        padding-bottom: 23.6vh;
    }

    .welcome-sec {
        flex-direction: column;
    }

    .welcome-section .welcome-desc {
        width: 100%;
    }

    .welcome-section .col-md-6 {
        width: 100%;
    }

    .welcome-sec .col-md-5 {
        margin: 0;
    }

    .welcome-section .welcome-desc {
        margin-left: auto;
        padding-top: 2rem;
    }

    .welcome-mobile {
        display: block !important;
    }

    .welcome-desktop {
        display: none;
    }

    .welcome-section h2 {
        font-size: 4rem;
    }

    .welcome-section .horizontal-line {
        top: 10%;
        right: 17px;
        width: calc(100% - (100% / 12 * 1));
    }

    [dir='rtl'] .welcome-section .horizontal-line {
        left: 17px;
        right: auto;
    }

    .welcome-section .col-md-1 {
        height: 35rem;
        margin-top: -6.1rem !important;
    }

    .welcome-img-div .butterfly-welcome-img {
        top: 24vh;
        width: 280%;
    }

    [dir='rtl'] .welcome-img-div .butterfly-welcome-img {
        left: auto;
        right: -24vw;
        top: 17.5vh;
    }

    .welcome-img-div .welcome-main-img {
        top: 53vh;
        left: 6.5vw;
        width: 150%;
    }

    [dir='rtl'] .welcome-img-div .welcome-main-img {
        left: auto;
        right: -8vw;
        top: 37vh;
        width: 150%;
    }

    [dir='rtl'] .welcome-section .welcome-desc {
        padding-right: 0;
    }

    /* Home Page - Products Section  */
    .product-tab-content #individual,
    .product-tab-content #corporate {
        display: flex;
        flex-direction: column;
    }

    .product-tab-content #individual .col-md-6,
    .product-tab-content #corporate .col-md-6 {
        width: 100%;
    }

    .product-tab-content #individual .individual-desc,
    .product-tab-content #corporate .corporate-desc {
        text-align: center;
        padding-bottom: 2rem;
    }

    .products-types-tab a {
        font-size: 1.2rem;
    }

    .why-choose-afnic-section {
        flex-direction: column;
        margin-top: 24rem;
    }

    .why-choose-afnic-section .why-choose-afnic-div {
        width: 100%;
        order: 2;
        margin-bottom: 6rem;
    }

    .why-choose-afnic-section .why-afnic-image {
        order: 1;
        width: 100%;
    }

    
    .why-choose-afnic-section .why-afnic-image .stroke-butterfly {
        bottom: 29%;
        width: 100%;
    }

    .read-more-div {
        bottom: 0;
        left: 60%;
        right: auto;
        position: absolute;
    }

    .why-afnic {
        font-size: 7rem;
    }

    /* Home Page - Reviews Section */

    .reviews {
        padding-top: 4.5rem;
        padding-bottom: 12rem;
    }

    .statistics {
        flex-direction: column;
    }

    .statistics span {
        font-size: 4.5rem;
        font-weight: var(--font-weight-light);
    }

    .statistics .col-md-3 {
        padding: 0 !important;
        width: 100% !important;
        margin-bottom: 2rem;
    }

    .statistics .years-statistics p,
    .statistics .customers-statistics p,
    .statistics .claims-statistics p {
        white-space: nowrap;
    }

    .reviews-title {
        font-size: 2.5rem !important;
    }

    .reviewer-name {
        font-size: 1.5rem;
    }

    .reviews-butterfly {
        top: 84%;
    }

    .down-arrow-reviews {
        top: 89%;
    }

    .reviews-swiper .col-md-6 {
        width: 60%;
    }

    .reviews-swiper .col-auto {
        margin-top: -6rem;
    }

    /* .reviews-swiper .col-md-6 .swiper-slide {
        width: 30rem !important;
    } */

    .connect-us .number,
    .connect-us .email {
        font-size: 1.4rem;
    }

    .review-text {
        text-align: justify;
        text-align-last: center;
    }

    /* Footer */
    /* .address-numbers div {
        flex-direction: column;
        font-size: 0.7rem;
    } */

    /* .menu-container ul a,
    .address-label {
        font-size: 0.7rem;
    } */

    /* .footer-text {
        font-size: 1.5rem;
        margin-top: 2rem;
    } */

    /* .small-butterfly {
        width: 20%;
        top: 0;
    }

    .small-butterfly img {
        width: 100%;

    } */

    /* .social-icons {
        width: 80%;
    } */

    /* .logo-footer .logo {
        width: 7rem;
    }

    .copyright,
    .logo-footer-links a {
        font-size: 0.7rem;
    }

    .address-detail {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
        font-size: 0.6rem !important;
    }

    .address-detail .phone {
        text-wrap: nowrap;
    } */

    /* Footer */
    .second-footer-row {
        /* grid-template-columns: 1fr; */
        display: flex;
        flex-direction: column;
    }

    .second-footer-row .address-column,
    .second-footer-row .menu-container,
    .second-footer-row .column4-footer {
        width: 100% !important;
    }

    .column4-footer {
        order: 1;
        text-align: center !important;
        margin: 0 auto;
    }

    .second-footer {
        padding-top: 4rem;
    }

    .small-butterfly img {
        width: 100%;
        height: auto;
    }
    .small-butterfly img:first-child {
        width: 170%;
        height: auto;
    }

    .small-butterfly {
        width: 11%;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        justify-content: center;
        position: absolute;
    }

    .app-icons div {
        justify-content: center;
        width: 65%;
    }
    .app-icons{
        margin-top: 4rem;
    }

    .footer-text {
        display: flex;
        justify-content: center;
        margin-top: 4rem;
        margin-bottom: 0.7rem;
        font-size: 1.6rem;
    }

    .footer-text * {
        margin-left: 0.1rem !important;
        margin-right: 0.1rem !important;
    }

    .social-icons {
        margin-right: auto;
        width: 35% !important;
    }

    .address-column {
        order: 2;
        text-align: center;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .address-detail {
        display: flex;
        justify-content: center;
        margin-top: 0.6rem !important;
        margin-bottom: 1rem !important;
    }

    .address-numbers {
        width: 60%;
    }

    .address-numbers div {
        flex-direction: row;
    }

    .menu-container {
        order: 3;
    }

    .menu-container ul a {
        font-size: 0.8rem;
    }

    .menu-container .menu-column-2 {
        text-align: center;
    }

    .menu-container .menu-column-3 {
        text-align: right;
    }

    .logo-footer {
        flex-direction: column;
    }

    .connect-us .connect-title {
        font-size: var(--font-size-x-medium);
    }

    .connect-us .number,
    .connect-us .email {
        font-size: 1.1rem;
    }

    .connect-us .text {
        font-size: 0.8rem;
    }

    .connect-us img {
        width: 23%;
    }

    [dir='rtl'] .menu-column-1 {
        text-align: right;
    }

    [dir='rtl'] .menu-column-1 ul {
        padding-right: 0 !important;
    }

    [dir='rtl'] .menu-column-3 {
        text-align: left;
    }
}

@media screen and (max-width: 768px) {
    .darkBlur.active{
        translate: -50% 0;
    }
    .location-wrapper{
        display: flex;
        flex-direction: column;
        align-items: start;
    }
    .select2-container{
        max-width: 100%;
    }
    .select-branch + span{
        max-width: 100%;
        min-width: 100%;
        width: 100%;
    }
    .app-icons div {
        width: 80%;
    }
    .app-icons{
        margin-top: 3rem;
    }
    .menu,
    .navbar-nav {
        display: none;
    }

    #menu-toggle {
        display: block;
    }

    /* Home Page - Hero Section */
    .title-hero {
        top: -3rem;
        left: 3.5rem;
        font-size: 2rem;
    }
    .welcome-img-div .welcome-main-img {
        top: 53vh;
        left: 6.5vw;
        width: 70%;
    }

    /* .slider-dots {
        transform: translateX(-50%);
        text-align: center;
        top: 78% !important;
        left: 50% !important;
    }

    .dot {
        display: inline-block;
        width: 1.5rem;
        height: 0.3rem;
    } */

    /* .scroll-down-hero {
        right: 0.5rem;
        top: 77%;
    } */

    .get-in-touch a {
        font-size: 0.8rem;
    }

    /* Home Page - Products Section */

    .product-whole-section .products-div {
        grid-template-columns: repeat(2, 1fr); 
        gap: 0.5rem;
    }

    .product-tab-content {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .individual-desc,
    .corporate-desc {
        width: 100%;
        text-align: center;
        padding-top: 2rem;
        padding-bottom: 3rem;
    }

    .products-types-tab a {
        font-size: var(--font-size-medium);
    }

    .why-choose-afnic-div {
        width: 100%;
    }

    /* Home Page - Reviews Section */
    .statistics span {
        font-weight: var(--font-weight-light);
    }

    .reviews-title {
        font-size: 1.5rem !important;
    }

    .review-text {
        font-size: var(--font-size-regular);
        text-align: justify;
        text-align-last: center;
    }

    .reviews-swiper {
        flex-wrap: nowrap;
    }

    .reviewer-name {
        font-size: var(--font-size-medium);
    }

    .reviews-butterfly {
        top: 80%;
        left: 40%;
        width: 40%;
    }

    .down-arrow-reviews {
        top: 87%;
    }

}
@media screen and (min-width: 1200px) {
    [dir='rtl'] .welcome-section h2 {
        line-height: 1em;
        margin-top: -2.5rem;
        margin-bottom: 3rem;
        font-size: 6rem;
        margin-bottom: 1.6em;
        margin-right: -1em;
    }
}

@media screen and (min-width: 769px) {
    #menu-toggle {
        display: none;
    }
}
@media screen and (max-width:638px) {
    .welcome-img-div .welcome-main-img {
        top: 43vh;
        left: 6.5vw;
        width: 110%;
    }
    
}

@media screen and (max-width: 576px) {
    .darkBlur.active{
        width: 101vw;
    }

    header {
        height: 6rem;
    }
    .darkBlur .product-get-a-quote a{
        font-size: 0.7rem;
    }
    .darkBlur .product-get-a-quote{
        position: absolute;
        width: fit-content;
        height: 1em;
        border: 1px solid white;
        margin: 0;
        padding: 0.5em;
    }

    .parallax-container {
        height: calc(100vh - 6rem);
    }

    /* Home Page - Hero Section */
    .burger-menu {
        right: 1rem;
    }

    [dir='rtl'] .burger-menu {
        right: auto;
        left: 1rem;
    }

    .close-btn {
        right: 1rem;
    }

    [dir='rtl'] .close-btn {
        right: auto;
        left: 1rem;
    }

    .title-hero {
        top: 1.5rem !important;
    }

    .title-hero h1 {
        font-size: 2.5rem;
    }

    [dir='rtl'] .title-hero {
        left: auto;
        right: 3.5rem;
    }

    .slider-dots {
        right: 2.5rem;
        top: 69%;
    }

    .get-in-touch {
        left: 4rem;
        top: 85%;
    }

    .scroll-down-hero {
        right: 1.5rem;
        top: 85%;
    }

    .mobile-overlay {
        display: block;
    }

    .default-overlay {
        display: none;
    }

    /* Home Page - Welcome Section */
    .welcome-section {
        padding-top: 5rem;
        padding-bottom: 20.4vh;
    }

    [dir='rtl'] .welcome-section {
        padding-bottom: 14.1vh;
    }

    .welcome-img-div .butterfly-welcome-img {
        opacity: 1;
        top: 37vh;
        width: 100%;
    }

    [dir='rtl'] .welcome-img-div .butterfly-welcome-img {
        width: 100%;
        top: 31.5vh;
    }

    .welcome-img-div .welcome-main-img {
        opacity: 1;
        width: 60%;
        top: 54vh;
        left: 4.5vw;
    }

    [dir='rtl'] .welcome-img-div .welcome-main-img {
        right: -13vw;
        top: 40vh;
        width: 60%;
    }

    .welcome-section h2 {
        font-size: 3rem;
        padding: 0 0.5em;
    }

    [dir='rtl'] .welcome-section h2 {
        margin-top: 0;
    }

    .welcome-section .welcome-desc p {
        font-size: 1rem;
    }

    .welcome-section .welcome-desc {
        padding-right: 0;
    }

    .welcome-section .col-md-1 {
        height: 30rem;
        margin-top: -4rem !important;
    }

    .welcome-section .scroll-down {
        margin-left: -1rem;
    }

    [dir='rtl'] .welcome-section .scroll-down {
        margin-left: 0;
        margin-right: -1rem;
    }

    .welcome-section .horizontal-line {
        top: 8%;
        right: 3px;
    }

    [dir='rtl'] .welcome-section .horizontal-line {
        right: auto;
        left: 3px;
    }


    /* Home Page - Products Section */
    .product-tab-content {
        padding-top: 3rem;
        padding-left: 0;
        padding-right: 0;
    }

    .products-types-tab a {
        font-size: 0.7rem;
    }

    .why-choose-afnic-section {
        margin-top: 5rem;
    }

    .why-afnic-desc {
        font-size: var(--font-size-small);
    }

    .product-title {
        font-size: var(--font-size-small) !important;
    }

    .individual-desc,
    .corporate-desc {
        font-size: var(--font-size-small);
        padding-top: 0;
        width: 100%;
    }

    .plus-img-div {
        width: 3.5rem;
        height: 3.5rem;
        margin-right: auto;
        margin-left: auto;
    }

    .read-more-div span {
        font-size: 0.7rem;
        margin-right: 0;
    }
    
    [dir='rtl'] .read-more-div span {
        margin-right: 0;
    }

    .why-choose-afnic-div {
        width: 100%;
    }

    .why-choose-afnic-section .why-afnic-image .stroke-butterfly {
        display: none;
        /* bottom: 33%; */
    }

    .product-tab-content {
        padding-bottom: 0;
    }

    .why-choose {
        font-size: var(--font-size-regular);
    }

    .why-afnic {
        font-size: var(--font-size-large);
    }

    .scroll-products {
        margin-top: 2rem;
        width: 120%;
    }

    .scroll-products .products-line {
        width: 85%;
    }

    /* Home Page - Reviews Section */
    .reviews {
        overflow: hidden;
        padding-bottom: 10rem;
    }

    .review-text {
        font-size: var(--font-size-small);
        width: 80%;
    }

    .reviews-swiper {
        flex-wrap: wrap;
    }

    .reviews-swiper .col-md-6 {
        padding-left: 0;
        padding-right: 0;
    }

    .reviewer-name {
        font-size: var(--font-size-regular);
    }

    .reviews-butterfly {
        top: 85%;
        z-index: -999999;
    }

    .down-arrow-reviews {
        top: 90%;
        right: 1.2rem;
    }

    .reviews .swiper-prev,
    .reviews .swiper-next {
        width: 1.5rem;
        height: 1.5rem;
        margin: 1rem;
    }

    .reviews-swiper {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .reviews-swiper .col-auto {
        flex: 0 0 auto;
        /* Prevents the columns from growing or shrinking */
    }

    .reviews-swiper .col-md-6.col-sm-6 {
        flex: 1;
        /* Allows the central column to expand and fill the space */
    }

    .statistics {
        padding-bottom: 1rem !important;
    }


    /* Footer */
    .connect-us .col-md-4 {
        margin-bottom: 3rem;
    }

    .connect-icon {
        width: 40%;
    }

    .connect-us img {
        width: 45%;
    }

    .col-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .col-container .connect-icon {
        margin: 0 !important;
    }

    .menu-container {
        flex-direction: column;
    }

    .menu-container ul a {
        font-size: 1rem;
    }

    .menu-column-1,
    .menu-column-2,
    .menu-column-3 {
        text-align: center !important;
    }

    [dir='rtl'] .menu-column-1 {
        text-align: right;
    }

    .menu-column-1 ul,
    .menu-column-2 ul,
    .menu-column-3 ul {
        padding-right: 0 !important;
    }

    [dir='rtl'] .menu-column-3 {
        text-align: left;
    }

    .address-numbers {
        flex-direction: column;
        width: 65%;
    }

    footer .logo {
        /* width: 7rem !important; */
    }

    .copyright,
    .logo-footer-links {
        font-size: 0.7rem;
    }
    
    .logo-footer .copyright {
        text-align: center;
    }

    .footer-text {
        font-size: 0.9rem;
        margin-top: 3rem;
    }

    .social-icons {
        width: 50% !important;
    }

    .connect-us .connect-title {
        font-size: 1.6rem !important;
    }
    .logo-footer-links{
        display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    }
    .logo-footer .logo-footer-links a:not(:last-child)::after{
        content: unset;
    }
    .logo-footer .logo-footer-links a:not(:first-child) {
        border-left: none;
    }
    
    [dir='rtl'] .logo-footer .logo-footer-links a:not(:first-child) {
        border-right: none;
    }
    [dir='rtl'] .why-afnic {
        font-size: var(--font-size-large);
    }
}

@media screen and (max-width: 400px) {
    .welcome-img-div .butterfly-welcome-img {
        opacity: 0;
    }

    .welcome-img-div .welcome-main-img {
        opacity: 0;
    }

    .welcome-section {
        padding-bottom: 10vh;
    }
    
}


/* whatsapp button*/

.whatsapp-btn {
    position: fixed;
    bottom: 1.5rem;
    right: -20px;
    opacity: 0;
    z-index: 9999999;
    width: 3.5rem;
    transition: right 0.5s ease-in-out, opacity 0.5s ease-in-out;
    animation: bounce 2s ease-in-out infinite alternate;
}
/* media query adjustments  */
@media screen and (min-width:1201px) and (max-width: 1700px) {
    .welcome-img-div .welcome-main-img {
        width: 100%;
        top: 19vh;
    }
    [dir='rtl'] .welcome-img-div .welcome-main-img {
        width: 100%;
        top: 19vh;
    }
}
