@import url('https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&family=Italiana&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&family=Italiana&family=Julius+Sans+One&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Italiana&family=Julius+Sans+One&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Italiana&family=Julius+Sans+One&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.container {
    max-width: 1170px !important;
}

body {
    color: #F6F4F0;
}

html,
body {
    scroll-behavior: smooth;
        overflow-x: hidden;
}

header {
    background: none !important;
    padding: 0 !important;
}

span {
    font-family: "Julius Sans One", sans-serif;
    font-size: 20px;
    display: inline-block !important;
}

a {
    display: inline-block !important;
    text-decoration: none !important;
}

.top-nav {
    background-color: #D7CFC4;
    padding: 8px 0 10px 0;
}

.top-nav-txt {
    font-family: "Inter", sans-serif;
    font-size: 14px;
}

.main-top-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.register {
    display: flex;
    gap: 40px;
    align-items: center;
}

.login {
    font-family: "Nunito Sans", sans-serif;
    font-size: 600;
    font-size: 11px;
    color: #000000;
    border: none;
    background-color: #D7CFC4;
}

.social-icons {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.navbar-brand {
    font-family: "Italiana", sans-serif;
    font-size: 76px !important;
    line-height: 75px;
}

.navbar>.container {
    flex-direction: column !important;
}

.nav-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px 0 60px 0;
}

.navbar-nav {
    gap: 54px;
}

.navbar-collapse {
    gap: 85px;
}

.nav-item a {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    font-size: 17px;
}




.form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #ffffff;
  padding: 30px;
  width: 450px;
  border-radius: 25px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

