/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap'); */

/* Fonts */
@font-face {
    font-family: "ExtraLight";
    font-style: sans-serif;
    font-weight: 200;
    src: url("../font/NotoSans-ExtraLight.ttf") format("truetype");
}

@font-face {
    font-family: "Light";
    font-style: sans-serif;
    font-weight: 300;
    src: url("../font/NotoSans-Light.ttf") format("truetype");
}

@font-face {
    font-family: "Regular";
    font-style: sans-serif;
    font-weight: 400;
    src: url("../font/NotoSans-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Medium";
    font-style: sans-serif;
    font-weight: 500;
    src: url("../font/NotoSans-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "SemiBold";
    font-style: sans-serif;
    font-weight: 600;
    src: url("../font/NotoSans-SemiBold.ttf") format("truetype");
}

@font-face {
    font-family: "Bold";
    font-style: sans-serif;
    font-weight: 700;
    src: url("../font/NotoSans-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "ExtraBold";
    font-style: sans-serif;
    font-weight: 800;
    src: url("../font/NotoSans-ExtraBold.ttf") format("truetype");
}

@font-face {
    font-family: "Black";
    font-style: sans-serif;
    font-weight: 900;
    src: url("../font/NotoSans-Black.ttf") format("truetype");
}



/* RESET */
/* Box sizing rules */
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
    margin: 0;
}

/* Remove list styles on ul, ol elements */
ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Set core root defaults */
html:focus-within {
    scroll-behavior: smooth;
}

/* Set core body defaults */
body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}

/* A better looking default horizontal rule */
hr {
    size: 1px;
    border: none;
    background-color: #333;
    height: 1px;
    margin: 1em 0;
}

/* Remove default padding */
ul,
ol {
    padding: 0;
}

/* Remove default 'border-radius' */
button,
input,
optgroup,
select,
textarea {
    border-radius: 0;
}

/* Remove default 'outline' */
button:focus,
input:focus,
textarea:focus,
select:focus {
    outline: none;
}

/* style start */
body {
    font-family: "Regular", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    letter-spacing: 0.2px;
}

.background-gradient {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(135deg,
            hsl(280, 60%, 99%) 0%,
            hsl(300deg 42% 98%) 18%,
            hsl(359deg 100% 98%) 26%,
            hsl(24, 100%, 98%) 33%,
            hsl(39, 70%, 96%) 39%,
            hsl(47deg 89% 97%) 44%,
            hsl(65deg 87% 97%) 50%,
            hsl(47deg 89% 97%) 56%,
            hsl(39, 100%, 96%) 61%,
            hsl(27, 100%, 96%) 67%,
            hsl(50deg 55% 96%) 74%,
            hsl(97deg 57% 98%) 82%,
            hsl(276, 100%, 98%) 100%);
}

/* Center the logo image horizontally and vertically */
.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 20px;
    font-size: 22px;
    color: #212529;
    width: 100%;
}

.logo img {
    width: 30%;
    max-width: 100%;
    max-height: 100%;
    filter: invert(43%) sepia(9%) saturate(2450%) hue-rotate(213deg) brightness(96%) contrast(84%);
}

.wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: fit-content;
    text-align: center;
}

.header {
    margin-top: 2%;
    margin-bottom: 2%;
    height: auto;
    min-height: 500px;
    z-index: 1;
    overflow: hidden;
}

