@import url("https://fonts.googleapis.com/css2?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");

html {
    font-size: 16px;
    overflow-x: hidden;
}

body {
    position: relative;
    font-family: "Poppins", sans-serif;
    background: #000000;
    overflow-x: hidden;
}


/*.container {
    max-width: 1170px;
}*/

:root {
    --white: #ffffff;
    --black: #000;
    --gary-color: #727272;
    --lightgary-color: #b2b9bd;
    --theme-color: #e61a1a;
}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 25px;
    color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

figure {
    margin: 0;
}


/* loader */

.preLoader {
    width: 100%;
    height: 100%;
    z-index: 1111;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.preLoader.black {
    background-color: var(--primary);
    z-index: 11113;
}

.preLoader.white {
    z-index: 11112;
    background-color: var(--theme-color);
}


/* loader */

header {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    z-index: 11;
}

header .navbar {
    max-width: 90%;
    margin: auto;
}

.main-slider {
    background: #000;
    position: relative;
}

.main-slider .carousel-item>img {
    opacity: 0.7;
}

.topSocial {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 6%;
    display: flex;
    align-items: center;
    z-index: 11;
    justify-content: center;
    writing-mode: tb-rl;
    transform: scale(-1);
    gap: 5rem;
}

.main-slider .carousel-caption {
    padding: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-nav .nav-item .nav-link {
    font-size: 1.125rem;
    color: var(--white);
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
    display: inline-block;
}

.navbar-nav .nav-item:last-child .nav-link {
    background: var(--black);
    border-radius: 6px;
    text-align: center;
    padding: 0.87em 1.13em;
    display: inline-block;
}

.navbar-nav {
    align-items: center;
    gap: 1rem 1.5rem;
}

.headOne {
    font-size: 12.75rem;
    text-transform: capitalize;
    position: relative;
    -webkit-text-stroke: 0.1vw #ffffff;
    color: transparent;
    display: inline-block;
    line-height: 0.95;
    margin: 0;
}

.main-slider .headTwo {
    text-transform: capitalize;
}

.headOne:before {
    content: attr(data-text);
    position: absolute;
    left: 0;
    right: 0;
    width: 0;
    height: 100%;
    color: var(--black);
    -webkit-text-stroke: 0.1vw var(--black);
    border-right: 2px solid var(--black);
    overflow: hidden;
    animation: animate 7s linear infinite;
}

@keyframes animate {

    0%,
    10%,
    100% {
        width: 0;
    }

    70%,
    80% {
        width: 100%;
    }
}

.headTwo {
    font-size: 6.6875rem;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 1rem;
}

.themeBtn {
    background: var(--theme-color);
    border-radius: 6px;
    text-align: center;
    padding: 0.87em 1.13em;
    display: inline-block;
    font-size: 1.625rem;
    color: var(--white);
    font-weight: 600;
    text-transform: uppercase;
}

.topSocial li a {
    font-size: 1.125rem;
    color: var(--white);
    font-weight: 600;
}

.topSocial li a:hover {
    color: var(--theme-color);
}

.main-slider .carousel-indicators {
    right: 0;
    left: inherit;
    margin: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4rem;
}

.main-slider .carousel-indicators li.active {
    font-size: 1.375rem;
    font-weight: 600;
    padding-right: 7rem;
    left: 0;
}

.main-slider .carousel-indicators li {
    text-indent: inherit;
    width: auto;
    height: inherit;
    border: 0;
    background: 0;
    position: relative;
    color: var(--white);
    font-size: 1.125rem;
    opacity: 1;
    margin: 0;
    left: -10px;
}

.main-slider .carousel-indicators li:before {
    content: "";
    position: absolute;
    right: -66px;
    width: 56px;
    height: 1px;
    background: var(--white);
    top: 14px;
}

.main-slider .carousel-indicators li.active:before {
    width: 92px;
    right: 0;
}

.innerBan {
    background: #000;
    position: relative;
}

.innerBan>img {
    opacity: 0.7;
}

.innerBan .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: right;
}

.innerBan h2 {
    font-size: 6.75rem;
    color: var(--white);
    text-transform: uppercase;
    line-height: 1;
    margin: 0;
}

.abtSec {
    background: url(../images/abtbg.jpg) no-repeat top center/ cover;
    padding: 4rem 0 8.5rem;
    position: relative;
    overflow: hidden;
}

.abtImg {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.abtImg figure+figure {
    text-align: right;
    margin-top: -19rem;
}

.abtImg figure span {
    display: table;
    font-size: 5.375rem;
    color: var(--white);
    font-weight: 600;
    line-height: 1.2;
    position: relative;
    left: 10%;
    text-align: center;
    top: 30px;
}

.abtImg figure span small {
    display: block;
    font-size: 1rem;
}

.abtImg:before {
    content: "";
    position: absolute;
    left: 6%;
    border: 10px solid #707070;
    width: 428px;
    height: 414px;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.themeBtn1 {
    background: var(--theme-color);
    border-radius: 6px;
    text-align: center;
    padding: 0.87em 1.5em;
    display: inline-block;
    font-size: 1.125rem;
    color: var(--white);
    font-weight: 600;
    text-transform: uppercase;
}

.headingThre {
    font-size: 80px;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 1rem;
    line-height: 1;
}

.headingThre span {
    display: block;
    font-size: 2rem;
    font-weight: 600;
    color: rgb(255 255 255 / 50%);
}

.abtContent p {
    font-size: 1.125rem;
    color: #828282;
    line-height: 40px;
    margin: 0 0 1rem;
}

.abtContent {
    padding: 0 3rem;
}

.abtSec h6 {
    position: absolute;
    right: 10px;
    font-size: 107px;
    color: rgb(255 255 255 / 10%);
    text-transform: uppercase;
    font-weight: 400;
    writing-mode: tb-rl;
    margin: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.abtSec h5 {
    position: absolute;
    margin: 0;
    font-size: 11.7rem;
    text-transform: capitalize;
    position: relative;
    -webkit-text-stroke: 0.1vw rgb(255 255 255 / 10%);
    color: transparent;
    display: inline-block;
    line-height: 0.95;
    margin: 0;
    top: 10px;
}

.fashionOne {
    position: absolute;
}

.abtSec h5:before {
    content: attr(data-text);
    position: absolute;
    left: 0;
    right: 0;
    width: 0;
    height: 100%;
    color: var(--white);
    -webkit-text-stroke: 0.1vw var(--white);
    /*border-right: 2px solid var(--theme-color);*/
    overflow: hidden;
    animation: animate 7s linear infinite;
}

@keyframes animate {

    0%,
    10%,
    100% {
        width: 0;
    }

    70%,
    80% {
        width: 100%;
    }
}

.weddingDresses .wedingBox {
    margin-bottom: 1.875rem;
    display: block;
}

.wedingBox {
    position: relative;
}

.weddingDresses {
    padding: 4rem 0;
}

.wedingBox figure {
    position: relative;
    overflow: hidden;
    background: #000;
}

.wedingBox a {
    position: absolute;
    bottom: 1rem;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 3.125rem;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 400;
}

.wedingBox figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.wedingBox figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 0.8;
}

.wedingBox:hover figure::before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

.wedingBox:hover figure img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 1;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.clasesAvalbl {
    background: url(../images/clasesbg.jpg) no-repeat top center/ cover;
    text-align: center;
    padding: 6rem 0;
}

.clasesAvalbl h2 {
    font-size: 90px;
    color: var(--white);
    font-weight: 400;
}

.clasesAvalbl h3 {
    font-size: 3.125rem;
    color: var(--white);
    font-weight: 400;
    letter-spacing: 0.3rem;
    margin: 0 0 1.7rem;
}

.testimonialSec {
    position: relative;
    background: var(--black);
    padding: 6rem 0 10rem;
    overflow: hidden;
}

.testimonialSec .testImg {
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
    object-fit: cover;
    top: 0;
}

.testContent .quote {
    display: flex;
    align-items: flex-end;
    gap: 3rem;
    margin: 0 0 1rem;
}

.testContent .quote li span i {
    color: #ffc313;
    font-size: 1.3rem;
}

.testContent .quote li span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.testContent p {
    font-size: 1.125rem;
    color: #828282;
    line-height: 40px;
}

.user {
    display: flex;
    align-items: center;
    flex-flow: row-reverse;
    justify-content: flex-end;
    gap: 3rem;
}

.user .userContent h3 {
    font-size: 30px;
    color: var(--white);
    font-weight: 500;
    margin: 0 0 6px;
}

.user .userContent p {
    color: #828282;
    margin: 0;
    line-height: inherit;
}

.secnd-slider .carousel-indicators {
    right: -50.6%;
    left: inherit;
    margin: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4rem;
}

.secnd-slider .carousel-indicators li.active {
    font-size: 1.375rem;
    font-weight: 600;
    padding-right: 7rem;
    left: 0;
}

.secnd-slider .carousel-indicators li {
    text-indent: inherit;
    width: auto;
    height: inherit;
    border: 0;
    background: 0;
    position: relative;
    color: var(--white);
    font-size: 1.125rem;
    opacity: 1;
    margin: 0;
    left: -10px;
}

.secnd-slider .carousel-indicators li:before {
    content: "";
    position: absolute;
    right: -66px;
    width: 56px;
    height: 1px;
    background: var(--white);
    top: 14px;
}

.secnd-slider .carousel-indicators li.active:before {
    width: 92px;
    right: 0;
}

.sectionHeading {
    font-size: 3.75rem;
    color: var(--white);
    font-weight: 400;
    margin: 0 0 4rem;
}

.talkSec {
    background: #111111;
    padding: 7rem 0;
}

.talkContent h2 {
    font-size: 30px;
    color: rgb(255 255 255 / 30%);
    font-weight: 400;
    letter-spacing: 0.4rem;
    margin: 0 0 1rem;
}

.talkContent h3 {
    font-size: 90px;
    color: var(--white);
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 1.5rem;
}

.talkContent ul {
    display: flex;
    align-items: center;
    gap: 1.2rem;
}

.talkContent ul li span {
    font-size: 1.125rem;
    color: var(--white);
    letter-spacing: 0.2rem;
}

.talkContent ul li a {
    color: var(--white);
    font-size: 1.2rem;
}

.talkContent ul li {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.talkForm input {
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #535353;
    font-size: 1.125rem;
    font-weight: 500;
    padding-bottom: 0.9rem;
    margin: 0 0 2.5rem;
    color: var(--white);
}

.talkForm textarea {
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #535353;
    font-size: 1.125rem;
    font-weight: 500;
    padding-bottom: 0.9rem;
    margin: 0 0 2rem;
    height: 100px;
    resize: none;
    color: var(--white);
}

.talkForm .themeBtn1 {
    display: table;
    margin-left: auto;
    padding: 0.67em 2.5em;
    background: var(--white);
    color: var(--black);
    outline: none !important;
}

.talkForm input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--white);
}

.talkForm input::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--white);
}

