@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;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&display=swap');

html,
body {
    font-family: "Poppins", sans-serif;
}

.common-white-btn {
    border: 2px solid #fff;
    padding: 10px 40px;
    border-radius: 20px;
    color: #fff;
    font-weight: 600;
    transition: all 0.5s ease;
}

.common-white-btn:hover {
    background: #fff;
    color: #383d31;
}

.common-black-btn {
    border: 2px solid #383d31;
    padding: 10px 40px;
    border-radius: 20px;
    color: #383d31;
    font-weight: 600;
    transition: all 0.5s ease;
}

.common-black-btn:hover {
    background: #383d31;
    color: #fff !important;
}

button.common-black-btn {
    background: #fff;
    width: fit-content;
    border-radius: 10px;
    border: 1px solid;
}
button.common-black-btn[disabled]{
    background: #c1bebe;
    cursor: not-allowed;
}
/* start Read more button */
.read-more-btn {
    border: 1px solid #000;
    color: #000000bf;
    /* padding-inline: 20px 15px; */
    border-radius: 8px;
    height: fit-content;
    width: fit-content;
    z-index: 9;
    margin: 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    transition: all 0.5s;
}

.read-more-btn img {
    width: 17px !important;
    margin-inline: 14px;
    height: auto;
}

.read-more-btn span {
    padding: 8px 10px 8px 20px;
    border-right: 1px solid #000;
    color: #000;
    letter-spacing: 0.2px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    transition: all 0.5s;
}

.btn-m-auto {
    margin-inline: auto !important;
}

/* .read-more-btn:hover {
    color: #fff;
    background: #000;
} */

/* .read-more-btn:hover svg {
    fill: #fff;
} */
.read-more-btn:hover span {
    border-color: #fff;
    color: #fff;
    background: #000;
}

/* End Read more button */
.bg-gold {
    /* background-color: #d6a779; */
    background: radial-gradient(circle at 82% 48%, #E2B488 0%, #B98753 100%);
}

.bg-dark-black {
    background: #383d31;

}

.bg-light-gray {
    background: #6a6e65;

}

.bg-pink {
    background: radial-gradient(circle at 83% 49%, #DA7D8C 0%, #BD435B 100%);
}

.bg-light-green {
    background: radial-gradient(circle at 81% 46%, #AFB894 0%, #7F8A5A 100%);
}

.bg-dark-green {
    background: radial-gradient(circle at 82% 45%, #919F75 0%, #3A4230 100%);
}

.bg-sky-blue {
    background: radial-gradient(circle at 83% 47%, #91D6DF 0%, #388891 100%);
}

.bg-dark-orange {
    background: radial-gradient(circle at 82% 45%, #E2B488 0%, #87633D 100%);
}

.bg-gray1 {
    background: #cdcfcc;
}


@media only screen and (max-width:976px) {

    .ipad-top-space-margin {
        margin-top: 40px !important;
    }

    .mob-tab-col-rev {
        flex-direction: column-reverse;
    }

}

/* ============== Start Discover Section ============== */
.discover-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.discover-content .para {
    font-size: 22px;
    font-weight: 700;
    color: #383d31;
    text-align: center;
    width: 90%;
}

.discover-content .common-black-btn {
    padding: 7px 30px;
    border-radius: 30px;
}


/* Start Responsive */
@media only screen and (max-width:976px) {
    section.discover-sec {
        margin-top: 0px !important;
    }
}

@media only screen and (max-width:600px) {}

/* End Responsive */

/* ============== End Discover Section ============== */

/* ============== Start Title Section ============== */
.common-title-sec {
    padding: 60px;
}

.common-title-sec .logo-icon {
    width: 70px;
}

.common-title-sec .content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.common-title-sec .title {
    color: var(--white);
    font-size: 32px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.common-title-sec .zig-zak-line {
    width: 500px;
    height: 10px;
}

.common-title-sec .para {
    font-size: 18px;
    color: var(--white);
    margin-top: 20px;
    width: 60%;
    text-align: center;
}

/* Start Responsive */
@media only screen and (max-width:976px) {
    .common-title-sec .para {
        width: 100%;
    }

    .common-title-sec .title {
        text-align: center;
        line-height: 32px;
        margin-top: 20px;
    }
}

@media only screen and (max-width:600px) {
    
    .common-title-sec .title {
        font-size: 28px;
    }
    .common-title-sec {
        padding: 20px !important;
    }
    .mob-mt-30{
        margin-top: 30px !important;
    }
}

/* End Responsive */

/* ============== End Title Section ============== */