.wrapper2 {
    width: 25%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.picture-wrapper {
    width: clamp(340px, 41dvw, 600px);
    height: auto;
    aspect-ratio: 1/1;
    position: relative;
}

.picture-wrapper .background {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 70%;
    height: auto;
    aspect-ratio: 9/10;
    background-color: #7867af;
    z-index: 1;
    border-radius: 33% 24px;
    border: 10px solid #a493da;
}

.header .header-picture {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: clamp(190px, 15dvw, 350px);
    height: auto;
    object-fit: contain;
    aspect-ratio: 9/15;
    min-width: 190px;
    max-width: 350px;
    max-height: 100%;
    margin: 0;
    z-index: 2;
    bottom: 0;
}

.header .icon {
    position: absolute;
    top: 30%;
    left: -7%;
    transform: translate(7%, -30%);
    width: 13%;
    width: clamp(30px, 3.5dvw, 90px);
    max-width: 90px;
    height: auto;
    filter: invert(43%) sepia(9%) saturate(2450%) hue-rotate(213deg) brightness(96%) contrast(84%);
}

.header .star-wrapper {
    position: absolute;
    top: 1%;
    right: 2%;
    transform: translate(2%, 1%);
    width: clamp(35px, 4dvw, 95px);
    max-width: 95px;
    height: clamp(35px, 4dvw, 95px);
}

.header .icon2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: auto;
    filter: invert(43%) sepia(9%) saturate(2450%) hue-rotate(213deg) brightness(96%) contrast(84%);
}

.header .icon3 {
    position: absolute;
    top: 81%;
    left: 4%;
    transform: translate(-4%, -80%);
    width: 30%;
    height: auto;
    filter: invert(43%) sepia(9%) saturate(2450%) hue-rotate(213deg) brightness(96%) contrast(84%);
}

.header .icon4 {
    position: absolute;
    top: 89%;
    left: 35%;
    transform: translate(-50%, -50%);
    width: 20%;
    height: auto;
    filter: invert(43%) sepia(9%) saturate(2450%) hue-rotate(213deg) brightness(96%) contrast(84%);
}

.header .icon5 {
    position: absolute;
    top: 70%;
    right: 8%;
    transform: translate(-50%, -50%);
    width: 15%;
    height: auto;
    filter: invert(43%) sepia(9%) saturate(2450%) hue-rotate(213deg) brightness(96%) contrast(84%);
}

.headline {
    font-size: clamp(12px, 4.2vw, 95px);
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: "SemiBold", sans-serif;
    font-weight: 600;
    text-align: left;
    max-width: 100%;
    color: #3a3e42;
    line-height: 1.2;
    width: 50%;
    margin-left: 0%;
    margin-right: 8%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
}

.section-background {
    position: relative;
    overflow: hidden;
    margin-top: 50px;
    padding: 160px 0px 100px 0px;
}

.section-background:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(4deg,
            #a493da 89%,
            #f4f4f400 calc(89% + 2px));
    z-index: -1;
}

.headline2 {
    display: flex;
    flex-direction: column;
}

.section-heading {
    font-size: clamp(12px, 3.6vw, 90px);
    letter-spacing: 0.3px;
    font-family: "Black", sans-serif;
    font-weight: 900;
    text-align: left;
    max-width: 100%;
    color: #ffffff;
    line-height: 1.2;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0px;
    text-align: center;
}

