@font-face {
  font-family: "standard";
  src: url("fonts/Poiret.ttf");
  font-display: swap;
}
@font-face {
  font-family: "light";
  src: url("fonts/JosefinSans-Light.ttf");
  font-display: swap;
}
@font-face {
  font-family: "regular";
  src: url("fonts/JosefinSans-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "medium";
  src: url("fonts/JosefinSans-SemiBold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "bold";
  src: url("fonts/JosefinSans-Bold.ttf");
  font-display: swap;
}
html {
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}
*::before, *::after {
  transition: 0.1s linear;
}

body {
  font-family: "regular";
  background-color: #fff;
  margin: 0px;
  padding: 0px;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none;
}

.btn {
  transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear, box-shadow 0.1s linear !important;
}

.sticky-top {
  position: sticky !important;
  top: 0px;
}

.btn,
a {
  box-shadow: none;
  outline: none !important;
}
.btn:focus,
a:focus {
  box-shadow: none;
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  font-family: "bold";
  margin: 0px;
}

a {
  text-decoration: none !important;
}

select:focus,
input:focus,
button:focus {
  box-shadow: none !important;
}

.wrapper {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}

.form-check-input:checked {
  background-color: #000;
  border-color: #000;
}

.btn {
  padding: 15px 20px;
  border: none !important;
  font-size: 14px;
  text-transform: uppercase;
  background-color: transparent;
  border-radius: 0px;
  white-space: nowrap;
  font-family: bold;
}
.btn:hover {
  background-color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
  color: #000;
}
.btn.btn-outline {
  color: #fff;
}
.btn.btn-outline:hover {
  background-color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
  color: #000;
}
.btn.btn-default {
  color: #000;
  background-color: #fff;
}
.btn.btn-default:hover {
  background-color: #000;
  color: #fff;
}

.title {
  color: #000;
  font-size: calc(2vw + 1em);
  text-transform: uppercase;
  margin: 0 0 40px;
  font-family: "light";
  line-height: calc(0.5vw + 1em);
  padding: 0 5vw;
}
.title span {
  padding-left: 10px;
  font-family: "bold";
}

.nav-pills {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 30px;
}
.nav-pills a {
  background-color: transparent;
  padding: 5px 10px;
  font-size: 16px;
  color: #000000 !important;
  font-family: bold;
  text-transform: uppercase;
  opacity: 0.75;
  position: relative;
  transition: 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media (max-width: 991px) {
  .nav-pills a {
    font-size: 11px;
    padding: 5px 5px;
  }
}
.nav-pills a:hover {
  opacity: 1;
}
.nav-pills a::after {
  content: "";
  height: 10px;
  width: 10px;
  background-color: #000;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 10px);
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  transition: 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media (max-width: 991px) {
  .nav-pills a::after {
    height: 7px;
    width: 7px;
  }
}
.nav-pills a.active {
  opacity: 1;
  background-color: transparent !important;
}
.nav-pills a.active::after {
  opacity: 1;
  top: 90%;
}

.pagination {
  display: inline-flex;
  margin-top: 30px;
  align-items: center;
}
.pagination a {
  color: #000;
  font-family: regular;
  padding: 10px;
  font-size: 18px;
}
.pagination a.num {
  opacity: 0.6;
}
.pagination a.active {
  opacity: 1;
  font-family: bold;
  font-size: 22px;
}
.pagination a i {
  font-size: 22px;
  position: relative;
  top: 2px;
}

.bulleted-list {
  margin: 0 0 30px;
}
.bulleted-list li {
  display: block;
  position: relative;
  padding-left: 20px;
  letter-spacing: 0.5px;
  font-size: 16px;
  font-family: light;
  margin: 5px 0px;
}
.bulleted-list li a {
  font-family: medium;
  color: #000;
}
.bulleted-list li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 7px;
  height: 8px;
  width: 8px;
  background-color: #000;
  border-radius: 7px;
}

.alert.fade.in {
  opacity: 1;
}

.video-banner {
  position: relative;
  padding-top: 100vh;
  background-color: #000;
}
.video-banner::after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.video-banner video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.video-banner .gif {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.video-banner .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 100;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.video-banner .text h1 {
  color: #fff;
  font-size: calc(4vw + 2em);
  text-transform: uppercase;
  text-align: center;
  word-spacing: 15px;
  font-family: "standard";
}
.video-banner .text h1 span {
  display: block;
}
.video-banner .text .btns {
  margin-top: 30px;
  display: flex;
  max-width: 800px;
  width: 100%;
}
.video-banner .text .btns .btn {
  width: 33%;
  background-color: rgba(0, 0, 0, 0.5333333333);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2392156863) !important;
}
@media (max-width: 767px) {
  .video-banner .text .btns .btn {
    border-radius: 20px;
    width: 300px;
  }
}
.video-banner .text .btns .btn:first-child {
  border-radius: 50px 0 0 50px;
}
@media (max-width: 767px) {
  .video-banner .text .btns .btn:first-child {
    border-radius: 20px;
  }
}
.video-banner .text .btns .btn:last-child {
  border-radius: 0 50px 50px 0;
}
@media (max-width: 767px) {
  .video-banner .text .btns .btn:last-child {
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  .video-banner .text .btns {
    flex-direction: column;
    gap: 5px;
    align-items: center;
  }
}
.video-banner .text .btn {
  min-width: 175px;
}
@media (max-width: 767px) {
  .video-banner .text .btn {
    min-width: 160px;
    padding: 10px;
    font-size: 12px;
  }
}

.edits a {
  display: flex;
  flex-direction: column;
  color: #000;
  margin-bottom: 30px;
}
.edits a h6 {
  font-size: 17px;
  font-family: bold;
  margin: 10px 0 0;
  text-transform: uppercase;
}
.edits a span {
  font-size: 16px;
  font-family: light;
  text-transform: uppercase;
}

.poster {
  position: relative;
  padding-top: 120%;
  overflow: hidden;
  border-radius: 12px;
}
.poster img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  pointer-events: none;
}

.modelSlides {
  padding: 50px 0 0;
}
.modelSlides .wrapper {
  padding: 10px 5vw;
}
.modelSlides .modelSlideCard {
  position: relative;
}
.modelSlides .modelSlideCard .img-holder {
  position: relative;
  padding-top: 120%;
  overflow: hidden;
  border-radius: 12px;
}
.modelSlides .modelSlideCard img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  pointer-events: none;
}
.modelSlides h4 {
  background-color: #fff;
  color: #000;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 40px;
  padding: 15px;
  font-family: bold;
}
@media (max-width: 1199px) {
  .modelSlides h4 {
    font-size: 12px;
  }
  .modelSlides h4 span {
    display: block;
  }
}
.modelSlides h4 span {
  font-family: bold;
  -webkit-text-stroke: 1px #000;
  color: transparent;
}
.modelSlides .carousel .carousel-item {
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

.applyNow {
  background-image: url(../images/bgGirl.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-blend-mode: lighten;
  padding: 75px 0;
  position: relative;
}
.applyNow::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5647058824);
}
.applyNow .wrapper {
  padding: 0 5vw;
  position: relative;
  z-index: 20;
}
.applyNow .row {
  align-items: center;
  min-height: 80vh;
}
@media (max-width: 1199px) {
  .applyNow .text {
    padding: 45px 0 0px;
  }
}
.applyNow .text h1 {
  color: #fff;
  font-size: calc(2vw + 1.5em);
  text-transform: uppercase;
  margin: 0 0 20px;
  font-family: "standard";
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.applyNow .text h1 .left {
  align-self: flex-start;
  font-family: medium;
}
.applyNow .text h1 .right {
  align-self: flex-end;
}
.applyNow .text h1 span {
  font-size: calc(3vw + 1em);
  display: block;
}
.applyNow .text p {
  font-size: 20px;
  color: #fff;
  font-family: light;
  margin: 0;
}
.applyNow .btn-default {
  width: 250px;
  background-color: rgba(0, 0, 0, 0.5333333333);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2392156863) !important;
  border-radius: 50px;
}
@media (max-width: 767px) {
  .applyNow .btn-default {
    width: 300px;
  }
}

.sockets a {
  border: 1px solid #ddd;
  padding: 9px 20px 7px;
  font-size: 14px;
  font-family: bold;
  color: #000;
  display: inline-flex;
  align-items: center;
  margin-left: 10px;
  border-radius: 30px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .sockets a {
    font-size: 12px;
    padding: 5px 12px;
    margin-left: 5px;
  }
}
.sockets a.active {
  background-color: rgba(0, 0, 0, 0.5647058824);
  border: 1px solid #777;
  color: #fff;
}
.sockets a i {
  margin-right: 10px;
  font-size: 20px;
  position: relative;
  top: -2px;
}
@media (max-width: 991px) {
  .sockets a i {
    font-size: 16px;
  }
}

.topModals {
  padding: 100px 5vw;
}
.topModals .text .title {
  margin: 0 0 10px;
  padding: 0;
}
@media (max-width: 991px) {
  .topModals .text .title {
    margin-bottom: 15px !important;
  }
}
@media (max-width: 767px) {
  .topModals .text .d-flex {
    margin-bottom: 25px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.topModals .text p {
  padding: 0 0px;
  margin: 0 0 0px;
  font-size: 20px;
  font-family: regular;
}
@media (max-width: 1199px) {
  .topModals .text p {
    font-size: 16px;
    margin: 0 0 30px;
  }
}
.topModals .mods {
  display: none;
}
.topModals .mods.active {
  display: block !important;
}
.topModals .gridBox {
  display: grid;
  grid-template: auto/repeat(auto-fit, minmax(280px, 1fr));
  grid-gap: 15px;
}
@media (max-width: 1800px) {
  .topModals .gridBox {
    grid-template: auto/repeat(auto-fit, minmax(260px, 1fr));
  }
}
@media (max-width: 1366px) {
  .topModals .gridBox {
    grid-template: auto/repeat(auto-fit, minmax(230px, 1fr));
  }
}
@media (max-width: 991px) {
  .topModals .gridBox {
    grid-template: auto/repeat(auto-fit, minmax(210px, 1fr));
  }
}
@media (max-width: 767px) {
  .topModals .gridBox {
    grid-template: auto/repeat(auto-fit, minmax(190px, 1fr));
  }
}
@media (max-width: 576px) {
  .topModals .gridBox {
    grid-template: auto/repeat(auto-fit, minmax(180px, 1fr));
  }
}
.topModals .modalCard {
  position: relative;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199px) {
  .topModals .modalCard {
    margin-bottom: 2px;
  }
}
.topModals .modalCard .imgHolder {
  position: relative;
  padding-top: 120%;
  overflow: hidden;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #ddd;
}
.topModals .modalCard .imgHolder::after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0;
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: absolute;
  top: 0;
  left: 0;
}
.topModals .modalCard img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: scale(1);
}
.topModals .modalCard h3 {
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 1.4px;
  font-family: "bold";
  color: #000;
  margin-top: 15px;
}
@media (max-width: 1199px) {
  .topModals .modalCard h3 {
    font-size: 16px;
    line-height: 24px;
  }
}
.topModals .modalCard h3 span {
  font-family: light;
}
.topModals .modalCard .pullOver {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  height: auto;
  padding: 0 15px 25px;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  opacity: 0;
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 1199px) {
  .topModals .modalCard .pullOver {
    padding: 0 7px 10px;
  }
}
.topModals .modalCard .pullOver ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  gap: 15px;
}
@media (max-width: 1199px) {
  .topModals .modalCard .pullOver ul {
    flex-wrap: wrap;
  }
}
.topModals .modalCard .pullOver ul li {
  font-size: 13px;
  color: #fff;
  text-align: center;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1199px) {
  .topModals .modalCard .pullOver ul li {
    font-size: 10px;
    padding: 2px 2px;
  }
}
.topModals .modalCard .pullOver ul li strong {
  color: #989898;
  display: block;
}
.topModals .modalCard:hover .imgHolder::after {
  opacity: 0.3;
}
.topModals .modalCard:hover .pullOver {
  background-color: rgba(0, 0, 0, 0.8549019608);
  opacity: 1;
}
.topModals .modalCard:hover img {
  transform: scale(1.1);
}

.blogsSlider {
  padding: 50px 0;
  background-color: #f1f2f3;
}
.blogsSlider .wrapper {
  padding: 15px 0;
}
.blogsSlider .blogCard {
  background-color: #000;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.blogsSlider .blogCard .imgHolder {
  position: relative;
  padding-top: 60%;
  overflow: hidden;
}
.blogsSlider .blogCard .imgHolder img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.blogsSlider .blogCard:hover .blogText h4 {
  color: #ff7dbf;
}
.blogsSlider .blogCard .blogText {
  padding: 20px 20px 15px;
  color: #fff;
}
.blogsSlider .blogCard .blogText h4 {
  color: #fff;
  font-size: 18px;
  font-family: "standard";
  margin: 0 0 5px;
  transition: 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  height: 41px;
  overflow: hidden;
}
.blogsSlider .blogCard .blogText span {
  font-family: medium;
  font-size: 12px;
  color: #8c9195;
}
.blogsSlider .blogCard .blogText p {
  font-family: regular;
  font-size: 16px;
  color: #b3b8be;
  margin: 10px 0 0;
  height: 50px;
  overflow: hidden;
}

.jobsList {
  background-color: #fff;
  padding: 20px 0;
}
.jobsList .wrapper {
  padding: 0 5vw;
}
.jobsList .btn-default {
  width: 250px;
  background-color: rgba(0, 0, 0, 0.5333333333);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2392156863) !important;
  border-radius: 50px;
}
.jobsList .title {
  padding: 0;
}
.jobsList .mMove {
  float: none;
  width: 100%;
}