.talkForm input:-ms-input-placeholder {
    /* IE 10+ */
    color: var(--white);
}

.talkForm input:-moz-placeholder {
    /* Firefox 18- */
    color: var(--white);
}

.talkForm textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--white);
}

.talkForm textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--white);
}

.talkForm textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: var(--white);
}

.talkForm textarea:-moz-placeholder {
    /* Firefox 18- */
    color: var(--white);
}

footer {
    background: #000000;
    padding: 4rem 0 0;
}

.ftrLst ul li a {
    font-size: 1.125rem;
    color: var(--white);
    letter-spacing: 0.1rem;
    padding: 0;
}

.ftrLst ul li+li {
    margin-top: 11px;
}

.ftrCal ul li {
    display: flex;
    align-items: center;
}

.ftrCal ul li span {
    font-size: 1.125rem;
    color: var(--white);
    line-height: 35px;
}

.ftrCal ul li span a {
    color: var(--white);
    letter-spacing: 0.1rem;
}

.ftrCal ul li+li {
    margin-top: 13px;
}

.copyRght ul {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.copyRght ul li a {
    font-size: 1rem;
    color: var(--white);
}

.copyRght {
    border-top: 1px solid #707070;
    padding: 1.8rem 0;
    margin: 3rem 0 0;
}

.copyRght p {
    text-align: right;
    margin: 0;
    color: var(--white);
}

.ftrLst ul li a:hover,
.ftrCal ul li span:hover a,
.copyRght ul li a:hover,
.talkContent ul li a:hover {
    color: var(--theme-color);
}

.navbar-nav .nav-item:last-child .nav-link:hover,
.themeBtn:hover,
.themeBtn1:hover {
    background: var(--theme-color);
    color: var(--white);
}

.navbar-collapse {
    justify-content: flex-end;
}

.contactSec {
    padding: 4rem 0;
}

.formStyle .form-control {
    height: 4rem;
    border: 0;
    border-radius: 8px;
    margin-bottom: 1.875rem;
    padding-left: 1.5rem;
}

.formStyle textarea.form-control {
    height: 14rem;
}

.contInfo {
    margin: 5rem 0;
    padding: 0;
    list-style: none;
    gap: 0 4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contInfo li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem 0;
    text-align: center;
}

.contInfo li a {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #ffffff;
    font-size: 1.125rem;
}

.contInfo .circle {
    width: 9.25rem;
    height: 9.25rem;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    transition: ease all 0.5s;
}

.contInfo li:hover .circle {
    background: var(--theme-color);
    box-shadow: 0 0 20px #ffffff70;
    transform: rotate(360deg) scale(1.15);
}

.contInfo .circle img {
    height: 50px;
}

.contInfo li:hover .circle img {
    -webkit-filter: brightness(10);
    -moz-filter: brightness(10);
    filter: brightness(10);
}

.contInfo li strong {
    font-family: "Poppins", sans-serif;
    font-size: 1.375rem;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}

.termCondSec {
    padding: 6rem 0;
}

.termCondSec h2 {
    font-size: 1.5625rem;
    font-weight: 500;
    color: var(--white);
    line-height: 1;
    margin-bottom: 1.25rem;
}

.termCondSec h3 {
    font-size: 2.1875rem;
    font-weight: 500;
    color: var(--white);
    line-height: 1;
    margin-bottom: 1rem;
}

.termCondSec p {
    color: #828282;
    font-size: 1.125rem;
    line-height: 2;
    font-weight: 400;
    margin-bottom: 1.75rem;
}

.bookAppointment {
    padding: 6rem 0;
}

.bookAppointment h2 {
    font-size: 3.125rem;
    color: #fff;
    font-weight: 400;
}

.themeBtn.cancelBtn {
    margin-left: 1.5rem;
    color: var(--white);
    border: 2px solid var(--white);
    background: transparent;
}

.themeBtn.cancelBtn:hover {
    background-color: var(--theme-color);
    color: var(--white);
}

.abtSec .themeBtn1 {
    position: relative;
    z-index: 1;
    background: var(--white);
    color: var(--black);
}

.abtSec .themeBtn1:hover {
    background: var(--theme-color);
    color: var(--white);
}

.slideContent .themeBtn {
    background: var(--black);
}

.slideContent .themeBtn:hover {
    background: var(--theme-color);
}

.talkForm .themeBtn1:hover {
    background: var(--theme-color);
    color: var(--white);
}

.navbar-brand img {
    width: 332px;
}

.ftrLogo img {
    width: 230px;
    filter: brightness(100%) invert(1);
}

.anloader {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: black;
}

.anloader>video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.videosPage {
    padding: 6rem 0 2rem;
}

.serviceSec {
    padding: 9rem 0;
}

.serviceSec .sectionHeading {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.serviceSec p {
    font-size: 1.125rem;
    color: #828282;
    line-height: 2;
    width: 90%;
}

.serviceSec .row+.row {
    margin-top: 5.625rem;
}

.serviceSec .row {
    align-items: center;
}

.serviceSec .row:nth-child(2) .col-md-6:nth-child(1) {
    padding-left: 3rem;
}

.serviceSec .themeBtn {
    font-size: 1.125rem;
}

.newForm label {
    color: var(--white);
    font-size: 1.375rem;
}

.shopSec {
    padding: 10rem 0;
}

#accordion .card {
    border: none;
    background: #192026;
    border-radius: 10px;
    padding: 1.25rem;
}

#accordion .card .btn-link {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0;
    border: 0;
    border-radius: 5px;
    text-decoration: none;
    overflow: hidden;
    border-bottom-left-radius: 0;
    font-size: 1.375rem;
    color: var(--white);
    font-weight: 600;
    text-transform: capitalize;
}

