/* MONTSERRAT */
/* VARIABLE FONT WEIGHT */
@font-face {
  font-family: "Montserrat";
  src: url(../fonts/montserrat/Montserrat-VariableFont_wght.ttf);
}

/* ROUNDKEY */
/* light */
@font-face {
  font-family: "roundkey-light";
  src: url(../fonts/Roundkey-Font/Roundkey\ Light.otf);
}

/* regular */
@font-face {
  font-family: "roundkey-regular";
  src: url(../fonts/Roundkey-Font/Roundkey\ Regular.otf);
}

/* medium */
@font-face {
  font-family: "roundkey-medium";
  src: url(../fonts/Roundkey-Font/Roundkey\ Medium.otf);
}

/* bold */
@font-face {
  font-family: "roundkey-bold";
  src: url(../fonts/Roundkey-Font/Roundkey\ Bold.otf);
}

/* SITKA */
@font-face {
  font-family: "sitka-bold";
  src: url(../fonts/sitka-3-style-font/SitkaB.ttc);
}

@font-face {
  font-family: "sitka-regular";
  src: url(../fonts/sitka-3-style-font/sitka-small-815.ttf);
  font-style: normal;
}

:root {
  --primary-color: #fc9700;
  --secondary-color: #fc9700;
  --hover-color: #000;

  --primary-font-family: "Montserrat", sans-serif;
  --secondary-font-family: "roundkey-regular";
  --font-family: "sitka-bold";
  --font-family-1: "sitka-regular";
  --p-font-size: 16px;
  --btn-font-size: 14px;

  --border-radius-large: 100px;
  --border-radius-medium: 20px;
  --border-radius-small: 10px;

  --trans-property: all 0.3s ease;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none !important;
}

a {
  text-decoration: none !important;
}

p {
  margin: 0;
  overflow: hidden;
  line-height: 1.5;
}

ul li {
  list-style: none;
}

.btn-primary,
.btn-xl,
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  font-weight: 600;
}

html {
  overflow-x: hidden;
}

body {
  font-size: 16px;
  line-height: 1.5;
  font-family: var(--primary-font-family);
  overflow-x: hidden;
}

/* --------------------------
      BODY SCROLLBAR
  -------------------------- */

body::-webkit-scrollbar {
  width: 7px;
}

body::-webkit-scrollbar-track {
  background: #f1f7ff;
}

body::-webkit-scrollbar-thumb {
  background: var(--hover-color);
}

@supports not selector(::-webkit-scrollbar) {
  body {
    scrollbar-color: var(--hover-color) #f1f7ff;
  }
}

/* --------------------------
      SIDE BUTTONS
  -------------------------- */

.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(255, 191, 0, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: 'unicons';
  content: '\e84b';
  text-align: center;
  line-height: 46px;
  font-size: 28px;
  color: rgba(252, 151, 0, 0.7);
  /* --- Pijl kleur --- */
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::after {
  opacity: 0;
}

.progress-wrap::before {
  position: absolute;
  font-family: 'unicons';
  content: '\e84b';
  text-align: center;
  line-height: 46px;
  font-size: 30px;
  opacity: 0;
  background: var(--primary-color);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--primary-color);
  /* --- Lijn progres kleur --- */
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.whatsapp .whatsapp-btn {
  position: fixed;
  right: 0;
  bottom: 13.2rem;
  padding-left: 5px;
  text-align: center;
  font-size: 2rem;
  width: 45px;
  height: 50px;
  color: #fff;
  background: #4CAF50;
  border: 1px solid #4CAF50;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 99999;
}

.whatsapp .whatsapp-btn:hover {
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15),
    0 0 0 2px #333,
    0 0 0 8px #fff;
}

.share-menu {
  position: fixed;
  z-index: 5;
  width: 250px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -6.4rem;
  bottom: 11rem;
}

.share-menu .btn_toggle {
  position: relative;
  height: 50px;
  width: 45px;
  background: var(--primary-color);
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  transition: 1.25s;
  z-index: 5;
}

.share-menu.active .btn_toggle,
.btn_toggle:hover {
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15),
    0 0 0 2px #333,
    0 0 0 8px #fff;
}

.share-menu li {
  z-index: 5;
  position: absolute;
  left: 0;
  list-style: none;
  transition: 0.5s;
  transform: rotate(calc(110deg/3 * var(--i)));
  transform-origin: 140px;
  scale: 0;
  transition-delay: calc(0.05s * var(--i));
}

.share-menu.active li {
  scale: 1;
}

.share-menu li a {
  position: relative;
  display: flex;
  transform: rotate(calc(110deg/-3 * var(--i)));
  width: 60px;
  height: 60px;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.75rem;
  color: var(--clr);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.45);
  transition: 0.5s;
}

.share-menu li:hover a {
  font-size: 2.5rem;
  box-shadow: 0 0 0 2px var(--clr),
    0 0 0 6px #fff;
}

/* --------------------------
      CUSTOM BUTTONS
  -------------------------- */

.custom-btn {
  position: relative;
  width: var(--width);
  height: var(--height);
  cursor: pointer;
  display: flex;
  align-items: center;
  border: 1px solid var(--btn-hover-color);
  background-color: var(--btn-color);
  overflow: hidden;
}

.custom-btn,
.button__icon,
.button__text {
  transition: all 0.3s;
}

.custom-btn .button__text {
  transform: translateX(22px);
  font-size: var(--font-size);
  color: #fff;
}

