@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prata&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
body {
    font-family: 'Poppins', sans-serif;
    color: #000;
}
.full-container{
    width: 100%;
}
.container {
    max-width: 1254px;  
    margin: 0px auto;
    padding: 0px 15px;
    width: 100%;
    @media (max-width: 1440px) {
        max-width: 1338px;  
    }
}
.header-bg{
    padding: 20px 0px;
    position: absolute;
    top: 0px;
    z-index: 9;
}
.innerpage-header{
    position: relative;
    background: #fff;
    border-bottom: 1px solid #E4E4E4;
}
header{
    .container{
        max-width: 1510px;
        @media (min-width: 1441px) and (max-width: 1512px) {
            max-width: 1400px;  
        }
        @media (max-width: 1440px) {
            max-width: 1338px; 
        }
    }
}
.main-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
}
.logo a{
    display: flex;
}
.logo img{
    width: 248px;
}
.header-right{
    display: flex;
    align-items: center;
    gap: 40px;
    margin-left: auto;
}
.navbar{
   @media (max-width: 767px) {
       display: none;
    }
}
.navbar ul{
    list-style: none;
    display: flex;
    gap: 40px;
}
.navbar ul li{
    position: relative;
    .submenu{
        position: absolute;
        top: 125%;
        left: 0px;
        background: #fff;
        padding: 15px 15px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.10);
        border-radius: 4px;
        display: none;
        z-index: 99;
        ul{
            display: block;
        }
        li{
            margin-bottom: 10px;
            &:last-child{
                margin-bottom: 0px;
            }
            a{
                font-size: 14px;
                color: #3D3D3D;
                text-decoration: none;
                font-weight: 500;
                transition: color 0.3s ease;
                &:hover{
                    color: #494AA4;
                }
            }
        }
    }
}
.navbar ul li{
    &:hover{
        .submenu{
            display: block;
        }
    }
}
.navbar ul li a{
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    transition: color 0.3s ease;
    position: relative;
    padding: 10px 0px;
    &:after{
        content: '';
        position: absolute;
        bottom: 5px;
        left: 0px;
        width: 0%;
        height: 2px;
        background: #FA642E;
        transition: width 0.3s ease;
    }
    &:hover{
        color: #494AA4;
        span{
            border-top: 1px solid #006742;
            border-right: 1px solid #006742;
            transform: rotate(135deg);
            transition: all 0.3s ease;
        }
        &:after{
            width: 100%;
        }
    }
    span{
        margin-left: 3px;
        display: inline-block;
        width: 7px;
        height: 7px;
        border-top: 1px solid #3D3D3D;
        border-right: 1px solid #3D3D3D;
        transform: rotate(135deg);
        transition: all 0.3s ease;
        top: -3px;
        position: relative;
    }
}
.navbar ul li.active a{
    color: #494AA4;
    &:after{
        width: 100%;
    }
}
.herobanner-section{
    padding: 162px 0px 120px 0px;
    background: #E9E9FF;
    position: relative;
    @media (min-width: 768px) and (max-width: 1023px) {
        padding: 120px 0px 100px 0px;
    }
    @media (max-width: 767px) {
       padding: 100px 0px 23px 0px;
    }
    &:after{
        content: '';
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: url('../images/herobanner-bg-shape.svg') no-repeat center bottom;
        background-size: cover;
        z-index: 1;
    }
    .container {
        position: relative;
        z-index: 2;
        .herobanner-content {
            max-width: 976px;
            position: relative;
            margin: auto;
            h1 {
                color: #494AA4;
                font-size: 89px;
                font-size: 3vw;
                font-style: normal;
                font-weight: 800;
                line-height: 123.596%;
                text-transform: capitalize;
                margin-bottom: 17px;
                text-align: center;
                @media (max-width: 1536px) {
                    font-size: 4.2vw;
                }
                @media (min-width: 768px) and (max-width: 1199px) {
                    font-size: 5.5vw;
                }
                @media (max-width: 767px) {
                    font-size: 9vw;
                    text-align: center;
                    line-height: 120%;
                }
                span{
                    color: #FA642E;
                    font-family: "Prata", serif;
                    @media (max-width: 767px) {
                       display: block;
                    }
                }
            }
            p {
                color: #000000;
                font-family: Poppins;
                font-size: 17px;
                font-weight: 400;
                line-height: 28px;
                margin-bottom: 0px;
                text-transform: capitalize;
                text-align: center;
            }
        }
        .banner-categories {
            width: 100%;
            flex: 1 1 0;
            margin-top: 60px;
            @media (max-width: 767px) {
                margin-top: 15px;
            }
            .categories {
                display: grid;
                grid-template-columns: repeat(auto-fit, minmax(166px, 1fr));
                gap: 15px;
                justify-content: center;
                align-items: center;
                max-width: 1050px;
                margin: auto;
                @media (min-width: 768px) and (max-width: 1023px) {
                    grid-template-columns: repeat(auto-fit, minmax(134px, 1fr));
                    gap: 5px;
                }
                @media (max-width: 767px) {
                    gap: 10px;
                    width: 100%;
                    display: flex;
                    flex-direction: column;
                }
                .categories-item{
                    width: 166px;
                    height: 166px;
                    padding: 15px 27px;
                    box-sizing: border-box;
                    display: flex;
                    align-items: center;
                    flex-direction: column;
                    justify-content: center;
                    transition: all 0.3s ease;
                    text-decoration: none;
                    position: relative;
                    margin: auto;
                    background: #FFF;
                    border-radius: 100px;
                    border: 2px solid #BEBEF4;
                    position: relative;
                    box-shadow: 0px 0px 0px 10px #DBDBFF;
                    &:hover{
                        background: #3A3B93;
                        transition: all 0.3s ease;
                        background: linear-gradient(180deg, #47489F 0%, #313275 100%);
                        p{
                            color: #FFF;
                            transition: all 0.3s ease;
                        }
                        img{
                            filter: brightness(0) invert(1);
                            transition: all 0.3s ease;
                        }  
                    }
                    @media (min-width: 768px) and (max-width: 1199px) {
                        width: 140px;
                        height: 140px;
                    }
                    @media (max-width: 767px) {
                        width: 100%;
                        height: auto;
                        flex-direction: row;
                        justify-content: flex-start;
                        border-radius: 100px;
                        border: 2px solid #DFDFDF;
                        background: #FFF;
                        padding: 5px 15px;
                        gap: 30px;
                        box-shadow: 0px 3px 0 #ddd;
                        position: relative;
                    }
                    &::before{
                        content: '';
                        position: absolute;
                        width: 17px;
                        height: 17px;
                        border: 2px solid #BEBEF4;
                        background: #FFF;
                        border-radius: 100px;
                        z-index: 2;
                        right: 15px;
                        top: 10px;
                        @media (max-width: 767px) {
                            display: none;
                        }
                    }
                    .icon {
                        display: flex;
                        width: 52px;
                        height: 52px;
                        padding: 2px;
                        align-items: center;
                        position: relative;
                        justify-content: center;
                        position: relative;
                        z-index: 2;
                        margin-bottom: 10px;
                        @media (max-width: 1023px) {
                            width: 40px;
                            height: 40px;
                            img{
                                width: 100%;
                            }
                        }
                        @media (max-width: 767px) {
                            margin-bottom: 0px;
                        }
                        &::after{
                            width: 1px;
                            height: 29px;
                            background: #B8B8B8;
                            content: '';
                            position: absolute;
                            right: -14px;
                            top: 6px;
                            @media (min-width: 768px) {
                                display: none;
                            }
                        }
                    }
                    p {
                        color: #000000;
                        font-size: 14px;
                        font-weight: 500;
                        line-height: 22px;
                        text-align: center;
                        text-transform: capitalize;
                        position: relative;
                        z-index: 2;
                    }
                    .mobileonly{
                        position: absolute;
                        right: 12px;
                        top: 14px;
                        z-index: 1;
                    }
                }
            }
        }
    }
}
.hm-heading{
    margin-bottom: 40px;
    @media (max-width: 767px) {
        margin-bottom: 25px;
    }
    h2{
        color: #494AA4;
        font-size: 48px;
        font-weight: 700;
        line-height: 44px;
        text-align: center;
        margin-bottom: 22px;
        position: relative;
        padding-bottom: 22px;
        @media (min-width: 1024px) and (max-width: 1199px) {
            font-size: 4vw;
        }
        @media (min-width: 768px) and (max-width: 1023px) {
            font-size: 4vw;
        }
        @media (max-width: 767px) {
            font-size: 8vw;
            margin-bottom: 20px;
            padding-bottom: 10px;
            line-height: 128%;
        }
        &:after{
            content: '';
            position: absolute;
            bottom: -5px;
            left: 50%;
            transform: translateX(-50%);
            width: 148px;
            height: 6px;
            background: url('../images/border.svg') no-repeat center;
        }
        span{
            color: #FA642E;
            font-weight: 700;
            font-family: "Prata", serif;
        }
    }
    p{
        color: #3D3D3D;
        font-size: 16px;
        font-weight: 400;
        line-height: 25px;
        text-align: center;
        max-width: 660px;
        margin: 0px auto;
    }
}
.ourcollections-section{
    padding-top: 75px;
    @media (min-width: 768px) and (max-width: 1023px) {
         padding-top: 40px;
    }
    @media (max-width: 767px) {
        padding-top: 20px;
    }
    .Collection-section {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        grid-gap: 15px;
        @media (max-width: 767px) {
            grid-template-columns: auto;
        }
        .collection-item {
            border-radius: 20px;
            position: relative;
            text-decoration: none;
            overflow: hidden;
            &:hover{
                &::after{
                    transition: bottom 0.2s ease;
                    background: linear-gradient(0deg, #494AA4 0%, rgba(0, 0, 0, 0.00) 100%);
                }
                .icon {
                    img {
                        transform:rotate(30deg);
                        transition: transform 0.3s ease;
                    }
                }
            }
            &::after{
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 189px;
                z-index: 1;
                border-radius: 0 0 18px 18px;
                transition: bottom 0.2s ease;
                background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
            }
            &:nth-child(1) {
                grid-column: span 3;
                @media (max-width: 767px) {
                    grid-column: auto;
                    width: 100%;
                }
            }
            &:nth-child(2) {
                grid-column: span 3;
                @media (max-width: 767px) {
                    grid-column: auto;
                    width: 100%;
                }
            }
            &:not(.large-card) {
                grid-column: span 2;
                @media (max-width: 767px) {
                    grid-column: auto;
                    width: 100%;
                }
            }
            img {
                width: 100%;
                border-radius: 20px;
                height: 100%;
                object-fit: cover;
            }
            .content {
                position: absolute;
                bottom: 0;
                display: grid;
                padding: 22px;
                grid-template-columns: 1fr 45px;
                grid-gap: 30px;
                align-items: end;
                z-index: 2;
                @media (min-width: 768px) and (max-width: 1023px) {
                    padding: 12px;
                }
                @media (max-width: 767px) {
                    padding: 15px;
                    grid-gap: 10px;
                    grid-template-columns: 1fr 32px;
                }
                .text {
                    h3 {
                        color: #FFF;
                        font-size: 22px;
                        font-weight: 600;
                        border-bottom: 1px solid #fff;
                        margin-bottom: 7px;
                        padding-bottom: 7px;
                        overflow: hidden;
                        display: -webkit-box;
                        -webkit-line-clamp: 2;
                        -webkit-box-orient: vertical;
                        @media (min-width: 768px) and (max-width: 1023px) {
                            font-size: 18px;
                        }
                        @media (max-width: 767px) {
                            font-size: 4.3vw;
                        }
                    }
                    p {
                        color: #FFF;
                        font-size: 14px;
                        font-weight: 400;
                        line-height: 23px;
                        overflow: hidden;
                        display: -webkit-box;
                        -webkit-line-clamp: 2;
                        -webkit-box-orient: vertical;
                        @media (max-width: 767px) {
                            -webkit-line-clamp: 3;
                        }
                    }
                }
                .icon {
                    @media (max-width: 767px) {
                        width: 32px;
                        height: 32px;
                    }
                    img {
                        width: auto;
                        display: flex;
                        transition: transform 0.3s ease;
                    }
                }
            }
        }
    }
}
.allinone-section{
    margin-top: 75px;
    padding: 75px 0px;
    background: #F4F4F8;
    @media (min-width: 768px) and (max-width: 1023px) {
        padding: 40px 0px;
        margin-top: 40px;
    }
    @media (max-width: 767px) {
        margin-top: 45px;
        padding: 45px 0px;
    }
}
.allinone-section.discover-section{
    margin-top: 0px;
    background: #fff;
}
.all-in-one-content.men-section{
    background: #494AA4;
    margin-top: 75px;
    @media (max-width: 767px) {
         margin-top: 40px;
    }
    .content{
        h3 {
            color: #fff;
            a{
                color: #fff;
            }
        }
        p {
            color: #fff;
        }
        a.explore-btn {
            background: #FA642E;
            color: #fff;
            &:hover {
                background: #000;
                color: #FFF;
                img{
                    filter: brightness(0%) invert(1);
                }
            }
        }   
    }
}
.all-in-one-content {
    background: #fff;
    padding: 38px;
    border-radius: 18px;
    border: 1px solid #494AA4;
    background: #FFF;
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    @media (min-width: 768px) and (max-width: 1023px) {
        padding: 20px;
        gap: 20px;
    }
    @media (max-width: 767px) {
        grid-template-columns: auto;
        padding: 10px;
        gap: 25px;
    }
    .content {
        @media (max-width: 767px) {
            padding: 30px 20px 0px 20px;
        }
        h3 {
            color: #494AA4;
            font-size: 33px;
            font-weight: 600;
            line-height: 42px;
            margin-bottom: 22px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            @media (max-width: 767px) {
                text-align: center;
                -webkit-line-clamp: 3;
                font-size: 6.7vw;
                line-height: 120%;
            }
            a{
                text-decoration: none;
                color: #494AA4;
                transition: all 0.3s ease;
                &:hover{
                    color: #FA642E;
                    transition: all 0.3s ease;
                }
            }
        }
        p {
            color: #3D3D3D;
            font-size: 16px;
            font-weight: 400;
            line-height: 25px; /* 156.25% */
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            @media (min-width: 768px) and (max-width: 1023px) {
                font-size: 14px;
                line-height: 22px;
            }
            @media (max-width: 767px) {
                text-align: center;
                -webkit-line-clamp: 4;
            }
        }
        a.explore-btn {
            border-radius: 5px;
            background: #FA642E;
            width: 243px;
            height: 64px;
            display: flex;
            margin-top: 50px;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            color: #FFF;
            font-size: 17px;
            gap: 10px;
            font-weight: 700;
            line-height: 25px;
            transition: all 0.3s;
            @media (min-width: 768px) and (max-width: 1023px) {
                margin-top: 30px;
            }
            @media (max-width: 767px) {
                margin: 20px auto 0px;
            }
            img {
                transition: transform 0.3s ease;
            }
            &:hover {
                background: #494AA4;
                transition: all 0.3s;
                img {
                    transform: rotate(30deg);
                    transition: transform 0.3s ease;
                }
            }
        }
    }
    a.image {
        width: 100%;
        height: 100%;
        min-width: 0;
        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 18px;
        }
    }
}
.article-section.article-section-horizontal{
    flex-direction: row;
    .articles{
        display: flex;
        flex-wrap: wrap;
        grid-column-gap: 50px;
        .article-heading{
            flex-basis: 100%;
        }
        .item{
            flex-basis: calc(50% - 25px);
            @media (max-width: 767px) {
                flex-basis: auto;
                width: 100%;
            }
        }
    }
}
.article-section {
    display: flex;
    gap: 50px;
    margin-top: 60px;
    @media (min-width: 768px) and (max-width: 1023px) {
        gap: 15px;
    }
    @media (max-width: 767px) {
        flex-direction: column;
        margin-top: 35px;
    }
    .articles {
        flex: 1;
        h2 {
            color: #494AA4;
            font-size: 35px;
            font-weight: 600;
            margin-bottom: 32px;
            line-height: 45px;
            display: flex;
            position: relative;
            align-items: center;
            width: fit-content;
            padding-right: 50px;
            @media (min-width: 768px) and (max-width: 1023px) {
                font-size: 4vw;
            }
            @media (max-width: 767px) {
                font-size: 8vw;
                margin: 0 auto 12px auto;
            }
            &:after {
                content: '';
                position: absolute;
                top: 8px;
                right: 0;
                width: 36px;
                height: 36px;
                background: url('../images/arrowred.svg') no-repeat center;
            }
        }
        .item {
            display: flex;
            gap: 20px;
            align-items: center;
            margin-bottom: 30px;
            @media (min-width: 768px) and (max-width: 1023px) {
                gap: 10px;
            }
            @media (max-width: 767px) {
                flex-direction: column;
                gap: 10px;
            }
            &:last-child {
                margin-bottom: 0px;
            }
            &:hover {
                .icon {
                    img {
                        transform: rotate(30deg);
                        transition: transform 0.3s ease;
                    }
                }
            }
            .image {
                height: 100%;
                width: 100%;
                flex: 1;
                img {
                    display: flex;
                    border-radius: 18px;
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }
            }
            .content {
                flex: 1;
                a.title {
                    color: #494AA4;
                    font-size: 22px;
                    text-decoration: none;
                    font-weight: 600;
                    margin-bottom: 15px;
                    line-height: 30px;
                    transition: all 0.3s ease;
                    overflow: hidden;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    @media (min-width: 768px) and (max-width: 1023px) {
                        font-size: 18px;
                        line-height: 28px;
                        margin-bottom: 0px;
                        -webkit-line-clamp: 1;
                    }
                    @media (max-width: 767px) {
                        font-size: 20px;
                        text-align: center;
                        margin-bottom: 0px;
                    }
                    &:hover{
                        color: #FA642E;
                        transition: all 0.3s ease;
                    }
                }
                p {
                    color: #3D3D3D;
                    font-size: 16px;
                    font-weight: 400;
                    margin-top: 12px;
                    line-height: 25px;
                    overflow: hidden;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    @media (min-width: 768px) and (max-width: 1023px) {
                        font-size: 14px;
                        line-height: 22px;
                        margin-top: 5px;
                        -webkit-line-clamp: 2;
                    }
                    @media (max-width: 767px) {
                        font-size: 16px;
                        text-align: center;
                        margin-top: 0px;
                    }
                }
                a.icon {
                    width: 37px;
                    height: 37px;
                    display: block;
                    margin-top: 20px;
                    @media (min-width: 768px) and (max-width: 1023px) {
                        margin-top: 10px;
                    }
                    @media (max-width: 767px) {
                        margin: auto;
                        margin-top: 10px;
                    }
                    img {
                        width: 100%;
                        transition: transform 0.3s ease;
                    }
                }
            }
        }
    }
}

.help-section {
    background: #494AA4;
    padding: 72px 0;
    @media (max-width: 1023px) {
        padding: 40px 0;
    }
    .hm-heading {
        h2 {
            color: #fff;
            span {
                color: #fff;
            }
            &:after {
                background: url('../images/borderwhite.svg') no-repeat center;
            }
        }
        p {
            color: #fff;
        }
    }
    .help-content {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 75px;
        grid-gap: 10%;
        @media (min-width: 768px) and (max-width: 1023px) {
            gap: 10px;
        }
        @media (max-width: 767px) {
            flex-direction: column;
            margin-top: 40px;
            grid-row-gap: 30px;
        }
        .help-item {
            .icon {
                width: 146px;
                height: 146px;
                border-radius: 100px;
                display: flex;
                justify-content: center;
                align-items: center;
                margin: auto auto 32px;
                background: linear-gradient(0deg, #494AA4 0%, #05236C 100%);
                @media (max-width: 767px) {
                    margin-bottom: 15px;
                }
                img {
                    display: flex;
                }
            }
            h3 {
                color: #FFF;
                text-align: center;
                font-size: 24px;
                font-weight: 600;
                margin-bottom: 20px;
                line-height: 30px;
                @media (max-width: 767px) {
                    font-size: 22px;
                    margin-bottom: 5px;
                }
            }
            p {
                color: #FFF;
                text-align: center;
                font-family: Poppins;
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: 25px;
                @media (max-width: 1023px) {
                    font-size: 14px;
                }
            }
        }
    }
}
.faq-mainsection{
    padding:0px 0px 75px 0px;
    background: #fff;
    @media (max-width: 767px) {
       padding:0px 0px 40px 0px;
    }
    .faq-container {
        max-width: 1000px;
        margin: 0 auto;
    }
    .faq-item {
        border: 1px solid #494AA4;
        border-radius: 18px;
        padding: 28px 32px;
        margin-bottom: 20px;
        transition: background 0.3s ease;
        @media (min-width: 768px) and (max-width: 1023px) {
            padding: 20px;
        }
        @media (max-width: 767px) {
            padding: 15px;
            border-radius: 10px;
        }
    }
    .faq-item.active {
        background: linear-gradient(180deg, #FFF 0%, #F4F4F8 100%);
    }
    .faq-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
        gap: 20px;
    }
    .faq-header h3 {
        font-size: 22px;
        font-weight: 600;
        color: #000;
        max-width: 90%;
        @media (min-width: 768px) and (max-width: 1023px) {
            font-size: 18px;
            line-height: 28px;
        }
        @media (max-width: 767px) {
            font-size: 20px;
            line-height: 27px;
        }
    }
    .faq-icon {
        width: 37px;
        height: 37px;
        background: #494AA4;
        color: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        flex-shrink: 0;
    }
    .faq-content {
        display: none;
        margin-top: 18px;
    }
    .faq-content p {
        font-size: 16px;
        line-height: 1.6;
        color: #3d3d3d;
        @media (min-width: 768px) and (max-width: 1023px) {
            font-size: 14px;
        }
    }
    .faq-item.active .faq-content {
     display: block;
    }
}
.footer-section {
    background: #F4F4F8;
    padding: 50px 0;
    @media (max-width: 767px) {
        padding: 20px 0;
    }
    .inner {
        display: flex;
        gap: 50px;
        @media (max-width: 767px) {
            flex-wrap: wrap;
            gap: 20px;
        }
        div {
            flex: 1;
            @media (max-width: 767px) {
                flex: auto;
                gap: 20px;
            }
        }
        .footer-logo {
            @media (max-width: 767px) {
                width: 100%;
                margin: auto;
            }
            img{
                @media (max-width: 767px) {
                    margin: auto;
                    width: auto;
                    display: flex;
                }
            }
            p {
                color: #3D3D3D;
                font-size: 16px;
                font-weight: 400;
                margin-top: 5px;
                display: block;
                line-height: 25px;
                @media (max-width: 767px) {
                    text-align: center;
                }
            }
        }
        .footer-links {
            @media (max-width: 767px) {
               flex: 1;
            }
            h4 {
                color: #494AA4;
                font-size: 18px;
                font-weight: 600;
                margin-bottom: 15px;
                line-height: 30px;
                @media (max-width: 767px) {
                    margin-bottom: 0px;
                }
            }
            ul {
                list-style-type: none;
                display: grid;
                grid-column-gap: 10px;
                grid-template-columns: repeat(2, 1fr);
                @media (min-width: 768px) and (max-width: 1023px) {
                   grid-template-columns: auto;
                }
                @media (max-width: 767px) {
                   grid-template-columns: auto;
                }
                li {
                    a {
                        color: #3D3D3D;
                        font-size: 15px;
                        text-decoration: none;
                        font-weight: 400;
                        line-height: 35px;
                        position: relative;
                        padding-left: 14px;
                        &:hover {
                            color: #FA642E;
                            &:after {
                                border-top: 5px solid transparent;
                                border-left: 5px solid #FA642E;
                                border-bottom: 5px solid transparent;
                            }
                        }
                        &:after {
                            position: absolute;
                            content: '';
                            left: 0;
                            top: 6px;
                            width: 0;
                            height: 0;
                            border-top: 5px solid transparent;
                            border-left: 5px solid #8C8989;
                            border-bottom: 5px solid transparent;
                        }
                    }
                }
            }
        }
    }
}
.copyright-section{
    background: #494AA4;
    padding: 15px;
    p{
        color: #FFF;
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        a{
            color: #FFF;
            text-decoration: none;
            &:hover{
                text-decoration: underline;
            }
        }
    }
}
.aboutus-section {
    padding: 10px 0 0;
    .inner {
        gap: 40px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        @media (max-width: 991px) {
            grid-template-columns: auto;
        }
        .aboutus-content {
            h1 {
                color: #494AA4;
                font-size: 44px;
                font-weight: 700;
                margin-bottom: 0;
                position: relative;
                @media (max-width: 991px) {
                    text-align: center;
                    margin-bottom: 30px;
                    font-size: 10vw;
                }
                &:after {
                    content: '';
                    position: absolute;
                    top: 50%;
                    left: 38%;
                    width: 148px;
                    height: 6px;
                    background: url(../images/border.svg) no-repeat center;
                    @media (max-width: 991px) {
                       left: 0;
                       right: 0;
                        margin: auto;
                        top: 100%;
                    }
                }
            }
            p {
                color: #3D3D3D;
                font-size: 16px;
                font-weight: 400;
                line-height: 25px;
                @media (max-width: 991px) {
                    text-align: center;
                }
            }
            h3 {
                color: #000;
                font-size: 26px;
                margin-top: 30px;
                margin-bottom: 10px;
                font-weight: 600;
                line-height: 35px;
                @media (max-width: 991px) {
                    text-align: center;
                }
            }
        }
        .aboutus-image {
            width: 100%;
            flex-grow: 1;
            flex-basis: 0;
            min-width: 0;
            height: 100%;
            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }
    }
}
.howwedo-section {
    background: #494AA4;
    padding: 70px 0;
    @media (max-width: 991px) {
        padding: 40px 0;
    }
    .content {
        max-width: 680px;
        margin: auto;
        h2 {
            color: #fff;
            font-size: 48px;
            font-weight: 700;
            line-height: 44px;
            text-align: center;
            margin-bottom: 30px;
            position: relative;
            padding-bottom: 22px;
            @media (max-width: 991px) {
                font-size: 10vw;
                line-height: 130%;
            }
            &:after {
                content: '';
                position: absolute;
                bottom: -5px;
                left: 50%;
                transform: translateX(-50%);
                width: 148px;
                height: 6px;
                background: url('../images/borderwhite.svg') no-repeat center;
            }
            span {
                color: #fff;
                font-weight: 400;
                font-family: "Prata", serif;
            }
        }
        p {
            color: #FFF;
            text-align: center;
            font-size: 16px;
            font-weight: 400;
            line-height: 25px;
        }
    }
}
.articles-banner {
    position: relative;
    height: 200px;
    &::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        z-index: 1;
    }
    img {
        width: 100%;
        height: 100%;
        display: flex;
        object-fit: cover;
    }
    .hero-content {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 736px;
        z-index: 2;
        display: flex;
        justify-content: center;
        top: 50%;
        transform: translateY(-50%);
        h1 {
            color: #FFF;
            text-align: center;
            font-size: 39px;
            font-weight: 700;
            @media (max-width: 767px) {
                font-size: 26px;
                padding: 0px 15px;
            }
            span {
                font-family: "Prata", serif;
                font-weight: 400;
            }
        }
    }
}
.articles-section {
    margin: 30px 0px 75px 0px;
    .container {
        max-width: 718px;
        h1, h2, h3, h4, h5{
            margin-bottom: 15px;
            font-style: normal;
        }
        p {
            color: #3D3D3D;
            font-size: 16px;
            font-weight: 400;
            line-height: 25px;
            margin-bottom: 15px;
            font-style: normal;
        }
        p:empty{
            display: none;
        }
        ul.sponsored {
            list-style-type: none;
            counter-reset: item-counter;
            margin-bottom: 20px;
            overflow: hidden;
            padding-left: 5px;
            li {
                margin-bottom: 15px;
                position: relative;
                font-style: normal;
                &:hover {
                    a {
                        background: #494AA4;
                        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
                    }
                }
                a {
                    background: #FA642E;
                    display: flex;
                    padding: 15px 50px 15px 20px;
                    color: #FFF;
                    font-size: 20px;
                    font-weight: 700;
                    line-height: 25px;
                    border-radius: 100px;
                    text-decoration: none;
                    position: relative;
                    font-style: normal;
                    @media (max-width: 767px) {
                        font-size: 18px;
                        padding: 15px 35px 15px 20px;
                    }
                    &:after {
                        position: absolute;
                        content: '';
                        right: 20px;
                        top: 40%;
                        width: 0;
                        height: 0;
                        border-top: 7px solid transparent;
                        border-left: 7px solid #fff;
                        border-bottom: 7px solid transparent;
                    }
                }
            }
        }
        .table-structure{
            margin: 20px 0px;
            overflow-x: auto;
            table {
                thead {
                    th {
                        background: #efefef;
                        padding: 15px;
                        color: #000;
                        text-align: left;
                    }
                }
                tbody {
                    tr {
                        td {
                            padding: 10px 15px;
                            color: #3D3D3D;
                            font-size: 16px;
                            font-weight: 400;
                            line-height: 25px;
                        }
                    }
                }
            }
        }
        ul, ol{
            padding-left: 20px;
            margin-bottom: 20px;
            li{
                margin-bottom: 5px;
                color: #3D3D3D;
                font-size: 16px;
                font-weight: 400;
                line-height: 25px;
                font-style: normal;
                a{
                    color: #3D3D3D;
                    font-size: 16px;
                    font-weight: 400;
                    line-height: 25px;
                    font-style: normal;
                }
            }
        }
        ul.sectionlinks{
            list-style-type: none;
            padding-left: 0px;
            li{
                margin-bottom: 15px;
                a{
                    color: #012169;
                    font-size: 16px;
                    font-weight: 400;
                    line-height: 25px;
                    font-style: normal;
                    &:hover{
                        text-decoration: none;
                    }
                }
            }
        }
        .links-content{
            margin-top: 30px;
            p{
                font-style: normal;
                a{
                    color: #012169;
                    font-style: normal;
                }
            }
        }
    }
}
.category-banner {
    position: relative;
    &::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        z-index: 1;
    }
    img {
        width: 100%;
        height: 100%;
        display: flex;
        object-fit: cover;
    }
    .hero-content {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 736px;
        z-index: 2;
        display: flex;
        justify-content: center;
        top: 39%;
        transform: translateY(-50%);
        @media (max-width: 767px) {
            top: 45%;
        }
        h1 {
            color: #FFF;
            text-align: center;
            font-size: 39px;
            font-weight: 700;
            text-transform: uppercase;
            @media (max-width: 767px) {
                font-size: 7vw;
            }
            span {
                font-family: "Prata", serif;
                font-weight: 400;
            }
        }
    }
}
.category-info{
    .inner{
        background: #EEEFF9;
        box-shadow: -15px 4px 28px 0 rgba(0, 0, 0, 0.08);
        max-width: 863px;
        margin: auto;
        padding: 40px 48px;
        margin-top: -12%;
        position: relative;
        z-index: 1;
        border-radius: 20px;
        @media (max-width: 767px) {
            padding: 20px;
            margin-top: -5%;
        }
        h2{
            color: #494AA4;
            font-size: 36px;
            font-style: normal;
            font-weight: 400;
            line-height: 50px;
            font-family: "Prata", serif;
            margin-bottom: 20px;
            line-height: 150%;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            span{
                color: #FA642E;
                font-weight: 700;
                font-family: 'Poppins', sans-serif;
            }
            @media (max-width: 767px) {
                -webkit-line-clamp: 3;
                text-align: center;
                font-size: 6vw;
                margin-bottom: 10px;
            }
        }
        .content{
            display: grid;
            grid-template-columns: 1fr 183px;
            gap:50px;
            @media (max-width: 767px) {
                grid-template-columns: auto;
                gap:0px;
            }
            p{
               color: #3D3D3D;
                font-family: Poppins;
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: 25px; /* 156.25% */ 
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 4;
                -webkit-box-orient: vertical;
                @media (max-width: 767px) {
                    -webkit-line-clamp: 5;
                    text-align: center;
                }
            }
            a {
                border-radius: 5px;
                background: #FA642E;
                width: 100%;
                height: 50px;
                display: flex;
                margin-top: 50px;
                align-items: center;
                justify-content: center;
                text-decoration: none;
                color: #FFF;
                font-size: 17px;
                gap: 10px;
                font-weight: 700;
                line-height: 25px;
                transition: all 0.3s;
                @media (max-width: 767px) {
                    margin: 20px auto 0px;
                    max-width: 183px;
                }
                img {
                    transition: transform 0.3s ease;
                }
                &:hover {
                    background: #494AA4;
                    transition: all 0.3s;
                    img {
                        transform: rotate(30deg);
                        transition: transform 0.3s ease;
                    }
                }
            }
        }
    }
}
.innerpage-ourcollections{
    margin-bottom: 75px;
}
.mobile-menu {
    position: absolute;
    width: 100%;
    left: 0;
    background: #f7f7f7;
    padding: 20px 20px;
    z-index: 99;
    display: none;
    height: 100vh;
    top: 0px;
    .close{
        position: absolute;
        top: 30px;
        right: 20px;
        cursor: pointer;
    }
    ul {
        width: 100%;
        list-style-type: none;
        margin-top: 30px;
        li {
            a {
                color: #000;
                text-align: left;
                width: 100%;
                display: block;
                text-decoration: none;
                padding: 15px 0px;
                border-bottom: 1px solid #cccbcb;
                transition: transform 0.3s ease;
                &:hover{
                    color: #FA642E;
                    transition: transform 0.3s ease;
                }
            }
            ul{
                margin-top: 0px;
                li{
                    a{
                        font-size: 14px;
                        padding-left: 15px;
                    }
                }
            }
        }
    }
}
.innerpage-ourcollections{
    margin-bottom: 75px;
}
@media (min-width: 768px) and (max-width: 990px) {
    .tab990mxonly{
        display: block !important;
    }
}
@media (max-width: 767px) {
    .mobileonly, .tab990mxonly{
        display: block !important;
    }
    .desktoponly{
        display: none !important;
    }
}
.mobileonly, .tab990mxonly{
    display: none;
}
.hamburgermenu {
    cursor: pointer;
    display: none;
}
@media (max-width: 767px) {
    .hamburgermenu {
        display: block;
    }
}