#accordion .card .btn-link i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    margin-left: auto;
    border-radius: 50%;
    font-size: 1rem;
    height: 2rem;
    width: 2rem;
}

#accordion .card .btn-link i::before {
    content: "\f106";
}

#accordion .card .btn-link.collapsed i::before {
    content: "\f107";
}

#accordion .card .btn-link.collapsed i {
    color: #949494;
    height: 2rem;
    width: 2rem;
    font-size: 1rem;
}

#accordion .card+.card {
    margin-top: 2.25rem;
}

#accordion .card .card-body {
    padding: 15px 10px 0;
    color: var(--white);
}

#accordion .card .card-body label {
    font-size: 1.125rem;
}

#accordion .card .card-body input {
    margin-right: 10px;
}

.productCard .rating {
    display: flex;
    color: #ffbb00;
    gap: 6px;
}

.productCard .card-body {
    padding-left: 0;
    padding-right: 0;
}

.productCard h4 {
    font-size: 1.375rem;
    color: var(--white);
}

.productCard .card-body span {
    font-size: 1.25rem;
    color: var(--white);
}

.Proreview h2 {
    text-align: left;
    margin: 1rem 0;
    font-size: 3rem;
    color: var(--white);
}

.Proreview ul {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 2rem;
    color: #f7c00c;
    margin-bottom: 1rem;
}

