﻿/*NavMenu*/ /*NavMenu*/
/*#2c5fd0*/
/*Component1*/
/*Components*/
/*NavMenu*/
.navbar-brand {
  font-size: 1rem !important;
}

.navbar-dark .navbar-brand {
  color: #55c6fb !important;
}

.my-component {
  background-color: #f05162;
}

* {
  font-family: helvetica;
}

/* =========================================== */
.text-primary {
  color: #f05162 !important;
}

.btn-primary {
  background-color: #f05162 !important;
  border-color: #f05162 !important;
}
.btn-primary:focus {
  color: #ffffff;
  background-color: #f05162 !important;
  border-color: #f05162 !important;
  box-shadow: 0 0 0 0.25rem rgb(255, 129, 142) !important;
}

.img-bx {
  position: relative;
  display: block;
}

.img-bx img {
  width: 100%;
}

.img-bx.vr-img img {
  width: auto;
  height: 100%;
}

input {
  outline: 0 !important;
}

.close-btn {
  position: absolute;
  right: 20px;
}

.color-pointer {
  fill: #f05162;
  stroke: #f05162;
  stroke-miterlimit: 10;
}

.fill-primary {
  fill: #f05162;
}

.cls-1 {
  isolation: isolate;
}

.cls-2 {
  fill: #f05162;
}

.cls-4, .cls-5, .cls-6 {
  fill: none;
  stroke: #f05162;
  stroke-miterlimit: 10;
}

.cls-4 {
  stroke-width: 3.43px;
}

.cls-5, .cls-6 {
  stroke-linecap: round;
  stroke-width: 1.71px;
}

.cls-5 {
  mix-blend-mode: multiply;
  opacity: 0.5;
}

.w-90 {
  width: 90% !important;
}

.fs-7 {
  font-size: 0.9rem !important;
}

.fs-8 {
  font-size: 0.85rem !important;
}

.fs-9 {
  font-size: 0.8rem !important;
}

.fs-10 {
  font-size: 0.75rem !important;
}

.content-w {
  /*    width: clamp(320px, 100%, 340px);*/
  width: clamp(275px, 95%, 380px);
}

.bg-primary {
  background-color: #f05162 !important;
}

.btn-rounded {
  border-radius: 1.5rem;
}

.icon-m {
  height: 70px;
  width: 70px;
}

/* =========================================== */
/* =========================================== */
.notification-popup {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 0.85rem;
  background-color: #f05162;
  color: #ffffff;
}

/* ========================== */
.banner {
  position: relative;
  /* background-image: url(../assets/banner.jpg); */
  background-position: center right;
  background-size: cover;
  max-height: 300px !important;
  display: flex;
  align-items: center;
  padding: clamp(1rem, 10vw - 25px, 6rem);
}
.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgb(255, 255, 255) 50%, rgba(0, 0, 0, 0) 60%);
}

.banner-1 {
  background-image: url(../assets/images/banner.jpg);
  background-size: 67%;
  background-repeat: no-repeat;
}

