﻿body {
}



.common-sec {
    padding-top: 100px;
}

.flex-2 {
    display: flex;
    justify-content: space-evenly;
    align-items: center
}

.flex2-inner-deck {
    width: 50%;
}


.flex-3 {
    display: flex;
    justify-content: space-evenly;
    gap:23px;
}

.flex3-inner-deck {
    width: 35%;
    transition:all ease-in-out 0.5s;
}

.g-inner-deck1 img {
    width: 100%;
}

    .review-flex-inner-deck img:hover {
        transform: scale(1.1);
    }

.review-flex-inner-deck img{
    transition:all ease-in-out 0.5s;
}


.p-light {
    color: #6e7180;
    line-height: 30px;
}


.center-title {
    width: 100%;
    text-align: center;
    margin: auto;
}

.red-btn {
    background-color: #ED3237;
    color: white;
    font-family: poppins;
    margin: auto;
    box-shadow: 0px 12px 24px -8px rgba(59, 79, 228, 0.4);
    font-size: 14px;
    border-radius: 6px;
    padding: 15px 22px;
    display: block;
    width: fit-content;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}


.red-btn2 {
    background-color: #ED3237;
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    box-shadow: 0px 12px 24px -8px rgba(59, 79, 228, 0.4);
    padding: 4px 15px;
    border-radius: 6px;
    width: max-content;
    font-family: poppins;
    font-size: 15px;
}

    .red-btn2:hover {
        transition: all ease-in-out 0.5s;
        background-color: #7D27C0;
        color: #fff;
    }

.bg-h6 {
    font-size: 16px;
    font-family: Poppins;
    color: #1a1a1a;
}

.bg-h5 {
    font-size: 20px;
    font-family: Poppins;
    color: #1a1a1a;
}

.bg-h4 {
    font-size: 24px;
    font-family: Poppins, sans-serif;
    color: #1a1a1a;
}

.big-title-h3 {
    font-size: 40px;
}


.mrgn-t {
    margin-top: 25px;
}

.flag-img {
    width: 50% !important;
}

.small-hr {
    width: 70px;
    height: 4px;
    background-color: black;
    padding-top: 0;
    margin: 0;
}
