﻿round-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: black;
    color: white;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto','Poppins','Open Sans' !important;
    font-size: 16px;
    font-weight: 500;
}

.round-btn .initial-arrow,
.round-btn .hovered-arrow {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease-in-out;
}

.round-btn .hovered-arrow {
    transform: translate(-150%, -50%); /* Initially hidden to the left */
    opacity: 0;
}

.round-btn:hover .initial-arrow {
    transform: translate(150%, -50%); /* Move initial arrow to the right */
    opacity: 0;
}

.round-btn:hover .hovered-arrow {
    transform: translate(-50%, -50%); /* Move hovered arrow to the center */
    opacity: 1;
}


.hover-noborder-div {
    border: none; /* Initial border color */
    transition: transform 0.3s ease-in-out, border-color 0.3s ease-in-out; /* Add transition for border color */
}

.rounded-border-div {
    background-color: white;
    min-height: 220px;
    border: solid 1px gray;
    border-radius: 20px;
    padding: 10px;
    align-content: center;
    align-items: center;
    text-align: center;
}

.nokiadiv {
    padding: 20px;
    color: white;
    align-content: center;
    justify-content: center;
    border: solid 1px white;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.store-title {
    font-family: 'Metropolis','Figtree','Lato','Poppins','Open Sans';
    font-size: clamp(36.954px, 2.31rem + ((1vw - 3.2px) * 2.425), 60px);
    font-weight: 600;
    color: white;
}

.store-subtitle {
    font-family: 'Metropolis','Figtree','Lato','Poppins','Open Sans';
    font-size: clamp(36.954px, 2.31rem + ((1vw - 3.2px) * 2.425), 40px);
    font-weight: 500;
    color: white;
}

.store-page-title {
    font-family: 'Metropolis','Figtree','Lato','Poppins','Open Sans';
    font-size: clamp(36.954px, 2.31rem + ((1vw - 3.2px) * 2.425), 58px);
    font-weight: 700;
    color: white;
}

.store-page-subtitle {
    font-family: 'Metropolis','Figtree','Lato','Poppins','Open Sans';
    font-size: clamp(36.954px, 2.31rem + ((1vw - 3.2px) * 2.425), 42px);
    font-weight: 600;
    color: white;
}

.store-points {
    font-family: 'Metropolis','Figtree','Lato','Poppins','Open Sans';
    font-size: 32px;
    font-weight: 400;
    color: white;
}

.store-caption {
    font-family: 'Metropolis','Figtree','Lato','Poppins','Open Sans';
    font-size: 36px;
    font-weight: 500;
    color: white;
}

.store-para-head {
    font-family: 'Metropolis','Figtree','Lato','Poppins','Open Sans';
    font-size: 30px;
    font-weight: 700;
    color: white;
}


.store-para {
    font-family: 'Metropolis','Figtree','Lato','Poppins','Open Sans';
    font-size: 18px;
    font-weight: 400;
    color: white;
}


.store-para-big {
    font-family: 'Metropolis','Figtree','Lato','Poppins','Open Sans';
    font-size: 22px;
    font-weight: 300;
    color: white;
}

.store-content {
    font-family: 'Metropolis','Figtree','Lato','Poppins','Open Sans';
    font-size: 20px;
    font-weight: 300;
    color: white;
}


.featurelist {
    font-family: 'Metropolis','Figtree','Roboto','Poppins','Open Sans' !important;
    font-size: clamp(14px, 2.31rem + ((1vw - 3.2px) * 2.425), 20px);
    font-weight: 500;
    color: blue;
}
.button {
    background-color: #1f9ad6;
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

    .button:hover {
        background-color: #7ca7d2;
    }

.FloatingDiv {
    border-color: transparent;
    border-top: 10px solid #ebebec;
    border-left: 10px solid #ebebec; 
}

.FloatingDivUser {
    border-color: transparent;
    border-top: 10px solid #f2f4f7;
    border-left: 10px solid #f2f4f7;
}

.bg-theme-green {
    background-color: #be0030;
    color:white;
}

.IconColor {
    color: #be0030;
}


.MainWelcome {
    position: absolute;
    top: 15vh;
    left: 10vh;
    width: 500px;
    padding: 0px;
    color: blue;
    font-family: 'Metropolis','Figtree','Montserrat','Roboto','Lato';
    font-size: 80px;
    font-weight: 300;
    /* transform: translate(-50%, -50%);*/
}

.MainWelcomeFont {
    color: blue;
    font-family: 'Metropolis','Figtree','Montserrat','Roboto','Lato';
    font-size: 80px;
    font-weight: 300;
    /* transform: translate(-50%, -50%);*/
}

.MainWelcome2 {
    position: absolute;
    top: 26vh;
    left: 10vh;
    width: 500px;
    padding: 0px;
}

.FirstPageCenDiv {
    position: absolute;
    top: 75%;
    left: 5%;
    /*transform: translate(-30%, -50%);*/
}

.MainCaption {
    color: black;
    font-family: 'Metropolis','Figtree','Montserrat','Roboto','Lato';
    font-size: 24px;
    font-weight: 400;
}

.clipped-image {
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 60% 100%, 0% 100%);
    width: 100%;
    height: 100%;
}

.pagetitle {
    width: 300px;
    background-color: blue;
    color: white;
    border-radius: 7px;
    height: 40px;
    margin-top: 2px;
    font-family: 'Lato','Roboto','Lato';
    font-size: 18px;
    font-weight: 400;
    padding: 5px;
}

.icondiv {
    border: solid 1px white;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: center;
}

.whychoose {
    font-family: 'Metropolis','Figtree','Montserrat','Roboto','Lato';
    font-size: 18px;
    font-weight: 300;
}

.whychoosetitle {
    font-family: 'Metropolis','Figtree','Montserrat','Roboto','Lato';
    font-size: 20px;
    font-weight: 700;
}

.maincontent {
    color: white;
    font-family: 'Metropolis','Figtree','Montserrat','Roboto','Lato' ;
    font-size: 28px;
    font-weight: 500;
}

.MainIconTitle {
    color: black;
    font-family: 'Metropolis','Figtree','Montserrat','Roboto','Lato';
    font-size: 22px;
    font-weight: 500;
}

.slide-text {
    position: absolute;
    left: 55px;
    top: 80px;
    font-family: 'Metropolis','Figtree','Montserrat','Lato';
    font-size: clamp(36.954px, 2.31rem + ((1vw - 3.2px) * 2.425), 52px);
    font-weight: 500;
    color: white;
    padding-left: 50px;
    z-index: 1;
}

.product-highlight {
    font-family: 'Metropolis','Figtree','Montserrat','Lato';
    font-size: clamp(36.954px, 2.31rem + ((1vw - 3.2px) * 2.425), 52px);
    font-weight: 500;
    color: white;
}

.product-title {
    font-family: 'Metropolis','Figtree','Montserrat','Lato';
    font-size: clamp(24.954px, 2.31rem + ((1vw - 3.2px) * 2.425),46px);
    font-weight: 600;
    color: white;
}


.product-points {
    font-family: 'Metropolis','Figtree','Montserrat','Lato';
    font-size: clamp(24.954px, 2.31rem + ((1vw - 3.2px) * 2.425),36px);
    font-weight: 400;
    color: white;
}

.product-para {
    font-family: 'Metropolis','Figtree','Montserrat','Lato';
    font-size: clamp(16.954px, 2.31rem + ((1vw - 3.2px) * 2.425),30px);
    font-weight: 400;
    color: white;
}

.med-para {
    font-family: 'Metropolis','Figtree','Montserrat','Lato';
    font-size: 18px;
    font-weight: 400;
    color: black;
}

.RedIcon  {
    color: red;
}



.FullFloatingDiv {
    border-color: transparent;
    border-top: 10px solid #ebebec;
    border-left: 10px solid #ebebec;
    border-right: 10px solid #ebebec;
    border-bottom: 10px solid #ebebec;
}

.BorderDiv {
    border-color: transparent;
    border-top: 1px solid #ebebec;
    border-left: 1px solid #ebebec;
    border-right: 1px solid #ebebec;
    border-bottom: 1px solid #ebebec;
}

.BottomAndRightDivBorder {
    border-bottom: thin;
    border-right: thin;
    border-right-style: Solid;
    border-left: none;
    border-top: none;
    border-bottom-style: Solid;
    border-color: whitesmoke;
}

.Required {
    font-family: 'Metropolis','Figtree','Montserrat','Lato';
    font-size: 12px;
    font-weight: 400;
    color: red;
}

.Logofont {
    font-family: 'Expletus Sans','Roboto','Open Sans';
    font-size: 48px;
    font-weight: 500;
    color: #173058;
    align-content: center;
    align-items: center;
}

.Logofont2 {
    font-family: 'Expletus Sans', 'Poppins','Roboto','Open Sans';
    font-size: 32px;
    font-weight: 500;
    color: #625daf;
    align-content: center;
    align-items: center;
}

.SideMenuFont {
    font-family: 'Figtree','Montserrat','Lato';
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.SubHeadingfont {
    font-family: 'Metropolis','Figtree','Montserrat','Lato';
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.DateFont {
    font-family: 'Metropolis','Figtree','Montserrat','Lato';
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.SideHeading {
    font-family: 'Metropolis','Figtree','Montserrat','Lato';
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

 
.SideHeading4 {
    font-family: 'Metropolis','Figtree','Montserrat','Lato';
    font-size: 26px;
    font-weight: 400;
    color: #000;
}

.SideHeading5 {
    font-family: 'Metropolis','Figtree','Montserrat','Lato';
    font-size: 30px;
    font-weight: 400;
    color: #000;
}


.SideHeading6 {
    font-family: 'Metropolis','Figtree','Montserrat','Lato';
    font-size: 40px;
    font-weight: 600;
    color: #000;
}

.PriceTablePrice {
    font-family: 'Metropolis','Figtree','Montserrat','Lato';
    font-size: 65px;
    font-weight: 300;
    color: black;
}
.PriceTableSmallPrice {
    font-family: 'Metropolis','Figtree','Montserrat','Lato';
    font-size: 16px;
    font-weight: 700;
    color: black;
}
.PriceTableHead {
    font-family: 'Metropolis','Figtree','Montserrat','Lato';
    font-size: 54px;
    font-weight: 400;
    color: #000;
}

.PriceTableList {
    font-family: 'Metropolis','Figtree','Montserrat','Lato';
    font-size: 15px;
    font-weight: 400;
    color: slategray;
}

.PriceTableTick {
    font-family: 'Roboto','Poppins','Open Sans' !important;
    font-size: 20px;
    font-weight: 500;
    color: blue;
}

.TableHeading {
    font-family: 'Metropolis','Figtree','Montserrat','Lato';
    font-size: 15px;
    font-weight: 600;
    color: white;
    background-color: #283d6b;
}

.FooterHead {
    font-family: 'Metropolis','Figtree','Montserrat','Lato';
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-top: 5px;
    margin-bottom: 5px;
}


.FooterItem {
    font-family: 'Metropolis','Figtree','Montserrat','Lato';
    font-size: 16px;
    font-weight: 300;
    color: #000;
    margin-top: 5px;
    cursor: pointer;
}

.CardHead {
    font-family: 'DM Sans','Questrial', 'Lato','Inter','Roboto','Poppins','Open Sans';
    font-size: 24px;
    font-weight: 600;
}

.TopMenu {
    font-family: 'Metropolis','Figtree','Montserrat','Lato';
    font-size: 16px;
    font-weight: 500;
    color: black;
}

.TopMenuWhite {
    font-family: 'Metropolis','Figtree','Montserrat','Lato';
    font-size: 16px;
    font-weight: 500;
    color: white;
}
    .TopMenuWhite:hover {
        color: white;
    }

.ProdTitle {
    color: blue;
    font-family: 'DM Sans','Roboto','Lato','Poppins','Open Sans';
    font-size: 32px;
    font-weight: 600;
    /* transform: translate(-50%, -50%);*/
}


.ProductHead {
    font-family: 'DM Sans','Questrial', 'Lato','Inter','Roboto','Poppins','Open Sans';
    font-size: 28px;
    font-weight: 600;
    color: #000;
    margin-top: 5px;
    margin-bottom: 5px;
}

.ProductDet {
 
    font-family: 'DM Sans','Lato','Inter','Questrial','Roboto','Poppins','Open Sans';
    font-size: 18px;
    font-weight: 300;
    color: #000;
    margin-top: 5px;
    cursor: pointer;
}


.GroupHead {
    font-family: 'Metropolis','Figtree','Montserrat','Lato';
    font-size: 15px;
    font-weight: 500;
    color: #000;
    margin-top: 5px;
    margin-bottom: 5px;
}

.GroupItem {
    font-family: 'Metropolis','Figtree','Montserrat','Lato';
    font-size: 15px;
    font-weight: 300;
    color: #000;
    margin-top: 5px;
}

.ContentFont {
    font-family:   'Metropolis','Figtree','Montserrat','Lato';
    font-size: 14px;
    font-weight: 300;
    color: #000;
}

.ContentFontsmall {
    font-family: 'Metropolis','Figtree','Montserrat','Lato';
    font-size: 12px;
    font-weight: 300;
    color: #000;
}


.SmallFont {
    font-family: 'Metropolis','Figtree','Montserrat','Lato';
    font-size: 10px;
    font-weight: 500;
    color: #000;
}

.Captchafont {
    font-family: 'Fredericka the Great', cursive;
    font-size: 36px;
    font-weight: 500;
    color: #000;
    align-content: center;
    align-items: center;
    letter-spacing: 5px;
}

.mymenu {
    border-bottom: 3px solid white;
}

    .mymenu:hover {
        border-bottom: 3px solid #00f; /* or whatever colour you'd prefer */
        outline: 3px solid black;
    }

.ProdTitle {
    font-family: 'Metropolis','Figtree','Montserrat','Lato';
    font-size: 24px;
    font-weight: 600;
    color: black;
}

.ProdDescMed {
    font-family: 'Metropolis','Figtree','Montserrat','Lato';
    font-size: 22px;
    font-weight: 500;
    color: black;
}

.ProdDescSmall {
    font-family: 'Metropolis','Figtree','Montserrat','Lato';
    font-size: 18px;
    font-weight: 400;
    color: black;
}

.ProdDesc {
    font-family: 'Metropolis','Figtree','Montserrat','Lato';
    font-size: 16px;
    font-weight: 400;
    color: black;
}

.CardItemName {
    font-family: 'Questrial','Lato','Poppins','Open Sans';
    font-size: 16px;
    font-weight: 500;
    color: black;
}

.CardItemPrice {
    font-family: 'Questrial','Roboto','Lato','Poppins','Open Sans';
    font-size: 16px;
    font-weight: 500;
    color: #173058;
}

.InvoiceTitle {
    font-family: 'Questrial','Roboto','Lato','Poppins','Open Sans';
    font-size: 16px;
    font-weight: 500;
    color: #173058;
}

.QtyMStyle {
    font-family: 'Questrial','Roboto','Lato','Poppins','Open Sans';
    font-size: 20px;
    font-weight: 500;
    color: red;
}

.QtyPStyle {
    font-family: 'Questrial','Roboto','Lato','Poppins','Open Sans';
    font-size: 20px;
    font-weight: 500;
    color: forestgreen;
}

.ItemDesc {
    font-family: 'Questrial','Roboto','Lato','Poppins','Open Sans';
    font-size: 12px;
    font-weight: 500;
    color: #4b7dea;
    float: left
}

.ItemDescblack {
    font-family: 'Montserrat','Roboto','Lato','Poppins','Open Sans';
    font-size: 16px;
    font-weight: 600;
    color: black;
}

.ItemDescBlue {
    font-family: 'Montserrat','Questrial','Roboto','Lato','Poppins','Open Sans';
    font-size: 14px;
    font-weight: 400;
    color: #5b567f;
    float: left;
}

.ItemDescWhite {
    font-family: 'Montserrat','Questrial','Roboto','Lato','Poppins','Open Sans';
    font-size: 12px;
    font-weight: 400;
    color: white;
    float: left;
}


.CardItemDescBlack {
    font-family: 'Questrial','Roboto','Lato','Poppins','Open Sans';
    font-size: 12px;
    font-weight: 400;
    color: black;
    float: left;
}

.prdDesc {
    font-family: 'Rufina','Roboto','Lato','Poppins','Open Sans';
    font-size: 14px;
    font-weight: 500;
    color: #1c1c1c;
}

.video-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ItemPrice {
    font-family: 'Questrial','Roboto','Lato','Poppins','Open Sans';
    font-size: 14px;
    font-weight: 500;
    color: #173058;
    float: right;
}
.Badgefont {
    font-family: 'Questrial','Roboto','Lato','Poppins','Open Sans';
    font-size: 18px;
    font-weight: 500;
    color: white;
    float: right;
}

.ItemQty {
    font-family: 'Questrial','Roboto','Lato','Poppins','Open Sans';
    font-size: 16px;
    font-weight: 500;
    color: #4b7dea;
}

.TabStyle {
    background-color: white;
    border-radius: 20px;
    height: 35px;
    border-color: #173058;
    box-shadow: 2px 2px #e0dfdf;
    padding: 10px;
    text-align: center;
    border-right: 1px thin #173058;
    border-left: 1px thin #173058;
    border-top: 1px thin #173058;
    border-bottom: 1px thin #173058;
    font-family: 'Roboto','Lato','Poppins','Open Sans';
    font-size: 16px;
    font-weight: 500;
    color: white;
}

.ItemStyle {
    background-color: white;
    border-radius: 10px;
    height: 35px;
    border-color: #173058;
    box-shadow: 1px 2px #e0dfdf;
    padding: 5px;
    text-align: center;
    border-right: 1px solid #e0dfdf;
    border-left: 1px solid #e0dfdf;
    border-top: 1px solid #e0dfdf;
    border-bottom: 1px solid #e0dfdf;
    float:left;
}

.SubHeadBlue {
    font-family: 'Metropolis','Figtree','Montserrat','Lato','Poppins','Open Sans';
    font-size: 18px;
    font-weight: 800;
    color: #173058;
}

.MainHead {
    font-family: 'Metropolis','Figtree','Montserrat','Lato','Poppins','Open Sans';
    font-size: 22px;
    font-weight: 600;
    color: black;
}

.MainDesc {
    font-family: 'Metropolis','Figtree','Montserrat','Poppins','Open Sans';
    font-size: 18px;
    font-weight: 400;
    color: #777676;
}

.SubHead {
    font-family: 'Metropolis','Figtree','Montserrat','Poppins','Open Sans';
    font-size: 18px;
    font-weight: 800;
    color: black;
}

.SubHeadPrice {
    font-family: 'Metropolis','Figtree','Montserrat','Open Sans';
    font-size: 22px;
    font-weight: 800;
    color: black;
}

.SubHead2 {
    font-family: 'Metropolis','Figtree','Montserrat','Poppins','Open Sans';
    font-size: 16px;
    font-weight: 600;
    color: #173058;
}


.SubHead3 {
    font-family: 'Metropolis','Figtree','Montserrat','Poppins','Open Sans';
    font-size: 14px;
    font-weight: 600;
    color: #173058;
}

.FeaturesBlack {
    font-family: 'Metropolis','Figtree','Montserrat','Poppins','Open Sans';
    font-size: 14px;
    font-weight: 500;
    color: black;
}

.Featuresgray {
    font-family: 'Metropolis','Figtree','Montserrat', 'Poppins','Open Sans';
    font-size: 14px;
    font-weight: 500;
    color: #3a3838;
}
.FeaturesRed {
    font-family: 'Metropolis','Figtree','Montserrat','Poppins','Open Sans';
    font-size: 14px;
    font-weight: 500;
    color: Red;
}

.ButtonWhite {
    font-family: 'Metropolis','Figtree','Montserrat','Lato','Poppins','Open Sans';
    font-size: 16px;
    font-weight: 800;
    color: white;
}


.TabFont {
    font-family: 'Metropolis','Figtree','Montserrat','Lato','Poppins','Open Sans';
    font-size: 20px;
    font-weight: 600;
    color: white;
}

.CardTDesc {
    font-family: 'Metropolis','Figtree','Montserrat','Lato','Poppins','Open Sans';
    font-size: 17px;
    font-weight: 600;
    color: #5b567f;
    float: left
}

.CardTDet {
    font-family: 'Metropolis','Figtree','Montserrat','Lato','Poppins','Open Sans';
    font-size: 12px;
    font-weight: 400;
    color: black;
    float: left
}


.CardSDesc {
    font-family: 'Metropolis','Figtree','Montserrat','Questrial','Roboto','Lato','Poppins','Open Sans';
    font-size: 16px;
    font-weight: 600;
    color: black;
    float: left
}

.CardTPrice {
    font-family: 'Metropolis','Figtree','Montserrat','Questrial','Roboto','Lato','Poppins','Open Sans';
    font-size: 14px;
    font-weight: 700;
    color: red;
    float: right;
    text-align: end;
}

.CRating {
    font-family: 'Questrial','Roboto','Lato','Poppins','Open Sans';
    font-size: 13px;
    font-weight: 500;
    color: #b200ff;
}

.DataFont {
    font-family: 'Metropolis','Figtree','Montserrat', 'Questrial','Roboto','Lato','Poppins','Open Sans';
    font-size: 12px;
    font-weight: 400;
    color: red;
}

.DataTFont {
    font-family: 'Metropolis','Figtree','Montserrat','Questrial','Roboto','Lato','Poppins','Open Sans';
    font-size: 14px;
    font-weight: 400;
    color: #173058;
}

.ThinFont1 {
    font-family: 'Metropolis','Figtree','Montserrat','Roboto','Lato','Lato','Poppins','Open Sans';
    font-size: 12px;
    font-weight: 400;
    color: #173058;
}

.ThinFont2 {
    font-family: 'Metropolis','Figtree','Montserrat','Roboto','Lato','Poppins','Open Sans';
    font-size: 16px;
    font-weight: 400;
    color: #173058;
}

.Smallicon {
    font-family: 'Metropolis','Figtree','Montserrat','Lato', 'Poppins','Open Sans';
    font-size: 16px;
    font-weight: 500;
    color: red;
}

.PriceBorderSolid {
    border-right: 1px solid #2e5870;
    border-bottom: 1px solid #2e5870;
    border-top: 1px solid #2e5870;
    border-left: 1px solid #2e5870;
}

body {
    font-family: 'Metropolis','Figtree','Montserrat','Roboto','Lato','Poppins','Open Sans' !important;
    font-size: 18px;
    font-weight: 600;
}

.rcornersleft {
    border: 1px solid gray;
    padding: 20px;
    width: 200px;
    height: 150px;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
}

.rcornersright {
    border: 1px solid whitesmoke;
    padding: 20px;
    width: 200px;
    height: 150px;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
}



.MenuFont {
    font-family:  'Montserrat','Roboto','Lato','Poppins','Open Sans' !important;
    font-size: 14px;
    font-weight: 500;
    color: white;
    cursor: pointer;
}
    .MenuFont:hover {
        color: #be0030;
    }

.MenuIcon {
    font-family: 'Questrial','Roboto','Lato','Poppins','Open Sans' !important;
    font-size: 20px;
    font-weight: 400;
    color: white;
}

    .MenuIcon:hover {
        color: #1f9ad6;
    }

.firstpagePoints {
    font-family: 'Syne','Roboto','Lato','Poppins','Open Sans';
    font-size: 20px;
    font-weight: 400;
 
}

.round-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: black;
    color: white;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto','Poppins','Open Sans' !important;
    font-size: 16px;
    font-weight: 500;
}

    .round-btn .initial-arrow,
    .round-btn .hovered-arrow {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        transition: transform 0.3s ease-in-out;
    }

    .round-btn .hovered-arrow {
        transform: translate(-150%, -50%); /* Initially hidden to the left */
        opacity: 0;
    }

    .round-btn:hover .initial-arrow {
        transform: translate(150%, -50%); /* Move initial arrow to the right */
        opacity: 0;
    }

    .round-btn:hover .hovered-arrow {
        transform: translate(-50%, -50%); /* Move hovered arrow to the center */
        opacity: 1;
    }

.black-btn {
    border-radius: 10%;
    background-color: black;
    color: white;
    position: relative;
    overflow: hidden;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'dm sans','Poppins','Open Sans' !important;
    font-size: 16px;
    font-weight: 500;
}

    .black-btn:hover {
        transform: translate(150%, -50%); /* Move initial arrow to the right */
        opacity: 0;
        color: blue;
        border-color: blue;
    }

.hover-noborder-div {
    border: none; /* Initial border color */
    transition: transform 0.3s ease-in-out, border-color 0.3s ease-in-out; /* Add transition for border color */
}

.rounded-border-div {
    background-color: white;
    min-height: 220px;
    border: solid 1px gray;
    border-radius: 20px;
    padding: 10px;
    align-content: center;
    align-items: center;
    text-align: center;
}

.nokiadiv {
    padding: 20px;
    color: white;
    align-content: center;
    justify-content: center;
    border: solid 1px white;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.store-title {
    font-family: 'Metropolis','Figtree','Lato','Poppins','Open Sans';
    font-size: clamp(36.954px, 2.31rem + ((1vw - 3.2px) * 2.425), 60px);
    font-weight: 600;
    color: white;
}

.store-subtitle {
    font-family: 'Metropolis','Figtree','Lato','Poppins','Open Sans';
    font-size: clamp(36.954px, 2.31rem + ((1vw - 3.2px) * 2.425), 40px);
    font-weight: 500;
    color: white;
}

.store-page-title {
    font-family: 'Metropolis','Figtree','Lato','Poppins','Open Sans';
    font-size: clamp(36.954px, 2.31rem + ((1vw - 3.2px) * 2.425), 58px);
    font-weight: 700;
    color: white;
}

.store-page-subtitle {
    font-family: 'Metropolis','Figtree','Lato','Poppins','Open Sans';
    font-size: clamp(36.954px, 2.31rem + ((1vw - 3.2px) * 2.425), 42px);
    font-weight: 600;
    color: white;
}

.store-points {
    font-family: 'Metropolis','Figtree','Lato','Poppins','Open Sans';
    font-size: 32px;
    font-weight: 400;
    color: white;
}

.store-caption {
    font-family: 'Metropolis','Figtree','Lato','Poppins','Open Sans';
    font-size: 36px;
    font-weight: 500;
    color: white;
}

.store-para-head {
    font-family: 'Metropolis','Figtree','Lato','Poppins','Open Sans';
    font-size: 30px;
    font-weight: 700;
    color: white;
}

.store-para-sub-head {
    font-family: 'Metropolis','Figtree','Lato','Poppins','Open Sans';
    font-size: 22px;
    font-weight: 600;
    color: white;
}
.store-para {
    font-family: 'Metropolis','Figtree','Lato','Poppins','Open Sans';
    font-size: 18px;
    font-weight: 400;
    color: white;
}


.store-para-big {
    font-family: 'Metropolis','Figtree','Lato','Poppins','Open Sans';
    font-size: 22px;
    font-weight: 300;
    color: white;
}

.store-content {
    font-family: 'Metropolis','Figtree','Lato','Poppins','Open Sans';
    font-size: 20px;
    font-weight: 300;
    color: white;
}


.featurelist {
    font-family: 'Metropolis','Figtree','Roboto','Poppins','Open Sans' !important;
    font-size: clamp(14px, 2.31rem + ((1vw - 3.2px) * 2.425), 20px);
    font-weight: 500;
    color: blue;
}

/* Styles for slides */
.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: transform 5s ease; /* Zoom and fade transition over 5 seconds */
}

    .slide.active {
        opacity: 1;
        transform: scale(1.3); /* Zoom to 1.3 scale */
    }

    /* Styles for images */
    .slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

@media (max-width: 768px) {
    .WAMenuCol {
        width: 100%;
    }

    .WA1Col {
        width: 25%;
    }

    .WA2Col {
        width: 50%;
    }

    .WA3Col {
        width: 99%;
    }
    .WA4Col {
        width: 99%;
    }

    .WA5Col {
        width: 99%;
    }

    .WA6Col {
        width:99%;
    }

    .WA7Col {
        width: 100%;
    }

    .WA8Col {
        width: 100%;
    }

    .WA9Col {
        width: 100%;
    }

    .WA10Col {
        width: 100%;
    }

    .WA11Col {
        width: 100%;
    }

    .WA12Col {
        width: 100%;
    }

    .hover-div {
        background-color: black;
        border: 2px solid white; /* Initial border color */
        transition: transform 0.3s ease-in-out, border-color 0.3s ease-in-out; /* Add transition for border color */
        width:98%;
    }

        .hover-div:hover {
            transform: translateY(-10px); /* Move up by 10px on hover */
            border-color: blue; /* Change border color on hover */
        }
}


@media (min-width: 768px) {

    .WAMenuCol {
        width: 16.6%;
   
    }
    .WA1Col {
        width: 8.3%;
    }
    .WA2Col {
        width: 16.6%;
    }
    .WA3Col {
        width: 23.8%;
    }
    .WA4Col {
        width: 32.2%;
    }
    .WA5Col {
        width: 41.6%;
    }
    .WA6Col {
        width: 49.5%;
    }
    .WA7Col {
        width: 58.3%;
    }
    .WA8Col {
        width: 66.66%;
    }
    .WA9Col {
        width: 75%;

    }
    .WA10Col {
        width: 83.3%;
    }
    .WA11Col {
        width:96.6%;
    }
    .WA12Col {
        width: 100%;
    }

    .hover-div {
        background-color: black;
        border: 2px solid white; /* Initial border color */
        transition: transform 0.3s ease-in-out, border-color 0.3s ease-in-out; /* Add transition for border color */
        width:24%;
    }

        .hover-div:hover {
            transform: translateY(-10px); /* Move up by 10px on hover */
            border-color: blue; /* Change border color on hover */
        }
}