.custom-btn .button__icon {
  position: absolute;
  transform: var(--transform);
  height: 100%;
  width: 38px;
  font-size: var(--icon-size);
  background-color: var(--btn-hover-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-btn:hover {
  background: var(--btn-color);
}

.custom-btn:hover .button__text {
  color: transparent;
}

.custom-btn:hover .button__icon {
  width: var(--width);
  transform: translateX(0);
}

.custom-btn:active {
  border: 1px solid var(--btn-hover-color);
}

.down_arrow {
  bottom: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  right: 49%;
}

.down_arrow img:first-child {
  width: 50px;
  height: 50px;
  margin-bottom: -15px;
}

.down_arrow img {
  width: 30px;
  height: 30px;
  animation: bounce 2s infinite ease-in-out;
  -webkit-animation: bounce 2s infinite ease-in-out;
}

/*---------------------------------------
    OVERLAY
  -----------------------------------------*/

.overlay {
  width: 100%;
  height: 100%;
  overflow: auto;
  float: left;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -5;
  opacity: 0;
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-transition: opacity .5s, z-index 0s .5s, -webkit-transform .5s;
  transition: opacity .5s, z-index 0s .5s, -webkit-transform .5s;
  transition: opacity .5s, transform .5s, z-index 0s .5s;
  transition: opacity .5s, transform .5s, z-index 0s .5s, -webkit-transform .5s;
}

.overlay .overlay-background {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.overlay .overlay-content {
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  max-width: 530px;
  margin: 8rem auto 0;
  padding: 0 15px;
  color: #fff;
  position: relative;
  z-index: 10;
}

.overlay-content form .row {
  background-color: #fff;
}

.overlay-content .main-heading {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .5px;
}

.overlay .overlay-content .blurb {
  margin-top: 10px;
  line-height: 100%;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: .7px;
}

.overlay.open {
  z-index: 99999999;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity .5s, z-index 0s, -webkit-transform .5s;
  transition: opacity .5s, z-index 0s, -webkit-transform .5s;
  transition: opacity .5s, transform .5s, z-index 0s;
  transition: opacity .5s, transform .5s, z-index 0s, -webkit-transform .5s
}

.overlay.short .overlay-content {
  margin: 30px auto
}

.col-md-12.form-main-log.popup-form-main {
  border-top: none
}

.overlay .overlay-content .signup-form select:focus,
.overlay .overlay-content .signup-form select:hover {
  border-color: #fff
}

.overlay .overlay-content .signup-form textarea:focus,
.overlay .overlay-content .signup-form textarea:hover {
  border-color: #fff
}

select.sel-color-chnage option {
  color: #000
}

.overlay-content form .row {
  padding: 20px;
  background-color: #fdfdfd;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.6);
}

.overlay-content .wave-group {
  position: relative;
  background: none;
  border: 0;
  margin-top: .5rem;
}

.overlay-content .wave-group .input {
  font-size: 12px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #cdcdcd;
  background: transparent;
}

.wave-group textarea {
  resize: none;
}

.overlay-content .wave-group .input:focus {
  outline: none;
}

.overlay-content .wave-group select option {
  background-color: var(--hover-color);
  color: #fff;
  font-size: 12px;
}

.overlay-content .wave-group .label {
  color: #797979;
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  text-transform: uppercase;
  left: 5px;
  top: 10px;
  display: flex;
}

.overlay-content .wave-group .label-char {
  transition: 0.2s ease all;
  transition-delay: calc(var(--index) * 0.03s);
}

.overlay-content .wave-group .input:focus~label .label-char,
.overlay-content .wave-group .input:valid~label .label-char {
  transform: translateY(-20px);
  font-size: 13px;
  font-weight: 600;
  color: var(--secondary-color);
}

.overlay-content .wave-group .bar {
  position: relative;
  display: block;
  width: 100%;
}

.overlay-content .wave-group .bar:before,
.overlay-content .wave-group .bar:after {
  content: "";
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: var(--border-color);
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.overlay-content .wave-group .bar:before {
  left: 50%;
}

.overlay-content .wave-group .bar:after {
  right: 50%;
}

.overlay-content .wave-group .input:focus~.bar:before,
.overlay-content .wave-group .input:focus~.bar:after {
  width: 50%;
}

.overlay-content .custom-btn {
  --btn-color: var(--primary-color);
  --btn-hover-color: var(--hover-color);
  --width: 200px;
  --height: 35px;
  --transform: translateX(162px);
  --icon-size: 20px;
  --font-size: 13px;
  background-color: var(--primary-color);
  border: 2px solid var(--hover-color);
}

.overlay-content .custom-btn:hover {
  border: 2px solid var(--hover-color);
}

/* --------------------------
      HERO SECTION
  -------------------------- */

.popup-trigger {
  text-transform: uppercase;
  font-size: 11px;
  padding: 10px 15px;
  cursor: pointer;
  border: 2px solid var(--primary-color);
  background-color: var(--primary-color);
  color: #fff;
  overflow: hidden;
  transition: all 0.3s ease;
  display: none;
}

.popup-trigger:hover {
  background-color: transparent;
  color: var(--primary-color);
}

button.get-in-touch-wrap {
  z-index: 9999999;
  right: 4rem;
  top: 17px;
  position: fixed;
}

button.get-in-touch-wrap-r {
  text-transform: uppercase;
  font-size: 11px;
  padding: 10px 15px;
  cursor: pointer;
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  transition: all 0.3s ease;
  overflow: hidden;
  animation: fadeInDown 1.3s linear;
  animation-delay: 0s;
}

button.get-in-touch-wrap-r:hover {
  background-color: var(--primary-color);
  border: 2px solid #fff;
  color: #fff;
}

.header-hero {
  position: relative;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(113, 68, 0, 0.8), rgba(0, 0, 0, 0.9),
      rgb(0, 0, 0)), url(../images/aboutus-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100dvh;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}


.video-wrap {
  z-index: -1;
}

.video-wrap img {
  position: absolute;
  width: auto;
  height: 80dvh;
  bottom: 0;
  left: 40%;
}

.custom-video {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  filter: brightness(40%);
}

/* --------------------------
      NAVBAR
  -------------------------- */

#NavBar.sticky {
  background-color: var(--hover-color);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  animation: fadeInDown 1s linear;
  animation-delay: 0s;
}

#NavBar.sticky .nav-link {
  color: #fff;
}

#NavBar.sticky .call span {
  color: #fff;
  font-weight: 500;
}

#NavBar.sticky .dropdown .dropdown-menu {
  background-color: var(--hover-color);
}

#NavBar.sticky .dropdown .dropdown-menu .dropdown-item {
  color: #f5f5f5;
  font-family: "roundkey-light";
}

#NavBar.sticky .dropdown .dropdown-menu .dropdown-item:hover {
  color: var(--hover-color);
  background-color: #fff;
}

.navbar {
  font-family: var(--secondary-font-family);
  text-transform: uppercase;
  padding-block: 0;
  z-index: 9999;
  position: absolute;
  width: 100%;
  background-color: transparent;
}

.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 35px;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease,
    -webkit-transform 300ms 350ms ease;
  top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
  background: #fff;
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  background: #fff;
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease,
    -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  width: 30px;
  height: 2px;
  content: "";
}

.navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
}

.navbar-brand img {
  height: 100%;
  width: 100px;
  padding-block: 6px;
}


.nav-hr {
  background-color: var(--secondary-color);
  width: 3px;
  height: 45px;
  padding-top: 5px;
  border-radius: 10px;
  border: 1px solid var(--secondary-color);
}

.navbar-nav .nav-link {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-inline: 20px;
  padding: 0 !important;
  display: inline-block;
  border-bottom: 2px solid transparent;
}

.nav-link {
  position: relative;
  text-align: center;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  -webkit-transform: scale(1);
  transform: scale(1);
  border-bottom: 2px solid var(--secondary-color);
}

.nav-item {
  list-style: none;
}

.nav-link.call-now img {
  height: 30px;
  margin-right: 10px;
}

.dropdown .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  margin-top: 20px;
  padding: 0;
  border: none;
}

.dropdown .dropdown-menu .dropdown-item {
  color: var(--hover-color);
  border-bottom: 1px solid #fff;
}

#NavBar.sticky .dropdown .dropdown-menu .dropdown-item {
  border-bottom-color: var(--hover-color);
}

.dropdown .dropdown-menu .dropdown-item:hover,
.dropdown .dropdown-menu .dropdown-item.sub_active,
.dropdown .dropdown-menu .dropdown-item.active {
  background-color: var(--hover-color);
  color: #fff;
}

#NavBar.sticky .dropdown .dropdown-menu .dropdown-item:hover,
#NavBar.sticky .dropdown .dropdown-menu .dropdown-item.sub_active,
#NavBar.sticky .dropdown .dropdown-menu .dropdown-item.active {
  background-color: #fff;
  color: var(--hover-color);
}

.sub_dropdown {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(100%);
  padding: 0;
  background: var(--primary-color);
  display: none;
  transition: all .3s ease-out;
}

.dropdown li.position-relative:hover .sub_dropdown {
  display: block;
}

.dropdown .sub_dropdown .dropdown-item {
  color: #fff;
  border-bottom: 1px solid var(--primary-color);
}

#NavBar.sticky .dropdown .sub_dropdown .dropdown-item {
  border-bottom: 1px solid var(--primary-color);
}

.arr-left::after {
  display: inline-block;
  margin-left: .5em;
  vertical-align: 0;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
}

.call-now {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}


.call-now:hover {
  text-decoration: underline !important;
}

.call span {
  color: var(--hover-color);
  color: #fff;
  font-weight: 400;
}


.call span {
  font-size: 25px;
  line-height: 24px;
}

/* --------------------------
      HEADER
   -------------------------- */