.banner-2 {
  background-position-y: -1px;
  background-image: url(../assets/images/mobilebanner.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.banner-3 {
  background-position-y: -1px;
  background-image: url(../assets/images/girlbanner.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.logo {
  max-width: 26vw;
  min-width: 50%;
}

section {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 10%, rgba(0, 0, 0, 0) 80%);
}

/* section .sec-heading-wrapper {
  width: 340px;
} */
input::placeholder {
  color: #f05162 !important;
  font-weight: 700;
}

textarea::placeholder {
  color: #f05162;
  font-size: 1.25rem;
  font-weight: 700;
}

footer {
  background-color: #f05162;
}

footer a {
  color: #ffffff;
}

/*@media (max-width: 768px) {
    .banner::before {
        background: linear-gradient( 360deg, rgba(255, 255, 255, 1) 10%, rgba(0, 0, 0, 0) 60% );
    }
}*/
/*custom checkbox */
@font-face {
  font-family: helvetica;
  src: url(/Assets/Fonts/Helvetica.ttc);
}
.helvetica {
  font-family: helvetica;
}

@font-face {
  font-family: MyriadPro;
  src: url(/Assets/Fonts/MyriadPro-Regular.otf);
}
.myriad-pro {
  font-family: MyriadPro;
}

.line-h-1 {
  line-height: 1rem;
}

@font-face {
  font-family: neue;
  src: url(/Assets/Fonts/HelveticaNeue.ttc);
}
.helvetica_neue {
  font-family: neue;
}

.sub-heading {
  font-family: neue;
}

.validation-message {
  color: red;
  width: 100%;
  margin: 0.2rem 0;
  font-family: auto;
}

/*Word-break*/
.break-txt {
  word-break: break-word !important;
  hyphens: auto !important;
  width: 100% !important;
}

/*upload Button*/
.container-btn {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}

input[type=file] {
  position: absolute;
  z-index: -1;
  top: 10px;
  left: 8px;
  font-size: 17px;
  color: #b8b8b8;
}

.button-wrap {
  position: relative;
}

.button {
  display: inline-block;
  padding: 12px 18px;
  cursor: pointer;
  border-radius: 5px;
  background-color: #8ebf42;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

/*input[type=checkbox] {
    position: relative;
    cursor: pointer;


    &:before {
        content: "";
        display: block;
        position: absolute;
        width: 17px;
        height: 17px;
        top: 10%;
        left: 0;
        border: 2px solid $checkboxBorderColor;
        border-radius: 0;
        background-color: white;
    }

    &:checked:after {
        content: "";
        display: block;
        width: 5px;
        height: 10px;
        border: solid black;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 4px;
        left: 6px;
    }
}*/
.checkbox-wrapper {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-wrapper.checkbox-border-2 .checkmark {
  border: 2px solid #6c6c6c;
}
.checkbox-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-wrapper .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: transparent;
  border: 1px solid #6c6c6c;
}
.checkbox-wrapper .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox-wrapper input:checked ~ .checkmark {
  background-color: transparent;
}
.checkbox-wrapper input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-wrapper .checkmark:after {
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 5px;
  height: 11px;
  border: solid #6c6c6c;
  border-width: 0 2px 2px 0;
}

.content-h {
  width: clamp(410px, 100%, 340px);
}

.shadow-h {
  box-shadow: rgba(184, 184, 184, 0.7) 0px -46px 36px -52px, rgba(184, 184, 184, 0.7) 0px 46px 36px -52px;
}

.video-container {
  background-color: #cecece;
  border: 2px solid #ececec;
  border-radius: 10px;
  overflow: hidden;
}

.videoElement {
  display: block;
  pointer-events: none;
}

.video {
  position: relative;
}

.play-pause {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000000;
  color: #f05162;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  font-size: 1.5rem;
  cursor: pointer;
  height: 50px;
  width: 90px;
  opacity: 0;
  transition: all 0.2s linear;
}

.video-container .play-pause.not-started,
.video-container:hover .play-pause {
  opacity: 1;
}

.play-pause .play {
  border: 1rem solid #f05162;
  border-left: 1.8rem solid #f05162;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  transform: translateX(12px);
}

.play-pause .pause {
  display: flex;
  justify-content: space-between;
  width: 1.6rem;
  height: 1.8rem;
}

.play-pause .pause > div {
  height: 100%;
  width: 0.6rem;
  background-color: #f05162;
}

.video-track-bar {
  position: relative;
  bottom: 0;
  width: 100%;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px;
  border-top: 2px solid #cecece;
}

.video-track-bar .video-timer {
  font-size: 0.75rem;
  white-space: nowrap;
  width: 20ch;
}

.video-track-bar .video-seek-area {
  cursor: pointer;
}

.video-track-bar .video-seek-bar,
.video-track-bar .video-seek-area {
  width: 100%;
  height: 5px;
  background-color: #ececec;
  border-radius: 5px;
  margin-right: 10px;
}

.video-track-bar .video-seek-bar {
  position: relative;
  width: 0%;
  background-color: #f05162;
  margin-right: 10px;
}

.video-track-bar .video-seek-bar::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%);
  background-color: #f05162;
  height: 18px;
  width: 9px;
  border-radius: 3px;
  cursor: pointer;
  opacity: 0;
  transition: all 0.1s linear;
}

.video-track-bar .video-seek-area:hover .video-seek-bar::before {
  opacity: 1;
}

.custom-textarea {
  height: 100%;
  border-radius: 0.7rem 0.7rem 0 0.7rem;
  border: 1px solid #000;
  resize: none;
  outline: none;
}

.custom-h-50 {
  height: 125px;
}

.custom-textarea-message {
  border-radius: 0.7rem 0.7rem 0.7rem 0rem;
}

.invert-transform {
  transform: scaleX(-1);
}

.custom-h {
  height: 200px;
}

.postition {
  top: calc(100% - 7.3px);
}

.min-h-100 {
  min-height: 100px;
}
