html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
select,
input,
option,
textarea,
ul,
li {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    list-style-type: none;
    text-decoration: none;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
textarea {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}

:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

a {
    color: #444344;
}

a:hover,
a:focus {
    color: var(--primary-teal);
    text-decoration: none;
}

*,
a,
button,
.btn {
    outline: none !important;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    text-decoration: none !important;
}


/* Red-Hat-Display */
@font-face {
    font-family: 'Red-Hat-Display';
    src: url('../fonts/RedHatDisplay-Light.ttf');
    font-weight: 300;
}

@font-face {
    font-family: 'Red-Hat-Display';
    src: url('../fonts/RedHatDisplay-LightItalic.ttf');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Red-Hat-Display';
    src: url('../fonts/RedHatDisplay-Regular.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'Red-Hat-Display';
    src: url('../fonts/RedHatDisplay-Medium.ttf');
    font-weight: 500;
}

@font-face {
    font-family: 'Red-Hat-Display';
    src: url('../fonts/RedHatDisplay-MediumItalic.ttf');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Red-Hat-Display';
    src: url('../fonts/RedHatDisplay-SemiBold.ttf');
    font-weight: 600;
}

@font-face {
    font-family: 'Red-Hat-Display';
    src: url('../fonts/RedHatDisplay-SemiBoldItalic.ttf');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Red-Hat-Display';
    src: url('../fonts/RedHatDisplay-Bold.ttf');
    font-weight: 700;
}

@font-face {
    font-family: 'Red-Hat-Display';
    src: url('../fonts/RedHatDisplay-BoldItalic.ttf');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Red-Hat-Display';
    src: url('../fonts/RedHatDisplay-ExtraBold.ttf');
    font-weight: 800;
}

@font-face {
    font-family: 'Red-Hat-Display';
    src: url('../fonts/RedHatDisplay-ExtraBoldItalic.ttf');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Red-Hat-Display';
    src: url('../fonts/RedHatDisplay-Black.ttf');
    font-weight: 900;
}

@font-face {
    font-family: 'Red-Hat-Display';
    src: url('../fonts/RedHatDisplay-BlackItalic.ttf');
    font-weight: 900;
    font-style: italic;
}



/* Begum */
@font-face {
    font-family: 'Begum';
    src: url('../fonts/Begum-Light.ttf');
    font-weight: 300;
}

@font-face {
    font-family: 'Begum';
    src: url('../fonts/Begum-LightItalic.ttf');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Begum';
    src: url('../fonts/Begum-Regular.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'Begum';
    src: url('../fonts/Begum-Italic.ttf');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Begum';
    src: url('../fonts/Begum-Medium.ttf');
    font-weight: 500;
}

@font-face {
    font-family: 'Begum';
    src: url('../fonts/Begum-MediumItalic.ttf');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Begum';
    src: url('../fonts/Begum-Semibold.ttf');
    font-weight: 600;
}

@font-face {
    font-family: 'Begum';
    src: url('../fonts/Begum-SemiboldItalic.ttf');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Begum';
    src: url('../fonts/Begum-Bold.ttf');
    font-weight: 700;
}

@font-face {
    font-family: 'Begum';
    src: url('../fonts/Begum-BoldItalic.ttf');
    font-weight: 700;
    font-style: italic;
}



:root {
    /* Primary Palette */
    --primary-deep-teal: #0A7381;
    --primary-teal: #0EBBB7;
    --primary-soft-teal: #B8E2E0;
    --primary-mint-ice: #E8F5F7;

    /* Secondary Palette */
    --secondary-deep-teal: #0A7381;
    --secondary-teal: #0EBBB7;
    --secondary-rose-mauve: #B87A7D;
    --secondary-black: #000000;

    /*  Tertiary Palette  */
    --tertiary-ocean-blue: #64B3CE;
    --tertiary-light-cyan: #7DEFEC;
    --tertiary-pale-rose: #E9C0C4;
    --tertiary-cool-gray: #BCBEC0;
    --tertiary-steel-blue: #3D82A0;
    --tertiary-teal-blue: #53C3C4;
    --tertiary-muted-rose: #CC959A;
    --tertiary-slate-gray: #636466;


    /*  Font Family  */
    --Red-Hat-Display: "Red-Hat-Display";
    --Begum: "Begum";
}


body {
    margin: 0;
    padding: 0;
    font-family: var(--Red-Hat-Display);
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #444344;
    overflow-x: hidden;
}

html,
body {
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
}


/* .error {
    border: 1px solid red !important;
} */

.sucess {
    color: green;
}


.inputwithicon {
    position: relative;
}

.inputwithicon input {
    padding: 10px 40px 10px 15px;
}

.inputwithicon .inputicon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #696969;
}

.inputwithicon.lefticon input {
    padding: 10px 15px 10px 40px;
}

.inputwithicon.lefticon .inputicon {
    right: inherit;
    left: 10px;
}



.p-0 {
    padding: 0 !important;
}

.ptb-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.plr-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.p-5 {
    padding: 5px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.ptb-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.plr-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}


.p-10 {
    padding: 10px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.ptb-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.plr-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}



.p-15 {
    padding: 15px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.ptb-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.plr-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.p-20 {
    padding: 20px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.ptb-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.plr-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}


.p-25 {
    padding: 25px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pl-25 {
    padding-left: 25px !important;
}

.pr-25 {
    padding-right: 25px !important;
}

.ptb-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.plr-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
}


.p-30 {
    padding: 30px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.ptb-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.plr-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}


.p-35 {
    padding: 35px !important;
}

.pt-35 {
    padding-top: 35px !important;
}

.pb-35 {
    padding-bottom: 35px !important;
}

.pl-35 {
    padding-left: 35px !important;
}

.pr-35 {
    padding-right: 35px !important;
}

.ptb-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
}

.plr-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
}


.p-40 {
    padding: 40px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pl-40 {
    padding-left: 40px !important;
}

.pr-40 {
    padding-right: 40px !important;
}

.ptb-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.plr-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}


.p-45 {
    padding: 45px !important;
}

.pt-45 {
    padding-top: 45px !important;
}

.pb-45 {
    padding-bottom: 45px !important;
}

.pl-45 {
    padding-left: 45px !important;
}

.pr-45 {
    padding-right: 45px !important;
}

.ptb-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
}