.header {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header-sec1 {
  background: transparent;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-sec1 .main-text {
  color: #fff;
  padding: 10rem 1rem 0 1rem;
}

.amz-img {
  margin-top: 20px;
  display: flex;
  justify-content: start;
  align-items: end;
}

.amz-img img {
  width: 500px;
  height: 45px;
}

.main-text h1 {
  font-family: "roundkey-bold";
  font-size: 3.5rem;
  display: inline;
  line-height: .9;
  margin-bottom: 20px;
}

.main-text h2 {
  font-family: "roundkey-bold";
  font-size: 1.9rem;
  display: inline;
  line-height: .9;
}

.main-text h1 .hh-span {
  font-family: "roundkey-bold";
  font-size: 2.4rem;
  white-space: nowrap;
}

.hh-span .cursor {
  border-right: .15em solid orange;
  animation: blink 0.7s step-end infinite alternate,
    blink-caret .5s step-end infinite alternate;
}

@keyframes blink {
  from {
    border-right-color: orange;
  }

  to {
    border-right-color: transparent;
  }
}

@keyframes blink-caret {

  from,
  to {
    border-color: transparent
  }

  50% {
    border-color: orange;
  }
}

.hh-span .nocursor {
  animation: none;
  border-right: none;
}


.main-text p {
  font-size: 14px;
  font-weight: 600;
}


.header-sec2 {
  background: transparent;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  padding-top: 4rem;
}

.header .get-started {
  background-color: #4848489e;
  height: 28rem;
  display: flex;
  flex-direction: column;
  border-radius: 30px;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-family: var(--secondary-font-family);
  padding-inline: 10px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.445);
}

.get-started h1 {
  font-size: 35px;
  margin-top: 15px;
  text-transform: capitalize;
  color: var(--secondary-color);
  text-align: center;
}

.get-started form .row {
  padding-inline: 10px;
}

.get-started .form-control {
  border: 0;
  margin-block: 3px;
  background-color: #fff;
}

.get-started .wave-group {
  position: relative;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  padding-inline: 0.8em;
  border-radius: 10px;
  transition: border-radius 0.5s ease;
  background: var(#fff, #fff);
}

.get-started .wave-text {
  height: 100%;
}

.get-started .input {
  font-size: 0.9rem;
  background-color: transparent;
  width: 100%;
  padding-inline: 0.5em;
  padding-block: 0.7em;
  border: none;
}

.get-started .wave-group:before {
  content: "";
  position: absolute;
  background: var(--primary-color);
  transform: scaleX(0);
  transform-origin: center;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  border-radius: 1px;
  transition: transform 0.3s ease;
}

.get-started .wave-group:focus-within {
  border-radius: 1px;
}

.get-started input:focus,
.get-started textarea:focus {
  outline: none;
}

.get-started .wave-group:focus-within:before {
  transform: scale(1);
}

.get-started .check-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.get-started .subs-text {
  font-size: 13px;
  padding-inline: 28px;
}

.get-started .check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.check {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 20px;
  user-select: none;
  box-shadow: 2px 2px 0px rgb(183, 183, 183);
}

.checkmark {
  position: relative;
  top: 0;
  left: 0;
  height: 0.8em;
  width: 0.8em;
  background-color: var(--primary-color);
}

.check input:checked~.checkmark {
  box-shadow: 3px 3px 0px rgb(183, 183, 183);
  transition: all 0.2s;
  opacity: 1;
  background-color: var(--hover-color);
}

.check input~.checkmark {
  transition: all 0.2s;
  opacity: 1;
  box-shadow: 1px 1px 0px rgb(183, 183, 183);
}

.checkmark:after {
  content: "";
  position: absolute;
  opacity: 0;
  transition: all 0.2s;
}

.check input:checked~.checkmark:after {
  opacity: 1;
  transition: all 0.2s;
}

.check .checkmark:after {
  left: 0.25em;
  top: 0.1em;
  width: 0.25em;
  height: 0.5em;
  border: solid #fff;
  border-width: 0 0.15em 0.15em 0;
  transform: rotate(45deg);
}

.get-started form p {
  color: #f0f0f0;
}

.get-started .custom-btn {
  text-transform: uppercase;
  --btn-color: var(--primary-color);
  --btn-hover-color: var(--hover-color);
  --width: 180px;
  --height: 35px;
  --transform: translateX(141px);
  --font-size: 20px;
  --icon-size: 16px;
}

/* --------------------------
      PLATFORMS
  -------------------------- */

.platforms {
  padding: 30px 0;
}

.ads_sponsors div img {
  aspect-ratio: 3 / 1;
  width: 120px;
  height: 30px;
  object-fit: contain;
}

/* --------------------------
      ABOUT
  -------------------------- */
.about {
  position: relative;
  background-color: #f6ddb6;
  padding-bottom: 40px;
}

.bg-img {
  position: absolute;
}

.bg-img img {
  width: 32%;
  height: auto;
  object-fit: cover;
  filter: opacity(10%);
}

.sec-1 h3 {
  padding-top: 30px;
  font-size: 34px;
  font-weight: 700;
  font-family: var(--font-family);
}

.about .sec-1 h3 {
  color: var(--primary-color);
}

.sec-1 p {
  font-size: 14px;
  font-family: var(--font-family-1);
  text-align: justify;
}

.about .sec-1 p {
  padding-right: 50px;
}

.about .sec-1 .custom-btn {
  --btn-color: var(--secondary-color);
  --btn-hover-color: #690f11;
  --width: 250px;
  --height: 40px;
  --transform: translateX(212px);
  --icon-size: 20px;
}

.sec-1 .custom-btn img {
  width: 25px;
}

.about .sec-2 img {
  height: 23rem;
  width: 550px;
}

/* --------------------------
      SERVE SECTION
  -------------------------- */
.serve {
  position: relative;
  padding-bottom: 40px;
}

.serve .bg-img {
  display: flex;
  justify-content: end;
}

.serve .sec-1 {
  margin-left: -20px;
}

.serve .bg-img img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: opacity(10%);
}

.serve .sec-1 h3 {
  color: var(--secondary-color);
}

.serve .sec-2 img {
  width: 450px;
  height: 25rem;
}

/* --------------------------
      SERVE SECTION
  -------------------------- */

.services-section {
  margin-block: 50px;
}

.services-section h1 {
  font-size: 34px;
  font-family: var(--font-family);
}

.services-section ul.services-main {
  width: 100%;
  padding: 0 20px;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin: 0;
}

.services-main .col-lg-3 {
  width: 200px !important;
}

.services-main li {
  display: inline-block;
  text-align: center;
  margin-bottom: 50px;
}

.s1 {
  --bg-img: url("../images/services/s1.jpg");
}

.s2 {
  --bg-img: url("../images/services/s2.jpg");
}

.s3 {
  --bg-img: url("../images/services/s3.jpg");
}

.s4 {
  --bg-img: url("../images/services/s4.jpg");
}

.s5 {
  --bg-img: url("../images/services/s5.jpg");
}

.s6 {
  --bg-img: url("../images/services/s6.jpg");
}

.s7 {
  --bg-img: url("../images/services/s7.jpg");
}

.s8 {
  --bg-img: url("../images/services/s8.jpg");
  padding-inline: 0 !important;
}

.s9 {
  --bg-img: url("../images/services/s9.jpg");
  padding-inline: 0 !important;
}

.s10 {
  --bg-img: url("../images/services/s10.jpg");
}

.services-main li .serv-card {
  width: 200px;
  height: 180px;
  padding: 10px 20px;
  background: #fffdfa;
  border: 2px solid #fff0d5;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.3s ease-out;
  text-decoration: none;
}

.serv-card:hover {
  transform: scale(1.01);
  border: 2px solid transparent;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.07);
}

.serv-card:hover .card-overlay {
  transform: scale(5.4) translateZ(0);
}

.serv-card:hover .circle {
  border-color: #f1f7ff;
  background: var(--bg-color);
}

.serv-card:hover .circle:after {
  background: #f1f7ff;
}

.serv-card:hover h1 {
  color: #fff;
}

.serv-card:hover p {
  color: #fff;
}

.serv-card:active {
  transform: scale(1) translateZ(0);
  box-shadow: 0 15px 24px rgba(0, 0, 0, 0.11),
    0 15px 24px var(--box-shadow-color);
}

.serv-card h1 {
  font-size: 15px;
  text-transform: capitalize;
  color: #4c5656;
  margin-top: 30px;
  z-index: 1000;
  transition: color 0.3s ease-out;
}

.serv-card .circle {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-out;
}

.serv-card .circle:after {
  content: "";
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  border-radius: 50%;
  top: 5.2px;
  left: 5.2px;
  transition: opacity 0.3s ease-out;
}