::placeholder {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.form button {
  align-self: flex-end;
}

.flex-column > label {
  color: #151717;
  font-weight: 600;
}

.inputForm {
  border: 1.5px solid #ADADAD;
  border-radius: 5px;
  height: 50px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  transition: 0.2s ease-in-out;
}

.input {
  margin-left: 10px;
  border-radius: 10px;
  border: none;
  width: 100%;
  height: 100%;
}

.input:focus {
  outline: none;
}

.flex-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

.flex-row > div > label {
  font-size: 14px;
  color: black;
  font-weight: 400;
}

.forgot>a,.register-from {
  font-size: 14px;
  margin-left: 5px;
  color: #5D5D5D;
  font-weight: 600;
  cursor: pointer;
}
.register-from{
border: none;
background-color: #ffffff;
  color: #000000;
}
.button-submit{
  color: #000000;
}

.button-submit {
  margin: 20px 0 10px 0;
  background-color: white;
  border: 1px solid #000000;
  border-radius: 4.5px;
  color: #272727;
  font-size: 15px;
  font-weight: 500;
  border-radius: 10px;
  height: 50px;
  width: 100%;
  cursor: pointer;
}

.p {
    display: flex;
    align-items: center;
    justify-content: center;
  color: black;
  font-size: 14px;
  margin: 5px 0;
}

.modal{
  --bs-modal-width: 919px !important;
  --bs-modal-border-radius:32px !important;
}
.btn-close{
  position: absolute;
right: 47px;
    top: -6px;
    font-size: 20px;
}
.modal-1 {
  position: relative;
    display: flex;
    align-items: center;
    gap: 50px;
}

.modal-1-img img{
    max-width: 314px;
    object-fit: contain;
}
.btn-google,
.btn-facebook{
  border: 2px solid #D9D9D9;
  width: 200px;
  height: 46px;
  background-color: #ffffff;
  border-radius: 38px;
}
.btn-google>a,
.btn-facebook>a{
  color: #000000;
  font-size: 12px;
  font-weight: 500;
}










.form-control {
    width: 260px !important;
    border-top-left-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-color: #8E7D6B !important;
}

.form-control::placeholder {
    font-family: "Nunito Sans", sans-serif;
    font-size: 13px;
    color: #A9A097;
}

.btn1 {
    background-color: #8E7D6B;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn1 img {
    padding: 3px 25px 0;
}

.banner-img {
    position: relative;
    max-width: 500px;
    right: -209px;
}

.banner-img::before {
    content: '';
    position: absolute;
    left: -62px;
    width: 63px;
    height: 100%;
    background-color: #D7CFC4;
}

.banner-img>img {
    width: 100%;
    object-fit: contain;
    height: fit-content;
}

.small-img {
    position: absolute;
    left: -250px;
    top: 110px;
    max-width: 350px;
    border-right: 10px solid #D7CFC4;
    border-top-left-radius: 20px;
}

.small-img::after,
.small-img::before {
    content: '';
    position: absolute;
    width: 30%;
    height: 10px;
    background-color: #D7CFC4;
}

.small-img::after {
    bottom: -10px;
    right: -10px;
}

.small-img::before {
    top: -10px;
    right: -10px;
}

.small-img>img {
    width: 100%;
    object-fit: contain;
    border-top-left-radius: 25px;
}

.banner-section {
    padding: 30px 0 60px 0;
}

.banner-section .row {
    align-items: center;
}

.banner-content {
    text-align: center;
}

.banner-content h1 {
    font-family: "Italiana", sans-serif;
    font-size: 76px;
}

.underline {
    max-width: 300px;
    background-color: #2C251B;
    height: 1px;
    margin: 0 auto;
}

.cmn-btn {
    padding: 10px 25px;
    border: 1px solid #2E1C12;
    border-radius: 5px;
    display: inline-block !important;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #2E1C12;
}

.button1 {
    text-align: center;
    margin-top: 50px;
}

.banner-text {
    background-color: #D7CFC4;
    text-align: center;
}

.banner-textt {
    padding: 40px 0;
    font-family: "Nunito Sans", sans-serif;
    font-size: 24px;
}


/*  Accessories*/
.access-sec {
    height: 778px;
    position: relative;
}

.accessories-main {
    position: absolute;
    left: 0;
    right: 0;
}

.access-img-card1 {
    background: url('../images/gold-jwell.svg') no-repeat center/cover;
    min-height: 388px;
    width: 100%;
    z-index: 999;
}

.access-card>h2 {
    font-size: 36px;
    text-transform: uppercase;
}

.access-card>p {
    font-size: 16px;
}

.accessories-main>div>div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.access-card {
    max-width: 464px;
    /* margin: 0 auto; */
}

.accessories-main>div>div:nth-child(3) {
    background-color: #CDA28C;
}

.accessories-main>div>div:nth-child(2) {
    background-color: #F6F4F0;
}

.playbtn>a {
    padding: 21px 21px 20px 27px;
    border-radius: 54px;
    position: absolute;
    right: 310px;
    bottom: 150px;
    background-color: #ffffff;
}

.access-img-card {
    min-height: 388px;
    width: 100%;
    background: url('../images/accesory.svg') no-repeat center/cover;
    z-index: 999;
}

.child-guarantee {
    text-align: center;
}

.guarantee {
    padding: 60px 0 95px 0;
    margin-top: 110px;
    margin-bottom: 80px;
    background-color: #D7CFC4;
}

.guarantee h2 {
    font-family: "Italiana", sans-serif;
    font-size: 42px;
}

.guarantee p {
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
}

.child-guarantee img {
    max-width: 60px;
    width: 100%;
    object-fit: contain;
    margin-bottom: 13px;
}

.child-guarantee h3 {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.cmn-btn {
    padding: 10px 20px;
    border: 1px solid #2E1C12;
    border-radius: 5px;
    display: inline-block !important;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #2E1C12;
}

.button1 {
    text-align: center;
    margin-top: 60px;
}

.top-product-heading>ul {
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 63px;
    justify-content: center;
    text-align: center;
    margin-top: 38px;
    margin-bottom: 41px;
}

.top-product-heading>h2 {
    font-family: "Nunito Sans", sans-serif;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

.top-product {
    padding-top: 77px;
    padding-bottom: 85px;
}

.product-card {
    text-align: center;
}

.top-product-heading>ul>li>a {
    color: #525252;
}

.product-card>div {
    height: fit-content;
}

.product-card>div>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-card>p:nth-child(2) {
    font-family: "Nunito Sans", sans-serif;
    font-size: 15px;
    font-weight: 500;
    justify-content: space-between;
    color: #454545;
}

.product-card>p:nth-child(3) {
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.product-price>p {
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.product-price>p:first-child {
    text-decoration: line-through;
}

.limited h2 {
    padding-bottom: 65px;
}

.col-20 {
    width: 20%;
    padding: 0 15px;
}

.main-arrival {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.about-sec {
    background-color: #D7CFC4;
    padding-top: 105px;
    padding-bottom: 118px;
    position: relative;
}

.about-left {
    max-width: 530px;
    height: fit-content;
    position: absolute;
    top: -92px;
    left: 146px;
    z-index: 6;
}

.about-left>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.about-right>p {
    max-width: 500px;
}


/* birthday-sale */

.birthday-sale-sec {
    background-color: #F6F4F0;
    position: relative;
    height: 648px;
    padding-top: 196px;
    padding-bottom: 167px;
    overflow: hidden;
    z-index: 5;
}

.birthday-sale-left {
    text-align: center;
}

.birthday-span {
    font-size: 51px;
}

.birthday-sale-left>h2 {
    font-family: "Italiana", sans-serif;
    font-size: 100px;
    font-weight: 400;
    letter-spacing: 15px;
}

.birthday-sale-left>p {
    font-family: "Nunito Sans", sans-serif;
    font-size: 25px;
    font-weight: 500;
}

.birthday-sale-right {
    position: absolute;
    top: 0;
    right: -50px;
    left: 698px;
    display: flex;
    flex-direction: column;
    transform: rotateZ(-80deg);
}

.birthday-sale-right>div>div {
    max-width: 214px;
    /* height: fit-content; */
}

.birthday-sale-right>div>div>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: rotate(90deg);
}

.birthday-sale-right>div {
    display: flex;
    height: 214px;
}

.birthday-sale-right>div>div {
    position: absolute;
    width: 25%;
    height: inherit;
    animation-delay: calc(var(--duration) / var(--totalItems) * ((var(--totalItems) - var(--i)) * -1));
}

.fist-slide>div,
.third-slide>div {
    animation: slide1 var(--duration) linear infinite;
    left: 109%;
}

.second-slide>div,
.forth-slide>div {
    animation: slide2 var(--duration) linear infinite;
    left: -17%;
}

:root {
    --duration: 30s;
    --totalItems: 5;
}

@keyframes slide1 {
    to {
        transform: translateX(-600%);
    }
}

@keyframes slide2 {
    to {
        transform: translateX(600%);
    }
}

/* Who We Are  */

.who-we-are-header {
    text-align: center;
    margin-bottom: 51px;
}

.who-we-are-header>h2 {
    text-transform: uppercase;
    font-size: 50px;
}

.who-we-are-header>span {
    text-transform: uppercase;
    font-size: 19px;
}

.who-we-are-bottom {
    max-width: 1000px;
    margin: auto;
}

.who-we-are-bottom>div>div {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #D7CFC4;
}

.who-we-are-left {
    max-width: 400px;
}

.who-we-are-left>h3 {
    font-size: 38px;
    text-transform: uppercase;
}

.who-we-are-left>p {
    font-size: 15px;
    margin-top: 23px;
    margin-bottom: 48px;
}

.who-we-are-right {
    max-width: 436px;
    height: fit-content;
}

.who-we-are-right>img {
    width: 100%;
    height: 100%;
}

.who-we-are-header h2 {
    font-size: 50px;
}

.who-head {
    font-family: "Italiana", sans-serif;
    font-size: 38px;
}

/* designer */

.designer-sec {
    background-color: #F6F4F0;
    padding: 72px 0 40px 0;
    position: relative;
    top: 59px;
    overflow: hidden;
}

.designer-top>h2 {
    text-align: center;
    /* margin-bottom: 48px; */
    text-transform: uppercase;
}

.designer-slid {
    margin-bottom: 47px;
    height: 250px;
}

.designer-card {
    position: absolute;
    width: 25%;
    left: 100%;
    height: inherit;
    animation: slide3 var(--duration2) linear infinite;
    /* animation-delay: calc((var(--i) - 1) * (var(--duration2) / var(--totalItems2))); */
    animation-delay: calc(var(--duration2) / var(--totalItems2) * ((var(--totalItems2) - var(--i)) * -1));
}

:root {
    --duration2: 30s;
    --totalItems2: 9;
}

@keyframes slide3 {

    to {
        transform: translateX(-600%);
    }
}

.designer-card>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.designer-top {
    font-family: "Italiana", sans-serif;
    font-size: 42px;
    padding-bottom: 48px;
}

.go-to-insta {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-insta {
    display: flex;
    flex-direction: column;
    row-gap: 7px;
    align-items: center;
}

.instagram {
    display: inline-block !important;
    font-family: "Nunito Sans", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #A6988B;
}


.main-insta {
    padding: 64px 25px;
    border: 2px solid #BEAFA1;
    border-radius: 50%;
}

.main-insta img {
    max-width: 104px;
    width: 100%;
    object-fit: contain;
    transition: transform 0.5s ease;
}

.main-insta:hover img {
    transform: translateX(50px);
}

.cmn-btn>span {
    font-size: 12px;
}


/* media query */

/* For <= 1200px */
@media screen and (max-width: 1200px) {
    .banner-img {
        max-width: 400px;
        right: -150px;
    }

    .banner-content h1 {
        font-size: 64px;
    }

    .small-img {
        left: -200px;
        max-width: 300px;
    }

    .col-20 {
        width: 25%;
        /* 4 in a row */
        margin-bottom: 30px;
    }

    .about-left {
        left: 80px;
        max-width: 460px;
    }

    .about-right>p {
        font-size: 15px;
    }

    .birthday-sale-sec {
        height: 600px;
        padding-top: 160px;
        padding-bottom: 140px;
    }

    .birthday-sale-right {
        left: 620px;
    }

    .birthday-sale-left h2 {
        font-size: 85px;
        letter-spacing: 10px;
    }

    .birthday-span {
        font-size: 44px;
    }

    .birthday-sale-left p {
        font-size: 22px;
    }

    .fist-slide>div {
        left: 115%;
    }

    .third-slide>div {
        left: 126%;
    }

    .birthday-sale-right>div>div {
        width: 31%;
    }

    .access-sec {
        height: auto;
        padding: 80px 0;
    }

    .accessories-main {
        position: relative;
    }

    .access-card {
        max-width: 100%;
        padding: 0 20px;
    }

    .playbtn>a {
        right: 100px;
        bottom: 120px;
    }

    .guarantee {
        padding: 50px 0 80px 0;
        margin-top: 90px;
        margin-bottom: 60px;
    }

    .guarantee h2 {
        font-size: 38px;
    }

    .who-we-are-header h2 {
        font-size: 44px;
    }

    .who-we-are-left>h3 {
        font-size: 34px;
    }

    .who-we-are-left>p {
        font-size: 14px;
    }

    .designer-card {
        width: 29%;
    }

    .designer-slid {
        height: 220px;
    }

    .main-insta {
        padding: 54px 22px;
    }

    .main-insta img {
        max-width: 88px;
    }

    .designer-top {
        font-size: 38px;
    }
}

/* For <= 1024px */
@media screen and (max-width: 1024px) {
    .navbar-collapse {
        flex-wrap: wrap;
        justify-content: center;
        gap: 50px;
    }

    .banner-img {
        max-width: 350px;
        right: -100px;
    }

    .banner-content h1 {
        font-size: 56px;
    }

    .small-img {
        left: -180px;
        max-width: 250px;
    }

    .banner-textt {
        font-size: 20px;
        padding: 30px 0;
    }

    .col-20 {
        width: 33.3333%;
        /* 3 in a row */
        margin-bottom: 30px;
    }

    .top-product-heading>h2 {
        font-size: 32px;
    }

    .about-left {
        left: 40px;
        max-width: 400px;
    }

    .about-right>p {
        font-size: 14px;
    }

    .birthday-sale-sec {
        height: 550px;
        padding-top: 140px;
        padding-bottom: 120px;
    }

    .birthday-sale-right {
        left: 540px;
        transform: rotateZ(-70deg);
    }

    .birthday-sale-left h2 {
        font-size: 70px;
    }

    .birthday-span {
        font-size: 38px;
    }

    .birthday-sale-left p {
        font-size: 20px;
    }

    .birthday-sale-right {
        transform: rotateZ(-74deg);
    }

    .birthday-sale-right>div>div {
        width: 38%;
    }

    .fist-slide>div {
        left: 128%;
    }

    .third-slide>div {
        left: 140%;
    }

    .second-slide>div {
        left: -22%;
    }

    .accessories-main>.row>div {
        display: block;
        text-align: center;
    }

    .access-card {
        padding: 30px;
    }

    .access-img-card,
    .access-img-card1 {
        min-height: 300px;
    }

    .playbtn>a {
        right: 50px;
        bottom: 100px;
    }

    .guarantee h2 {
        font-size: 34px;
    }

    .child-guarantee h3 {
        font-size: 15px;
    }

    .child-guarantee img {
        max-width: 50px;
    }

    .who-we-are-header h2 {
        font-size: 40px;
    }

    .who-we-are-left>h3 {
        font-size: 30px;
    }



    .designer-card {
        width: 32%;
    }

    .designer-slid {
        height: 200px;
    }

    .main-insta {
        padding: 48px 20px;
    }

    .main-insta img {
        max-width: 80px;
    }
}

/* For <= 992px */
@media screen and (max-width: 991px) {

    .navbar-brand {
        font-size: 48px !important;
        line-height: 50px;
    }

    .navbar>.container {
        flex-direction: row-reverse !important;
        align-items: center !important;

    }

    .banner-img {
        position: static;
        margin: auto;
        max-width: 100%;
        text-align: center;
    }

    .banner-img::before {
        display: none;
    }

    .small-img {
        position: static;
        margin-top: 20px;
        max-width: 100%;
        border: none;
    }

    .small-img::after,
    .small-img::before {
        display: none;
    }

    .banner-content h1 {
        font-size: 48px;
    }

    .banner-textt {
        font-size: 18px;
        padding: 25px 0;
    }

    .banner-section {
        padding: 20px 0 40px;
    }

    .col-20 {
        width: 50%;
        /* 2 in a row */
        margin-bottom: 30px;
    }

    .product-card>p:nth-child(2),
    .product-card>p:nth-child(3),
    .product-price>p {
        font-size: 14px;
    }

    .cmn-btn {
        font-size: 13px;
        padding: 8px 16px;
    }

    .about-left {
        position: static;
        margin: 0 auto 40px auto;
    }

    .about-sec {
        padding-top: 60px;
        padding-bottom: 80px;
    }

    .about-right>p {
        max-width: 100%;
        text-align: center;
    }

    .about-right {
        text-align: center;
    }

    .birthday-sale-sec {
        height: auto;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .birthday-sale-right {
        position: static;
        transform: none;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
        padding-top: 30px;
    }

    .birthday-sale-right>div {
        height: auto;
        flex-direction: row;
        flex-wrap: wrap;
        transform: none;
        animation: none !important;
    }

    .birthday-sale-right>div>div {
        position: static;
        width: 120px;
        height: auto;
        animation: none !important;
        transform: none;
    }

    .birthday-sale-right>div>div>img {
        transform: none;
    }

    .birthday-sale-left {
        text-align: center;
        margin-bottom: 40px;
    }

    .access-sec {
        height: auto;
    }

    .accessories-main {
        position: relative;
    }

    .accessories-main>.row>div {
        display: block;
    }

    .access-card {
        margin: 0 auto;
        text-align: center;
        padding: 30px 15px;
    }

    .playbtn>a {
        right: 30px;
        bottom: 90px;
        padding: 18px 18px 18px 22px;
    }

    .guarantee h2 {
        font-size: 32px;
    }

    .guarantee p {
        font-size: 13px;
    }

    .child-guarantee h3 {
        font-size: 14px;
    }

    .child-guarantee img {
        max-width: 45px;
    }

    .who-we-are-left {
        max-width: 100%;
        padding: 20px;
        text-align: center;
    }

    .who-we-are-bottom>div>div {
        flex-direction: column;
    }

    .who-we-are-right {
        max-width: 100%;
        padding: 20px;
        text-align: center;
    }

    .who-we-are-right img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .who-we-are-left>h3 {
        font-size: 28px;
    }

    .designer-card {
        width: 33.33%;
    }

    .designer-top {
        font-size: 34px;
    }

    .designer-slid {
        height: 180px;
    }
}

/* For <= 768px */
@media screen and (max-width: 768px) {



    .banner-content h1 {
        font-size: 40px;
    }

    .banner-content span {
        font-size: 18px;
    }

    .button1 {
        margin-top: 30px;
    }

    .banner-textt {
        font-size: 16px;
        padding: 20px 0;
    }

    .col-20 {
        width: 50%;
        padding: 0 10px;
        margin-bottom: 25px;
    }

    .top-product-heading>h2 {
        font-size: 28px;
    }

    .about-left {
        max-width: 100%;
    }

    .about-right>p {
        font-size: 13px;
        line-height: 1.6;
    }

    .about-right>h2 {
        font-size: 32px;
    }

    .birthday-sale-left h2 {
        font-size: 55px;
    }

    .birthday-span {
        font-size: 30px;
    }

    .birthday-sale-left p {
        font-size: 18px;
    }

    .cmn-btn {
        font-size: 14px;
        padding: 8px 16px;
    }

    .birthday-sale-right>div>div {
        width: 100px;
    }

    .access-img-card,
    .access-img-card1 {
        min-height: 250px;
    }

    .access-card>h2 {
        font-size: 28px;
    }

    .access-card>p {
        font-size: 15px;
    }

    .playbtn>a {
        right: 20px;
        bottom: 60px;
        transform: scale(0.9);
    }

    .guarantee {
        text-align: center;
    }

    .guarantee h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .guarantee p {
        font-size: 13px;
    }

    .child-guarantee h3 {
        font-size: 14px;
    }

    .child-guarantee img {
        max-width: 40px;
    }

    .who-we-are-header h2 {
        font-size: 36px;
    }

    .who-we-are-header span {
        font-size: 17px;
    }

    .who-we-are-left>p {
        font-size: 13px;
    }

    .who-we-are-left>h3 {
        font-size: 26px;
    }

    .designer-card {
        width: 50%;
    }

    .designer-slid {
        height: 160px;
    }

    .main-insta {
        padding: 40px 16px;
    }

    .main-insta img {
        max-width: 64px;
    }

    .instagram {
        font-size: 11px;
    }
}

/* For <= 576px */
@media screen and (max-width: 576px) {

    .navbar-brand {
        font-size: 36px !important;
        line-height: 40px;
    }

    .banner-content h1 {
        font-size: 32px;
    }

    .banner-content span {
        font-size: 16px;
    }

    .underline {
        max-width: 200px;
    }

    .cmn-btn {
        font-size: 13px;
        padding: 8px 18px;
    }

    .banner-textt {
        font-size: 15px;
        padding: 18px 0;
    }

    .col-20 {
        width: 100%;
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .product-card>p:nth-child(2),
    .product-card>p:nth-child(3),
    .product-price>p {
        font-size: 13px;
    }

    .top-product-heading>h2 {
        font-size: 24px;
    }

    .button1 {
        margin-top: 30px;
    }

    .about-left {
        max-width: 100%;
    }

    .about-right>h2 {
        font-size: 28px;
    }

    .about-right>p {
        font-size: 12.5px;
        padding: 0 10px;
    }

    .cmn-btn {
        font-size: 13px;
        padding: 8px 16px;
    }

    .birthday-sale-sec {
        padding: 80px 0;
    }

    .birthday-sale-left h2 {
        font-size: 45px;
        letter-spacing: 5px;
    }

    .birthday-span {
        font-size: 24px;
    }

    .birthday-sale-left p {
        font-size: 16px;
    }

    .birthday-sale-right>div>div {
        width: 80px;
    }

    .birthday-sale-right {
        gap: 5px;
    }

    .access-card {
        padding: 25px 10px;
    }

    .access-card>h2 {
        font-size: 24px;
    }

    .access-card>p {
        font-size: 14px;
    }

    .access-img-card,
    .access-img-card1 {
        min-height: 200px;
    }

    .playbtn>a {
        right: 15px;
        bottom: 40px;
        padding: 14px 14px 14px 18px;
    }

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

    .guarantee p {
        font-size: 12px;
    }

    .child-guarantee h3 {
        font-size: 13px;
    }

    .child-guarantee img {
        max-width: 38px;
        margin-bottom: 10px;
    }

    .child-guarantee {
        margin-bottom: 20px;
    }

    .guarantee .row>.col-3 {
        width: 50%;
    }

    .who-we-are-header h2 {
        font-size: 32px;
    }

    .who-we-are-header span {
        font-size: 16px;
    }

    .who-we-are-left>h3 {
        font-size: 22px;
    }

    .who-we-are-left>p {
        font-size: 12px;
        margin-top: 18px;
        margin-bottom: 30px;
    }


    .designer-card {
        width: 50%;
    }

    .designer-slid {
        height: 160px;
    }

    .main-insta {
        padding: 40px 16px;
    }

    .main-insta img {
        max-width: 64px;
    }

    .instagram {
        font-size: 11px;
    }
}