.plr-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
}


.p-50 {
    padding: 50px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

.ptb-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.plr-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
}


.pt-55 {
    padding-top: 55px !important;
}

.pb-55 {
    padding-bottom: 55px !important;
}

.pl-55 {
    padding-left: 55px !important;
}

.pr-55 {
    padding-right: 55px !important;
}

.ptb-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
}

.plr-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
}


.pt-60 {
    padding-top: 60px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pl-60 {
    padding-left: 60px !important;
}

.pr-60 {
    padding-right: 60px !important;
}

.ptb-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.plr-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
}


.pt-65 {
    padding-top: 65px !important;
}

.pb-65 {
    padding-bottom: 65px !important;
}

.ptb-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.ptb-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}


.pt-75 {
    padding-top: 75px !important;
}

.pb-75 {
    padding-bottom: 75px !important;
}

.ptb-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
}


.pt-80 {
    padding-top: 80px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.ptb-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}


.pt-85 {
    padding-top: 85px !important;
}

.pb-85 {
    padding-bottom: 85px !important;
}

.ptb-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
}


.pt-90 {
    padding-top: 90px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.ptb-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}


.pt-100 {
    padding-top: 100px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.ptb-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}



/* Margin */

.m-0 {
    margin: 0px !important;
}

.mtb-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.mlr-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.mr-0 {
    margin-right: 0px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mtb-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.mlr-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
}


.mt-10 {
    margin-top: 10px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mtb-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.mlr-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}


.mt-15 {
    margin-top: 15px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mtb-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.mlr-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}


.mt-20 {
    margin-top: 20px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mtb-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.mlr-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}


.mt-25 {
    margin-top: 25px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.ml-25 {
    margin-left: 25px !important;
}

.mr-25 {
    margin-right: 25px !important;
}

.mtb-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

.mlr-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
}


.mt-30 {
    margin-top: 30px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mtb-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.mlr-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
}