.serv-card .circle img {
  width: 40px;
  z-index: 10000;
  transform: translateZ(0);
}

.serv-card .card-overlay {
  display: flex;
  justify-self: center;
  width: 58px;
  position: absolute;
  height: 58px;
  border-radius: 50%;
  background: var(--bg-img);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: brightness(40%);
  top: 25px;
  z-index: 0;
  transition: transform 0.3s ease-out;
}

.key-feature .services-main li .serv-card {
  width: 190px;
  height: 160px;
}

.key-feature .serv-card .circle img {
  width: 50px;
  transition: all 0.3s ease;
}

.key-feature .serv-card:hover .circle img {
  width: 60px;
}

.key-feature .serv-card .circle {
  width: 50px;
  height: 50px;
}

.key-feature .serv-card:hover .circle {
  border: none;
  background: var(--bg-color);
}

.key-feature .serv-card .circle::after {
  width: 70px;
  height: 70px;
}

.key-feature .serv-card:hover .circle:after {
  background: #d1e5ff;
}

.key-feature .serv-card h1 {
  font-size: 14px;
  color: #5f5f5f;
}

.key-feature .serv-card:hover h1 {
  color: #000000;
}

/* --------------------------
      PORTFOLIO SECTION
  -------------------------- */

.portfolio-section {
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
  /* background-image: linear-gradient(to bottom, rgb(235, 235, 235), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.795)),
      url(../images/portfolio-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; */
}

.portfolio-section .bg-pic {
  position: absolute;
}

.bg-pic img {
  max-width: 1000px;
  min-width: 90rem;
  height: auto;
  object-fit: fill;
  filter: brightness(80%) opacity(15%) blur(2px);
}

.portfolio-section .text-heading {
  padding: 2rem 5rem 4rem 5rem;
  text-align: center;
}

.portfolio-section h1 {
  font-size: 35px;
  font-family: var(--font-family);
}

.portfolio-section .text-heading p {
  font-size: 15px;
  color: #606060;
}

.portfolio-section .container {
  margin: 0 auto;
  width: 110px;
  height: 200px;
  position: relative;
  perspective: 1000px;
}

.portfolio-section .carousel {
  height: 100%;
  width: 100%;
  position: absolute;
  transform-style: preserve-3d;
  transition: transform 1s;
  user-select: none;
}

.portfolio-section .carousel div {
  transform-style: preserve-3d;
}

.portfolio-section .item {
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 110px;
  height: 200px;
  opacity: 0.8;
  border-radius: 10px;
  transition: transform 1s, opacity 0.5s;
}

.slide1 {
  transform: rotateY(0deg) translateZ(250px);
}

.slide1 .item {
  color: #fff;
  opacity: 1;
  background-image: url(../images/portfolio/9.png);
}

.slide2 {
  transform: rotateY(60deg) translateZ(250px) rotateY(-60deg);
}

.slide2 .item {
  color: #fff;
  opacity: 1;
  background-image: url(../images/portfolio/10.png);
}

.slide3 {
  transform: rotateY(120deg) translateZ(250px) rotateY(-120deg);
}

.slide3 .item {
  color: #fff;
  opacity: 1;
  background-image: url(../images/portfolio/11.png);
}

.slide4 {
  transform: rotateY(180deg) translateZ(250px) rotateY(-180deg);
}

.slide4 .item {
  color: #fff;
  opacity: 1;
  background-image: url(../images/portfolio/12.png);
}

.slide5 {
  transform: rotateY(240deg) translateZ(250px) rotateY(-240deg);
}

.slide5 .item {
  color: #fff;
  opacity: 1;
  background-image: url(../images/portfolio/13.png);
}

.slide6 {
  transform: rotateY(300deg) translateZ(250px) rotateY(-300deg);
}

.slide6 .item {
  color: #fff;
  opacity: 1;
  background-image: url(../images/portfolio/14.png);
}

.slide7 {
  transform: rotateY(360deg) translateZ(250px) rotateY(-360deg);
}

.slide7 .item {
  color: #fff;
  opacity: 1;
  background-image: url(../images/portfolio/15.png);
}


/* --------------------------
      CONTACT SECTION
  -------------------------- */