.jobs {
  height: auto;
  min-height: 350px;
}
.jobs .newsText {
  display: flex;
  flex-direction: column;
  background-color: #f2f3f4;
  padding: 20px 20px 15px;
  color: #000;
  border-radius: 10px;
}
.jobs .newsText:hover {
  background-color: #000;
}
.jobs .newsText:hover h4 {
  color: #fff;
}
.jobs .newsText:hover p {
  color: #fff;
}
.jobs .newsText h4 {
  color: #000;
  font-size: 18px;
  font-family: "bold";
  margin: 0 0 5px;
  transition: 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  max-height: 41px;
  overflow: hidden;
}
.jobs .newsText span {
  font-family: medium;
  font-size: 12px;
  color: #8c9195;
}
.jobs .newsText p {
  font-family: regular;
  font-size: 16px;
  color: #7d8288;
  margin: 0px 0 0;
  max-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mItem .badge-primary {
  background: #d60059 !important;
  font-size: 11px;
  border-radius: 10px;
  padding: 4px 6px 1px;
  margin-left: 5px;
  font-family: medium !important;
  text-transform: uppercase;
}

.mItem h4 + span {
  font-size: 14px !important;
  color: #333 !important;
  font-family: medium !important;
  text-transform: uppercase;
}

.jobs .newsText p {
  font-family: regular;
  color: #444;
  font-size: 14px;
  margin-top: 5px;
}

.mItem:hover > a {
  background: rgba(0, 0, 0, 0.768627451) !important;
}

.mItem:hover h4 + span {
  color: #fff !important;
}

.instaGrid {
  padding: 6vw 0 0px 0;
  background-color: #ffffff;
}
.instaGrid .wrapper {
  padding: 15px 5vw;
}
.instaGrid .gridBox {
  display: grid;
  grid-template: auto/repeat(auto-fit, minmax(175px, 1fr));
  grid-gap: 0px;
}
@media (max-width: 1800px) {
  .instaGrid .gridBox {
    grid-template: auto/repeat(auto-fit, minmax(150px, 1fr));
  }
}
@media (max-width: 1366px) {
  .instaGrid .gridBox {
    grid-template: auto/repeat(auto-fit, minmax(130px, 1fr));
  }
}
@media (max-width: 991px) {
  .instaGrid .gridBox {
    grid-template: auto/repeat(auto-fit, minmax(110px, 1fr));
  }
}
@media (max-width: 767px) {
  .instaGrid .gridBox {
    grid-template: auto/repeat(auto-fit, minmax(90px, 1fr));
  }
}
@media (max-width: 576px) {
  .instaGrid .gridBox {
    grid-template: auto/repeat(auto-fit, minmax(75px, 1fr));
  }
}
.instaGrid .gridBox .gridImg {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
.instaGrid .gridBox .gridImg img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.reviews {
  padding: 0 0 80px;
}
.reviews .wrapper {
  padding: 10px 5vw;
}
.reviews .wrapper .title {
  padding: 0;
  margin: 0 0 40px !important;
}
.reviews .wrapper .summary {
  padding-inline: 3vw;
  margin-bottom: 40px;
}
.reviews .summary {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .reviews .summary {
    margin: 0 auto 10px;
  }
}
.reviews .leafy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 230px;
  margin: 0 auto 50px;
}
@media (max-width: 991px) {
  .reviews .leafy {
    margin: 0 auto 30px;
  }
}
.reviews .leafy img {
  filter: hue-rotate(200deg) contrast(1.5);
}
.reviews .leafy .average {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reviews .leafy .average span {
  font-size: 38px;
  font-family: bold;
  line-height: 1;
}
.reviews .leafy .average a {
  color: #111;
  font-family: light;
  font-size: 17px;
  letter-spacing: 0.5px;
  text-decoration: underline !important;
}
.reviews .bar h6 {
  font-family: light;
  letter-spacing: 0.4px;
}
.reviews .bar h6 + h6 {
  font-family: bold;
}
.reviews .bar .scoreBar {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1333333333);
  height: 5px;
  margin-top: 6px;
  border-radius: 5px;
}
.reviews .bar .scoreBar .fill {
  background-color: #d60059;
  min-width: 1%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.reviews .list {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-height: 400px;
  overflow-y: scroll;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .reviews .list {
    padding-left: 50px;
  }
}
.reviews .list::-webkit-scrollbar {
  width: 3px;
  background-color: transparent;
  position: absolute;
}
.reviews .list::-webkit-scrollbar-thumb {
  background-color: #d60059;
  border-radius: 10px;
}
.reviews .list::-webkit-scrollbar-track {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.1333333333);
}
.reviews .list .single {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 20px 0;
}
.reviews .list .single:first-child {
  padding-top: 0px;
}
.reviews .list .single:last-child {
  padding-bottom: 0px;
}
.reviews .list .single .avatar {
  height: 40px;
  min-width: 40px;
  max-width: 40px;
  border-radius: 40px;
  background-color: rgba(0, 0, 0, 0.0666666667);
  position: relative;
  top: 5px;
  font-size: 14px;
  font-family: light;
  color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 1px;
}
.reviews .list .single .body {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  flex-grow: 1;
  justify-content: space-between;
}
.reviews .list .single .body .d-flex {
  font-family: regular;
  gap: 10px;
  margin: 0 0 5px;
}
.reviews .list .single .body .d-flex .name {
  color: #000;
  font-family: light;
  letter-spacing: 0.2px;
}
.reviews .list .single .body .d-flex .timestamp {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  font-family: light;
}
.reviews .list .single .body h6 {
  font-family: medium;
  font-size: 16px;
  margin: 0 0 10px;
}
.reviews .list .single .body p {
  font-family: verdana;
  font-size: 13px;
  margin: 0;
  color: rgba(0, 0, 0, 0.6666666667);
}
.reviews .list .single .body .rating {
  background-color: #d60059;
  border-radius: 7px 7px 7px 0;
  color: #fff;
  font-size: 17px;
  font-family: medium;
  padding: 7px 8px 6px;
  min-width: 38px;
  text-align: center;
}
.reviews .list .single + .single {
  border-top: 1px solid rgba(0, 0, 0, 0.0666666667);
}
.reviews .btns {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 30px;
}
.reviews .btns button,
.reviews .btns a {
  text-transform: uppercase;
}
.reviews .btns .give {
  background-color: #d60059;
  color: #fff;
  font-family: bold;
  font-size: 14px;
  letter-spacing: 0.5px;
  padding: 10px 30px 9px;
  border-radius: 0px;
  border: none;
  padding: 10px 30px 9px;
  border: none;
  border-radius: 50px;
}
.reviews .btns .viewAll {
  background-color: #fff;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.3333333333);
  font-family: bold;
  font-size: 14px;
  letter-spacing: 0.5px;
  padding: 10px 30px 9px;
  border: none;
  border-radius: 50px;
}
.reviews .btns .viewAll:hover {
  background-color: #000;
}
.reviews .btns .give:hover {
  background-color: #000;
}

.modal-backdrop {
  backdrop-filter: blur(3px) !important;
  background-color: rgba(0, 0, 0, 0.5019607843) !important;
}
.modal-backdrop.show {
  z-index: 1068 !important;
}

.modal-backdrop.show {
  opacity: 1 !important;
}

.modal-open {
  padding-right: 0px !important;
  overflow: initial !important;
}

.modal {
  padding-right: 0px !important;
  z-index: 1270 !important;
}
.modal .modal-dialog {
  margin-top: 80px;
}
@media (min-width: 1200px) {
  .modal .modal-dialog {
    margin-top: 100px;
  }
}
.modal .modal-body {
  padding: 30px 25px 30px 30px;
}
@media (max-width: 991px) {
  .modal .modal-body {
    padding: 10px 20px 20px;
  }
}
.modal .modal-body .btn-close {
  box-shadow: none;
  text-shadow: none;
  color: #000;
  position: absolute;
  top: 20px;
  right: 20px;
}
@media (max-width: 991px) {
  .modal .modal-body .btn-close {
    top: 10px;
    right: 10px;
  }
}
.modal .modal-body h2 {
  font-size: 32px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
@media (max-width: 991px) {
  .modal .modal-body h2 {
    font-size: 20px;
    margin: 0 0 20px;
  }
}
.modal .modal-body select {
  appearance: none;
  padding: 5px 35px 5px 15px !important;
  background-image: url(../images/down-arrow.png);
  background-position: calc(100% - 12px) center;
  background-repeat: no-repeat;
  background-size: 12px;
}
.modal .modal-body .sort {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-end;
  margin: 0 0 20px;
}
.modal .modal-body .sort label {
  margin: 0px;
  white-space: nowrap;
  font-family: verdana;
  font-size: 14px;
}
.modal .modal-body .sort .form-control {
  font-size: 14px;
  max-width: 150px;
  font-family: verdana;
}
.modal .modal-body .reviews {
  padding: 0;
}
.modal .modal-body .list {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-height: calc(100vh - 300px);
}
@media (min-width: 992px) {
  .modal .modal-body .list {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .modal .modal-body .list {
    max-height: calc(100vh - 350px);
  }
}

.logoSlider {
  padding: 100px 0 0;
}
.logoSlider .wrapper {
  padding: 10px 5vw;
}
.logoSlider .wrapper .splide {
  position: relative;
}
.logoSlider .splide__arrows {
  display: none;
}
.logoSlider .splide__list {
  align-items: center;
}
.logoSlider .logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logoSlider img {
  max-height: 120px;
  max-width: 150px;
  width: auto;
  height: auto;
}
@media (max-width: 991px) {
  .logoSlider img {
    max-height: 80px;
    max-width: 100px;
  }
}