@import url('https://fonts.googleapis.com/css2?family=Port+Lligat+Sans&display=swap');

header {
    background-color: #DDE4FB;
}

.right_nav ul li {
    text-decoration-color: #2B60FF !important;
}

.right_nav ul li a {
    color: #000;
}


/* ------------------------------- Section 1 -------------------------------- */
.cre_section1_container {
    /* background: url('../../assets/images/cre_b1.png'); */
    /* background-position: center;
    background-size: cover; */
    z-index: -1;
    position: relative;
}

.cre_section1_container img {
    height: 100dvh;
    width: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.cre_section1_container .overlay {
    background-color: #0000009b;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.cre_section1 {
    display: flex;
    flex-direction: column;
    height: 100dvh;
    align-items: flex-start;
    justify-content: center;
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px 4%;
}

.cre_section1 p {
    font-size: 16px;
    width: 70%;
    line-height: 1.7;
    color: #fff;
}

.cre_section1 h2 {
    font-size: 37px;
    color: #547AEB;
}

.learnMoreBtn {
    margin-top: 25px;
    line-height: 1;
    text-decoration: none;
    display: inline-flex;
    border: 1px solid #547AEB;
    cursor: pointer;
    align-items: center;
    gap: 0.75rem;
    background-color: #f3f3f3;
    color: #547AEB;
    border-radius: 10rem;
    font-weight: 400;
    padding: 0.50rem 1rem;
    padding-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-size: 16px;
}

.button__icon-wrapper {
    flex-shrink: 0;
    width: 25px;
    height: 25px;
    position: relative;
    color: #fff;
    background-color: #547AEB;
    border-radius: 50%;
    display: grid;
    place-items: center;
    overflow: hidden;
    transform: rotate(90deg);
}

.learnMoreBtn:hover {
    background-color: #547AEB;
    color: #fff;
}

.learnMoreBtn:hover .button__icon-wrapper {
    color: #547AEB;
    background-color: #fff;
}

.button__icon-svg--copy {
    position: absolute;
    transform: translate(-150%, 150%);
}

.learnMoreBtn:hover .button__icon-svg:first-child {
    transition: transform 0.3s ease-in-out;
    transform: translate(150%, -150%);
}

.learnMoreBtn:hover .button__icon-svg--copy {
    transition: transform 0.3s ease-in-out 0.1s;
    transform: translate(0);
}


/* ------------------------------ Section 2 --------------------------------- */
.tax_section2{
    padding: 40px 4%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
}

.tax_section2 h2{
    font-size: 40px;
}

.tax_section2 h2 span{
    color: #547AEB;
}

.tax_section2 p{
    margin-top: -15px;
}

.tax_section2 .boxes{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    width: 100%;
}

.tax_section2 .boxes .box{
    width: calc(20% -  16px);
    height: fit-content;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    gap: 20px;
    transition: all 0.3s ease;
}

.tax_section2 .boxes .box:hover{
    transform: translateY(-5px);
}

.tax_section2 .boxes .box .top_box{
    width: 100%;
    height: 255px;
    background-color: #547AEB;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}



.tax_section2 .boxes .box .top_box .inner_box{
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tax_section2 .boxes .box .inner_box .content{
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background-color: #547AEB;
    border-radius: 50%;
}

.tax_section2 .boxes .box .inner_box .content img{
    width: 90px;
}

.tax_section2 .boxes .box .lineBox{
    width: 100%;
    height: 6px;
    background-color: #c5c5c5;
    border-radius: 0 0 30px 30px;
}

.tax_section2 .boxes .box .bottom_box{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    padding: 0 15px;
}
.tax_section2 .boxes .box .bottom_box p{
    font-weight: 500;
}

.tax_section2 .boxes .box .bottom_box ul{
    margin-left: 20px;
    color: #547AEB;
}

.tax_section2 .boxes .box .bottom_box ul li{
    font-size: 15px;
}

/* ============================================= */

.tax_section3{
    padding: 40px 4%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tax_section3 .left{
    width: 50%;   
    position: relative;
    height: 360px;
    border-radius: 10px;
}

.tax_section3 .left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    border-radius: 10px;
    top: 0;
    left: 0;
}


.tax_section3 .right{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EEF2FD;
    padding: 40px 30px;
    border-radius: 0 10px 10px 0;
}


.tax_section3 .left .overlay{
    border-radius: 10px;
    background-color: #547aebcf;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    color: #fff;
}

.tax_section3 .left .overlay h2{
    font-size: 30px;
}

.tax_section3 .left .overlay img{
    position: relative;
    width: fit-content;
    height: 100px;
}







@media screen and (max-width: 768px) {
    /* --------------------- Section 1 ------------------------- */
    .cre_section1_container img {
        height: 70dvh;
    }

    .cre_section1_container .overlay {
        width: 100%;
        border-radius: 0 0 80px 0;
    }

    .cre_section1 p {
        width: 100%;
        line-height: 1.3;
    }

    .cre_section1 h2{
        font-size: 28px;
    }

    /* -------------------- Section 2 ---------------------------- */
    .tax_section2 h2{
        font-size: 28px;
    }
    
    .tax_section2{
        padding: 30px 4%;
        align-items: flex-start;
    }

    .tax_section2 .boxes{
        flex-direction: column;
    }
    .tax_section2 .boxes .box{
        width: 100%;
    }

    .tax_section2 .boxes .box .top_box{
        height: 350px;
    }

    /* ======================= Section 3 ===================== */

    .tax_section3{
        flex-direction: column;
        gap: 20px;
        padding: 30px 4%;
    }

    .tax_section3 .left{
        width: 100%;
        height: 200px;
    }

    .tax_section3 .right{
        width: 100%;
    }

    .tax_section3 .left .overlay img{
        width: 90px;
        height: fit-content;
    }
}