.contact-section {
  background-image: linear-gradient(to bottom, rgba(26, 22, 2, 0.8), rgba(0, 0, 0, 0.9)),
    url(../images/library.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 90dvh;
  padding: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-section .container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-section h1 {
  font-family: var(--font-family);
  color: #fff;
  padding-top: 1rem;
  font-size: 34px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

.contact-section .contact-box {
  position: absolute;
  padding: 10px 40px;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
}

.contact-box form .row {
  padding: 20px;
  background-color: #fdfdfd;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.6);
}

.contact-section .wave-group {
  position: relative;
  background: none;
  border: 0;
  margin-top: .5rem;
}

.contact-section .wave-group .input {
  font-size: 14px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #cdcdcd;
  background: transparent;
}

.wave-group textarea {
  resize: none;
}

.contact-section .wave-group .input:focus {
  outline: none;
}

.contact-section .wave-group select option {
  background-color: var(--hover-color);
  color: #fff;
  font-size: 13px;
}

.contact-section .wave-group .label {
  color: #797979;
  font-size: 13px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  text-transform: uppercase;
  left: 5px;
  top: 10px;
  display: flex;
}

.contact-section .wave-group .label-char {
  transition: 0.2s ease all;
  transition-delay: calc(var(--index) * 0.03s);
}

.contact-section .wave-group .input:focus~label .label-char,
.contact-section .wave-group .input:valid~label .label-char {
  transform: translateY(-20px);
  font-size: 13.5px;
  font-weight: 600;
  color: var(--secondary-color);
}

.contact-section .wave-group .bar {
  position: relative;
  display: block;
  width: 100%;
}

.contact-section .wave-group .bar:before,
.contact-section .wave-group .bar:after {
  content: "";
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: var(--border-color);
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.contact-section .wave-group .bar:before {
  left: 50%;
}

.contact-section .wave-group .bar:after {
  right: 50%;
}

.contact-section .wave-group .input:focus~.bar:before,
.contact-section .wave-group .input:focus~.bar:after {
  width: 50%;
}

.contact-btn {
  text-transform: uppercase;
  display: inline-block;
  margin-top: 30px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  transition: all ease-in 0.2s;
}

.contact-section .custom-btn {
  --btn-color: var(--secondary-color);
  --btn-hover-color: var(--hover-color);
  --width: 300px;
  --height: 45px;
  --transform: translateX(258px);
  --icon-size: 23px;
  background-color: var(--primary-color);
  border: 2px solid var(--hover-color);
}

.contact-section .custom-btn:hover {
  border: 2px solid var(--hover-color);
}

.contact-section .custom-btn .button__icon {
  color: #fff;
}



/*---------------------------------------
    FOOTER SECTION
  -----------------------------------------*/

footer {
  padding: 40px 0 0 0;
}

footer {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1190px;
  display: flex;
  justify-content: flex-start;
}

.footer-content {
  padding: 20px 0 0 0;
}

footer h5 {
  color: #555555;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 700;
}

.footer-content .f-serv a {
  text-transform: capitalize;
  color: #808080;
  font-size: 13px;
  font-weight: 500;
}

.footer-content .f-serv a:hover,
.footer1-legal-links a:hover {
  color: #bfbfbf;
}

.footer-about {
  display: block;
  float: left;
  padding-bottom: 50px;
}

footer .footer-about .ft-logo {
  width: 180px;
  margin-left: 20px;
}


.info-items {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  padding-left: 10px;
  padding-right: 30px;
}

.info-items li {
  display: flex;
  align-items: center;
  padding-block-end: 10px;
}

.info-items :where(p, a) {
  margin-bottom: 0;
  color: #808080;
  font-size: 14px;
  font-weight: 600;
}

.info-items img {
  width: 35px;
  height: 35px;
  margin-right: 5px;
}

.info-items p:hover a {
  color: #b1b1b1;
}

/* social */

.social-links h5 {
  text-align: center;
  margin-left: 28px;
}

.social-icons {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  list-style: none;
}



.social-icons li {
  display: flex;
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
  margin-bottom: 8px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
  text-decoration: none;
  transition: var(--trans-property);
  z-index: 9;
}

.social-icons li::after {
  content: "";
  width: 40px;
  height: 40px;
  background-color: #fff;
  position: absolute;
  transform: translate(0, 40px);
  transition: var(--trans-property);
}

.social-icons li:hover {
  transform: translateY(-4px);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

.social-icons li:hover::after {
  transform: translate(0) scale(1.2);
}

.social-icon {
  color: #fff;
  margin: auto;
  font-size: 20px;
  z-index: 1;
  transition: var(--trans-property);
}

.social-icons li:hover .social-icon.i-1 {
  color: #3b5998;
}

.social-icons li:hover .social-icon.i-2 {
  color: #dc2743;
}

.social-icons li:hover .social-icon.i-3 {
  color: #0e76a8;
}

.social-icons li:hover .social-icon.i-4 {
  color: #1da1f2;
}

.social-icons li:hover .social-icon.i-5 {
  color: #db4437;
}

.social-icons .icon-1 {
  background: #3b5998;
}

.social-icons .icon-2 {
  background: linear-gradient(45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%);
}

.social-icons .icon-3 {
  background: #0e76a8;
}

.social-icons .icon-4 {
  background: #1da1f2;
}

.social-icons .icon-5 {
  background: #db4437;
}

footer hr {
  border-top: 2px solid var(--secondary-color);
  opacity: 0.5;
  display: block;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
  margin-inline-start: auto;
  margin-inline-end: auto;
  overflow: hidden;
  max-width: 1000px;
  margin-top: 20px;
  margin-bottom: 20px;
}

footer hr.footer-mob {
  display: none;
}

.footer1-signature {
  font-family: var(--font-family);
}

.footer1-signature .footer1-copyright {
  display: flex;
  justify-content: flex-start;
  text-transform: uppercase;
  font-size: 9pt;
  letter-spacing: 0.5px;
  color: #676778;
  font-weight: 700;
}

.footer1-signature .footer1-legal-links {
  text-decoration: none;
  text-transform: uppercase;
  margin-left: 1rem;
  line-height: 1.6em;
  font-size: 7pt;
  font-weight: 500;
}

.footer1-legal-links a {
  margin-right: 1em;
  color: #808080d0;
  display: inline-block;
}

/* ------------------------------------------------------------------------------------
                                    CONTACT US PAGE
  ------------------------------------------------------------------------------------ */

.contact-us {
  background-image: linear-gradient(to bottom, rgba(4, 31, 54, 0.651), rgba(5, 27, 63, 0.795)),
    url(../images/aboutus-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100dvh;
}

.contact-us {
  position: relative;
}

.contact-pg {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-top: 18rem;
}

.contact-pg h1 {
  color: #f09433;
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 35px;
}

.contact-header {
  position: relative;
  z-index: 2;
}

.contact-pg p {
  color: #fff;
  font-family: var(--primary-font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 20px;
}

/* ------------------------------------------------------------------------------------
                                    ABOUT US PAGE
  ------------------------------------------------------------------------------------ */

.about-us {
  background-image: linear-gradient(to bottom, rgba(4, 31, 54, 0.651), rgba(5, 27, 63, 0.795)),
    url(../images/aboutus-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100dvh;
  z-index: 2;
}



.video-wrap {
  z-index: 1;
}

.custom-video {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  filter: brightness(30%);
}

.about-hero {
  position: relative;
}

.about-text {
  padding: 16% 10rem 50px 10rem;
  color: #fff;
}

.about-text h1 {
  padding-block: 20px;
  margin-top: 0;
  font-size: 50px;
  font-family: var(--font-family);
}

.about-text h6 {
  font-size: 19px;
}

.about-text .head-btns {
  margin-top: 40px;
}

.about-text .head-btns .btn {
  color: #fff;
  padding: 10px 60px;
  border-radius: 30px;
  font-size: 16px;
  text-transform: uppercase;
  transition: all .3s ease-out;
}

.about-text .head-btns .ab-btn1 {
  background-color: var(--primary-color);
  border: 2px solid transparent;
  margin-right: 20px;
}

.about-text .head-btns .ab-btn2 {
  background-color: transparent;
  border: 2px solid #fff;
  margin-left: 20px;
}

.about-text .head-btns .btn:hover {
  background-color: #fff;
  color: var(--primary-color);
  border: 2px solid #fff;
}


.about-section-1 {
  padding: 50px 0;
  background-image: url(../images/about-2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}

.about-section-1 h2 {
  font-size: 33px;
  color: #000;
  font-weight: 600;
  margin-bottom: 40px;
  font-family: var(--font-family);
}

.about-section-1 h2 span {
  color: var(--secondary-color);
}

.about-section-1 p {
  font-size: 16px;
  color: #000;
  margin-bottom: 30px;
}

.counter-wrap {
  background-image: url(../images/amz-bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.counter-item {
  background: rgba(255, 255, 255, 0.7);
  height: 200px;
  margin-bottom: 30px;
  padding: 20px 15px;
  border-radius: 0;
  box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.3);
}

.counter-item:nth-child(2) {
  margin: 0;
}

.counter-item img {
  height: 60px;
}

.counter-item h3 {
  color: #000;
  font-size: 29px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 5px;
}

.counter-item p {
  color: #000;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 0px;
}

section.about-section-2 {
  padding: 30px 0;
}

.amz-portal {
  position: relative;
  height: 100%;
}

.amz-textbox {
  padding: 20px;
  position: relative;
  z-index: 2;
}

.amz-textbox h2 {
  color: #e5e5e5;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: var(--font-family);
}

.amz-textbox h2 span {
  color: var(--primary-color);
}

.amz-textbox p {
  font-size: 14px;
  color: #e5e5e5;
  font-weight: 500;
  line-height: 23px;
  margin-bottom: 30px;
}

.amz-textbox::after {
  position: absolute;
  content: "";
  background-color: var(--hover-color);
  width: 120%;
  height: 110%;
  left: 0;
  top: -15px;
  z-index: -1;
}

.about-section-2 .d-flex {
  margin-top: 50px;
  justify-content: center;
  gap: 10px;
  margin-left: 35px;
}

.about-section-2 .custom-btn {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  width: 200px;
  height: 35px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.about-section-2 .custom-btn,
.about-section-2 .button__icon,
.about-section-2 .button__text {
  transition: all 0.3s;
}

.about-section-2 .custom-btn .button__text {
  transform: translateX(25px);
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.about-section-2 .custom-btn .button__icon {
  position: absolute;
  transform: translateX(163px);
  height: 100%;
  width: 35px;
  font-size: 18px;
  background-color: var(--hover-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-section-2 .custom-btn:hover {
  background: var(--hover-color);
}

.about-section-2 .custom-btn:hover .button__text {
  color: transparent;
}

.about-section-2 .custom-btn:hover .button__icon {
  width: 200px;
  transform: translateX(0);
}

.about-section-2 .custom-btn:active {
  border: 1px solid var(--hover-color);
}

img.cta-img {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 140px;
  z-index: 2;
  filter: drop-shadow(-1mm -1mm 0 #fff);
}

.amaz-imgg {
  z-index: 2;
}

.amazone-img {
  width: 100%;
  border: 10px solid #fff;
  height: 450px;
}

.amazone-img img {
  width: 100%;
  height: 450px;
  box-shadow: -10px -10px 5px rgba(219, 219, 219, 0.9);
  object-fit: cover;
  z-index: 2;
}

.about-portfolio {
  padding: 50px 0 80px 0;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, .9)),
    url(../images/library.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.about-portfolio h1 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 30px;
}

.about-portfolio .ads_sponsors {
  margin-bottom: 10px;
}

.about-ads_sponsors div img {
  aspect-ratio: 3 / 1;
  width: 340px;
  height: 380px;
  object-fit: contain;
}


.slick-arrow {
  border: 0;
  background-color: var(--secondary-color);
  color: white;
  width: 80px;
  font-size: 12px;
  padding: 3px 10px;
  margin: 10px 10px;
}

.slick-arrow.slick-next {
  margin-left: 92.5%;
}

.slick-arrow:hover {
  background-color: #000;
}

.booking {
  background-color: transparent;
  background-image: linear-gradient(180deg, #fc9700 0%, #c77803 100%);
  padding-top: 30px;
  color: #fff;
}

.booking-text {
  margin: 40px 0;
}

.booking-text h1 {
  color: #fff;
  font-size: 32px;
  font-family: var(--font-family);
}

.booking-text .para1 {
  font-size: 16px;
  font-weight: 500;
}

.booking-text .btns {
  margin-top: 30px;
  margin-bottom: 20px;
}

.booking-text .btns .btn {
  transition: all .3s ease-out;
}

.bk-btn1 {
  background-color: var(--hover-color);
  border: 2px solid #fff;
  border-radius: 40px;
  padding: 10px 30px;
  font-size: 18px;
  margin-right: 20px;
  color: #fff;
}

.bk-btn1:hover {
  background-color: #d8d8d8;
  border: 2px solid var(--hover-color);
  color: var(--hover-color);
}

.bk-btn2 {
  background-color: transparent;
  color: #fff;
  font-size: 22px;
  margin-left: 20px;
}

.bk-btn2:hover {
  color: #d8d8d8;
}

.left-img {
  position: relative;
}

.book-slider {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 180px;
  height: 180px;
  margin: auto;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.book-slider * {
  -webkit-transition: all 1s cubic-bezier(0.5, -0.75, 0.2, 1.5);
  transition: all 1s cubic-bezier(0.5, -0.75, 0.2, 1.5);
}

.book-slider .container {
  width: inherit;
  height: inherit;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(0deg) rotateX(0deg);
  transform: rotateY(0deg) rotateX(0deg);
}

.book-slider .slide,
.book-slider .slide:after,
.book-slider .slide:before {
  display: block;
  width: inherit;
  height: inherit;
  background: url(../images/portfolio/sq1.jpg);
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-size: cover;
  background-position: center;
}

.book-slider .slide.x {
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
}

.book-slider .slide.x:after {
  content: '';
  background-image: url(../images/portfolio/sq2.jpg);
  -webkit-transform: translateZ(100px) rotateZ(-90deg);
  transform: translateZ(100px) rotateZ(-90deg);
}

.book-slider .slide.x:before {
  content: '';
  background-image: url(../images/portfolio/sq3.jpg);
  -webkit-transform: translateZ(-100px) rotateZ(-90deg);
  transform: translateZ(-100px) rotateZ(-90deg);
}

.book-slider .slide.y {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
}

.book-slider .slide.y:after {
  content: '';
  background-image: url(../images/portfolio/sq4.jpg);
  -webkit-transform: translateZ(100px) scale(-1);
  transform: translateZ(100px) scale(-1);
}

.book-slider .slide.y:before {
  content: '';
  background-image: url(../images/portfolio/sq5.jpg);
  -webkit-transform: translateZ(-100px);
  transform: translateZ(-100px);
}

.book-slider .slide.z {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}

.book-slider .slide.z:after {
  content: '';
  background-image: url(../images/portfolio/sq6.jpg);
  -webkit-transform: translateZ(100px);
  transform: translateZ(100px);
}

.book-slider .slide.z:before {
  content: '';
  background-image: url(../images/portfolio/sq1.jpg);
  -webkit-transform: translateZ(-100px);
  transform: translateZ(-100px);
}


.book-slider .container {
  -webkit-animation: rotate 15s infinite cubic-bezier(1, -0.75, 0.5, 1.2);
  animation: rotate 15s infinite cubic-bezier(1, -0.75, 0.5, 1.2);
}

@-webkit-keyframes rotate {

  0%,
  10% {
    -webkit-transform: rotateY(0deg) rotateX(0deg);
    transform: rotateY(0deg) rotateX(0deg);
  }

  15%,
  20% {
    -webkit-transform: rotateY(180deg) rotateX(0deg);
    transform: rotateY(180deg) rotateX(0deg);
  }

  25%,
  35% {
    -webkit-transform: rotateY(180deg) rotateX(270deg);
    transform: rotateY(180deg) rotateX(270deg);
  }

  40%,
  50% {
    -webkit-transform: rotateY(180deg) rotateX(90deg);
    transform: rotateY(180deg) rotateX(90deg);
  }

  55%,
  65% {
    -webkit-transform: rotateY(-90deg) rotateX(90deg);
    transform: rotateY(-90deg) rotateX(90deg);
  }

  70%,
  80% {
    -webkit-transform: rotateY(90deg) rotateX(90deg);
    transform: rotateY(90deg) rotateX(90deg);
  }

  90%,
  95% {
    -webkit-transform: rotateY(0deg) rotateX(90deg);
    transform: rotateY(0deg) rotateX(90deg);
  }
}

@keyframes rotate {

  0%,
  10% {
    -webkit-transform: rotateY(0deg) rotateX(0deg);
    transform: rotateY(0deg) rotateX(0deg);
  }

  15%,
  20% {
    -webkit-transform: rotateY(180deg) rotateX(0deg);
    transform: rotateY(180deg) rotateX(0deg);
  }

  25%,
  35% {
    -webkit-transform: rotateY(180deg) rotateX(270deg);
    transform: rotateY(180deg) rotateX(270deg);
  }

  40%,
  50% {
    -webkit-transform: rotateY(180deg) rotateX(90deg);
    transform: rotateY(180deg) rotateX(90deg);
  }

  55%,
  65% {
    -webkit-transform: rotateY(-90deg) rotateX(90deg);
    transform: rotateY(-90deg) rotateX(90deg);
  }

  70%,
  80% {
    -webkit-transform: rotateY(90deg) rotateX(90deg);
    transform: rotateY(90deg) rotateX(90deg);
  }

  90%,
  95% {
    -webkit-transform: rotateY(0deg) rotateX(90deg);
    transform: rotateY(0deg) rotateX(90deg);
  }
}


.book-slider .shadow {
  display: block;
  width: 180px;
  height: 180px;
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 60%;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  z-index: -1;
  -webkit-filter: blur(20px);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="20" /></filter></svg>#filter');
  -webkit-filter: blur(20px);
  filter: blur(20px);
  left: 0;
  right: 0;
  margin: auto;
  -webkit-animation: rotateShadow 15s infinite cubic-bezier(1, -0.75, 0.5, 1.2);
  animation: rotateShadow 15s infinite cubic-bezier(1, -0.75, 0.5, 1.2);
}

@keyframes rotateShadow {

  0%,
  10% {
    -webkit-transform: rotateY(0deg) rotateX(90deg);
  }

  15%,
  20% {
    -webkit-transform: rotateY(180deg) rotateX(90deg);
  }

  20.1%,
  20.9% {
    -webkit-transform: rotateY(180deg) rotateX(90deg) translatez(5px);
  }

  25%,
  35% {
    -webkit-transform: rotateY(180deg) rotateX(90deg);
  }

  35.1%,
  35.9% {
    -webkit-transform: rotateY(180deg) rotateX(90deg) translatez(-5px);
  }

  40%,
  50% {
    -webkit-transform: rotateY(180deg) rotateX(90deg);
  }

  55%,
  65% {
    -webkit-transform: rotateY(0deg) rotateX(90deg);
  }

  70%,
  80% {
    -webkit-transform: rotateY(180deg) rotateX(90deg);
  }

  90%,
  99% {
    -webkit-transform: rotateY(90deg) rotateX(90deg);
  }

  99.1%,
  99.9% {
    -webkit-transform: rotateY(90deg) rotateX(90deg) translatez(-5px);
  }
}

/* ------------------------------------------------------------------------------------
                                    TESTIMONIAL PAGE
  ------------------------------------------------------------------------------------ */

.test-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.test-section:hover::after {
  letter-spacing: unset;
}

.test-card {
  padding: 2rem;
  background-color: #ffff;
  border-radius: 25px;
  box-shadow: 0 0 15px 0 #0000007a !important;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: start;
  height: 470px;
  position: relative;
  z-index: 2;
}

.test-card:hover {
  background-color: #fc9700;
  color: #000;
}

h5.test-card-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
  transition: 0.5s;
  text-align: center;
}

.test-card-body .quote {
  transition: 0.5s;
  position: absolute;
  display: flex;
  color: #7d7d7d;
}

.quote h6 {
  font-size: 14px;
  margin-inline: 10px;
}

.test-card:hover .quote {
  left: .5rem;
  right: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  top: 4rem;
  bottom: 0;
  font-size: 80px;
  color: #00000014;
}

.test-card:hover .quote h6 {
  font-size: 60px;
}

p.test-card-text {
  color: #000;
  margin-top: 60px;
}

.fa-quote-right:before {
  content: "\f10e";
}

/* ------------------------------------------------------------------------------------
                                    SERVICES PAGES
  ------------------------------------------------------------------------------------ */

/* ----------------------
      GHOST WRITING PAGE
  ---------------------- */

.ghost-hero {
  position: relative;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/bp-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100dvh;
  z-index: 2;
  overflow: hidden;
}

.ghost-hero .header-sec1 .main-text {
  color: #fff;
  margin: 0 0 2rem 3rem;
  width: 45rem;
}

.ghost-hero .header-sec1 .main-text h1 {
  margin-bottom: 20px;
  text-align: start;
}

.gst-btns {
  margin-top: 20px;
}

.gst-btns .btn {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 10px 50px;
  margin-inline: 10px;
  transition: all .3s ease-out;
}

.gst-btns .gw-btn1 {
  background-color: var(--secondary-color);
  border: 2px solid transparent;
}

.gst-btns .gw-btn2 {
  border: 2px solid #fff;
}

.gst-btns .btn:hover {
  background-color: #fff;
  border: 2px solid #fff;
  color: var(--primary-color);
  box-shadow: 5px 5px 5px #003ac276;
  animation: shake 2s ease;
}


.toggle_btn #checkbox {
  display: none;
}

.toggle_btn .toggle {
  position: relative;
  width: 25px;
  height: 25px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  transition-duration: .5s;
}

.toggle_btn .bars {
  width: 100%;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
}

.toggle_btn #bar2 {
  transition-duration: .8s;
}

.toggle_btn #bar1,
#bar3 {
  width: 70%;
}

.toggle_btn #checkbox:checked+.toggle .bars {
  position: absolute;
  transition-duration: .5s;
}

.toggle_btn #checkbox:checked+.toggle #bar2 {
  transform: scaleX(0);
  transition-duration: .5s;
}

.toggle_btn #checkbox:checked+.toggle #bar1 {
  width: 100%;
  transform: rotate(45deg);
  transition-duration: .5s;
}

.toggle_btn #checkbox:checked+.toggle #bar3 {
  width: 100%;
  transform: rotate(-45deg);
  transition-duration: .5s;
}

.toggle_btn #checkbox:checked+.toggle {
  transition-duration: .5s;
  transform: rotate(180deg);
}

.service-body {
  position: relative;
}

.toggle_btn {
  position: absolute;
  top: 105px;
  left: 10px;
}

/* service body */

.service-sidebar {
  background-color: #f7f7f7;
  border-right: 1px solid var(--secondary-color);
  padding: 6.4rem 0 0 0;
}

.service-sidebar.col-lg-2 {
  max-width: 230px;
}

.service-sidebar h1 {
  color: #000;
  font-size: 27px;
  text-align: start;
  margin-bottom: 30px;
  padding-left: 50px;
}

.side-services {
  padding-left: 0;
}

.side-item {
  padding: 20px 10px 20px 10px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #fff;
  transition: all 0.2s ease-out;
}

.side-item:first-child {
  border-top: 1px solid #fff;
}

.side-item:hover,
.side-item.active {
  background-color: #606060;
}

.side-item:hover .side-link,
.side-item.active .side-link {
  color: #fff;
}

.side-link {
  color: #6c6c6c;
  font-size: 13px;
}

.side-item img {
  width: 30px;
  height: 30px;
  margin-right: 8px;
}

.service-sec {
  padding: 5rem 20px;
  overflow: hidden;
}

.service-sec h2 {
  font-family: var(--primary-font-family);
  font-size: 38px;
  font-weight: 800;
  line-height: 2;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}

.serv-sec-2 .row {
  display: flex;
  flex-direction: row-reverse;
}


.service-sec img {
  margin-top: 50px;
  width: 400px;
  height: 400px;
}

.serv-sec-1 img {
  margin-left: 20px;
}

.serv-sec-1 .text-sec {
  padding-right: 2rem;
}

.service-sec h3 {
  font-family: var(--secondary-font-family);
  font-size: 40px;
  margin-bottom: 30px;
  line-height: 1.5;
}

.service-sec p {
  font-size: 16px;
  line-height: 2;
}

.text-sec {
  margin-top: 40px;
}

.serv-sec-2 img {
  width: 450px;
  height: 450px;
  margin-left: -20px;
}

.serv-sec-2 {
  margin-block: 4rem;
  padding-top: 2rem;
}

.serv-sec-2 .text-sec {
  margin-top: 30px;
  padding-top: 2rem;
  padding-right: 2rem;
}

/* books publishing page */

.book-hero {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/bp-bg.png);
}

/* ebook publishing page */
.ebook-hero {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/bp-bg.png);
}

/* proofreading page */
.proof-hero {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/bp-bg.png);
}

.proof-hero .serv-sec-2 img {
  height: 350px;
  width: 400px;
}

/* promotions page */
.prom-hero {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/bp-bg.png);
}

.prom .service-sec img {
  height: 300px;
}

/* author web page */
.author-hero {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/bp-bg.png);
}

/* custommized illustration page */
.ill-hero {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/bp-bg.png);
}

/* book and cover art page */
.art-hero {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/bp-bg.png);
}