.Proreview ul li span {
    color: #000;
    font-weight: 600;
    padding-right: 1rem;
}

.Proreview p {
    font-size: 1.75rem;
    color: #a4a4a4;
}

.Proreview h5 {
    font-size: 2.1875rem;
}

.star {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.star li span::before {
    content: "";
    position: absolute;
    background: #f2f2f2;
    width: 80%;
    height: 25px;
    top: 7px;
    left: 8rem;
    border-radius: 10px;
}

ul.star li {
    margin: 0;
    color: #000;
    font-size: 1.875rem;
}

.star li span::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--theme-color);
    top: 7px;
    left: 8rem;
    height: 25px;
    width: 70%;
    border-radius: 10px 0 0 10px;
}

.star2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.star2 li span::before {
    content: "";
    position: absolute;
    background: #f2f2f2;
    width: 80%;
    height: 25px;
    top: 7px;
    left: 8rem;
    border-radius: 10px;
}

.star2 li {
    margin: 0;
    color: #000;
    font-size: 1.875rem;
}

.star2 li span::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--theme-color);
    top: 7px;
    left: 8rem;
    height: 25px;
    width: 10%;
    border-radius: 10px 0 0 10px;
}

.star3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.star3 li span::before {
    content: "";
    position: absolute;
    background: #f2f2f2;
    width: 80%;
    height: 25px;
    top: 7px;
    left: 8rem;
    border-radius: 10px;
}