.section-subHeading {
    font-size: clamp(12px, 1.8vw, 42px);
    letter-spacing: 0.3px;
    font-family: "Medium", sans-serif;
    font-weight: 500;
    text-align: left;
    max-width: 100%;
    color: #ffffff;
    line-height: 1.2;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.headline .underscore {
    font-size: clamp(12px, 5vw, 115px);
    border-bottom: 18px solid #ffe5ca;
    display: inline-block;
    line-height: 0.5;
    font-style: italic;
    font-family: "Bold", sans-serif;
    font-weight: 700;
}

.headline .accent-color {
    font-family: "Black", sans-serif;
    font-size: clamp(12px, 8vw, 175px);
    color: #7867af;
    font-weight: 900;

    @supports (background-clip: text) or (-webkit-background-clip: text) {
        background-image: url("data:image/svg+xml,%3Csvg width='2250' height='900' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath fill='%237867af' d='M0 0h2255v899H0z'/%3E%3Ccircle cx='636' cy='220' r='366' fill='%23a493da'/%3E%3Ccircle cx='1777.5' cy='318.5' r='477.5' fill='%23a493da'/%3E%3Ccircle cx='1325' cy='657' r='366' fill='%236958a0'/%3E%3C/g%3E%3C/svg%3E%0A");
        background-size: 150% 200%;
        /* background-size: 110% auto; */
        background-position: center;
        color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
    }
}

.headline .aboutus {
    margin-top: 30px;
    font-size: clamp(12px, 1.4vw, 43px);
    letter-spacing: 0;
    line-height: 1.3;
    text-transform: none;
    font-family: "Regular", sans-serif;
    font-weight: 400;
    width: 90%;
}

.headline .points {
    margin-top: 80px;
    font-size: clamp(12px, 1.2vw, 31px);
    letter-spacing: 0;
    line-height: 1.3;
    text-transform: none;
    font-family: "Medium", sans-serif;
    font-weight: 500;
    width: 90%;
    display: flex;
    justify-content: space-between;
}

.headline .points span {
    margin-top: 30px;
    font-size: clamp(12px, 1.3vw, 33px);
    letter-spacing: 0;
    line-height: 1.3;
    text-transform: none;
    font-family: "Black", sans-serif;
    font-weight: 900;
    width: 90%;
}

.card {
    position: relative;
    width: 26%;
    max-width: 640px;
    height: fit-content;
    min-width: 350px;
    min-height: 400px;
    aspect-ratio: 9/10;
    margin: 3% 2% 0% 1%;
    color: #212529;
    box-shadow: 6px 6px 15px rgba(34, 38, 42, 0.35);
    border: 2px solid #7867af;
    border-radius: 24px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    font-family: "Regular", sans-serif;
    padding: 22px;
    background-color: #fff;
    /* transform: skewX(-2deg); */
    background-image: linear-gradient(135deg,
            hsl(33deg 65% 97%) 0%,
            hsl(25deg 76% 97%) 21%,
            hsl(18deg 85% 97%) 30%,
            hsl(10deg 88% 98%) 39%,
            hsl(1deg 83% 98%) 46%,
            hsl(351deg 73% 98%) 54%,
            hsl(339deg 59% 98%) 61%,
            hsl(323deg 43% 98%) 69%,
            hsl(298deg 29% 97%) 79%,
            hsl(270deg 33% 98%) 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    letter-spacing: 0.8px;
    font-weight: 400;
}

    .card-xxl {
		position: relative;
		width: 86%;
		height: fit-content;
		margin: 3% 2% 0% 1%;
		color: #212529;
		box-shadow: 6px 6px 15px rgba(34, 38, 42, 0.35);
		border: 2px solid #7867af;
		border-radius: 24px;
		overflow: hidden;
		display: inline-block;
		vertical-align: top;
		font-family: "Regular", sans-serif;
		padding: 22px;
		background-color: #fff;
		/* transform: skewX(-2deg); */
		background-image: linear-gradient(135deg,
				hsl(33deg 65% 97%) 0%,
				hsl(25deg 76% 97%) 21%,
				hsl(18deg 85% 97%) 30%,
				hsl(10deg 88% 98%) 39%,
				hsl(1deg 83% 98%) 46%,
				hsl(351deg 73% 98%) 54%,
				hsl(339deg 59% 98%) 61%,
				hsl(323deg 43% 98%) 69%,
				hsl(298deg 29% 97%) 79%,
				hsl(270deg 33% 98%) 100%);
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: start;
		letter-spacing: 0.8px;
		font-weight: 400;
		font-size: clamp(16px, 1.1vw, 28px);
    }
	
.card img {
    width: 100%;
    height: auto;
}

.card .content {
    height: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    letter-spacing: 0.8px;
    font-family: "Regular", sans-serif;
    font-weight: 400;
}

.card .title {
    color: #a493da;
    font-size: clamp(12px, 2.4vw, 58px);
    line-height: 1;
    font-family: "ExtraBold", sans-serif;
    font-weight: 800;
    margin-bottom: 0px;
    letter-spacing: 0.8px;
    @supports (background-clip: text) or (-webkit-background-clip: text) {
        background-image: url("data:image/svg+xml,%3Csvg width='2250' height='900' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath fill='%237867af' d='M0 0h2255v899H0z'/%3E%3Ccircle cx='436' cy='5' r='366' fill='%239787cc'/%3E%3Ccircle cx='1777.5' cy='318.5' r='477.5' fill='%239787cc'/%3E%3Ccircle cx='1480' cy='657' r='366' fill='%23635397'/%3E%3C/g%3E%3C/svg%3E%0A");
        background-size: 150% 200%;
        background-position: center;
        color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
    }
    
}

.card .title .secondary {
    color: #3a3e42;
    font-size: 22px;
    font-size: clamp(16px, 1.2vw, 38px);
    font-family: "SemiBold", sans-serif;
    font-weight: 600;
    /* margin-bottom: 10px; */
    letter-spacing: 0.8px;
    border-bottom: 9px solid #ffe5ca;
    display: inline-block;
    line-height: 0.4;
    font-style: italic;
}

.card .description {
    color: #212529;
    line-height: 1.4;
    font-size: clamp(16px, 1.1vw, 28px);
    letter-spacing: 0.2px;
}

.row {
    position: relative;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: row;
}

/* #card1 {
    background-color: #f6e4d1;
}

#card2 {
    background-color: #e2daf0;
}

#card3 {
    background-color: #f6e4d1;
}

#card4 {
    background-color: #e2daf0;
}

#card5 {
    background-color: #f6e4d1;
}

#card6 {
    background-color: #e2daf0;
} */

.pmt-btn {
    font-family: "SemiBold", sans-serif;
    font-weight: 600;
    background-color: #7867af;
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 5px;
    font-size: 19px;
    font-size: clamp(16px, 1.25vw, 36px);
    cursor: pointer;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
    margin-top: 20px;
    padding: 13px 26px;
    letter-spacing: 0.6px;
    line-height: 1.2;
	text-decoration: none;
}

footer {
    width: 100%;
    height: 40px;
    display: flex;
    margin-top: 15px;
    margin-bottom: 15px;
    justify-content: center;
    align-items: center;
}

footer a {
    margin: 0 30px;
    text-decoration: none;
    font-size: 16px;
    font-family: "Medium", sans-serif;
    font-weight: 500;
    color: #212529;
}

@media (max-width: 1599.98px) {
    .section-background {
        padding: 140px 0px 80px 0px;
    }
}

@media (max-width: 1399.98px) {
    .section-background {
        padding: 120px 0px 80px 0px;
    }
}

@media (max-width: 1199.98px) {
    .logo img {
        width: 23%;
    }
    .section-background {
        margin-top: 0;
        padding: 40px 0px;
    }

    .section-background:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(3deg, #a493da 96%, #f4f4f400 calc(96% + 2px));
        z-index: -1;
    }

    .card {
        width: 37%;
        margin-top: 40px;
    }
    .card-xxl {
        width: 95% !important;
        margin-top: 40px;
    }
    .picture-wrapper {
        width: clamp(240px, 44dvw, 400px);
        height: auto;
        aspect-ratio: 1/1;
        position: relative;
    }
    .header {
        min-height: 450px;
    }
}

@media (max-width: 991.98px) {
    .headline{
        width: 52%;
        margin-right: 6%;
    }
    .card {
        width: 40%;
        min-width: 320px;
        min-height: 410px;
    }
    .card-xxl {
        width: 95% !important;
        margin-top: 40px;
    }
    .header {
        min-height: 400px;
    }
    .section-heading {
        font-size: clamp(12px, 4.7vw, 90px);
        margin-top: 30px;
    }
    .section-subHeading {
        font-size: clamp(12px, 2.3vw, 42px);
        margin-bottom: 5px;
    }
    .card .title {
        font-size: clamp(12px, 3.2vw, 58px);
    }
    
}

@media (max-width: 767.98px) {
    .logo{
        padding-top: 15px;
        padding-bottom: 20px;
    }
    .row {
        padding: 0 6%;
    }

    .header {
        height: auto;
        margin-bottom: 0px;
        margin-top: 5px;
    }

    .headline {
        font-size: clamp(16px, 9.2vw, 170px);
        width: 100%;
        min-width: 90%;
        height: fit-content;
        margin-right: 0;
        text-align: center;
        line-height: 1.5;
        justify-content: flex-start;
        align-items: center;
    }

    .headline .accent-color {
        font-size: clamp(16px, 20vw, 170px);
        line-height: 1;
    }

    .headline .underscore {
        font-size: clamp(16px, 13vw, 170px);
        padding-top: 15px;
    }

    .headline .aboutus {
        margin-top: 35px;
        font-size: clamp(16px, 4.6vw, 170px);
        letter-spacing: 0.5px;
        line-height: 1.3;
        text-transform: none;
        font-family: "Regular", sans-serif;
        font-weight: 400;
        width: 100%;
    }

    .headline .points {
        margin-top: 35px;
        text-align: center;
        justify-content: space-around;
        flex-wrap: wrap;
        align-content: center;
        font-size: clamp(12px, 3.9vw, 170px);
    }

    .headline .points .points-single {
        margin-top: 10px;
    }

    .headline .points span {
        font-size: clamp(16px, 4.5vw, 170px);
    }

    .wrapper2 {
        width: 100%;
        min-width: 90%;
        min-height: 450px;
        height: auto;
        box-sizing: border-box;
    }

    .picture-wrapper {
        width: 100%;
        height: 100%;
    }

    .picture-wrapper .background {
        width: 57%;
        aspect-ratio: 10/11;
    }

    .header .header-picture {
        width: clamp(115px, 42dvw, 300px);
        height: auto;
        object-fit: contain;
        aspect-ratio: 9/15;
        min-width: unset;
        max-width: unset;
        margin: 0;
        z-index: 2;
        bottom: 0;
    }

    .header .star-wrapper {
        top: 20%;
        right: 5%;
        width: clamp(50px, 15dvw, 90px);
        height: clamp(50px, 15dvw, 90px);
    }

    .header .icon {
        top: 47%;
        left: 2%;
        width: clamp(30px, 11dvw, 80px);
        height: auto;
    }

    .section-heading {
        font-size: clamp(12px, 9.3vw, 170px);
    }

    .section-subHeading {
        font-size: clamp(12px, 5.8vw, 170px);
        margin-bottom: 20px;
    }

    .card {
        margin: 30px;
        padding: 25px;
        width: 100%;
        min-width: unset;
        min-height: 400px;
        height: 100%;
        aspect-ratio: unset;
    }

    .card-xxl {
        width: 95% !important;
        margin-top: 40px;
    }
    .card .title{
        font-size: clamp(16px, 10vw, 170px);
        margin-bottom: 35px;
    }

    .card .description {
        font-size: clamp(16px, 4.6vw, 170px);
        letter-spacing: 0.5px;
        line-height: 1.3;
    }

    .card .title .secondary {
        font-size: clamp(16px, 5vw, 170px);
    }

    .section-background {
        padding: 70px 0px;
        margin-top: 30px;
    }

    .section-background:before {
        background-image: linear-gradient(4deg,
                #a493da 98%,
                #f4f4f400 calc(98% + 2px));
    }
    .picture-wrapper .background {
        width: 60%;
        aspect-ratio: 10/10;
    }

    .pmt-btn{
        margin-top: 45px;
        font-size: clamp(16px, 4.3vw, 36px);
    }
}

@media (max-width: 575.98px) {
    .section-heading {
        font-size: clamp(16px, 11.4vw, 45px);
    }
    .section-background {
        padding: 80px 0px;
    }

    .logo img {
        width: 22%;
    }

    .wrapper2 {
        min-height: 300px;
    }

    .card {
        margin: 25px 0;
        aspect-ratio: unset;
        max-height: none;
    }
	
    .card-xxl {
        width: 95% !important;
        margin-top: 40px;
    }
    .section-subHeading {
        margin-top: 15px;
        margin-bottom: 25px;
        font-size: clamp(14px, 5.5vw, 28px);
    }

}