/* book and cover art page */
.audio-hero {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/bp-bg.png);
}

/* book and cover art page */
.format-hero {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/bp-bg.png);
}

/* wwd section */
.wwd {
  position: relative;
  padding: 0;
  backdrop-filter: blur(10px);
}

.wwd .container-fluid {
  padding-inline: 40px;
}

.wwd-title h2 {
  font-family: var(--secondary-font-family);
  margin-bottom: 30px;
  font-size: 2.5rem;
  letter-spacing: 2px;
  color: #333;
  text-transform: uppercase;
}

.wwd-content {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
  margin-top: 20px;
  padding: 0 20px;
}

.wwd-content .col-md-4 {
  padding: 0 16px;
}

.wwd-box {
  background-color: #fdfdfd;
  height: 100%;
  border: 1px solid #dddddd;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.02);
  transition: all 0.3s linear;
}

.wwd-box hr {
  width: 100%;
  color: #b1b1b1;
}


.wwd-icon {
  padding-top: 30px;
  padding-bottom: 10px;
}

.wwd-icon img {
  width: 60px;
  height: 60px;
}

.wwd-box .wwd-text {
  padding: 10px 20px;
}

.wwd-text h5 {
  margin-top: 15px;
  font-size: 18px;
  font-family: var(--h-font-family);
}