.mt-35 {
    margin-top: 35px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.ml-35 {
    margin-left: 35px !important;
}

.mr-35 {
    margin-right: 35px !important;
}

.mtb-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
}

.mlr-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
}


.mt-40 {
    margin-top: 40px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mtb-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.mlr-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
}


.mt-45 {
    margin-top: 45px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.ml-45 {
    margin-left: 45px !important;
}

.mr-45 {
    margin-right: 45px !important;
}

.mtb-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
}

.mlr-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
}


.mt-50 {
    margin-top: 50px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.mtb-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.mlr-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
}


.mt-55 {
    margin-top: 55px !important;
}

.mb-55 {
    margin-bottom: 55px !important;
}

.ml-55 {
    margin-left: 55px !important;
}

.mr-55 {
    margin-right: 55px !important;
}

.mtb-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
}

.mlr-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
}


.mt-60 {
    margin-top: 60px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.ml-60 {
    margin-left: 60px !important;
}

.mr-60 {
    margin-right: 60px !important;
}

.mtb-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}

.mlr-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
}


.mt-70 {
    margin-top: 70px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mtb-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
}


.mt-75 {
    margin-top: 75px !important;
}

.mb-75 {
    margin-bottom: 75px !important;
}

.mtb-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
}


.mt-80 {
    margin-top: 80px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mtb-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
}


.mt-85 {
    margin-top: 85px !important;
}

.mb-85 {
    margin-bottom: 85px !important;
}

.mtb-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
}


.mt-90 {
    margin-top: 90px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mtb-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
}


.mt-100 {
    margin-top: 100px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mtb-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}

.mtb-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}



/* .container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    max-width: 100%;
    padding-right: 5%;
    padding-left: 5%;
} */





.comingsoon {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
}

.comingsoon .logo {
    text-align: center;
    padding: 65px 0 0;
}

.comingsoon .logo img {
    max-width: 195px;
    height: auto;
}

/* .comingsoon .main-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 0 8%;
} */

.comingsoon .main-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 0;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}

.comingsoon .ribbon {
    position: absolute;
    top: 0;
    right: 0;
    width: 350px;
    opacity: 1;
    z-index: 1;
}

.comingsoon .ribbon img {
    width: 100%;
    height: auto;
}

.comingsoon .hourglass {
    flex: 0 0 400px;
    position: relative;
    z-index: 2;
}

.comingsoon .hourglass img {
    width: 100%;
    height: auto;
}

.comingsoon .center-content {
    width: 100%;
    flex: 1;
    text-align: center;
    z-index: 2;
    margin: 0 auto 50px;
}