ul.star3 li {
    margin: 0;
    color: #000;
    font-size: 1.875rem;
}

.startProduct ul {
    margin: 1.4rem 0;
}

.productReview {
    background-color: #192026;
    border-radius: 20px;
    padding: 2rem 2.5rem;
    color: var(--white);
}

.Proreview {
    padding-bottom: 1rem;
}

.reviewImg {
    display: flex;
    align-items: center;
    margin: 4rem 0;
}

.reviewImg img {
    width: 135px;
    height: 135px;
    border-radius: 50%;
    object-fit: cover;
}

.content-wraper h3 {
    margin-bottom: 0;
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--white);
}

.content-wraper {
    margin-left: 2rem;
}

.content-wraper h4 {
    margin: 0.9rem 0;
    font-size: 1rem;
    color: var(--white);
    font-weight: 600;
}

.content-wraper span {
    margin-left: 10px;
    font-size: 0.95rem;
    color: var(--white);
    font-weight: 600;
}

.content-wraper span i {
    color: var(--theme-color);
}

.content-wraper p {
    font-size: 1rem;
    margin-bottom: 0;
}

.Proreview .row+.row {
    margin: 5rem 0;
}

.Proreview hr {
    border-color: #343e46;
}

.productReview textarea {
    width: 100%;
    height: 160px;
    padding: 1rem;
    background: #2d363d;
    border: none;
    border-radius: 10px;
    outline: none;
    accent-color: var(--white);
    color: var(--white);
}