.wwd-text p {
  margin-top: 20px;
  padding-inline: 15px;
  font-size: 14px;
  text-align: justify;
}

.pm-text h5 {
  font-size: 16px;
}

.ci-text p {
  font-size: 12px;
}

/* BLOGS PAGE */

.blogs-section {
  padding: 5em 0;
}

.blog-card {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem auto;
  box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.6%;
  background: #fff;
  line-height: 1.4;
  font-family: sans-serif;
  border-radius: 5px;
  overflow: hidden;
  z-index: 0;
  margin-top: 40px;
}

.blog-card a {
  color: inherit;
}

.blog-card a:hover {
  color: var(--primary-color);
}

.blog-card:hover .photo {
  transform: scale(1.3) rotate(3deg);
}

.blog-card .meta {
  position: relative;
  z-index: 0;
  height: 300px;
}

.blog-card .photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.2s;
}

.blog-card .details,
.blog-card .details ul {
  margin: auto;
  padding: 0;
  list-style: none;
}

.blog-card .details {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  margin: auto;
  transition: left 0.2s;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px;
  width: 100%;
  font-size: 0.9rem;
}

.blog-card .details a {
  text-decoration: dotted underline;
}

.blog-card .details ul li {
  display: inline-block;
}

.blog-card .details svg {
  margin-right: 10px;
}

