/*===================== REUSABLE  CSS AREA START =====================*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

/* font-family: 'Poppins', sans-serif;
font-family: 'Titillium Web', sans-serif; */
* {
    margin: 0; padding: 0;
    box-sizing: border-box;
    transition: all .2s ease-in-out;
}
body {
    font-family: 'Titillium Web', sans-serif;
    background-image: url("../img/Background.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

ul {
    padding: 0;
    margin: 0; list-style: none;
}

button,input {
    border: none;
    outline: none;
}
h2 {
    font-size: 36px;
    font-weight: 600;
}
h1,h2,h3,h4,h5,h6 {
    margin: 0; padding: 0;
}
p {
    margin: 0;padding: 0;
    line-height: 30px;
}
a {
    text-decoration: none;
    font-size: 14px;
}
span,p {
    font-size: 14px;
}
.btns {
    font-size: 15px;
    color: #000;
    background: #F7B500;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .btns:hover {
    color: #fff;
    background: #00a0eb;
} */
img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 970px;
}
/*===================== REUSABLE CSS AREA END =====================*/


/*===================== HEADER CSS AREA START =====================*/
header#header__area {
    padding: 34px 0 42px;
}
.header__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 35px;
}

img.header__logo__size1 {
    width: 164px;
}
img.header__logo__size2 {
    width: 197px;
}
.header__content {
    width: 100%;
    text-align: center;
}
.header__content h3 {
    width: 599px;
    font-size: 36px;
    color: #fff;
    margin: 0 auto;
}



/*===================== HEADER CSS AREA END =====================*/


section#card__area {
    margin-bottom: 40px;
}

.card__main__integral {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.integral__title {
    padding: 30px 25px 25px;
    text-align: center;
}

.integral__title h3 {
    font-size: 36px;
    font-weight: 700;
    color: #3A4149;
}
.integral__title {
    padding: 30px 25px 25px;
    text-align: center;
}

.integral__title h3 {
    font-size: 36px;
    font-weight: 700;
    color: #3A4149;
}

.card__access {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px 30px;
    gap: 20px;
}

.card__access__img {
    width: 221px;
    margin-top: 40px;
}
.card__access__img.integral_access {
    margin-top: 10px;
}
.card__integral__rule {
    display: flex;
    gap: 10px;
}

span.rule__span {
    font-size: 16px;
    font-weight: 600;
    color: #3A4149;
}

.card__integral__rule span i {
    margin-top: 7px;
    font-size: 18px;
    color: #20BF6C;
}

.card__itegral__rules {
    display: flex;
    flex-direction: column;
    gap: 14px;
    max-width: 165px;
}
span.integral__crose i {
    color: #FD5C65 !important;
}
.card__price {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    position: relative;
    z-index: 2;
}

.card__main__price {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    background: #05203B;
    padding: 34px 0 20px;
}

.card__pirce__text {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 120px;
    background: red;
    border-radius: 10px;
    padding: 10px;
}

.card__pirce__text h4 {
    color: #fff;
    font-weight: 700;
    font-size: 21px;
}
.card__pirce__img {
    width: 76px;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.card__main__price span {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-top: 8px;
}
.card__price__img {
    position: relative;
}
.card__price2 {top: -90px;left: 10px;z-index: 1;}

.card__price.card__price1 {
    box-shadow: -14px 4px 18px 3px #05203bb3;
    transform: rotate(4deg);
}
.card__price2 {
    position: absolute;
    top: 26px;
    left: 14px;
    z-index: 1;
    transform: rotate(6deg);
}

.card__btn__price {
    padding: 15px;
    text-align: center;
    color: #3A4149;
}
.card__btn h3 {
    font-size: 36px;
    font-weight: bold;
    padding-bottom: 6px;
}
.card__btn span {
    font-size: 16px;
    font-weight: bold;
}

.card__btn a {
    width: 160px;
    height: 42px;
    margin: 10px auto 22px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
    color: #3A4149;
}
/*===================== REUSABLE CSS AREA END =====================*/


/*===================== FOOTER CSS AREA START =====================*/
footer#footer__area {
    margin-bottom: 45px;
}

.footer__logo a img {
    width: 180px;
}

.footer__title {
    text-align: center;
}

.footer__logo {
    margin-bottom: 12px;
}

.footer__title span {
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    width: 159px;
    display: inline-block;
}
.card__main__btn {
    text-align: center;
    margin-top: 45px;
}

.card__main__btn a {
    width: 490px;
    height: 42px;
    font-size: 18px;
    color: #3A4149;
    background: #F7B500;
    border-radius: 7px;
    margin: 0 auto;
}
/*===================== FOOTER CSS AREA END =====================*/