.wishlistPro {
    background: #f8f6f6;
    padding-top: 0;
}

.productSlider-for,
.productSlider-nav {
    overflow: hidden;
}

.productNav {
    background-color: #192026;
    padding: 1.875rem;
    border-radius: 15px;
}

ul.stckst li {
    font-size: 1.625rem;
    color: var(--white);
    font-weight: 600;
}

ul.stckst li span {
    color: var(--white);
}

.productSlider-for figure {
    width: 100%;
    height: 800px;
}

.productSlider-nav figure {
    width: 100%;
    height: 160px;
    margin: 2rem 0 0;
}

.productSlider-nav img {
    height: 100% !important;
    border: 2px solid transparent;
    transition: all 300ms ease-in-out;
}

.productSlider-nav img:hover,
.productSlider-nav .swiper-slide.swiper-slide-thumb-active .productImgContainer img{
    border-color: var(--theme-color);
}

.rating-box {
    display: flex;
    align-items: center;
}

.rating-box .rating-container {
    direction: rtl !important;
}

.rating-box .rating-container label {
    display: inline-block;
    margin: 0;
    color: #d4d4d4;
    cursor: pointer;
    font-size: 2.2rem;
    transition: color 0.2s linear;
}

.rating-box .rating-container input {
    display: none;
}

.rating-box .rating-container label:hover,
.rating-box .rating-container label:hover~label,
.rating-box .rating-container input:checked~label {
    color: gold;
}

.rating-box span {
    font-size: 1.3rem;
    color: var(--white);
    font-weight: 500;
    padding-left: 0.5rem;
}

.prodtl-txt p {
    font-size: 1.125rem;
}

.quantitySec h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--white);
}

.quantitySec .number {
    font-size: 1rem;
}

.quantitySec .number .minus {
    padding: 0.5rem 1.2rem;
}

.quantitySec .number .plus {
    padding: 0.5rem 1.2rem;
}

.quantitySec .number input {
    width: 50px;
}

.number {
    background: transparent;
    padding: 1rem 0;
    border-radius: 7px;
    width: 100%;
    color: #282828;
    user-select: none;
}

.number input {
    background: transparent;
    border: none;
    height: 2rem;
    color: var(--white);
    width: 50px;
    text-align: center;
}

.number .minus {
    padding: 2rem;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--white);
    background-color: #2d363d;
    border-radius: 8px;
}

.number .plus {
    padding: 2rem;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--white);
    background-color: #2d363d;
    border-radius: 8px;
}

.productNav figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 10px;
    overflow: hidden;
}