.blog-card .details .tags li {
  margin-right: 2px;
}

.blog-card .details .tags li:first-child {
  margin-left: -4px;
}

.blog-card .description {
  padding: 1rem;
  background: #fff;
  position: relative;
  z-index: 1;
}

.blog-card .description h1,
.blog-card .description h2 {
  font-family: Poppins, sans-serif;
}

.blog-card .description h1 {
  line-height: 1;
  margin: 0;
  font-size: 1.7rem;
}

.blog-card .description h2 {
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #a2a2a2;
  margin-top: 5px;
}

.blog-card .description .read-more {
  text-align: right;
}

.blog-card .description .read-more a {
  color: var(--primary-color);
  display: inline-block;
  position: relative;
}

.blog-card .description .read-more a svg {
  margin-left: -10px;
  opacity: 0;
  vertical-align: middle;
  transition: margin 0.3s, opacity 0.3s;
}

.blog-card .description .read-more a:hover svg {
  margin-left: 5px;
  opacity: 1;
}

.blog-card p {
  position: relative;
  margin: 1rem 0 0;
}

.blog-card p:first-of-type {
  margin-top: 1.25rem;
}

.blog-card p:first-of-type:before {
  content: "";
  position: absolute;
  height: 5px;
  background: var(--primary-color);
  width: 35px;
  top: -0.75rem;
  border-radius: 3px;
}

.blog-card:hover .details {
  left: 0%;
}

@media (min-width: 640px) {
  .blog-card {
    flex-direction: row;
    max-width: 1000px;
  }

  .blog-card .meta {
    flex-basis: 40%;
    height: auto;
  }

  .blog-card .description {
    flex-basis: 60%;
  }

  .blog-card .description:before {
    transform: skewX(-3deg);
    content: "";
    background: #fff;
    width: 30px;
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    z-index: -1;
  }

  .blog-card.alt {
    flex-direction: row-reverse;
  }

  .blog-card.alt .description:before {
    left: inherit;
    right: -10px;
    transform: skew(3deg);
  }

  .blog-card.alt .details {
    padding-left: 25px;
  }
}

/* BLOG DETAIL PAGE */

.service-item {
  padding-top: 5.6rem;
  padding-inline: 2rem;
  background-color: rgba(255, 255, 255, 0.2);
}

.serv-banner img {
  border-radius: 67% 2% 100% 3% / 9% 100% 6% 0%;
  border: 10px solid var(--instagram-bg-color);
}

.services-btns a {
  padding: .4rem 1rem;
  border-radius: .25rem;
  width: 100%;
  margin-bottom: .25rem;
  font-weight: 500;
  align-items: center;
  background: #082e40;
  color: #fff;
}

.services-btns a:hover,
.services-btns a.active {
  background-color: var(--primary-color);
}

.servCard {
  background-color: #082e40;
}

.service-item .icon-lg {
  background-color: var(--primary-color);
  position: absolute;
  width: 4.25rem;
  height: 4.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1;
  top: 0;
  right: 0;
  margin-top: -2rem;
  margin-right: 1rem;
}

.bi-headphones::before {
  content: "\f413";
}

.bi::before,
[class*=" bi-"]::before,
[class^=bi-]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.service-item h3 {
  margin-bottom: .5rem;
  color: #000;
}

.service-item p {
  margin-bottom: 1rem;
  font-size: .9rem;
  color: #000000;
}

.service-item span {
  font-size: .9rem;
}

.service-item img {
  max-width: 100%;
  height: auto;
}

.service-item .accordion-body {
  font-size: .9rem;
}

.service-item .container:nth-child(3) .col-md-5 img {
  border-radius: 0% 100% 11% 0% / 0% 5% 100% 60% !important;
}

.small-serv-btns {
  margin-bottom: 30px;
}

.small-serv-btns p {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  color: var(--primary-color);
}

.small-serv-btns p::before {
  content: "__";
  margin-right: 10px;
}

.small-serv-btns a {
  padding: .4rem 1rem;
  border-radius: .25rem;
  width: 100%;
  margin-bottom: .25rem;
  font-weight: 500;
  align-items: center;
  background: #082e40;
  color: #fff;
}

.small-serv-btns span {
  font-size: .7rem;
}

.small-serv-btns a:hover,
.small-serv-btns a:focus,
.small-serv-btns a.active {
  background-color: var(--primary-color);
}

@media only screen and (min-width: 320px) and (max-width: 399px) {
  .small-serv-btns p {
    font-size: 12px;
    margin-left: 5px;
  }

  .small-serv-btns p::before {
    margin-right: 5px;
    content: "_";
  }

  .small-serv-btns .col-6 {
    width: 100%;
  }

  .small-serv-btns a.py-3 {
    padding-block: .6rem !important;
  }

  .row.pb-5 {
    padding-bottom: 1rem !important;
  }

  .row.pt-3 {
    padding-top: 0 !important;
  }

  .service-item {
    padding: 0 1rem;
  }

  .service-item h3 {
    font-size: 20px;
  }

  .service-item p {
    font-size: .8rem;
  }

  .service-item span {
    font-size: .8rem;
  }

  .service-item .accordion-body {
    font-size: .6rem;
  }
}

@media only screen and (min-width: 400px) and (max-width: 480px) {
  .small-serv-btns p {
    margin-left: 5px;
  }

  .small-serv-btns p::before {
    margin-right: 5px;
    content: "_";
  }

  .small-serv-btns .col-6 {
    width: 100%;
  }

  .small-serv-btns a.py-3 {
    padding-block: .7rem !important;
  }

  .row.pb-5 {
    padding-bottom: 1rem !important;
  }

  .row.pt-3 {
    padding-top: 0 !important;
  }

  .service-item h3 {
    font-size: 20px;
  }

  .service-item p {
    font-size: .7rem;
  }

  .service-item span {
    font-size: .7rem;
  }

  .service-item .accordion-body {
    font-size: .7rem;
  }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
  .service-item p {
    font-size: .7rem;
  }

  .service-item span {
    font-size: .7rem;
  }

  .row.pt-3 {
    padding-top: 0 !important;
  }

  .service-item .container:nth-child(3) .col-md-5 {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .service-item .container:nth-child(3) .col-md-5.p-5 {
    padding: 0 !important;
  }
}

@media only screen and (min-width: 992px) {
  .small-serv-btns {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .service-item .container:nth-child(3) .col-md-5 {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .service-item .container:nth-child(3) .col-md-5.p-5 {
    padding: 0 !important;
  }
}

/* Blogs FAQs */

.services-faq .accordion-button {
  color: #fff;
  background-color: #000;
}

.services-faq .accordion-button:focus {
  box-shadow: none;
  border-color: var(--primary-color);
}

.services-faq .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: var(--primary-color);
}

.services-faq .accordion-button::after {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M201.4%20374.6c12.5%2012.5%2032.8%2012.5%2045.3%200l160-160c12.5-12.5%2012.5-32.8%200-45.3s-32.8-12.5-45.3%200L224%20306.7%2086.6%20169.4c-12.5-12.5-32.8-12.5-45.3%200s-12.5%2032.8%200%2045.3l160%20160z%22%2F%3E%3C%2Fsvg%3E');
}