.comingsoon .center-content h2 {
    font-family: var(--Begum);
    font-size: 24px;
    color: #4E4C4D;
    font-weight: 500;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.comingsoon .center-content h1 {
    font-family: var(--Begum);
    font-size: 50px;
    line-height: 1.2;
    color: #4E4C4D;
    font-weight: 500;
    margin-bottom: 100px;
    letter-spacing: 3px;
}

.comingsoon .center-content p {
    font-size: 22px;
    color: #4E4C4D;
    font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.comingsoon .email-form {
    /* display: flex; */
    gap: 10px;
    margin: 0 auto;
    /* position: relative; */
    align-items: center;
}

.comingsoon .email-form input {
    /* flex: 1; */
    padding: 15px 135px 15px 20px;
    border: none;
    border-radius: 15px;
    font-size: 14px;
    background: #ededed;
    height: 50px;
    font-weight: 500;
    width: 100%;
}

.comingsoon .email-form input::placeholder {
    color: #949799;
    font-weight: 500;
}

.comingsoon .email-form button {
    font-size: 14px;
    color: #fff;
    padding: 12px 25px;
    background: #4e4c4d;
    letter-spacing: 0.05em;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.3s;
    white-space: nowrap;
    /* position: absolute; */
    right: 5px;
}

.comingsoon .email-form button:hover {
    background: var(--primary-teal);
}

.comingsoon .email-form .responsetxt {
    color: red;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;
    height: 30px;
    margin-top: 5px;
}

.comingsoon .email-form .responsetxt.success {
    color: green;
}

.comingsoon .jewelry-box {
    flex: 0 0 400px;
    position: relative;
    z-index: 2;
}

.comingsoon .jewelry-box img {
    width: 100%;
    height: auto;
}

.comingsoon .footerdata {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 5% 20px;
    margin: 0 auto;
    position: relative;
}

.comingsoon .social-icons {
    display: flex;
    gap: 10px;
    align-items: center;
    position: absolute;
    left: 5%;
}

.comingsoon .social-icons a {
    color: #4E4C4D;
    text-decoration: none;
    font-size: 28px;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comingsoon .social-icons a:hover {
    color: var(--primary-teal);
    transform: scale(1.1);
}

.comingsoon .contact-info {
    display: flex;
    gap: 30px;
    font-size: 14px;
    color: #434142;
    align-items: center;
}

.comingsoon .contact-info span,
.comingsoon .contact-info a {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #434142;
}

.comingsoon .contact-info a:hover {
    color: var(--primary-teal);
}

.comingsoon .contact-info i {
    font-size: 18px;
}



.design_system_main {
    width: 100%;
    display: inline-block;
    background-color: #f4f4f4;
}

.design_system_main .dsm_inner {
    width: 100%;
    display: inline-block;
    background-color: #fff;
    padding: 80px 100px;
}

.design_system_main .logo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.design_system_main .logo-card {
    width: 100%;
    display: inline-block;
    background: #fff;
}

.design_system_main .logo-header {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 30px;
}

.design_system_main .logo-header.border {
    border-color: #c7c7c7 !important;
}

.design_system_main .logo-header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.design_system_main .file-list {
    width: 100%;
    display: inline-block;
    position: relative;
}

.design_system_main .logo-card .file-list::after {
    content: "";
    background-color: #333134;
    height: 100%;
    width: 1px;
    position: absolute;
    right: -15px;
    top: 0;
}

.design_system_main .logo-card:last-child .file-list::after {
    display: none;
}

.design_system_main .file-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 15px;
    color: #555;
}

.design_system_main .file-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.design_system_main .file-info {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.design_system_main .file-logo {
    width: 25px;
    height: 25px;
    overflow: hidden;
}

.design_system_main .file-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.design_system_main .download-btn {
    color: #206781;
    cursor: pointer;
    font-size: 22px;
    text-decoration: none;
}

.design_system_main .section-divider {
    font-size: 25px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    text-align: center;
    margin: 50px 0 30px 0;
    color: #000000;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.design_system_main .section-divider::before,
.design_system_main .section-divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #989898;
}

.design_system_main .section-divider::before {
    margin-right: 20px;
}

.design_system_main .section-divider::after {
    margin-left: 20px;
}

.design_system_main .color-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 30px;
    margin-bottom: 20px;
}

.design_system_main .swatch-card {
    text-align: center;
}

.design_system_main .swatch-box {
    height: 100px;
    width: 100px;
    margin: 0 auto 15px auto;
    border-radius: 12px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.design_system_main .swatch-info h4 {
    font-size: 14px;
    color: #333132;
    margin-bottom: 5px;
    font-weight: 600;
}

.design_system_main .swatch-info p {
    font-size: 14px;
    color: #333132;
    margin: 5px 0;
    line-height: 1.3;
    font-weight: 600;
}

.design_system_main .typography-section {
    margin-top: 50px;
}

.design_system_main .font-block {
    margin-bottom: 60px;
}

.design_system_main .font-badge {
    display: inline-block;
    background-color: var(--primary-deep-teal);
    font-size: 13px;
    line-height: 15px;
    font-weight: 500;
    color: #fff;
    padding: 8px 10px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.design_system_main .font-name {
    font-size: 30px;
    color: var(--primary-teal);
    margin-bottom: 20px;
    font-weight: 600;
}

.design_system_main .font-display-begum {
    font-family: var(--Begum);
}

.design_system_main .font-display-redhat {
    font-family: var(--Red-Hat-Display);
}

.design_system_main .font-weights {
    margin-bottom: 25px;
}

.design_system_main .weight-row {
    display: block;
    font-size: 22px;
    margin-bottom: 5px;
    color: #000000;
}

.design_system_main .char-set {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    word-spacing: 5px;
}

.design_system_main .bg-p1 {
    background-color: var(--primary-deep-teal);
}

.design_system_main .bg-p2 {
    background-color: var(--primary-teal);
}

.design_system_main .bg-p3 {
    background-color: var(--primary-soft-teal);
}

.design_system_main .bg-p4 {
    background-color: var(--primary-mint-ice);
}

.design_system_main .bg-s1 {
    background-color: var(--secondary-deep-teal);
}

.design_system_main .bg-s2 {
    background-color: var(--secondary-teal);
}

.design_system_main .bg-s3 {
    background-color: var(--secondary-rose-mauve);
}

.design_system_main .bg-s4 {
    background-color: var(--secondary-black);
}

.design_system_main .bg-t1 {
    background-color: var(--tertiary-ocean-blue);
}

.design_system_main .bg-t2 {
    background-color: var(--tertiary-light-cyan);
}

.design_system_main .bg-t3 {
    background-color: var(--tertiary-pale-rose);
}

.design_system_main .bg-t4 {
    background-color: var(--tertiary-cool-gray);
}

.design_system_main .bg-t5 {
    background-color: var(--tertiary-steel-blue);
}

.design_system_main .bg-t6 {
    background-color: var(--tertiary-teal-blue);
}

.design_system_main .bg-t7 {
    background-color: var(--tertiary-muted-rose);
}

.design_system_main .bg-t8 {
    background-color: var(--tertiary-slate-gray);
}


.fixedright {
    position: fixed;
    right: 20px;
    bottom: 20px;
}

.fixedright a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    background-color: var(--primary-teal);
    margin-bottom: 10px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
}

.fixedright a:last-child {
    margin-bottom: 0;
}


.fixedright a:nth-child(1) {
    background-color: #296e05;
}

.fixedright a:nth-child(2) {
    background-color: var(--secondary-rose-mauve);
}


.fixedright a:hover {
    background-color: var(--primary-deep-teal);
}

.fixedright a i {
    font-size: 25px;
}

.scrolltop
{
    visibility: hidden;
}
.scrolltop.show
{
    visibility: visible;
}


@media (max-width: 1680.98px) {}

@media (max-width: 1440.98px) {

    .comingsoon .logo {
        text-align: center;
        padding: 0;
    }


    .comingsoon .center-content {
        max-width: 500px;
        margin: 0 auto 85px;
    }

    .comingsoon .center-content h2 {
        font-size: 20px;
    }

    .comingsoon .center-content h1 {
        font-size: 35px;
        margin-bottom: 90px;
    }

    .comingsoon .center-content p {
        font-size: 16px;
    }

    /* .comingsoon .main-content {
        padding: 0 5%;
    } */

    .comingsoon .main-content {
        padding: 0 3%;
        gap: 20px;
    }

    .comingsoon .footerdata {
        padding: 0px 3% 0;
    }

    .comingsoon .social-icons {
        left: 3%;
    }

    .comingsoon .logo img {
        max-width: 150px;
        height: auto;
    }

    .comingsoon .ribbon {
        width: 250px;
    }

    .comingsoon .hourglass {
        flex: 0 0 400px;
    }

    .comingsoon .jewelry-box {
        flex: 0 0 360px;
    }


    .comingsoon .social-icons a {
        font-size: 20px;
    }

    .comingsoon .contact-info span,
    .comingsoon .contact-info a {
        font-size: 12px;
        line-height: 12px;
    }

    .comingsoon .contact-info i {
        font-size: 14px;
    }


    .design_system_main .dsm_inner {
        padding: 30px 30px;
    }
}

@media (max-width: 1399.98px) {}

@media (max-width: 1280.98px) {
    /* .comingsoon .main-content {
        padding: 0 5%;
        gap: 20px;
    } */

    .comingsoon .main-content {
        /* Adjust columns to give text more space if needed, or keep equal */
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }

    .comingsoon .hourglass,
    .comingsoon .jewelry-box {
        flex: 0 0 280px;
    }

    .comingsoon .ribbon {
        width: 300px;
        right: 0;
    }

    .comingsoon .center-content h1 {
        font-size: 40px;
        margin-bottom: 60px;
    }

    .comingsoon .contact-info {
        gap: 25px;
        font-size: 13px;
    }
}

@media (max-width: 1199.98px) {}

@media (max-width: 991.98px) {
    .comingsoon .center-content h1 {
        font-size: 35px;
        margin-bottom: 40px;
    }

    /* .comingsoon .main-content {
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px;
    } */

    .comingsoon .main-content {
        grid-template-columns: auto auto auto;
        gap: 50px;
        padding: 0;
        text-align: center;
    }

    .comingsoon .hourglass {
        order: 1;
        flex: 0 0 200px;
    }

    .comingsoon .center-content {
        order: 2;
        width: 100%;
        margin: 0 auto 0;
    }

    .comingsoon .jewelry-box {
        order: 3;
        flex: 0 0 200px;
    }

    .comingsoon .ribbon {
        width: 250px;
        top: 0;
    }
}

@media (max-width: 767.98px) {

    .comingsoon {
        height: auto;
    }

    .comingsoon .logo {
        padding: 0 0 20px;
    }

    .comingsoon .logo img {
        max-width: 150px;
    }

    /* .comingsoon .main-content {
        flex-direction: column;
        padding: 0 5%;
        gap: 30px;
    } */

    .comingsoon .main-content {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 0 0 20px;
    }

    .comingsoon .hourglass,
    .comingsoon .jewelry-box {
        flex: 0 0 150px;
    }

    .comingsoon .hourglass img,
    .comingsoon .jewelry-box img {
        height: 150px;
        object-fit: contain;
    }

    .comingsoon .ribbon {
        width: 200px;
        top: 0;
        right: 0;
    }

    .center-content h1 {
        font-size: 36px;
        margin-bottom: 40px;
    }

    .comingsoon .center-content h2 {
        font-size: 18px;
    }

    .comingsoon .center-content p {
        font-size: 15px;
    }

    .comingsoon .email-form {
        flex-direction: column;
        max-width: 100%;
    }

    /* .comingsoon .email-form input,
    .comingsoon .email-form button {
        width: 100%;
        position: inherit;
        right: 0;
    } */

    .comingsoon .email-form input {
        padding: 15px 20px 15px 20px;
    }

    .comingsoon .email-form .inputicon {
        position: inherit;
        right: inherit;
        top: inherit;
        transform: inherit;
        margin-top: 10px;
        width: 100%;
    }

    .comingsoon .email-form button {
        width: 100%;
    }

    .comingsoon .footerdata {
        flex-direction: column;
        gap: 25px;
        padding: 0;
    }

    .comingsoon .social-icons {
        order: 1;
        position: static;
    }

    .comingsoon .contact-info {
        order: 2;
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }



    /* .design_system_main .logo-header {
        height: 120px;
    } */

    .design_system_main .color-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .design_system_main .logo-card .file-list::after {
        display: none;
    }

    .design_system_main .logo-grid {
        display: grid;
        grid-template-columns: inherit;
        gap: 30px;
    }
}

@media (max-width: 575.98px) {
    .comingsoon .main-content {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 0;
    }
}

@media (max-width: 480.98px) {
    .comingsoon .logo img {
        max-width: 130px;
    }

    .comingsoon .center-content h1 {
        font-size: 28px;
        margin-bottom: 30px;
        letter-spacing: 2px;
    }

    .comingsoon .center-content h2 {
        font-size: 16px;
    }

    .comingsoon .hourglass,
    .comingsoon .jewelry-box {
        flex: 0 0 150px;
    }

    .comingsoon .ribbon {
        width: 150px;
    }

    .comingsoon .social-icons a {
        font-size: 24px;
    }

    .comingsoon .contact-info {
        font-size: 12px;
    }

    .comingsoon .contact-info i {
        font-size: 16px;
    }

    .design_system_main .char-set br {
        display: none;
    }

    .design_system_main .dsm_inner {
        padding: 20px 15px;
    }

    .design_system_main .font-block {
        margin-bottom: 30px;
    }
}

@media (max-width: 360.98px) {

    .comingsoon .hourglass,
    .comingsoon .jewelry-box {
        flex: 0 0 120px;
    }

    /* .comingsoon .main-content {
        gap: 20px;
    } */
}