.btnn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.colorBox option {
    background: var(--color);
}

.productReview .themeBtn {
    font-size: 1.25rem;
}

.productReview .sectionHeading {
    margin: 0;
    font-size: 2.5rem;
}

.rating-container .active {
    color: gold !important;
}

.rat-total-box {
    gap: 2rem;
    margin: 1rem 0;
}

.rat-total {
    width: 100%;
    height: 25px;
    border-radius: 60px;
    background-color: #2d363d;
    position: relative;
}

.rat-total-box .title {
    width: 8%;
}

.rat-total-bg::before {
    content: "";
    width: 893px;
    height: 25px;
    background-color: var(--theme-color);
    position: absolute;
    inset: 0;
    border-radius: 60px 0 0 60px;
}

.rat-total-bg2::before {
    content: "";
    width: 104px;
}


/* videoConference */

.videoConference {
    height: 100vh;
    /* overflow: hidden; */
    padding: 2rem;
    --radius: 25px;
    --btn-color: #ffffff;
    --btn-opacity: 20%;
    --btn-radius: 50%;
}

.conferenceCall video {
    height: 900px;
    object-position: top;
}

.object-fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--radius);
    overflow: hidden;
}

:is(.conferenceCall,
    .conferencePerson-audio,
    .conferenceBtn,
    .time-counter,
    .time-counter .icon,
    .conferenceCall-btn) {
    position: relative;
}

.conferenceBtn {
    color: var(--white);
    border: none;
    outline: none !important;
    background-color: transparent;
}

.conferenceBtn::before,
.time-counter::before,
.conferenceCall-btn::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--btn-color);
    border-radius: var(--btn-radius);
    opacity: var(--btn-opacity);
    position: absolute;
    inset: 0;
}

.conferenceCall-timer {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    position: absolute;
    top: 0;
    padding: 2rem;
}

.conferenceCall-timer :is(.time-counter h6,
    .callerName) {
    color: var(--white);
    margin-bottom: 0;
}

.conferenceCall-timer .time-counter {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.85rem 0.95rem 0.85rem 1.5rem;
}

.time-counter::before {
    border-radius: 60px;
}

.time-counter .icon::before,
.time-counter .icon::after {
    content: "";
    width: 17px;
    height: 17px;
    background-color: var(--btn-color);
    border-radius: var(--btn-radius);
    position: absolute;
    top: -8px;
    left: -8px;
}

.time-counter .icon::after {
    width: 8px;
    height: 8px;
    background-color: var(--theme-color);
    animation: 1s linear infinite blinker;
    top: 0;
    left: 0;
    transform: translate(-46%, -46%);
}

.conferenceCall-timer .callerName {
    font-size: 1.8rem;
}

.conferencePerson-audio img {
    height: 260px;
}

.conferencePerson-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem 1rem;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.conferencePerson-heading .personName {
    font-size: 1.125rem;
    color: var(--white);
    margin-bottom: 0;
}

.videoConference .audio {
    width: 35px;
    height: 35px;
    font-size: 1.1rem;
}

.conferenceCall-btn {
    padding: 0 2rem;
    width: fit-content;
    margin: -10rem auto auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.conferenceCall-btn::before {
    background-color: var(--black);
    opacity: 56%;
    border-radius: 70px;
}

.conferenceCall-btn .conferenceBtn {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.8rem;
}

.conferenceCall-btn .conferenceBtn:nth-child(3)::before {
    display: none;
}

.conferenceCall-btn .conferenceBtn:nth-child(3) {
    width: 76px;
    height: 76px;
    background-color: var(--theme-color);
    border-radius: 20px;
    margin: 1rem;
}

.conferenceCall-btn .conferenceBtn:nth-child(3) i {
    font-size: 2.25rem;
    transform: rotate(225deg);
}

.volumeBtn {
    background-color: #ffffff20;
    padding: 0.8rem 1.5rem;
    position: absolute;
    left: -45px;
    bottom: -0;
    transform: rotate(270deg);
    border-radius: 36px;
    margin-bottom: 5rem;
}

.volumeIcon i {
    color: var(--white);
    font-size: 1.25rem;
    transform: rotate(90deg);
    margin-top: 5px;
    margin-right: 1rem;
    cursor: pointer;
}

.range {
    accent-color: var(--theme-color);
}

.conferencePerson {
    height: 100vh;
    overflow: hidden;
}

.mySwiper-button-next,
.mySwiper-button-prev {
    top: 0;
    width: 40px;
    height: 40px;
    background-color: var(--white);
    border-radius: var(--btn-radius);
    font-size: 1rem;
}

.mySwiper-button-next:after,
.mySwiper-button-prev:after {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--black);
}

.mySwiper-button-next,
.mySwiper-button-prev {
    left: 45%;
    transform: rotate(-90deg);
}

.mySwiper-button-prev {
    top: auto;
    bottom: 25px;
}

@keyframes blinker {

    0%,
    100%,
    50% {
        background-color: var(--theme-color);
    }

    60%,
    100% {
        background-color: transparent;
    }
}

.productCard {
    display: block;
}

.productCard figure {
    height: 556px;
    border-radius: 0.5rem;
    overflow: hidden;
}

.productCard figure img {
    object-fit: cover;
}

.pagent-dresses {
    padding: 5rem 0;
}

.pagentdresses-wrapper {
    border-radius: 0.75rem;
    overflow: hidden;
}

.pagentdresses-preview,
.creatLook {
    padding: 1.5rem;
}

.creatLook {
    box-shadow: rgba(74, 74, 74, 0.4) 1px 0px 3px 0px;
    background-color: rgba(255, 255, 255, 1);
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
}

.creatLook h5 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.creatLook-slider {
    padding: 1rem 0.125rem 0.5rem;
}

.creatLook-img {
    width: 100%;
    aspect-ratio: 2/3;
    border-radius: 0.25rem;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 0 transparent, 0 0 transparent, 0 0 transparent, 0 0 transparent, 0 0 3px 0 rgba(0, 0, 0, 0.25);
}

.creatLook-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.previewDresses-img {
    display: none;
}

.previewDresses-slider .swiper-slide-active .previewDresses-img {
    display: block;
}


.previewDresses-slider {
    display: none;
    animation: fadeIn 2s;
    opacity: 1;
    transition: all 300ms ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.previewDresses-slider.active {
    display: block;
}

.previewDresses-img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: top;
}

.previewBtn {
    display: inline-grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    font-size: 1rem;
    background-color: var(--white);
    color: var(--black);
    cursor: pointer;
    margin: 0 0.5rem;
    position: unset;
}

.previewDresses-btn .swiper-button-next:after,
.previewDresses-btn .swiper-button-prev:after,
.creatLook-btn .swiper-button-next:after,
.creatLook-btn .swiper-button-prev:after {
    display: none;
}

.creatLook-btn .swiper-button-next,
.creatLook-btn .swiper-button-prev {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    font-size: 1rem;
    color: var(--white);
    background-color: var(--black);
}

.creatLook-btn .swiper-button-next.swiper-button-disabled,
.creatLook-btn .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}


.modal-dialog {
    max-width: 900px;
}

.customizeModal .form-control {
    border: 1px solid #000;
}

.customizeModal .contInfo li {
    display: block;
}


.customizeModal .contInfo li p {
    margin: 0;
    color:black;
}
.innerBanner img.w-100 {
    height: 340px;
    object-fit: cover;
}
.innerBanner {
    padding: 0;
    position: relative;
}
.innerBanner h2 {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    font-size: 4.0625rem;
    color: var(--white);
    font-weight: bold;
    margin: 0;
    top: 0;
}
.innerBanner:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 22%);
}

.numForm {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.row.tabs-row.fields-row {
    color: white;
}
 .check-out-form{
     color: white;
 }

 .order-summery{
     color: white;
 }
