@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Template Name: Anga -Immigration & Visa Consulting HTML5 Template
    Author: Creativgigs
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. variables
    03. mixins
    04. common
    05. overlay
    06. header
    07. breadcrumb 
    08. mobile-menu
    09. typography
    10. search
    11. custom-animation
    12. wow-animation
    13. btn
    14. slider-nav
    15. faq
    16. feature
    17. widget
    18. cart
    19. shop
    20. theme-banner§
    21. section-title
    22. element
    23. service
    24. portfolio
    25. contact
    26. feedback
    27. team
    28. blog
    29. course
    30. course
    31. footer

-----------------------------------------------------------------------------------*/
/* 1. Theme default css */
@import url("https://fonts.googleapis.com/css2?family=Geologica:wght,CRSV@100..900,0&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Kalnia:wght@100..700&display=swap");

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 5px;
}

html::-moz-scrollbar,
body::-moz-scrollbar {
  width: 5px;
}

html::-ms-scrollbar,
body::-ms-scrollbar {
  width: 5px;
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background: #c1c1c1;
}

html::-moz-scrollbar-track,
body::-moz-scrollbar-track {
  background: #c1c1c1;
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background-color: #F0D7FF;
  outline: none;
}

html::-moz-scrollbar-thumb,
body::-moz-scrollbar-thumb {
  background-color: #F0D7FF;
  outline: none;
}

html::-webkit-scrollbar-thumb:active,
body::-webkit-scrollbar-thumb:active {
  background: #0C0610;
}

html::-moz-scrollbar-thumb:active,
body::-moz-scrollbar-thumb:active {
  background: #0C0610;
}

.slick-track>[class*=col] {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

body {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 34px;
  font-weight: 400;
  font-style: normal;
  color: #D9D9D9;
}

.main-page-wrapper {
  overflow: hidden;
}

.fix {
  overflow: hidden;
}

a,
.button {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: medium none;
  text-decoration: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Big Shoulders Display";
  color: #0C0610;
  line-height: 1.2;
  font-style: normal;
  font-weight: 700;
  text-transform: normal;
  letter-spacing: -3%;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

.list-none {
  margin: 0px;
  padding: 0px;
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  font-family: "Inter", sans-serif;
  color: #D9D9D9;
  margin-bottom: 15px;
}

hr {
  border-bottom: 1px solid rgab(#ffffff, 0.1);
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background: #000;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: #000;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #000;
  color: #ffffff;
  text-shadow: none;
}

/*--
    - Input Placeholder
-----------------------------------------*/
*::-moz-placeholder {
  color: #000;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #000;
  font-size: 14px;
  opacity: 1;
}

/*--
    - Common Classes
-----------------------------------------*/
.clear {
  clear: both;
}

.overlay-bg {
  position: relative;
  z-index: 2;
}

.overlay-bg::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.background-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.popup-video {
  color: #ffffff;
  border-radius: 50%;
  background: #F0D7FF;
  border-radius: 50%;
  font-size: 20px;
  line-height: 90px;
  display: inline-block;
  width: 90px;
  height: 90px;
  text-align: center;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  position: relative;
  z-index: 1;
  animation: pulseBig infinite 5s linear;
}

.popup-video:hover {
  color: #ffffff;
  background: #F0D7FF;
}

.ctn-preloader {
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.ctn-preloader .icon {
  animation: rotated 8s infinite linear;
}

.ctn-preloader .txt-loading {
  user-select: none;
  margin-top: 30px;
}

.ctn-preloader .txt-loading .letters-loading {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  letter-spacing: 8px;
  display: inline-block;
  color: rgba(12, 6, 16, 0.12);
  position: relative;
  font-size: 50px;
  line-height: 30px;
}

.ctn-preloader .txt-loading .letters-loading::before {
  animation: letters-loading 4s infinite;
  color: #0C0610;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top: 0;
  line-height: 30px;
  position: absolute;
}

.ctn-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}

.ctn-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}

.ctn-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}

.ctn-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}

.ctn-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}

.ctn-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}

.ctn-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}

@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}

@keyframes letters-loading {

  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

#scrollToTopBtn {
  font-size: 18px;
  display: inline-block;
  background: #F0D7FF;
  position: fixed;
  width: 35px;
  height: 35px;
  right: 7px;
  bottom: 7px;
  border-radius: 6px;
  line-height: 35px;
  text-align: center;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#scrollToTopBtn i {
  color: #181818;
}

#scrollToTopBtn:hover {
  cursor: pointer;
  background-color: #333;
}

#scrollToTopBtn:hover i {
  color: #fff;
}

#scrollToTopBtn.show {
  opacity: 1;
  visibility: visible;
}

.home3-dark {
  background: #000;
}

/*--
    - Overlay
------------------------------------------*/
.overlay-soft {
  position: relative;
  z-index: 1;
}

.overlay-soft::after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}

/*-- Overlay Color --*/
[data-overlay=light]::before {
  background-color: #ffffff;
}

[data-overlay=dark]::before {
  background-color: #F0D7FF;
}

/*-- Overlay Opacity --*/
[data-opacity="1"]::before {
  opacity: 0.1;
}

[data-opacity="2"]::before {
  opacity: 0.2;
}

[data-opacity="3"]::before {
  opacity: 0.3;
}

[data-opacity="4"]::before {
  opacity: 0.4;
}

[data-opacity="5"]::before {
  opacity: 0.5;
}

[data-opacity="6"]::before {
  opacity: 0.6;
}

[data-opacity="7"]::before {
  opacity: 0.7;
}

[data-opacity="8"]::before {
  opacity: 0.8;
}

[data-opacity="9"]::before {
  opacity: 0.9;
}

.main-header-area {
  position: relative;
  width: 100%;
  left: 0;
  z-index: 999;
}

.offset-sidebar {
  display: block;
  margin-top: 30px;
}

.theme-main-menu .bs-btn {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  border-radius: 60px;
  font-family: "Inter", sans-serif;
  line-height: 1;
  background: #F0D7FF;
  display: inline-block;
  padding: 17px 32px 17px 32px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.theme-main-menu .bs-btn span {
  border-bottom: 1px solid #000;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.theme-main-menu .bs-btn:hover {
  color: #ffffff;
  background: #000;
}

.theme-main-menu .bs-btn:hover span {
  border-color: #ffffff;
}

.theme-main-menu .ht-email {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  margin-right: 20px;
}

.theme-main-menu .hamburger-menu {
  width: 50px;
  height: 50px;
  border: 1.5px solid #000;
  border-radius: 100%;
  margin-left: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.theme-main-menu .hamburger-menu .bar-wrap {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 5px;
}

.theme-main-menu .hamburger-menu .bar-wrap .bar-1 {
  width: 18px;
  height: 2px;
  background: #0C0610;
  border-radius: 50px;
}

.theme-main-menu .hamburger-menu .bar-wrap .bar-2 {
  width: 15px;
  height: 2px;
  background: #0C0610;
  border-radius: 50px;
}

.theme-main-menu .hamburger-menu .bar-wrap .bar-3 {
  width: 19px;
  height: 2px;
  background: #0C0610;
  border-radius: 50px;
}

@media only screen and (max-width: 767.98px) {
  .theme-main-menu .hamburger-menu {
    width: 50px;
    height: 50px;
  }

  .theme-main-menu .hamburger-menu .bar-wrap .bar-1 {
    width: 16px;
  }

  .theme-main-menu .hamburger-menu .bar-wrap .bar-2 {
    width: 12px;
  }

  .theme-main-menu .hamburger-menu .bar-wrap .bar-3 {
    width: 16px;
  }
}

.theme-main-menu .hamburger-text-menu {
  color: #ffffff;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 1;
  border-color: #000;
  background: #000;
  width: 74px;
  height: 45px;
  border-radius: 60px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.main-menu {
  position: relative;
  z-index: 11;
}

.main-menu ul {
  padding: 0;
  margin: 0;
}

.main-menu ul li {
  list-style: none;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0 28px 0 28px;
}

@media only screen and (max-width: 1600px) {
  .main-menu ul li {
    margin: 0 25px 0 0;
  }
}

.main-menu ul li:last-child {
  margin-right: 0;
}

.main-menu ul li:last-child a {
  margin-right: 0;
}

.main-menu ul li.active {
  color: #0C0610;
}

.main-menu ul li.active a {
  color: #0C0610;
}

.main-menu ul li a {
  color: #0C0610;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  position: relative;
  padding: 21px 0 21px 0;
}

.main-menu ul li ul.sub-menu {
  border: 0;
  position: absolute;
  z-index: 5;
  background: #ffffff;
  border-radius: 0;
  display: block;
  right: 0;
  left: 0;
  padding: 15px 0 17px 0;
  top: 100%;
  visibility: hidden;
  transform: scaleY(0);
  opacity: 0;
  min-width: 170px;
  box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.05);
  margin: 0;
  border-radius: 4px;
  transform-origin: 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main-menu ul li ul.sub-menu.mega-menu {
  min-width: 600px;
}

.main-menu ul li ul.sub-menu li {
  display: block;
  position: relative;
  z-index: 1;
  margin-right: 0;
  margin-left: 0;
}

.main-menu ul li ul.sub-menu li ul.sub-menu {
  position: absolute;
  right: 0;
  left: 100%;
  top: 0;
}

.main-menu ul li ul.sub-menu li a {
  color: #0C0610;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  padding: 10px 14px;
  display: block;
  transition: all 0.3s ease-in-out;
  width: 100%;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.main-menu ul li ul.sub-menu li a::before {
  display: none;
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: 87%;
  width: 0;
  background: #F0D7FF;
  height: 1px;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.main-menu ul li ul.sub-menu li a .sub-menu-arrow {
  float: right;
}

.main-menu ul li ul.sub-menu li a.active {
  background-color: transparent;
}

.main-menu ul li ul.sub-menu li a:hover {
  background-color: transparent;
  transform: translateX(5px);
}

.main-menu ul li ul.sub-menu li a:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}

.main-menu ul li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.sticky-menu {
  position: fixed;
  background: #ffffff;
  top: 0;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  padding-top: 0;
  padding-bottom: 0;
}

.search-area {
  margin-right: 15px;
}

.search-area .search-input {
  border-color: #ffffff;
  background: #ffffff;
}

.search-area .search-input:hover {
  color: #0C0610;
  background: #F0D7FF;
}

@media only screen and (max-width: 767.98px) {
  .search-area .search-input {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

.theme-menu-one {
  position: relative;
  z-index: 999;
}

.theme-menu-one.version-2 .ht-email {
  text-transform: capitalize;
  margin-right: 31px;
}

.theme-menu-one.version-2 .bs-btn {
  background: #ffffff;
  padding-left: 26px;
  padding-right: 26px;
}

.theme-menu-one.version-2 .bs-btn:hover {
  color: #000;
  background: #F0D7FF;
}

.theme-menu-one.version-2 .bs-btn:hover span {
  border-bottom-color: #000;
}

.theme-menu-one.version-2 .sticky-menu .bs-btn {
  color: #ffffff;
  background: #000;
}

.theme-menu-one.version-2 .sticky-menu .bs-btn span {
  border-color: #ffffff;
}

.theme-menu-one.version-2 .sticky-menu .bs-btn:hover {
  color: #000;
  background: #F0D7FF;
}

.theme-menu-one.version-2 .sticky-menu .bs-btn:hover span {
  border-bottom-color: #000;
}

.theme-menu-one .main-header-area {
  padding: 34px 25px 29px 25px;
  position: absolute;
}

.theme-menu-one .main-header-area.sticky-menu {
  position: fixed;
}

.theme-menu-one .sticky-menu {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 1800px) {
  .theme-menu-one .main-header-area {
    padding-left: 0;
    padding-right: 0;
  }

  .theme-menu-one .ht-mail {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .theme-menu-one .ht-email {
    font-size: 18px;
  }
}

.theme-menu-two {
  position: relative;
  z-index: 999;
}

.theme-menu-two .main-header-area {
  padding: 36px 25px 29px 25px;
  position: absolute;
}

.theme-menu-two .main-header-area.sticky-menu {
  position: fixed;
  background: #000;
}

.theme-menu-two .sticky-menu {
  padding-top: 10px;
  padding-bottom: 10px;
}

.theme-menu-two .main-menu ul li a {
  color: #ffffff;
}

.theme-menu-two .ht-email {
  color: #ffffff;
}

.theme-menu-two .bs-btn {
  color: #000;
  background: #ffffff;
  padding-left: 26px;
  padding-right: 26px;
  text-transform: capitalize;
}

.theme-menu-two .bs-btn:hover {
  color: #000;
  background: #F0D7FF;
}

.theme-menu-two .bs-btn:hover span {
  border-color: #000;
}

.theme-menu-two .hamburger-menu {
  border-color: #000;
  background: #000;
}

.theme-menu-two .hamburger-menu .bar-wrap .bar-1,
.theme-menu-two .hamburger-menu .bar-wrap .bar-2,
.theme-menu-two .hamburger-menu .bar-wrap .bar-3 {
  background: #ffffff;
}

@media only screen and (max-width: 1800px) {
  .theme-menu-two .main-header-area {
    padding-left: 0;
    padding-right: 0;
  }

  .theme-menu-two .mail-btn .ht-mail {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .theme-menu-two .logo-area img {
    width: 80%;
  }
}

@media only screen and (max-width: 767.98px) {
  .theme-menu-two .logo-area img {
    width: 100%;
  }
}

.theme-menu-three {
  position: absolute;
  z-index: 999;
  max-width: 1399px;
  width: 100%;
  margin: 0 auto;
  top: 40px;
  left: 0;
  right: 0;
}

.theme-menu-three .main-header-area {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50px;
  max-width: 1399px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
}

.theme-menu-three .main-header-area.sticky-menu {
  position: fixed;
  max-width: 1399px;
  width: 100%;
  margin: 0 auto;
}

.theme-menu-three .main-menu {
  background: #000;
  border-radius: 50px;
  margin: 0 48px;
}

.theme-menu-three .main-menu ul li a {
  color: #ffffff;
}

.theme-menu-three .hamburger-text-menu {
  line-height: 1.2;
}

.theme-menu-three .bs-btn {
  padding: 13px 28px 14px 28px;
  background: transparent;
  border: 1px solid #000;
  text-transform: capitalize;
}

.theme-menu-three .bs-btn span {
  border: 0;
}

@media only screen and (max-width: 1600px) {
  .theme-menu-three .main-menu {
    margin-left: 0;
    margin-right: 0;
    margin: 0 auto;
  }

  .theme-menu-three .main-menu ul {
    display: flex;
    justify-content: center;
  }
}

@media only screen and (max-width: 1200px) {
  .theme-menu-three {
    top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 991px;
  }

  .theme-menu-three .main-header-area.sticky-menu {
    max-width: 991px;
  }
}

@media only screen and (max-width: 991.98px) {
  .theme-menu-three {
    padding-left: 15px;
    padding-right: 15px;
    width: calc(100% - 30px);
  }

  .theme-menu-three .main-header-area.sticky-menu {
    width: calc(100% - 30px);
  }
}

@media only screen and (max-width: 767.98px) {
  .theme-menu-three {
    width: 91%;
  }
}

.theme-menu-four {
  position: relative;
  z-index: 999;
}

.theme-menu-four .main-header-area {
  padding: 30px 25px 29px 25px;
  position: absolute;
}

.theme-menu-four .main-header-area.sticky-menu {
  position: fixed;
  background: #ffffff;
}

.theme-menu-four .sticky-menu {
  padding-top: 10px;
  padding-bottom: 10px;
}

.theme-menu-four .hamburger-menu.hamburger-text-menu {
  color: #000;
  background: #EDE8E8;
  border-color: #EDE8E8;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.theme-menu-four .hamburger-menu.hamburger-text-menu:hover {
  color: #ffffff;
  background: #000;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.theme-menu-four .bs-btn {
  color: #000;
  background: #ffffff;
  text-transform: capitalize;
  padding: 16px 34px 16px 34px;
  background: #EDE8E8;
}

.theme-menu-four .bs-btn span {
  border: 0;
}

@media only screen and (max-width: 1800px) {
  .theme-menu-four .main-header-area {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 991.98px) {
  .theme-menu-four .main-header-area {
    padding: 20px 0;
  }
}

.breadcrumb-wrapper {
  overflow: hidden;
  background: #F4ECEC;
  padding-top: 249px;
  padding-bottom: 172px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
}

.breadcrumb-wrapper::before {
  content: "";
  position: absolute;
  width: 727px;
  height: 727px;
  right: 0;
  top: 150px;
  background: radial-gradient(50% 50% at 50% 50%, #EECFCD 0%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}

.breadcrumb-wrapper::after {
  content: "";
  position: absolute;
  width: 727px;
  height: 727px;
  left: 268px;
  top: 183px;
  background: radial-gradient(50% 50% at 50% 50%, #FFFEF8 0%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}

.breadcrumb-wrapper.version-3 {
  padding-top: 230px;
  padding-bottom: 160px;
}

.breadcrumb-wrapper.version-3 .shape-1 {
  margin-top: 31px;
  right: 63.28%;
}

.breadcrumb-wrapper.version-3 .b-info {
  margin-bottom: 80px;
}

.breadcrumb-wrapper.version-4 {
  padding-top: 235px;
  padding-bottom: 150px;
}

.breadcrumb-wrapper.version-4 .shape-1 {
  margin-top: 108px;
  right: 35.98%;
}

.breadcrumb-wrapper.version-4 .breadcrumb-text {
  max-width: 682px;
  padding-top: 18px;
}

.breadcrumb-wrapper.version-5 {
  padding-top: 269px;
  padding-bottom: 186px;
}

.breadcrumb-wrapper.version-5 .b-info {
  margin-bottom: 58px;
}

.breadcrumb-wrapper.version-5 .breadcrumb-title {
  margin-left: -8px;
}

.breadcrumb-wrapper.version-6 {
  padding-top: 210px;
  padding-bottom: 105px;
  position: relative;
  z-index: 1;
}

.breadcrumb-wrapper.version-6::before {
  content: "";
  position: absolute;
  width: 727px;
  height: 727px;
  right: unset;
  left: 267px;
  top: 178px;
  background: radial-gradient(50% 50% at 50% 50%, #FFFEF8 0%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}

.breadcrumb-wrapper.version-6::after {
  content: "";
  position: absolute;
  width: 727px;
  height: 727px;
  left: unset;
  right: 31%;
  top: 115px;
  background: radial-gradient(50% 50% at 50% 50%, #EECFCD 0%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}

.breadcrumb-wrapper.version-6 .shape-3 {
  z-index: 2;
  top: 221px;
  right: 61.3%;
}

.breadcrumb-wrapper.version-6 .breadcrumb-title {
  line-height: 0.88;
}

.breadcrumb-wrapper.version-7 {
  padding-top: 220px;
  padding-bottom: 140px;
}

.breadcrumb-wrapper.version-7::before,
.breadcrumb-wrapper.version-7::after {
  display: none;
}

.breadcrumb-wrapper.version-7 .breadcrumb-title {
  font-size: 128px;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  line-height: 1.375;
  letter-spacing: -0.05em;
  margin-bottom: 10px;
}

.breadcrumb-wrapper.version-7 .breadcrumb-text {
  max-width: 48%;
  margin: 0 auto;
}

.breadcrumb-wrapper .b-info {
  position: unset;
  margin-bottom: 72px;
}

.breadcrumb-wrapper .shape-1,
.breadcrumb-wrapper .shape-2,
.breadcrumb-wrapper .shape-3 {
  position: absolute;
  z-index: 1;
}

.breadcrumb-wrapper .shape-1 {
  right: 112px;
  top: 223px;
  animation: rotation infinite linear 35s;
}

.breadcrumb-wrapper .shape-2 {
  right: 81px;
  top: 275px;
  animation: rotation infinite linear 35s;
}

.breadcrumb-wrapper .shape-3 {
  margin-top: 31px;
  right: 63.28%;
  animation: rotation infinite linear 35s;
}

.breadcrumb-wrapper .trust-wrapper {
  right: 5%;
  top: 0;
}

.breadcrumb-wrapper .breadcrumb-subtitle {
  color: #000;
  font-size: 150px;
  line-height: 0.8;
  font-weight: 900;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
}

.breadcrumb-wrapper .breadcrumb-subtitle .arrow-icon {
  position: relative;
  z-index: 1;
  transform: rotate(-13deg);
  top: -31px;
  right: -29px;
}

.breadcrumb-wrapper .breadcrumb-title {
  color: #000;
  font-size: 300px;
  line-height: 0.8;
  font-weight: 900;
  font-family: "Inter", sans-serif;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.breadcrumb-wrapper .breadcrumb-img-wrap {
  max-width: 354px;
  margin-left: -37px;
  margin-top: -52px;
}

.breadcrumb-wrapper .breadcrumb-img-wrap-2 {
  padding-left: 32px;
  gap: 53px;
}

.breadcrumb-wrapper .breadcrumb-img-wrap-2 .breadcrumb-text {
  padding-left: 13px;
}

.breadcrumb-wrapper .breadcrumb-img-wrap-3 {
  padding-left: 80px;
}

.breadcrumb-wrapper .breadcrumb-img-wrap-3 .breadcrumb-text {
  max-width: 586px;
}

.breadcrumb-wrapper .breadcrumb-text {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 1.7;
  margin-bottom: 24px;
}

.breadcrumb-wrapper .main-img {
  width: 275px;
  border-radius: 23px;
  margin-bottom: 35px;
}

.breadcrumb-wrapper .main-img-2 {
  width: 275px;
  border-radius: 23px;
  margin-bottom: 62px;
}

.breadcrumb-wrapper .main-img-3 {
  border-radius: 23px;
  max-width: 560px;
}

.breadcrumb-wrapper .phone-num-2 {
  color: #0C0610;
  font-size: 40px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  line-height: 0.85;
  border-bottom: 2px solid #0C0610;
}

.breadcrumb-wrapper.version-2 {
  padding-top: 230px;
}

.breadcrumb-wrapper.version-2 .shape-1 {
  top: 207px;
  left: 48.9%;
  transform: translateX(-50%);
}

@media only screen and (max-width: 1800px) {
  .breadcrumb-wrapper::before {
    width: 400px;
    height: 400px;
  }

  .breadcrumb-wrapper::after {
    width: 400px;
    height: 400px;
  }

  .breadcrumb-wrapper.version-6::before {
    width: 400px;
    height: 400px;
  }

  .breadcrumb-wrapper.version-6::after {
    width: 400px;
    height: 400px;
  }

  .breadcrumb-wrapper.version-7 {
    padding-top: 200px;
  }

  .breadcrumb-wrapper.version-7 .breadcrumb-title {
    font-size: 80px;
  }

  .breadcrumb-wrapper.version-7 .breadcrumb-text {
    max-width: 80%;
  }

  .breadcrumb-wrapper .trust-wrapper {
    display: none;
  }

  .breadcrumb-wrapper .breadcrumb-title {
    font-size: 200px;
  }

  .breadcrumb-wrapper .breadcrumb-img-wrap-2 {
    padding-left: 0;
    gap: 10px;
  }

  .breadcrumb-wrapper .main-img-2 {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 1600px) {
  .breadcrumb-wrapper {
    padding-top: 200px;
    padding-bottom: 80px;
  }

  .breadcrumb-wrapper.version-2 {
    padding-top: 180px;
  }

  .breadcrumb-wrapper.version-3,
  .breadcrumb-wrapper.version-4,
  .breadcrumb-wrapper.version-5,
  .breadcrumb-wrapper.version-7 {
    padding-top: 180px;
    padding-bottom: 80px;
  }

  .breadcrumb-wrapper.version-3::after,
  .breadcrumb-wrapper.version-3::before,
  .breadcrumb-wrapper.version-4::after,
  .breadcrumb-wrapper.version-4::before,
  .breadcrumb-wrapper.version-5::after,
  .breadcrumb-wrapper.version-5::before,
  .breadcrumb-wrapper.version-7::after,
  .breadcrumb-wrapper.version-7::before {
    display: none;
  }

  .breadcrumb-wrapper.version-6::after,
  .breadcrumb-wrapper.version-6::before {
    display: none;
  }

  .breadcrumb-wrapper.version-7 .breadcrumb-title {
    font-size: 60px;
  }

  .breadcrumb-wrapper.version-7 .breadcrumb-text {
    font-size: 18px;
  }

  .breadcrumb-wrapper .breadcrumb-img-wrap-3 {
    padding-left: 0;
  }

  .breadcrumb-wrapper .b-info {
    margin-bottom: 30px;
  }

  .breadcrumb-wrapper .breadcrumb-subtitle {
    font-size: 100px;
    margin-bottom: 15px;
  }

  .breadcrumb-wrapper .breadcrumb-subtitle .arrow-icon {
    width: 65px;
    top: 0;
    right: 0;
  }

  .breadcrumb-wrapper .breadcrumb-title {
    font-size: 150px;
  }

  .breadcrumb-wrapper .breadcrumb-img-wrap {
    max-width: 100%;
    margin-left: 0;
  }

  .breadcrumb-wrapper .breadcrumb-text,
  .breadcrumb-wrapper .phone-num-2 {
    font-size: 18px;
  }

  .breadcrumb-wrapper .main-img {
    margin-bottom: 20px;
  }

  .breadcrumb-wrapper .breadcrumb-text {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 1200px) {
  .breadcrumb-wrapper {
    padding-top: 180px;
    padding-bottom: 60px;
  }

  .breadcrumb-wrapper::before {
    width: 400px;
    height: 400px;
  }

  .breadcrumb-wrapper::after {
    width: 400px;
    height: 400px;
  }

  .breadcrumb-wrapper.version-3,
  .breadcrumb-wrapper.version-5 {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .breadcrumb-wrapper.version-3 .b-info,
  .breadcrumb-wrapper.version-5 .b-info {
    margin-bottom: 30px;
  }

  .breadcrumb-wrapper.version-4 {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .breadcrumb-wrapper.version-4 .breadcrumb-text {
    padding-top: 0;
  }

  .breadcrumb-wrapper.version-6 {
    padding-top: 150px;
    padding-bottom: 80px;
  }

  .breadcrumb-wrapper.version-6 .breadcrumb-title {
    margin-bottom: 0;
  }

  .breadcrumb-wrapper.version-7 {
    padding-top: 150px;
  }

  .breadcrumb-wrapper.version-7 .breadcrumb-title {
    font-size: 40px;
  }

  .breadcrumb-wrapper .breadcrumb-subtitle {
    font-size: 80px;
  }

  .breadcrumb-wrapper .breadcrumb-subtitle .arrow-icon {
    width: 50px;
  }

  .breadcrumb-wrapper .breadcrumb-title {
    font-size: 100px;
  }

  .breadcrumb-wrapper.version-2 {
    padding-top: 160px;
  }

  .breadcrumb-wrapper.version-2 .main-img {
    width: 100%;
  }
}

@media only screen and (max-width: 991.98px) {
  .breadcrumb-wrapper {
    padding-top: 140px;
  }

  .breadcrumb-wrapper::before {
    width: 200px;
    height: 200px;
    top: 20px;
  }

  .breadcrumb-wrapper::after {
    width: 200px;
    height: 200px;
    top: 20px;
  }

  .breadcrumb-wrapper.version-3 {
    padding-top: 160px;
  }

  .breadcrumb-wrapper.version-6::before {
    width: 200px;
    height: 200px;
    top: 20px;
  }

  .breadcrumb-wrapper.version-6::after {
    width: 200px;
    height: 200px;
    top: 20px;
  }

  .breadcrumb-wrapper .breadcrumb-subtitle {
    font-size: 60px;
  }

  .breadcrumb-wrapper .breadcrumb-subtitle .arrow-icon {
    width: 40px;
  }

  .breadcrumb-wrapper .breadcrumb-title {
    font-size: 60px;
  }

  .breadcrumb-wrapper .breadcrumb-text {
    font-size: 16px;
  }

  .breadcrumb-wrapper .breadcrumb-img-wrap {
    margin-top: 0;
  }

  .breadcrumb-wrapper .main-img-2 {
    width: 100%;
  }

  .breadcrumb-wrapper.version-7 {
    padding-top: 140px;
  }

  .breadcrumb-wrapper.version-7 .breadcrumb-text {
    font-size: 16px;
    line-height: 1.5;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767.98px) {
  .breadcrumb-wrapper.version-7 {
    padding-top: 130px;
  }

  .breadcrumb-wrapper.version-7 .breadcrumb-title {
    font-size: 28px;
  }

  .breadcrumb-wrapper .b-info {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .breadcrumb-wrapper .breadcrumb-subtitle {
    font-size: 30px;
  }

  .breadcrumb-wrapper .breadcrumb-subtitle .arrow-icon {
    width: 20px;
  }

  .breadcrumb-wrapper .breadcrumb-title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}

ul.breadcumb-menu {
  display: inline-block;
  padding: 0;
  position: relative;
  z-index: 2;
}

ul.breadcumb-menu li {
  display: inline-block;
}

ul.breadcumb-menu li:last-child a {
  color: #000;
  margin-right: 0;
  padding-right: 0;
}

ul.breadcumb-menu li:last-child a::before {
  display: none;
}

ul.breadcumb-menu li a {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 1;
  display: inline-block;
  padding-right: 8px;
  margin-right: 8px;
  position: relative;
  z-index: 1;
}

ul.breadcumb-menu li a::before {
  content: "";
  position: absolute;
  background: #000;
  width: 2px;
  height: 17px;
  right: -4px;
  top: 2px;
  z-index: 1;
  transform: rotate(23deg);
}

@media only screen and (max-width: 1600px) {
  ul.breadcumb-menu li a {
    font-size: 18px;
  }

  ul.breadcumb-menu li a::before {
    top: 0;
  }
}

/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
  display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: relative;
  background: none;
  padding: 4px 0;
  min-height: 42px;
  z-index: 999999;
}

.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: none !important;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px;
}

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: none;
  margin-top: 0;
}

.mean-container .mean-nav>ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container .mean-nav ul li {
  list-style-type: none !important;
  position: relative;
  float: left;
  width: 100%;
}

.mean-container .mean-nav ul li a {
  font-size: 16px;
  display: block;
  float: left;
  width: 100%;
  padding: 0.5em 5% 0.5em 0;
  margin: 0;
  text-align: left;
  color: #fff;
  /* border-top: 1px solid #383838;
  border-top: 1px solid rgba(255, 255, 255, 0.5); */
  text-decoration: none;
  text-transform: uppercase;
}

.mean-container .mean-nav ul li li a {
  font-size: 15px;
  width: 80%;
  padding: 0.4em 5%;
  border-top: 1px solid #f1f1f1;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.8;
  /* filter: alpha(opacity=75);
  text-shadow: none !important; */
  visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
  background: #252525;
  background: rgba(255, 255, 255, 0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 3px;
  width: 26px;
  height: 32px;
  padding: 2px 8px 4px 8px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  border: none !important;
  font-weight: 400;
  /* border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important; */
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(0, 0, 0, 0.9);
}

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar,
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.mean-remove {
  display: none !important;
}

.ht-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}

.ht-menu-wrapper .mobile-logo {
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 31px;
}

.ht-menu-wrapper .mobile-menu-wrapper {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left;
}

.ht-menu-wrapper .mobile-menu-wrapper span.float-end {
  display: none;
}

.ht-menu-wrapper .ht-menu-area {
  padding: 50px 20px;
  width: 100%;
  max-width: 310px;
  background-color: #0C0610;
  border-right: 3px solid #F0D7FF;
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  z-index: 1;
}

.ht-menu-wrapper .ht-menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: 5px;
  top: 25px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  line-height: 35px;
  font-size: 16px;
  z-index: 1;
  color: #000;
  background-color: #F0D7FF;
  border-radius: 50%;
}

.ht-menu-wrapper.ht-body-visible {
  opacity: 1;
  visibility: visible;
}

.ht-menu-wrapper.ht-body-visible .ht-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 991.98px) {
  .ht-menu-wrapper.ht-body-visible .ht-menu-area {
    overflow: scroll;
  }
}

.ht-mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  list-style-type: none;
}

.ht-mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  list-style-type: none;
}

.ht-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1.4;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--white-color);
  padding-left: 18px;
}

.offset-widget {
  margin-top: 50px;
}

.offset-widget.offset-logo {
  border-bottom: 1px solid #eeecec;
  padding-bottom: 20px;
}

.offset-widget .info-widget .offset-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
}

.offset-widget .info-widget p {
  color: #ffffff;
}

.offset-widget .info-widget.info-widget2 p {
  margin-bottom: 15px;
}

.offset-widget .info-widget.info-widget2 p i {
  margin-right: 7px;
  color: #ffffff;
}

.fw-exbold {
  font-weight: 800 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-semi {
  font-weight: 600 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-thin {
  font-weight: 100 !important;
}

.text-xl {
  font-size: 24px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 1.2;
}

@media only screen and (max-width: 1600px) {
  .text-xl {
    font-size: 20px;
  }
}

.text-lg {
  font-size: 22px !important;
  line-height: 45px;
}

@media only screen and (max-width: 1200px) {
  .text-lg {
    font-size: 20px !important;
    line-height: 34px;
  }
}

@media only screen and (max-width: 991.98px) {
  .text-lg {
    font-size: 18px !important;
    line-height: 34px;
  }
}

.fs-20 {
  font-size: 20px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-12 {
  font-size: 12px !important;
}

/*--
    - Background color
-----------------------------------------*/
.grey-bg {
  background: #DEDEDE;
}

.light-bg {
  background: #E3F2FD;
}

.light-grey-bg {
  background: #DEDEDE;
}

.white-bg {
  background: #ffffff;
}

.black-bg {
  background: #0C0610 !important;
}

.heding-bg {
  background: #0C0610 !important;
}

.theme-bg {
  background: #F0D7FF !important;
}

/*--
    - color
-----------------------------------------*/
.text-white {
  color: #ffffff;
}

.text-black {
  color: #000;
}

.text-theme {
  color: #F0D7FF !important;
}

.text-body {
  color: #D9D9D9 !important;
}

.text-heding {
  color: #0C0610 !important;
}

/*--
    - fonts
-----------------------------------------*/
.body-font {
  font-family: "Inter", sans-serif !important;
}

.heding-font {
  font-family: "Big Shoulders Display" !important;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.lowercase {
  text-transform: lowercase;
}

.bg-none {
  background: none !important;
}

.before-none::before {
  display: none !important;
}

.after-none::before {
  display: none !important;
}

.radius-35 {
  border-radius: 35px;
}

.radius-30 {
  border-radius: 30px;
}

.radius-25 {
  border-radius: 25px;
}

.radius-20 {
  border-radius: 20px;
}

.radius-15 {
  border-radius: 15px;
}

/*---font family----*/
.inter-font {
  font-family: "Inter", sans-serif !important;
}

.lato-font {
  font-family: "Inter", sans-serif !important;
}

/* search-area */
.search-area .search-input {
  color: #0C0610;
  font-size: 20px;
  width: 60px;
  height: 60px;
  display: inline-block;
  border: 1.5px solid #0C0610;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  position: relative;
  z-index: 1;
}

.search-area .search-input:hover {
  background: #F0D7FF;
  color: #ffffff;
}

@media only screen and (max-width: 767.98px) {
  .search-area .search-input {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

/* Full screen search
-------------------------------------------------------*/
.offcanvas-top {
  min-height: 150px;
}

.offcanvas-top .search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

.search-wrap {
  padding-bottom: 100px;
}

.search-wrap input {
  color: #ffffff;
  font-size: 80px;
  width: 100%;
  background: transparent;
  border: 0;
  text-align: center;
  display: inline-block;
  height: auto;
  padding: 0;
  display: inline-block;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  border-bottom: 2px solid #ffffff;
}

.search-wrap input::placeholder {
  color: #ffffff;
  padding-bottom: 80px;
  font-size: 80px;
  font-family: "Inter", sans-serif;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .search-wrap input::placeholder {
    font-size: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .search-wrap input::placeholder {
    font-size: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-wrap input::placeholder {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .search-wrap input::placeholder {
    font-size: 20px;
  }
}

.search-wrap input::-moz-placeholder,
.search-wrap input::-webkit-placeholder,
.search-wrap input::-o-placeholder,
.search-wrap input::-ms-placeholder {
  color: #ffffff;
  padding-bottom: 80px;
  font-size: 80px;
  font-family: "Inter", sans-serif;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {

  .search-wrap input::-moz-placeholder,
  .search-wrap input::-webkit-placeholder,
  .search-wrap input::-o-placeholder,
  .search-wrap input::-ms-placeholder {
    font-size: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

  .search-wrap input::-moz-placeholder,
  .search-wrap input::-webkit-placeholder,
  .search-wrap input::-o-placeholder,
  .search-wrap input::-ms-placeholder {
    font-size: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .search-wrap input::-moz-placeholder,
  .search-wrap input::-webkit-placeholder,
  .search-wrap input::-o-placeholder,
  .search-wrap input::-ms-placeholder {
    font-size: 30px;
  }
}

@media (max-width: 767px) {

  .search-wrap input::-moz-placeholder,
  .search-wrap input::-webkit-placeholder,
  .search-wrap input::-o-placeholder,
  .search-wrap input::-ms-placeholder {
    font-size: 30px;
  }
}

@media (min-width: 1440px) {

  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 30px;
}

.row {
  --bs-gutter-x: 30px;
}

.gxs-0 {
  --bs-gutter-x: 0px !important;
}

.gx-50 {
  --bs-gutter-x: 50px;
}

@media only screen and (max-width: 1600px) {
  .gx-50 {
    --bs-gutter-x: 30px;
  }
}

.gx-40 {
  --bs-gutter-x: 40px;
}

@media only screen and (max-width: 1600px) {
  .gx-40 {
    --bs-gutter-x: 30px;
  }
}

.gx-60 {
  --bs-gutter-x: 60px;
}

@media only screen and (max-width: 1600px) {
  .gx-60 {
    --bs-gutter-x: 30px;
  }
}

.side-spacer {
  padding-left: 25px;
  padding-right: 25px;
}

@media only screen and (max-width: 1600px) {
  .side-spacer {
    padding-left: 0;
    padding-right: 0;
  }
}

.side-spacer-m {
  margin-left: 40px;
  margin-right: 40px;
}

@media only screen and (max-width: 1600px) {
  .side-spacer-m {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.custom-container-1430 {
  max-width: 1430px;
}

@-webkit-keyframes rotated {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }

  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes rotated {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }

  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@-webkit-keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@-webkit-keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@-webkit-keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
}

@keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
}

@-webkit-keyframes scale-right {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@keyframes scale-right {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0.5;
  }

  40% {
    opacity: 1;
  }

  100% {
    opacity: 0.7;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0.5;
  }

  40% {
    opacity: 1;
  }

  100% {
    opacity: 0.7;
  }
}

@keyframes hvr-ripple-out {
  0% {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
  }

  100% {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    opacity: 0;
  }
}

@keyframes hvr-ripple-out-two {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }

  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes scale-up-one-1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale-up-one-1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes animationFramesOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    transform: translate(73px, -1px) rotate(36deg);
  }

  40% {
    transform: translate(141px, 72px) rotate(72deg);
  }

  60% {
    transform: translate(83px, 122px) rotate(108deg);
  }

  80% {
    transform: translate(-40px, 72px) rotate(144deg);
  }

  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }

  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }

  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }

  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}

/* Move frame*/
@keyframes moveRound {
  0% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }

  25% {
    background-color: #feddfc;
    left: 100px;
    top: 0px;
  }

  50% {
    background-color: #efe4ff;
    left: 100px;
    top: 100px;
  }

  75% {
    background-color: #e2fcf4;
    left: -24px;
    top: 200px;
  }

  100% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
}

@-webkit-keyframes moveRound {
  0% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }

  25% {
    background-color: #feddfc;
    left: 100px;
    top: 0px;
  }

  50% {
    background-color: #efe4ff;
    left: 100px;
    top: 200px;
  }

  75% {
    background-color: #e2fcf4;
    left: -24px;
    top: 100px;
  }

  100% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
}

@keyframes moveShap {
  0% {
    left: 0px;
    top: 0px;
  }

  25% {
    left: 100px;
    top: 0px;
  }

  50% {
    left: 100px;
    top: 100px;
  }

  75% {
    left: 0px;
    top: 200px;
  }

  100% {
    left: 0px;
    top: 0px;
  }
}

@keyframes moveShap2 {
  0% {
    right: 0px;
    top: 0px;
  }

  25% {
    right: 100px;
    top: 0px;
  }

  50% {
    right: 100px;
    top: 100px;
  }

  75% {
    right: 0px;
    top: 200px;
  }

  100% {
    right: 0px;
    top: 0px;
  }
}

/* Heartbeat frame*/
@-webkit-keyframes heartbeat {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes heartbeat {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

/* Rotation frame*/
@keyframes rotation {
  to {
    transform: rotate(360deg);
  }
}

.rotation {
  animation: rotation 50s infinite linear;
}

/* pulseBig */
@keyframes pulseBig {
  0% {
    box-shadow: 0 0 0 0 rgba(55, 140, 255, 0.2);
  }

  50% {
    box-shadow: 0 0 0 30px rgba(1, 93, 199, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}

/* pulseBig2 */
@keyframes pulseBig2 {
  0% {
    box-shadow: 0 0 0 0 rgba(228, 238, 79, 0.15);
  }

  50% {
    box-shadow: 0 0 0 10px rgba(228, 238, 79, 0.15);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(228, 238, 79, 0.15);
  }
}

.scaleUp1 {
  -webkit-animation-name: scaleUp1;
  animation-name: scaleUp1;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes scaleUp1 {
  0% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }

  20% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  40% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }

  80% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }
}

@keyframes scaleUp1 {
  0% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }

  20% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  40% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }

  80% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }
}

@keyframes runs {
  0% {
    transform: translateY(0) rotate(90deg);
  }

  50% {
    transform: translateY(300px) rotate(90deg);
  }

  100% {
    transform: translateY(-300px) rotate(180deg);
  }
}

@-webkit-keyframes runs {
  0% {
    transform: translateY(0) rotate(90deg);
  }

  50% {
    transform: translateY(300px) rotate(90deg);
  }

  100% {
    transform: translateY(-300px) rotate(180deg);
  }
}

@-moz-keyframes runs {
  0% {
    transform: translateY(0) rotate(90deg);
  }

  50% {
    transform: translateY(300px) rotate(90deg);
  }

  100% {
    transform: translateY(-300px) rotate(180deg);
  }
}

@-o-keyframes runs {
  0% {
    transform: translateY(0) rotate(90deg);
  }

  50% {
    transform: translateY(300px) rotate(90deg);
  }

  100% {
    transform: translateY(-300px) rotate(180deg);
  }
}

@keyframes zoomIncolor {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1);
    background: #F0D7FF;
    opacity: 0.5;
  }

  100% {
    transform: scale(1.3);
    background: #F0D7FF;
    opacity: 0.8;
  }
}

@-webkit-keyframes zoomIncolor {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1);
    background: #F0D7FF;
    opacity: 0.5;
  }

  100% {
    transform: scale(1.3);
    background: #F0D7FF;
    opacity: 0.8;
  }
}

@-moz-keyframes zoomIncolor {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1);
    background: #F0D7FF;
    opacity: 0.5;
  }

  100% {
    transform: scale(1.3);
    background: #F0D7FF;
    opacity: 0.8;
  }
}

@keyframes squareMove {
  0% {
    transform: translateX(0px) rotate(0deg);
  }

  33% {
    transform: translateY(-100px) rotate(180deg);
  }

  66% {
    transform: translateX(200px) rotate(-90deg);
  }

  100% {
    transform: translateX(0px) rotate(0deg);
  }
}

@-webkit-keyframes squareMove {
  0% {
    transform: translateX(0px);
  }

  33% {
    transform: translateY(-100px);
  }

  66% {
    transform: translateX(200px);
  }

  100% {
    transform: translateX(0px);
  }
}

@-moz-keyframes squareMove {
  0% {
    transform: translateX(0px);
  }

  33% {
    transform: translateY(-100px);
  }

  66% {
    transform: translateX(200px);
  }

  100% {
    transform: translateX(0px);
  }
}

@keyframes float-bob {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }

  50% {
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
  }

  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
}

.movingX {
  animation: movingX 8s linear infinite;
}

@keyframes movingX {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(50px);
  }

  100% {
    transform: translateX(0);
  }
}

.jump {
  animation: jumpAni 7s linear infinite;
}

.jump2 {
  animation: jumpAni 9s linear infinite;
}

@keyframes jumpAni {
  0% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(0);
  }
}

.jump-reverse {
  animation: jumpReverseAni 7s linear infinite;
}

@keyframes jumpReverseAni {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(30px);
  }

  100% {
    transform: translateY(0);
  }
}

.spin {
  animation: spin 15s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(40deg);
  }

  100% {
    transform: rotate(0);
  }
}

@keyframes marqueslide {
  from {
    transform: translateX(0);
  }

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

.jump {
  animation: jumpAni 7s linear infinite;
}

@keyframes jumpAni {
  0% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(0);
  }
}

.jump-reverse {
  animation: jumpReverseAni 7s linear infinite;
}

@keyframes jumpReverseAni {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(30px);
  }

  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0.2;
  }

  40% {
    opacity: 1;
  }

  100% {
    opacity: 0.2;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0.2;
  }

  40% {
    opacity: 1;
  }

  100% {
    opacity: 0.2;
  }
}

@keyframes hvr-ripple-out {
  0% {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }

  50% {
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
    opacity: 0.8;
  }

  100% {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    opacity: 1;
  }
}

@keyframes hvr-ripple-out-two {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  100% {
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
    opacity: 0;
  }
}

@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@-webkit-keyframes scale-up-three {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale-up-three {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {

  0%,
  50%,
  100% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {

  0%,
  50%,
  100% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {

  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {

  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200px);
    -ms-transform: translateX(200px);
    transform: translateX(200px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes jumpTwo {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes jumpTwo {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes jumpThree {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes jumpThree {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes jumpFour {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes jumpFour {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes jumpFive {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes jumpFive {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes prXOne {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes prXOne {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes prXTwo {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes prXTwo {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotatedTwo {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes rotatedTwo {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-webkit-keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@-webkit-keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@-webkit-keyframes scale-right {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  50% {
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes scale-right {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  50% {
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0.2;
  }

  40% {
    opacity: 1;
  }

  100% {
    opacity: 0.2;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0.2;
  }

  40% {
    opacity: 1;
  }

  100% {
    opacity: 0.2;
  }
}

@keyframes hvr-ripple-out {
  0% {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }

  50% {
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
    opacity: 0.8;
  }

  100% {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    opacity: 1;
  }
}

@keyframes hvr-ripple-out-two {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  100% {
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
    opacity: 0;
  }
}

@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@-webkit-keyframes scale-up-three {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale-up-three {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*-------------------------------------
theme-btn
---------------------------------------*/
.ht-btn {
  color: #ffffff;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 1;
  border-radius: 80px;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

.ht-btn .btn-text {
  display: inline-flex;
  overflow: hidden;
  padding: 21px 33px 21px 40px;
  border-radius: 80px;
  position: relative;
  z-index: 1;
  transition: all;
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
}

.ht-btn .btn-text::before {
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  position: absolute;
  border-radius: 80px;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #0C0610;
}

.ht-btn .btn-text::after {
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  position: absolute;
  border-radius: 80px;
  width: 100%;
  height: 0;
  content: "";
  left: 0;
  top: auto;
  bottom: 0;
  z-index: -1;
  background: #F0D7FF;
}

.ht-btn .btn-icon {
  background: #000;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: -4px;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.ht-btn .btn-icon img {
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.ht-btn:hover {
  color: #ffffff;
}

.ht-btn:hover .btn-icon img {
  rotate: -90deg;
}

.ht-btn:hover .btn-text {
  color: #0C0610;
}

.ht-btn:hover .btn-text::before {
  height: 0px;
}

.ht-btn:hover .btn-text::after {
  height: 100%;
}

.ht-btn:hover .btn-icon {
  background: #F0D7FF;
}

.ht-btn:hover .btn-icon img {
  filter: invert(1);
}

.ht-btn.style-2 .btn-text {
  padding: 21px 55px 21px 60px;
}

.ht-btn.style-3 {
  color: #000;
}

.ht-btn.style-3 .btn-text {
  padding: 21px 55px 21px 60px;
  background: #F0D7FF;
  border: 2px solid #000;
  position: relative;
  z-index: 2;
}

.ht-btn.style-3 .btn-text::before {
  background: #F0D7FF;
}

.ht-btn.style-3 .btn-text::after {
  background: #000;
}

.ht-btn.style-3 .btn-icon {
  background: #F0D7FF;
  border: 1px solid #000;
  margin-left: -4px;
}

.ht-btn.style-3:hover .btn-text {
  color: #ffffff;
}

.ht-btn.style-3:hover .btn-icon {
  background: #000;
}

.ht-btn.style-4 {
  color: #000;
  text-transform: uppercase;
  padding: 20px 24px 20px 32px;
  background: #ffffff;
  border: 0;
  display: inline-flex;
  align-items: center;
}

.ht-btn.style-4 .btn-icon {
  color: #ffffff;
  background: #000;
  border: 0;
  width: 24px;
  height: 24px;
  font-size: 12px;
  margin-left: 19px;
}

.ht-btn.style-4:hover {
  background: #F0D7FF;
}

.ht-btn.style-5 {
  font-size: 17px;
  line-height: 1;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  padding: 15px 10px 15px 28px;
  background: #000;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

.ht-btn.style-5 .btn-icon-2 {
  display: inline-block;
  font-size: 20px;
  margin-left: 12px;
  font-weight: 700;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

.ht-btn.style-5:hover {
  color: #000;
  background: #ffffff;
}

.ht-btn.style-5:hover .btn-icon-2 {
  transform: rotate(90deg);
}

.ht-btn.style-6 {
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  padding: 18px 40px 18px 40px;
  background: #000;
}

.ht-btn.style-6:hover {
  color: #0C0610;
  background: #F0D7FF;
}

.ht-btn.style-7 {
  color: #000;
  background: #ffffff;
  padding: 18px 69px;
  display: inline-block;
  overflow: hidden;
}

.ht-btn.style-7:hover {
  color: #000;
  background: #F0D7FF;
}

.ht-btn.style-8 {
  color: #ffffff;
  padding: 21px 32px 21px 38px;
  margin-left: 16px;
  background: #000;
  border: 0;
  display: inline-flex;
  align-items: center;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all;
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
}

.ht-btn.style-8::before {
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  position: absolute;
  border-radius: 80px;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #000;
}

.ht-btn.style-8::after {
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  position: absolute;
  border-radius: 80px;
  width: 100%;
  height: 0;
  content: "";
  left: 0;
  top: auto;
  bottom: 0;
  z-index: -1;
  background: #F0D7FF;
}

.ht-btn.style-8 img {
  margin-left: 18px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.ht-btn.style-8:hover {
  color: #000;
}

.ht-btn.style-8:hover::before {
  height: 0px;
}

.ht-btn.style-8:hover::after {
  height: 100%;
}

.ht-btn.style-8:hover img {
  transform: rotate(-45deg);
  filter: invert(1);
}

.ht-btn.style-9,
.ht-btn.style-10 {
  color: #000;
  font-size: 17px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  padding: 10px 30px 8px 30px;
  position: absolute;
  height: 50px;
  right: 12.5%;
  top: 15%;
  background: #F0D7FF;
  border: 1px solid #000;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.ht-btn.style-9:hover,
.ht-btn.style-10:hover {
  background: #ffffff;
}

.ht-btn.style-10 {
  right: 20px;
}

@media only screen and (max-width: 1800px) {
  .ht-btn.style-8 {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767.98px) {

  .ht-btn.style-9,
  .ht-btn.style-10 {
    position: relative;
    top: unset;
    right: unset;
    margin-top: 20px;
  }
}

.title-border-line {
  width: 96%;
  height: 1px;
  background: #ffffff;
}

ul.slick-dots {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: 45px;
  text-align: center;
}

ul.slick-dots li {
  display: inline-block;
  border: 0;
  width: unset;
  height: unset;
}

ul.slick-dots li button {
  border: 0;
  font-size: 0;
  width: 12px;
  height: 12px;
  margin: 0px 5px 0px 5px;
  border: 0;
  padding: 0;
  border-radius: 50%;
  background: #000;
}

ul.slick-dots li.slick-active button {
  width: 12px;
  height: 12px;
  background: #F0D7FF;
  transform: translateY(-1px);
}

.arrow-style-one .slick-prev,
.arrow-style-one .slick-next,
.arrow-style-one .slick-arrow {
  color: #0C0610;
  font-size: 24px;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  border: 2px solid #202020;
  background: transparent;
  display: inline-block;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.arrow-style-one .slick-prev img,
.arrow-style-one .slick-next img,
.arrow-style-one .slick-arrow img {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.arrow-style-one .slick-prev:hover,
.arrow-style-one .slick-next:hover,
.arrow-style-one .slick-arrow:hover {
  color: #ffffff;
  background: #F0D7FF;
  border-color: #F0D7FF;
}

.arrow-style-one .slick-prev:hover img,
.arrow-style-one .slick-next:hover img,
.arrow-style-one .slick-arrow:hover img {
  filter: invert(1);
  transform: scale(1.1);
}

.arrow-style-one .prev-p1 {
  position: absolute;
  left: -14%;
  top: 50%;
  transform: translateY(3%);
}

.arrow-style-one .next-p1 {
  position: absolute;
  right: -14%;
  top: 50%;
  transform: translateY(3%);
}

.arrow-style-one.style-2 .prev-p2 {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(17%);
}

.arrow-style-one.style-2 .next-p2 {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(17%);
}

@media only screen and (max-width: 1800px) {
  .arrow-style-one.style-2 {
    display: none;
  }
}

@media only screen and (max-width: 1600px) {
  .arrow-style-one .prev-p1 {
    left: 0;
  }

  .arrow-style-one .next-p1 {
    right: 0;
  }
}

.number-wrapper {
  left: 13.17%;
  top: 50%;
  transform: translateY(-50%);
}

.number-wrapper .number-pagination {
  color: #ffffff;
  font-size: 96px;
  font-weight: 500;
  font-style: italic;
  display: inline-block;
  line-height: 1;
  letter-spacing: 4px;
}

.number-wrapper .total-pagination {
  font-size: 30px;
  color: #ffffff;
  font-weight: 500;
  font-style: italic;
  display: inline-block;
  line-height: 1;
  letter-spacing: 4px;
}

.number-wrapper .divider-line {
  width: 8px;
  height: 83px;
  background: #ffffff;
  display: inline-block;
  margin: 0 5px 0 23px;
  line-height: 1;
  transform: rotate(20deg) translateY(11px);
}

@media only screen and (max-width: 1600px) {
  .number-wrapper .number-pagination {
    font-size: 50px;
  }

  .number-wrapper .divider-line {
    height: 42px;
    width: 6px;
    margin-left: 5px;
  }
}

@media only screen and (max-width: 1600px) {
  .number-wrapper .number-pagination {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767.98px) {
  .number-wrapper {
    left: 15px;
  }

  .number-wrapper .number-pagination,
  .number-wrapper .total-pagination {
    font-size: 20px;
  }

  .number-wrapper .divider-line {
    height: 22px;
    width: 4px;
    transform: rotate(20deg) translateY(4px);
    margin-left: 0;
    margin-right: 0;
  }
}

.faq-que-list .accordion-item:first-of-type>.accordion-header .accordion-button {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.faq-que-list .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.faq-que-list .accordion-item {
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid #000;
  border-radius: 0;
  padding: 3px 0 7px 0;
}

.faq-que-list .accordion-item.ac-01 {
  border-top: 1px solid #000;
}

.faq-que-list .accordion-item button:focus,
.faq-que-list .accordion-item input:focus,
.faq-que-list .accordion-item input:focus,
.faq-que-list .accordion-item textarea,
.faq-que-list .accordion-item textarea:focus {
  outline: 0;
}

.faq-que-list .accordion-item.active {
  border-color: #F0D7FF;
}

.faq-que-list .accordion-item .accordion-button {
  border: 0;
  border-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  transition: unset;
  color: #000;
  font-size: 26px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 1.875rem;
  box-shadow: none;
  background: transparent;
  padding: 0;
  padding: 33px 0 32px 0;
  position: relative;
  box-shadow: 0;
  -webkit-transition: unset;
  -moz-transition: unset;
  -ms-transition: unset;
  -o-transition: unset;
  word-wrap: normal;
  display: inline-block;
}

.faq-que-list .accordion-item .accordion-button .number {
  font-size: 22px;
  font-weight: 400;
  margin-right: 12px;
}

.faq-que-list .accordion-item .accordion-button.collapsed {
  border: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .faq-que-list .accordion-item .accordion-button {
    padding: 21px 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .faq-que-list .accordion-item .accordion-button {
    padding: 21px 0;
    font-size: 22px;
  }

  .faq-que-list .accordion-item .accordion-button .number {
    font-size: 18px;
  }
}

@media only screen and (max-width: 991.98px) {
  .faq-que-list .accordion-item .accordion-button {
    padding: 21px 0;
    font-size: 22px;
  }
}

@media only screen and (max-width: 767.98px) {
  .faq-que-list .accordion-item .accordion-button {
    padding: 21px 0;
    font-size: 16px;
    padding-right: 27px;
  }
}

.faq-que-list .accordion-item .accordion-button:focus {
  box-shadow: none;
  outline: 0;
}

.faq-que-list .accordion-item .accordion-button::before {
  content: "\f63b";
  position: absolute;
  font-family: "bootstrap-icons";
  font-size: 25px;
  font-weight: 300;
  color: #000;
  text-align: center;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 33px;
  border: 2px solid #000;
  border-radius: 50%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s linear;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-que-list .accordion-item .accordion-button::before {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .faq-que-list .accordion-item .accordion-button::before {
    font-size: 16px;
  }
}

.faq-que-list .accordion-item .accordion-button::after {
  display: none;
}

.faq-que-list .accordion-item .collapsed {
  color: #0C0610;
  border: 0;
}

.faq-que-list .accordion-item .collapsed::before {
  content: "\f4fe";
  color: #000;
  transform: translateY(-50%);
  font-size: 26px;
  line-height: 33px;
}

.faq-que-list .accordion-item .accordion-body {
  padding: 0;
  padding-bottom: 10px;
}

.faq-que-list .accordion-item .accordion-body p {
  color: #525151;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  line-height: 26px;
}

.faq-que-list .accordion-one {
  padding-left: 117px;
}

@media only screen and (max-width: 1600px) {
  .faq-que-list .accordion-one {
    padding-left: 50px;
  }
}

@media only screen and (max-width: 1200px) {
  .faq-que-list .accordion-one {
    padding-left: 0px;
  }
}

.faq-que-list.style-2 .accordion-item,
.faq-que-list.style-3 .accordion-item {
  border-bottom: 1px solid #1A1A1A;
  padding: 25px 0 38px 0;
}

.faq-que-list.style-2 .accordion-item.ac-01,
.faq-que-list.style-3 .accordion-item.ac-01 {
  border-top: 1px solid #1A1A1A;
}

.faq-que-list.style-2 .accordion-item .accordion-button,
.faq-que-list.style-3 .accordion-item .accordion-button {
  color: #ffffff;
  padding: 0;
}

.faq-que-list.style-2 .accordion-item .accordion-button.collapsed,
.faq-que-list.style-3 .accordion-item .accordion-button.collapsed {
  padding: 0;
}

@media only screen and (max-width: 767.98px) {

  .faq-que-list.style-2 .accordion-item .accordion-button.collapsed,
  .faq-que-list.style-3 .accordion-item .accordion-button.collapsed {
    padding-right: 27px;
  }
}

.faq-que-list.style-2 .accordion-item .accordion-button::before,
.faq-que-list.style-3 .accordion-item .accordion-button::before {
  color: #ffffff;
  border-color: #ffffff;
}

.faq-que-list.style-2 .accordion-item .accordion-body,
.faq-que-list.style-3 .accordion-item .accordion-body {
  padding-bottom: 0;
  padding-top: 14px;
}

.faq-que-list.style-2 .accordion-item .accordion-body p,
.faq-que-list.style-3 .accordion-item .accordion-body p {
  color: #717171;
  max-width: 1270px;
  margin-bottom: 0;
}

.faq-que-list.style-3 .accordion-item {
  background: #0F0D0D;
  border-radius: 10px;
  border: 0;
  padding-left: 30px;
  padding-right: 34px;
  padding-top: 18px;
  padding-bottom: 23px;
  margin-bottom: 20px;
}

.faq-que-list.style-3 .accordion-item .accordion-body p {
  color: #AAA;
  max-width: 768px;
  margin-bottom: 0;
}

.faq-que-list.style-3 .accordion-item.ac-01 {
  border: 0;
}

@media only screen and (max-width: 767.98px) {
  .faq-que-list.style-3 .accordion-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-que-list.style-3 .accordion-item .accordion-button,
  .faq-que-list.style-3 .accordion-item .accordion-button.collapsed {
    padding-right: 38px;
    line-height: 1.5;
  }
}

.feature-list-one {
  margin-bottom: 40px;
}

.feature-list-one .icon {
  color: #000;
  display: block;
  background: #F0F0F0;
  font-size: 16px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  line-height: 22px;
  text-align: center;
  margin-right: 13px;
  margin-top: 6px;
}

.feature-list-one .feature-title {
  color: #DFDFDF;
  font-size: 18px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 1.66;
  margin-bottom: 0;
  display: block;
  flex: 1;
}

.feature-list-one .feature-title b {
  font-weight: 600;
}

@media only screen and (max-width: 1600px) {
  .feature-list-one .icon {
    margin-right: 5px;
  }
}

@media only screen and (max-width: 1200px) {
  .feature-list-one .feature-title {
    font-size: 18px;
    line-height: 1.1;
  }
}

.widget-title {
  font-size: 20px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  line-height: 1.25;
  letter-spacing: 0;
}

.blog-sidebar {
  border: 2px solid #CFCFCF;
  border-radius: 3px;
  padding: 40px 30px 54px 30px;
  margin-left: 27px;
}

.blog-sidebar .widget {
  margin-bottom: 30px;
  background: #F6F6F6;
  border-radius: 10px;
  padding: 35px 33px 30px 36px;
}

.blog-sidebar .widget:last-child {
  margin-bottom: 0;
}

.blog-sidebar .widget-title {
  margin-bottom: 26px;
  text-transform: uppercase;
}

.blog-sidebar .widget-title img {
  width: 15px;
}

@media only screen and (max-width: 1800px) {
  .blog-sidebar {
    padding: 15px;
    margin-left: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .blog-sidebar .widget {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.social-links.style-2 a {
  color: #000;
  font-size: 15px;
  line-height: 1;
  padding: 13px 17px;
  border-radius: 30px;
  margin-right: 10px;
  border: 0;
  background: #E6E6E6;
  width: unset;
  height: unset;
}

.social-links span {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 1.8;
  display: inline-block;
  margin-right: 10px;
}

.social-links a {
  color: #ffffff;
  font-size: 20px;
  border: 1px solid #ffffff;
  margin-right: 10px;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.social-links a:last-child {
  margin-right: 0;
}

.social-links a:hover {
  color: #0C0610;
  background: #F0D7FF;
  border-color: #F0D7FF;
}

.category-widget li:last-child a {
  margin-bottom: 0;
}

.category-widget li a {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.22;
  font-family: "Inter", sans-serif;
  background: transparent;
  padding: 0 20px 0 23px;
  border-radius: 3px;
  display: block;
  position: relative;
  z-index: 1;
  border: 1px solid transparent;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.category-widget li a::before {
  content: "\f280";
  font-size: 13px;
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  bottom: 5px;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.category-widget li a:hover {
  color: #ffffff;
  background: #000;
  border-color: #DFDFDF;
}

.category-widget li a:hover::before {
  opacity: 0;
}

.comment-form .comment-form-bg {
  background: #0F0D0D;
  border-radius: 6px;
  padding: 50px 30px 45px 30px;
}

@media only screen and (max-width: 1200px) {
  .comment-form .comment-form-bg {
    padding: 20px 25px;
  }
}

@media only screen and (max-width: 767.98px) {
  .comment-form .comment-form-bg {
    padding: 20px 15px;
  }
}

.comment-form input,
.comment-form textarea {
  width: 100%;
  height: 70px;
  border: 0;
  background: #050303;
  color: #7E837B;
  font-size: 16px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 36px;
  border-radius: 5px;
  padding-left: 24px;
  margin-bottom: 40px;
}

.comment-form input:focus,
.comment-form textarea:focus {
  outline: none;
  border-color: #0C0610;
}

.comment-form input::placeholder,
.comment-form textarea::placeholder {
  color: #7E837B;
  font-size: 16px;
}

.comment-form input::-moz-placeholder,
.comment-form textarea::-moz-placeholder {
  color: #7E837B;
  font-size: 16px;
}

.comment-form input::-webkit-placeholder,
.comment-form textarea::-webkit-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-size: 18px;
}

.comment-form input::-o-placeholder,
.comment-form textarea::-o-placeholder {
  color: #7E837B;
  font-size: 16px;
}

.comment-form input::-ms-placeholder,
.comment-form textarea::-ms-placeholder {
  color: #7E837B;
  font-size: 16px;
}

.comment-form textarea {
  height: 170px;
  resize: none;
  padding-top: 10px;
}

.comment-form button {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 1;
  padding: 19px 50px 18px 50px;
  background: #0F0D0D;
  text-transform: capitalize;
  border: 0;
  border-radius: 50px;
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.comment-form button:hover {
  color: #000;
  background: #F0D7FF;
}

.comment-form p {
  display: flex;
  align-items: center;
}

.comment-form p input {
  width: 20px;
  height: 20px;
  margin-bottom: 0;
  margin-right: 10px;
}

.page-navigation.version-2 .page-item:first-child .page-link,
.page-navigation.version-2 .page-item:last-child .page-link {
  color: #0C0610;
  background: #E4E4E4;
  border-color: #E4E4E4;
}

.page-navigation.version-2 .page-link {
  color: #ffffff;
  background: #171616;
  border-color: #171616;
}

.page-navigation.version-2 .page-link:hover,
.page-navigation.version-2 .page-link.active {
  color: #0C0610;
  background: #E4E4E4;
  border-color: #E4E4E4;
}

.page-navigation .page-item:first-child .page-link,
.page-navigation .page-item:last-child .page-link {
  min-width: 170px;
  border-radius: 30px;
  display: inline-flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.page-navigation .page-item:first-child .page-link {
  margin-right: 152px;
}

.page-navigation .page-item:last-child .page-link {
  margin-left: 152px;
}

.page-navigation .page-link {
  display: inline-block;
  color: #0C0610;
  background: #E4E4E4;
  font-size: 15px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  width: 56px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin-right: 10px;
  padding: 0;
  border-radius: 30px;
}

.page-navigation .page-link i {
  font-size: 20px;
}

.page-navigation .page-link:focus {
  z-index: 2;
  color: #0C0610;
  border-color: unset;
  outline: none;
  box-shadow: none;
}

.page-navigation .page-link:hover {
  background: #F0D7FF;
  border-color: #F0D7FF;
}

@media only screen and (max-width: 1200px) {
  .page-navigation .page-item:first-child .page-link {
    margin-right: 10px;
  }

  .page-navigation .page-item:last-child .page-link {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767.98px) {

  .page-navigation .page-item:first-child .page-link,
  .page-navigation .page-item:last-child .page-link {
    min-width: 125px;
  }

  .page-navigation .pagination {
    flex-wrap: wrap;
    gap: 10px;
  }

  .page-navigation .page-link {
    margin-right: 5px;
  }
}

.recent-post {
  display: flex;
  align-items: center;
}

.recent-post .post-thumb {
  width: 69px;
  height: 85px;
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 0;
  background-size: cover;
  background-position: center;
  border-radius: 50px;
  background-repeat: no-repeat;
}

.recent-post .post-title {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0;
}

.recent-post .post-title a {
  color: #0C0610;
}

.recent-post .post-title a:hover {
  text-decoration: underline;
}

.recent-post span {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 13px;
  letter-spacing: 0;
  border: 1px solid #acacac;
  border-radius: 10px;
  padding: 5px 12px;
  display: inline-block;
  margin-bottom: 6px;
}

.recent-post span i {
  color: #000;
}

@media (max-width: 1599.98px) {
  .recent-post h5 {
    font-size: 18px;
  }
}

.widget-search .search-form {
  position: relative;
  z-index: 1;
}

.widget-search .search-form input {
  color: #696767;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  height: 50px;
  width: 100%;
  line-height: 50px;
  padding-left: 25px;
  background: #ffffff;
  border: 1.5px solid transparent;
  border-radius: 30px;
  border: 0;
}

.widget-search .search-form input::placeholder {
  font-size: 16px;
  color: #696767;
}

.widget-search .search-form input::-webkit-placeholder {
  font-size: 16px;
  color: #696767;
}

.widget-search .search-form input::-moz-placeholder {
  font-size: 16px;
  color: #696767;
}

.widget-search .search-form input::-o-placeholder {
  font-size: 20px;
  color: #696767;
}

.widget-search .search-form .widget-btn {
  color: #ffffff;
  background: transparent;
  border: 0;
  color: #ffffff;
  position: absolute;
  right: 17px;
  top: 7px;
  border-radius: 6px;
  z-index: 1;
}

.widget-search .search-form .widget-btn i {
  color: #000;
  font-size: 20px;
}

.tagcloud.style-2 a {
  font-size: 15px;
  padding-left: 18px;
  padding-right: 18px;
  border-radius: 30px;
  margin-right: 10px;
  background: #E6E6E6;
  overflow: hidden;
}

.tagcloud.style-2 a::before {
  border-radius: 30px;
}

.tagcloud span {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 1.8;
  display: inline-block;
  margin-right: 10px;
  overflow: hidden;
  margin-bottom: 5px;
}

.tagcloud a {
  color: #000;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  display: inline-block;
  padding: 12px 14px 13px 14px;
  margin: 4px 1px;
  background: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 1;
}

.tagcloud a::before {
  content: "";
  position: absolute;
  z-index: 1;
  background: #ffffff;
  width: 0px;
  height: 100%;
  left: 0;
  bottom: 0;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: -1;
}

.tagcloud a:hover::before {
  width: 100%;
  background: #F0D7FF;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .tagcloud a {
    margin: 5px 2px;
  }
}

@media (max-width: 767px) {
  .tagcloud a {
    margin: 5px 2px;
  }
}

.social-media {
  gap: 16px;
}

.social-media a {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 1;
  width: 57px;
}

.social-media a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #F0D7FF;
  width: 57px;
  height: 0px;
  border-radius: 50px;
  z-index: -1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.social-media a .social-icon {
  width: 57px;
  height: 57px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 50%;
}

.social-media a .social-text {
  color: #0C0610;
  font-size: 18px;
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  line-height: 150%;
  writing-mode: vertical-rl;
  transform: translateY(-110%);
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.social-media a:hover::before {
  height: 100%;
  opacity: 1;
}

.social-media a:hover .social-text {
  opacity: 1;
  transform: translateY(0);
}

.social-media.style-2 {
  left: 90.4%;
  top: 64.5%;
  gap: 65px;
}

.social-media.style-2 a {
  gap: 11px;
}

.social-media.style-2 a::before {
  display: none;
}

.social-media.style-2 a .social-text {
  position: relative;
  transform: unset;
  writing-mode: horizontal-tb;
  opacity: 1;
  line-height: 150%;
}

@media only screen and (max-width: 1600px) {
  .social-media.style-2 {
    gap: 30px;
  }
}

@media only screen and (max-width: 1200px) {
  .social-media.style-2 {
    position: unset !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .social-media.style-2 {
    gap: unset;
  }
}

.theme-banner-one {
  overflow: hidden;
  background: #D5D3D3;
  padding-top: 218px;
  padding-bottom: 132px;
  position: relative;
  z-index: 1;
}

.theme-banner-one .main-title {
  color: #0C0610;
  font-size: 200px;
  font-family: "Big Shoulders Display";
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.035;
  letter-spacing: -3%;
}

.theme-banner-one .main-title .top-title:first-child {
  gap: 170px;
  justify-content: end;
}

.theme-banner-one .main-title-shape {
  border-radius: 20px;
}

.theme-banner-one .hero-float-text {
  position: absolute;
  left: 40px;
  top: 409px;
  z-index: 1;
}

.theme-banner-one .hero-float-text .rotate-text,
.theme-banner-one .hero-float-text .rotate-text-right {
  color: #0C0610;
  font-size: 64px;
  text-transform: uppercase;
  line-height: 0.937;
  font-family: "Big Shoulders Display";
  font-weight: 900;
  letter-spacing: -0.03em;
}

.theme-banner-one .hero-float-text .rotate-text {
  rotate: -23deg;
}

.theme-banner-one .hero-float-text .rotate-text-right {
  rotate: 27.7deg;
}

.theme-banner-one .hero-float-text .float-shape-1 {
  position: absolute;
  left: 8%;
  top: -32%;
}

.theme-banner-one .hero-float-text .float-shape-2 {
  position: absolute;
  left: 3px;
  top: -3%;
}

.theme-banner-one .hero-float-text.version-2 {
  rotate: unset;
  position: unset;
}

.theme-banner-one .hero-float-text.version-2 .rotate-text {
  rotate: unset;
}

.theme-banner-one .hero-float-text.version-2 .float-shape-3 {
  transform: translateY(-10px);
}

.theme-banner-one .hero-float-text.r-text {
  right: 4.8%;
  left: auto;
  top: 545px;
  animation: jumpAni 9s linear infinite;
}

.theme-banner-one .hero-text {
  color: #0C0610;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
  margin-right: 33px;
}

.theme-banner-one .bstyle {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  border-radius: 35px;
  font-family: "Inter", sans-serif;
  line-height: 1;
  background: #F0D7FF;
  display: inline-block;
  padding: 24px 50px 25px 50px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.theme-banner-one .bstyle .btn-icon {
  color: #ffffff;
  background: #F0D7FF;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}

.theme-banner-one .bstyle:hover {
  background: #F0D7FF;
}

.theme-banner-one .hero-img {
  margin-left: 43px;
}

.theme-banner-one .hero-shape-1 {
  right: 6.51%;
  top: 229px;
  z-index: 2;
  animation: linear rotation infinite 16s;
}

.theme-banner-one .hero-shape-2 {
  right: 94px;
  top: 281px;
  animation: linear rotation infinite 16s;
}

@media only screen and (max-width: 1800px) {
  .theme-banner-one {
    padding-bottom: 70px;
  }

  .theme-banner-one .main-title {
    font-size: 140px;
  }

  .theme-banner-one .main-title .top-title:first-child {
    gap: 20px;
  }

  .theme-banner-one .hero-float-text .rotate-text {
    font-size: 32px;
  }

  .theme-banner-one .hero-float-text.version-2 .rotate-text {
    font-size: 46px;
  }

  .theme-banner-one .hero-float-text .float-shape-1,
  .theme-banner-one .hero-float-text .float-shape-2,
  .theme-banner-one .hero-float-text .float-shape-3 {
    display: none;
  }

  .theme-banner-one .hero-img {
    margin-left: 0;
  }

  .theme-banner-one .main-title-shape {
    width: 320px;
  }

  .theme-banner-one .hero-text {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .theme-banner-one .main-title {
    font-size: 100px;
  }

  .theme-banner-one .hero-float-text.version-2 .rotate-text {
    font-size: 32px;
  }

  .theme-banner-one .hero-text {
    font-size: 18px;
  }

  .theme-banner-one .main-title-shape {
    width: 320px;
  }
}

@media only screen and (max-width: 991.98px) {
  .theme-banner-one {
    padding-top: 150px;
    padding-bottom: 40px;
  }

  .theme-banner-one .main-title {
    font-size: 70px;
  }

  .theme-banner-one .hero-text {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767.98px) {
  .theme-banner-one .main-title {
    font-size: 45px;
  }

  .theme-banner-one .main-title .main-title-shape {
    width: 100%;
  }
}

.fade-gallery {
  position: relative;
  width: 440px;
  height: 179px;
  overflow: hidden;
  border-radius: 24px;
}

.fade-gallery .fade-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: fadeGallery 8s infinite;
}

.fade-gallery .fade-slide:nth-child(1) {
  animation-delay: 0s;
}

.fade-gallery .fade-slide:nth-child(2) {
  animation-delay: 2s;
}

.fade-gallery .fade-slide:nth-child(3) {
  animation-delay: 4s;
}

.fade-gallery .fade-slide:nth-child(4) {
  animation-delay: 6s;
}

.fade-gallery .fade-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

@media only screen and (max-width: 1800px) {
  .fade-gallery {
    width: 380px;
    height: 130px;
  }
}

@media only screen and (max-width: 991.98px) {
  .fade-gallery {
    width: 280px;
    height: 100px;
  }
}

@keyframes fadeGallery {
  0% {
    opacity: 0;
  }

  5% {
    opacity: 1;
  }

  25% {
    opacity: 1;
  }

  30% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.hero-info {
  color: #0C0610;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  max-width: 260px;
  position: absolute;
  left: 40px;
  top: 128px;
  z-index: 2;
}

.hero-info.version-2,
.hero-info.version-3 {
  top: auto;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 0;
}

.hero-info.version-2 {
  left: 45px;
  bottom: 76px;
}

.hero-info.version-3 {
  left: auto;
  right: 45px;
  bottom: 76px;
  max-width: max-content;
}

@media only screen and (max-width: 1200px) {
  .hero-info {
    left: 20px;
    font-size: 18px;
  }
}

.theme-banner-two {
  padding-top: 327px;
  padding-bottom: 115px;
  position: relative;
  z-index: 1;
}

.theme-banner-two::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 417px;
  left: 0px;
  top: 0px;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.79) 100%);
}

.theme-banner-two::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 727px;
  height: 727px;
  right: 0;
  top: 150px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.53) 0%, rgba(115, 115, 115, 0) 100%);
  border-radius: 50%;
}

.theme-banner-two .hero-subtitle {
  color: #ffffff;
  font-size: 150px;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -3%;
  margin-bottom: -15px;
}

.theme-banner-two .main-title {
  color: #ffffff;
  font-size: 500px;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  line-height: 0.8;
  text-transform: uppercase;
}

.theme-banner-two .hero-shape-1 {
  left: 111px;
  top: 60%;
  animation: linear rotation infinite 16s;
}

.theme-banner-two .hero-shape-2 {
  left: 143px;
  top: 64%;
  animation: linear rotation infinite 16s;
}

.theme-banner-two .hero2-right-content {
  margin-top: 13px;
}

.theme-banner-two .right-content-media {
  width: 242px;
  height: 174px;
  border-radius: 23px;
  overflow: hidden;
}

.theme-banner-two .right-content-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 1800px) {
  .theme-banner-two {
    padding-top: 300px;
  }

  .theme-banner-two .hero-subtitle {
    font-size: 80px;
    margin-bottom: 10px;
  }

  .theme-banner-two .main-title {
    font-size: 200px;
  }
}

@media only screen and (max-width: 1600px) {
  .theme-banner-two {
    padding-top: 240px;
    padding-bottom: 80px;
  }

  .theme-banner-two .hero-subtitle {
    font-size: 60px;
  }

  .theme-banner-two .main-title {
    font-size: 160px;
  }
}

@media only screen and (max-width: 1200px) {
  .theme-banner-two .right-content-media {
    height: 135px;
  }
}

@media only screen and (max-width: 991.98px) {
  .theme-banner-two {
    padding-top: 140px;
  }

  .theme-banner-two .hero-subtitle {
    font-size: 40px;
  }

  .theme-banner-two .main-title {
    font-size: 120px;
  }

  .theme-banner-two .hero2-right-content .right-content-text {
    max-width: 460px;
  }
}

@media only screen and (max-width: 767.98px) {
  .theme-banner-two .hero-subtitle {
    font-size: 40px;
  }

  .theme-banner-two .main-title {
    font-size: 70px;
  }

  .theme-banner-two .hero2-right-content .right-content-media {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
    height: 220px;
  }

  .theme-banner-two .hero2-right-content .right-content-text {
    max-width: 100%;
    font-size: 18px;
    text-align: center;
  }
}

.theme-banner-three {
  padding-top: 243px;
  padding-bottom: 76px;
  position: relative;
  z-index: 1;
}

.theme-banner-three::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 417px;
  left: 0px;
  top: 0px;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.79) 100%);
  background-blend-mode: color-dodge;
  opacity: 0.5;
}

.theme-banner-three::after {
  content: "";
  position: absolute;
  width: 727px;
  height: 727px;
  border-radius: 50%;
  left: 1015px;
  top: 150px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 0, 0, 0.53) 0%, rgba(115, 115, 115, 0) 100%);
  z-index: -1;
}

.theme-banner-three .tb3-blur-shape-1 {
  width: 727px;
  height: 727px;
  left: 947px;
  top: 545px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 0, 0, 0.53) 0%, rgba(115, 115, 115, 0) 100%);
}

.theme-banner-three .hero-subtitle {
  color: #ffffff;
  font-size: 100px;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -0.03em;
  text-transform: capitalize;
}

.theme-banner-three .main-title {
  color: #ffffff;
  font-size: 500px;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  line-height: 0.8;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.theme-banner-three .hero-shape-1 {
  right: 175px;
  top: 513px;
  animation: linear rotation infinite 16s;
}

.theme-banner-three .hero-shape-2 {
  right: 144px;
  top: 565px;
  animation: linear rotation infinite 16s;
}

.theme-banner-three .hero-media-1 {
  width: 242px;
  border-radius: 23px;
  left: 108px;
  top: 281px;
  animation: jumpAni infinite alternate 5s;
}

.theme-banner-three .hero-media-2 {
  width: 242px;
  border-radius: 23px;
  right: 155px;
  top: 218px;
  animation: jumpAni infinite alternate 6s;
}

.theme-banner-three .hero-menu {
  margin-top: 250px;
}

@media only screen and (max-width: 1800px) {
  .theme-banner-three .hero-media-1 {
    left: 20px;
  }

  .theme-banner-three .hero-media-2 {
    right: 20px;
  }

  .theme-banner-three .hero-subtitle {
    font-size: 50px;
  }

  .theme-banner-three .main-title {
    font-size: 360px;
  }
}

@media only screen and (max-width: 1600px) {
  .theme-banner-three {
    padding-top: 180px;
  }

  .theme-banner-three .main-title {
    font-size: 160px;
  }

  .theme-banner-three .hero-media-1 {
    width: 140px;
  }

  .theme-banner-three .hero-media-2 {
    width: 140px;
  }
}

@media only screen and (max-width: 1200px) {
  .theme-banner-three .hero-subtitle {
    font-size: 40px;
  }

  .theme-banner-three .main-title {
    font-size: 140px;
  }

  .theme-banner-three .hero-menu {
    margin-top: 100px;
  }

  .theme-banner-three .hero-media-1 {
    width: 120px;
    left: 5%;
  }

  .theme-banner-three .hero-media-2 {
    width: 120px;
    right: 5%;
  }
}

@media only screen and (max-width: 991.98px) {
  .theme-banner-three .hero-subtitle {
    font-size: 32px;
  }

  .theme-banner-three .main-title {
    font-size: 120px;
  }

  .theme-banner-three .hero-media-1 {
    width: 100px;
    left: 15px;
    top: 20%;
  }

  .theme-banner-three .hero-media-2 {
    width: 100px;
    top: 25%;
    right: 4%;
  }

  .theme-banner-three .hero-menu {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 767.98px) {
  .theme-banner-three {
    padding-top: 150px;
  }

  .theme-banner-three .main-title {
    font-size: 75px;
  }

  .theme-banner-three .hero-subtitle {
    font-size: 24px;
  }

  .theme-banner-three .hero-menu {
    margin-top: 60px;
  }
}

.theme-banner-four {
  padding-top: 194px;
  padding-bottom: 76px;
  position: relative;
  z-index: 1;
}

.theme-banner-four .main-title {
  color: #000;
  font-size: 240px;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.theme-banner-four .main-title a {
  width: 73px;
  height: 74px;
  display: inline-block;
  position: absolute;
  top: -6%;
  right: 10%;
}

.theme-banner-four .hero-text {
  color: #525252;
  font-size: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 84px;
  margin-right: 41px;
  margin-top: 9px;
}

.theme-banner-four .hero-img {
  padding-left: 13px;
  padding-right: 88px;
  position: relative;
  z-index: 1;
}

.theme-banner-four .hero-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 134px;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.94) 100%);
  border-radius: 24px;
}

.theme-banner-four .hero-img img {
  border-radius: 24px;
}

.theme-banner-four .hero-mask-img {
  margin-left: 18px;
}

.theme-banner-four .hero-mask-img {
  animation: rotation infinite linear 30s;
}

.theme-banner-four .hero-shape-1 {
  margin-left: 40px;
}

@media only screen and (max-width: 1800px) {
  .theme-banner-four {
    margin-right: 0;
  }

  .theme-banner-four .hero-text {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1600px) {
  .theme-banner-four {
    padding-top: 160px;
  }

  .theme-banner-four .main-title {
    font-size: 160px;
  }

  .theme-banner-four .main-title a img {
    width: 100%;
  }

  .theme-banner-four .hero-text {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1200px) {
  .theme-banner-four .main-title {
    font-size: 100px;
  }

  .theme-banner-four .hero-img {
    padding-right: 0;
    padding-left: 0;
  }

  .theme-banner-four .hero-text {
    margin-bottom: 30px;
  }

  .theme-banner-four .hero-shape-1 {
    margin-left: 0;
  }
}

@media only screen and (max-width: 991.98px) {
  .theme-banner-four {
    padding-top: 120px;
  }

  .theme-banner-four .main-title {
    font-size: 80px;
  }
}

@media only screen and (max-width: 767.98px) {
  .theme-banner-four .main-title {
    font-size: 55px;
  }

  .theme-banner-four .main-title a {
    width: 45px;
  }
}

.hero2-right-content .right-content-media {
  margin-right: 30px;
}

.hero2-right-content .right-content-media img {
  border-radius: 23px;
  width: 242px;
}

.hero2-right-content .right-content-text {
  max-width: 354px;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}

.hero2-right-content.version-2 {
  position: absolute;
  z-index: 1;
  right: 55px;
  top: 60%;
}

.hero2-right-content.version-2 .right-content-media {
  position: absolute;
}

.hero2-right-content.version-2 .right-content-media img {
  width: 188px;
}

.hero2-right-content.version-2 .right-content-text {
  padding-left: 38px;
  padding-top: 55px;
}

.hero3-left-content {
  top: 63.1%;
  left: 29px;
}

.hero3-left-content li {
  margin-bottom: 9px;
  list-style-type: none;
  position: relative;
  z-index: 1;
}

.hero3-left-content li::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: #ffffff;
  display: inline-block;
  border-radius: 50%;
  left: 0;
  top: 4px;
}

.hero3-left-content li:first-child a {
  border-bottom: 2px solid #ffffff;
}

.hero3-left-content li:nth-child(2) {
  margin-left: 34px;
}

.hero3-left-content li a {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  line-height: 1.41;
  text-transform: capitalize;
  margin-left: 36px;
}

.hero-menu {
  gap: 187px;
}

.hero-menu a {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  line-height: 1.25;
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.hero-menu a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1200px) {
  .hero-menu {
    gap: 0;
  }

  .hero-menu a {
    font-size: 18px;
  }
}

.feedback-user-list {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
  padding-bottom: 25px;
  border-radius: 70px;
  width: max-content;
}

.feedback-user-list img {
  border-radius: 50%;
  border: 1px solid #000;
}

.feedback-user-list li {
  margin-left: -15px;
  position: relative;
  z-index: 1;
}

.feedback-user-list li:first-child {
  margin-left: 0;
}

.feedback-user-list .number {
  border-radius: 50%;
  background: #ffffff;
  font-size: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #000;
  width: 70px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
}

.mail-text a {
  color: #0C0610;
  font-size: 40px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 0.8;
  text-transform: capitalize;
  border-bottom: 2px solid #000;
}

@media only screen and (max-width: 1200px) {
  .mail-text a {
    font-size: 26px;
  }
}

.logo-trademark-inner {
  background: #FFFFEB;
  width: 264px;
  height: 264px;
  border-radius: 50%;
  border: 1px solid #000;
  position: relative;
  z-index: 1;
  margin-top: 114px;
  margin-left: 175px;
}

.logo-trademark-inner .shape-img {
  position: absolute;
  left: -31.7%;
  top: -25%;
}

.logo-trademark-inner .slogan-img {
  border-radius: 50%;
  animation: rotation infinite 30s linear;
}

.logo-trademark-inner .trademark-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

@media only screen and (max-width: 1200px) {
  .logo-trademark-inner {
    width: 180px;
    height: 180px;
    margin-left: 30px;
    margin-top: 20px;
  }

  .logo-trademark-inner .slogan-img {
    width: 180px;
    height: 180px;
  }

  .logo-trademark-inner .shape-img {
    width: 70px;
    left: -18.7%;
    top: -11%;
  }
}

.rail {
  gap: 14px;
  padding: 24px 20px;
}

.social-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 57px;
  min-height: 57px;
  border-radius: 50px;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
  color: #000;
  border: 1px solid #000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  transition: min-height 0.35s ease, background 0.35s ease, box-shadow 0.2s ease;
  padding: 0;
}

.social-btn .icon {
  flex: 0 0 57px;
  width: 57px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
}

.social-btn .label {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  max-height: 0;
  opacity: 0;
  white-space: nowrap;
  overflow: hidden;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  transition: max-height 0.3s ease, opacity 0.2s ease, margin-bottom 0.3s ease;
  margin-bottom: 0;
}

.social-btn:hover {
  min-height: 140px;
  background: #F0D7FF;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
  border-color: #F0D7FF;
}

.social-btn:hover .label {
  color: #000;
  max-height: 90px;
  opacity: 1;
  margin-bottom: 14px;
  transition: max-height 0.35s ease, opacity 0.25s ease 0.1s, margin-bottom 0.35s ease;
}

.social-btn.active {
  min-height: 140px;
  background: #F0D7FF;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
  border-color: #F0D7FF;
}

.social-btn.active .label {
  color: #000;
  max-height: 90px;
  opacity: 1;
  margin-bottom: 14px;
}

.social-btn.active:hover {
  background: #F0D7FF;
}

.social-btn:focus-visible {
  outline: 2px solid #7b5ea3;
  outline-offset: 2px;
}

/*title-one*/
.upper-title-wrap {
  display: flex;
  align-items: center;
  gap: 7px;
}

.upper-title-wrap img {
  animation: rotation infinite linear 15s;
}

.upper-title-wrap .upper-title {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 18px;
  margin-bottom: 0;
  display: inline-block;
}

.upper-title-wrap .border-line {
  display: inline-block;
  width: 43px;
  height: 2px;
  background: #000;
  border-radius: 8px;
}

.upper-title-wrap.version-2 img {
  filter: invert(1);
}

.upper-title-wrap.version-2 .upper-title {
  color: #ffffff;
}

.upper-title-wrap.version-2 .border-line {
  background: #ffffff;
}

.upper-title-wrap.version-3 .upper-title,
.upper-title-wrap.version-5 .upper-title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 1.125;
  letter-spacing: 20%;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  padding-left: 20px;
}

.upper-title-wrap.version-3 .upper-title::before,
.upper-title-wrap.version-5 .upper-title::before {
  content: "[";
  position: absolute;
  left: 0;
  top: -1px;
  z-index: 1;
}

.upper-title-wrap.version-3 .upper-title::after,
.upper-title-wrap.version-5 .upper-title::after {
  content: "]";
  position: absolute;
  right: -20px;
  top: -1px;
  z-index: 1;
}

.upper-title-wrap.version-3 .border-line,
.upper-title-wrap.version-5 .border-line {
  width: 100%;
  max-width: 1239px;
  height: 1px;
  background: #ffffff;
}

@media only screen and (max-width: 1200px) {

  .upper-title-wrap.version-3,
  .upper-title-wrap.version-5 {
    margin-bottom: 25px;
  }
}

.upper-title-wrap.version-4 {
  display: inline-block;
}

.upper-title-wrap.version-4 .upper-title {
  color: #0C0610;
}

@media only screen and (max-width: 1200px) {
  .upper-title-wrap.version-3 .border-line {
    max-width: 830px;
  }
}

@media only screen and (max-width: 991.98px) {
  .upper-title-wrap {
    margin-bottom: 15px;
  }

  .upper-title-wrap.version-3 .border-line {
    display: none;
  }
}

@media only screen and (max-width: 767.98px) {
  .upper-title-wrap.version-5 .upper-title {
    letter-spacing: 0;
    padding-left: 0;
  }

  .upper-title-wrap.version-5 .upper-title::before,
  .upper-title-wrap.version-5 .upper-title::after {
    display: none;
  }
}

.title-one .title {
  font-size: 160px;
  line-height: 1.11;
  font-family: "Big Shoulders Display";
  font-weight: 900;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.title-one.version-2 .title {
  color: #ffffff;
}

.title-one.version-3 .title {
  font-size: 150px;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  letter-spacing: -0.03em;
  line-height: 0.8;
}

@media only screen and (max-width: 1600px) {
  .title-one.version-3 .title {
    font-size: 75px;
  }
}

@media only screen and (max-width: 1200px) {
  .title-one.version-3 .title {
    font-size: 55px;
  }
}

@media only screen and (max-width: 991.98px) {
  .title-one.version-3 .title {
    font-size: 32px;
  }
}

.title-one.version-4 .title {
  color: #ffffff;
  font-size: 170px;
  line-height: 0.7;
  font-family: "Inter", sans-serif;
  font-weight: 900;
}

@media only screen and (max-width: 1600px) {
  .title-one.version-4 .title {
    font-size: 140px;
  }
}

@media only screen and (max-width: 1200px) {
  .title-one.version-4 .title {
    font-size: 95px;
  }
}

@media only screen and (max-width: 991.98px) {
  .title-one.version-4 .title {
    font-size: 60px;
  }
}

.title-one.version-5 .title {
  color: #ffffff;
  font-size: 200px;
  line-height: 0.875;
  font-family: "Inter", sans-serif;
  font-weight: 900;
}

.title-one.version-5 .title span {
  font-style: italic;
}

@media only screen and (max-width: 1600px) {
  .title-one.version-5 .title {
    font-size: 100px;
  }
}

@media only screen and (max-width: 1200px) {
  .title-one.version-5 .title {
    font-size: 75px;
  }
}

@media only screen and (max-width: 991.98px) {
  .title-one.version-5 .title {
    font-size: 32px;
  }
}

.title-one.version-6 .title {
  color: #0C0610;
  font-size: 130px;
  line-height: 0.85;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.title-one.version-6 .title span {
  font-style: italic;
  font-weight: 500;
}

@media only screen and (max-width: 1600px) {
  .title-one.version-6 .title {
    font-size: 90px;
  }
}

@media only screen and (max-width: 1200px) {
  .title-one.version-6 .title {
    font-size: 65px;
  }
}

@media only screen and (max-width: 991.98px) {
  .title-one.version-6 .title {
    font-size: 28px;
  }
}

.title-one.version-7 .title {
  color: #000;
  font-size: 200px;
  line-height: 0.875;
  font-family: "Big Shoulders Display";
  font-weight: 900;
}

.title-one.version-7 .title span {
  font-style: italic;
}

@media only screen and (max-width: 1600px) {
  .title-one.version-7 .title {
    font-size: 100px;
  }
}

@media only screen and (max-width: 1200px) {
  .title-one.version-7 .title {
    font-size: 75px;
  }
}

@media only screen and (max-width: 991.98px) {
  .title-one.version-7 .title {
    font-size: 32px;
  }
}

@media only screen and (max-width: 1800px) {
  .title-one .title {
    font-size: 80px;
  }
}

@media only screen and (max-width: 1600px) {
  .title-one .title {
    font-size: 75px;
  }
}

@media only screen and (max-width: 1200px) {
  .title-one .title {
    font-size: 55px;
  }
}

@media only screen and (max-width: 991.98px) {

  .title-one .title,
  .title-one.version-7 .title {
    font-size: 32px;
  }
}

.description-text {
  font-size: 22px;
  line-height: 38px;
  font-family: "Inter", sans-serif;
}

@media only screen and (max-width: 1800px) {
  .description-text {
    font-size: 20px;
    line-height: 34px;
  }
}

@media only screen and (max-width: 991.98px) {
  .description-text {
    font-size: 18px;
    line-height: 32px;
  }
}

.user-list-2 {
  display: inline-flex;
  transform: translateY(-16px);
}

.user-list-2 span {
  margin: 0 -13px;
  position: relative;
  display: inline-block;
}

.user-list-2 .user-1 {
  transform: rotate(-8.98deg);
}

.user-list-2 .user-3 {
  transform: rotate(9.43deg);
}

.user-list-2 .user-2 {
  transform: translateY(-24px);
  z-index: 2;
}

.user-list-2 img {
  width: 104px;
  border: 1px solid #000;
  border-radius: 10px;
}

.user-list-2.u-list-3 {
  margin-bottom: -2.4%;
}

.user-list-2.u-list-3 img {
  width: 76px;
  border-radius: 10px;
}

.user-list-2.u-list-3 span {
  margin: 0 -17px;
}

.user-list-2.u-list-3 .user-2 {
  transform: translateY(-22px);
}

@media only screen and (max-width: 1800px) {
  .user-list-2.u-list-1 {
    display: none;
  }
}

.semi-title {
  color: #ffffff;
  font-size: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767.98px) {
  .semi-title {
    font-size: 22px;
  }
}

.img-wrapper-one {
  margin-inline-end: 64px;
}

.img-wrapper-one img {
  border-radius: 10px;
}

@media only screen and (max-width: 1600px) {
  .img-wrapper-one {
    margin-right: 0;
  }
}

@media only screen and (max-width: 991.98px) {
  .img-wrapper-one img {
    width: 100%;
  }
}

.img-wrapper-two {
  margin-left: 80px;
}

.img-wrapper-two img {
  width: 100%;
  border-radius: 15px;
}

@media only screen and (max-width: 1200px) {
  .img-wrapper-two {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 991.98px) {
  .img-wrapper-two {
    margin-left: 0;
  }
}

.img-wrapper-three img {
  border-radius: 5px;
}

.about-section-one .about-left-content {
  max-width: 580px;
  margin-left: 48px;
}

.about-section-one .about-text {
  margin-bottom: 67px;
  margin-right: 64px;
  padding-left: 16px;
}

@media only screen and (max-width: 1800px) {
  .about-section-one .about-left-content {
    margin-right: 30px;
  }

  .about-section-one .about-text {
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 1200px) {
  .about-section-one .about-text {
    padding-left: 0;
  }
}

@media only screen and (max-width: 991.98px) {
  .about-section-one .about-left-content {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .about-section-one .about-text {
    margin-right: 0;
  }
}

.about-left-content {
  max-width: 568px;
}

@media only screen and (max-width: 1200px) {
  .about-left-content {
    max-width: 530px;
  }
}

@media only screen and (max-width: 991.98px) {
  .about-left-content {
    max-width: 100%;
  }
}

.about-text {
  color: #636363;
  font-size: 20px;
  font-family: "Inter", sans-serif;
  line-height: 1.5;
}

.about-text.version-2 {
  color: #9C9C9C;
}

.about-text.version-3 {
  color: #9C9C9C;
}

.about-text.version-4 {
  color: #9C9C9C;
  max-width: 640px;
}

@media only screen and (max-width: 1200px) {
  .about-text {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767.98px) {
  .about-text {
    font-size: 16px;
  }
}

.client-feedback {
  border-radius: 40px;
  padding: 51px 68px 49px 50px;
}

.client-feedback h3 {
  font-size: 120px;
  line-height: 0.933;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 0;
}

.client-feedback h4 {
  color: #000;
  font-size: 32px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0;
  margin-bottom: 0;
}

@media only screen and (max-width: 1800px) {
  .client-feedback {
    padding: 40px 20px;
  }

  .client-feedback h3 {
    font-size: 55px;
  }
}

@media only screen and (max-width: 1200px) {
  .client-feedback {
    padding: 20px;
  }

  .client-feedback h3 {
    font-size: 50px;
  }
}

@media only screen and (max-width: 767.98px) {
  .client-feedback {
    padding-left: 20px;
  }

  .client-feedback h3 {
    font-size: 40px;
    line-height: 1.2;
  }

  .client-feedback h4 {
    font-size: 20px;
  }
}

.about-text-2 {
  color: #ffffff;
  font-size: 100px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  line-height: 1.12;
}

.about-text-2.a-text-space {
  margin-left: 40px;
  letter-spacing: -0.03em;
}

@media only screen and (max-width: 1600px) {
  .about-text-2 {
    font-size: 50px;
  }

  .about-text-2.a-text-space {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .about-text-2 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 991.98px) {
  .about-text-2 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 767.98px) {
  .about-text-2 {
    font-size: 24px;
  }
}

.video-wrap-one {
  position: relative;
  z-index: 1;
  margin-top: -150px;
}

.video-wrap-one::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background: rgba(30, 58, 138, 0.6);
}

.video-wrap-one .popup-video {
  color: #ffffff;
  font-size: 60px;
  width: 140px;
  height: 140px;
  background: #F0D7FF;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 1200px) {
  .video-wrap-one {
    margin-top: 60px;
  }
}

.counter-wrap-one {
  margin-bottom: 4px;
}

.counter-wrap-one .number {
  color: #000;
  font-size: 70px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  line-height: 1;
  min-width: 174px;
}

.counter-wrap-one .counter-title {
  color: #000;
  font-size: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 0;
}

@media only screen and (max-width: 1600px) {
  .counter-wrap-one .number {
    font-size: 50px;
  }

  .counter-wrap-one .counter-title {
    font-size: 20px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 1200px) {
  .counter-wrap-one .number {
    font-size: 40px;
  }
}

@media only screen and (max-width: 991.98px) {
  .counter-wrap-one .number {
    font-size: 30px;
  }
}

.counter-wrap-two {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.counter-wrap-two .number {
  color: #000;
  font-size: 160px;
  font-weight: 900;
  font-family: "Big Shoulders Display";
  line-height: 0.7;
  letter-spacing: 0;
}

.counter-wrap-two .counter-title {
  color: #000;
  font-size: 24px;
  font-family: "Big Shoulders Display";
  font-weight: 700;
  line-height: 0.7;
  margin-bottom: 0;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  margin-left: 8px;
}

@media only screen and (max-width: 1800px) {
  .counter-wrap-two .number {
    font-size: 100px;
  }
}

@media only screen and (max-width: 1600px) {
  .counter-wrap-two {
    display: block;
  }

  .counter-wrap-two .number {
    font-size: 60px;
  }

  .counter-wrap-two .counter-title {
    writing-mode: horizontal-tb;
    margin-bottom: 20px;
    margin-left: 0;
    transform: translateX(0);
  }
}

@media only screen and (max-width: 1200px) {
  .counter-wrap-two .number {
    font-size: 50px;
  }
}

.counter-wrap-three {
  background: #0D0D0D;
  padding: 25px 25px 17px 35px;
  border-radius: 14px;
}

.counter-wrap-three .number {
  color: #ffffff;
  font-size: 150px;
  font-weight: 800;
  font-family: "Inter", sans-serif;
  line-height: 0.75;
  letter-spacing: 0;
}

.counter-wrap-three .counter-title {
  color: #ffffff;
  font-size: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  margin-bottom: 0;
  writing-mode: sideways-lr;
  text-orientation: mixed;
  transform: translateX(-1px);
}

@media only screen and (max-width: 1200px) {
  .counter-wrap-three .number {
    font-size: 50px;
  }

  .counter-wrap-three .counter-title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .counter-wrap-three {
    padding-left: 15px;
    padding-right: 15px;
  }

  .counter-wrap-three .number {
    font-size: 40px;
  }
}

.counter-wrap-four {
  margin-bottom: 4px;
}

.counter-wrap-four .number {
  color: #000;
  font-size: 120px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 1;
  letter-spacing: -0.1em;
}

.counter-wrap-four .counter-title {
  color: #000;
  font-size: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 1.5px;
  margin-bottom: 0;
}

@media only screen and (max-width: 1600px) {
  .counter-wrap-four .number {
    font-size: 100px;
  }
}

@media only screen and (max-width: 1200px) {
  .counter-wrap-four .number {
    font-size: 80px;
  }
}

@media only screen and (max-width: 991.98px) {
  .counter-wrap-four .number {
    font-size: 60px;
  }

  .counter-wrap-four .counter-title {
    font-size: 16px;
  }
}

.text-box {
  display: inline-block;
  max-width: 395px;
  width: 100%;
  background: rgba(0, 0, 0, 0.52);
  background-blend-mode: hard-light;
  backdrop-filter: blur(5px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 30px;
  padding: 39px 47px 62px 47px;
  margin: 555px 0 100px 88px;
}

.text-box .icon {
  width: 66px;
  height: 66px;
  border: 1px solid #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 36px;
}

@media only screen and (max-width: 1600px) {
  .text-box {
    margin-top: 200px;
  }
}

@media only screen and (max-width: 1200px) {
  .text-box {
    margin-top: 200px;
    margin-left: 50px;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 991.98px) {
  .text-box {
    margin-left: 20px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .text-box {
    margin-left: 0;
    margin-bottom: 60px;
    margin-top: 60px;
    padding: 39px 15px 25px 15px;
  }
}

.text-box-two .text-img {
  border-radius: 16px;
}

.text-box-two p {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 40px;
}

.text-box-two .mail-text {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  line-height: 0.8;
}

@media only screen and (max-width: 1800px) {
  .text-box-two p {
    font-size: 24px;
    line-height: 30px;
  }

  .text-box-two .mail-text {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767.98px) {
  .text-box-two p {
    font-size: 20px;
    line-height: 30px;
  }
}

.banner-three .text-box {
  background: rgba(173, 165, 160, 0.35);
  background-blend-mode: hard-light;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 30px;
  margin: 0;
  margin-left: 8%;
  margin-top: 173px;
}

.banner-three .text-box p {
  color: #020202;
}

.banner-three .text-box .icon {
  border: 1px solid #020202;
}

.banner-three .text-box .icon img {
  filter: invert(1);
}

@media only screen and (max-width: 1600px) {
  .banner-three .text-box {
    margin-top: 40px;
    margin-left: 20px;
    padding-bottom: 25px;
  }
}

@media only screen and (max-width: 767.98px) {
  .banner-three .text-box {
    margin-left: 0;
    padding: 20px;
  }
}

.banner-four {
  height: 274px;
  width: 100%;
}

.work-process-wrap {
  width: 534px;
  height: 534px;
  border-radius: 50%;
  background: #3C1207;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 40px;
}

.work-process-wrap .step-label,
.work-process-wrap .step-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  line-height: 1.9;
  text-transform: uppercase;
  padding: 4px 16px;
  border-radius: 10px;
  background: #000;
}

.work-process-wrap .step-title {
  color: #000;
  background: #ffffff;
}

.work-process-wrap .process-title {
  color: #ffffff;
  font-size: 64px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  line-height: 0.95;
  letter-spacing: 0;
  margin-top: 50px;
  margin-bottom: 50px;
}

.work-process-wrap .process-desc {
  color: #aaaaaa;
  font-size: 20px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  padding: 0 83px;
}

.work-process-wrap.wp-02 {
  background: #100E0B;
}

.work-process-wrap.wp-02 .process-title {
  margin-top: 20px;
  margin-bottom: 65px;
}

@media only screen and (max-width: 1200px) {
  .work-process-wrap.wp-02 .process-title {
    margin-bottom: 20px;
  }
}

.work-process-wrap.wp-03 {
  background: #271135;
}

.work-process-wrap.wp-04 {
  background: #100E0B;
}

@media only screen and (max-width: 1800px) {
  .work-process-wrap {
    width: 400px;
    height: 400px;
  }

  .work-process-wrap .process-title {
    font-size: 32px;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .work-process-wrap .process-desc {
    font-size: 18px;
    padding: 0 30px;
  }
}

@media only screen and (max-width: 1200px) {
  .work-process-wrap {
    width: 300px;
    height: 300px;
  }

  .work-process-wrap .process-title {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .work-process-wrap .process-desc {
    font-size: 16px;
    padding: 0 15px;
  }
}

.brand-one {
  padding: 58px 0 45px 0;
  position: relative;
  z-index: 1;
}

.brand-one::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 50%;
  max-width: 960px;
  height: 153px;
  left: 1px;
  top: 0;
  background: linear-gradient(89.5deg, rgba(76, 72, 72, 0) 33.75%, #060505 99.53%);
  transform: rotate(-180deg);
}

.brand-one::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 959px;
  height: 153px;
  right: -90px;
  top: 0;
  background: linear-gradient(89.5deg, rgba(76, 72, 72, 0) 33.75%, #060505 99.53%);
}

.brand-one .brand-wrap {
  display: flex;
  align-items: center;
}

.brand-one .brand-wrap a {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.trust-wrap-2 .trust-avatar {
  border-radius: 50%;
  width: 107px;
  height: 107px;
  margin-right: 15px;
}

.trust-wrap-2 .number-text {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 48px;
  line-height: 150%;
  text-transform: capitalize;
  color: #ffffff;
}

.trust-wrap-2 .trust-text {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  color: #ffffff;
}

@media only screen and (max-width: 1600px) {
  .trust-wrap-2 .number-text {
    font-size: 32px;
  }
}

@media only screen and (max-width: 767.98px) {
  .trust-wrap-2 .trust-avatar {
    margin-right: 0;
    margin-bottom: 10px;
    margin-top: 20px;
  }
}

.marquee-text-wrap {
  color: #ffffff;
  font-size: 64px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 82px;
}

.marquee-text-wrap img {
  display: inline-block;
  animation: rotation infinite linear 20s;
}

@media only screen and (max-width: 1200px) {
  .marquee-text-wrap {
    font-size: 32px;
  }
}

@media only screen and (max-width: 991.98px) {
  .marquee-text-wrap {
    gap: 30px;
  }
}

.marquee-wrapper {
  width: 130vw;
  margin-left: -10%;
}

.marquee-wrapper.version-2 .marquee-text-wrap {
  font-size: 150px;
  font-weight: 800;
  line-height: 0.37;
  font-style: italic;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.5);
  gap: 44px;
}

.marquee-wrapper.version-2 .marquee-text-wrap img {
  opacity: 0.5;
}

.marquee-wrapper.version-2 .marquee-slide {
  padding-top: 55px;
  padding-bottom: 80px;
  gap: 23px;
}

@media only screen and (max-width: 1600px) {
  .marquee-wrapper.version-2 .marquee-text-wrap {
    font-size: 70px;
  }

  .marquee-wrapper.version-2 .marquee-slide {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 1200px) {
  .marquee-wrapper.version-2 .marquee-text-wrap {
    font-size: 50px;
  }
}

@media only screen and (max-width: 991.98px) {
  .marquee-wrapper.version-2 .marquee-text-wrap {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767.98px) {
  .marquee-wrapper.version-2 .marquee-text-wrap {
    font-size: 24px;
  }

  .marquee-wrapper.version-2 .marquee-slide {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.marquee-wrapper {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
  gap: 82px;
}

@media only screen and (max-width: 991.98px) {
  .marquee-wrapper {
    gap: 30px;
  }
}

.marquee-slide {
  display: inline-block;
  animation: 35s marqueslide infinite linear;
  display: flex;
  align-items: center;
  padding: 10px 0 10px 0;
  gap: 82px;
}

@media only screen and (max-width: 991.98px) {
  .marquee-slide {
    gap: 30px;
  }
}

@keyframes marqueslide {
  from {
    transform: translateX(0);
  }

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

.service-wrap-one {
  padding: 78px 28px 89px 0;
  margin-left: 22px;
  margin-right: 22px;
  border-top: 1px solid #8D8D8D;
  border-bottom: 1px solid #8D8D8D;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.service-wrap-one .service-subtitle {
  color: #110F0F;
  font-size: 128px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 0.4375;
  min-width: 202px;
  margin-right: 31px;
}

.service-wrap-one .service-thumb {
  text-align: center;
  border-radius: 30px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  position: relative;
  z-index: 1;
}

.service-wrap-one .service-thumb img {
  max-width: 358px;
  border-radius: 10px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.service-wrap-one .service-title {
  font-size: 100px;
  font-weight: 700;
  font-family: "Big Shoulders Display";
  line-height: 0.56;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.service-wrap-one .service-title a {
  color: #ffffff;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.service-wrap-one .service-title a:hover {
  text-decoration: underline;
  text-decoration-thickness: 4px;
}

.service-wrap-one .service-tag {
  color: #ffffff;
  font-size: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
  display: inline-block;
  padding: 10px 37px;
  border: 1px solid #ffffff;
  border-radius: 30px;
  margin-bottom: 15px;
}

.service-wrap-one .services-tag-list {
  list-style-type: none;
}

.service-wrap-one .services-tag-list li {
  width: 50%;
}

@media only screen and (max-width: 1800px) {
  .service-wrap-one .services-tag-list li {
    width: 100%;
  }
}

.service-wrap-one .icon-link {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.service-wrap-one .icon-link img {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.service-wrap-one .icon-link:hover {
  background: #F0D7FF;
}

.service-wrap-one .icon-link:hover img {
  transform: rotate(-45deg);
}

@media only screen and (max-width: 1800px) {
  .service-wrap-one .service-tag {
    font-size: 16px;
  }

  .service-wrap-one .service-title {
    font-size: 60px;
  }
}

@media only screen and (max-width: 1600px) {
  .service-wrap-one {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .service-wrap-one .service-subtitle {
    font-size: 55px;
    min-width: 60px;
  }

  .service-wrap-one .service-title {
    font-size: 45px;
  }

  .service-wrap-one .service-tag {
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .service-wrap-one .service-thumb img {
    max-width: 220px;
  }
}

@media only screen and (max-width: 1200px) {
  .service-wrap-one .service-subtitle {
    font-size: 55px;
  }

  .service-wrap-one .service-title {
    font-size: 42px;
  }
}

@media only screen and (max-width: 991.98px) {
  .service-wrap-one {
    gap: 30px 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .service-wrap-one {
    margin-left: 0px;
    margin-right: 0px;
    padding-right: 0;
  }

  .service-wrap-one .service-title {
    font-size: 32px;
  }

  .service-wrap-one .service-thumb {
    margin-bottom: 20px;
  }

  .service-wrap-one .service-thumb img {
    max-width: 100%;
  }
}

.service-wrap-two,
.service-wrap-three,
.service-wrap-four {
  padding: 40px 0 44px 0;
  border-top: 1px solid #67534C;
  border-bottom: 1px solid #67534C;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.service-wrap-two .service-subtitle,
.service-wrap-three .service-subtitle,
.service-wrap-four .service-subtitle {
  color: #ffffff;
  font-size: 128px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 0.4375;
}

.service-wrap-two .service-thumb,
.service-wrap-three .service-thumb,
.service-wrap-four .service-thumb {
  text-align: center;
  border-radius: 30px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  position: relative;
  z-index: 1;
}

.service-wrap-two .service-thumb img,
.service-wrap-three .service-thumb img,
.service-wrap-four .service-thumb img {
  max-width: 356px;
  border-radius: 10px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.service-wrap-two .service-title,
.service-wrap-three .service-title,
.service-wrap-four .service-title {
  font-size: 80px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  line-height: 0.7;
  letter-spacing: 0;
  margin-bottom: 40px;
}

.service-wrap-two .service-title a,
.service-wrap-three .service-title a,
.service-wrap-four .service-title a {
  color: #ffffff;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.service-wrap-two .service-title a:hover,
.service-wrap-three .service-title a:hover,
.service-wrap-four .service-title a:hover {
  text-decoration: underline;
  text-decoration-thickness: 4px;
}

.service-wrap-two .service-tag,
.service-wrap-three .service-tag,
.service-wrap-four .service-tag {
  color: #ffffff;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 20px;
  text-transform: capitalize;
  display: inline-block;
  padding: 10px 29px;
  border: 1px solid #ffffff;
  border-radius: 30px;
  margin-bottom: 15px;
}

.service-wrap-two .icon-link,
.service-wrap-three .icon-link,
.service-wrap-four .icon-link {
  color: #000;
  font-size: 25px;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 75px;
  background: #ffffff;
  margin-left: 68px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.service-wrap-two .icon-link:hover,
.service-wrap-three .icon-link:hover,
.service-wrap-four .icon-link:hover {
  background: #F0D7FF;
}

.service-wrap-two .services-tag-list a:first-child,
.service-wrap-three .services-tag-list a:first-child,
.service-wrap-four .services-tag-list a:first-child {
  margin-right: 12px;
}

@media only screen and (max-width: 1800px) {

  .service-wrap-two .service-tag,
  .service-wrap-three .service-tag,
  .service-wrap-four .service-tag {
    font-size: 16px;
  }

  .service-wrap-two .service-title,
  .service-wrap-three .service-title,
  .service-wrap-four .service-title {
    font-size: 60px;
  }

  .service-wrap-two .service-subtitle,
  .service-wrap-three .service-subtitle,
  .service-wrap-four .service-subtitle {
    font-size: 100px;
  }
}

@media only screen and (max-width: 1600px) {

  .service-wrap-two .service-subtitle,
  .service-wrap-three .service-subtitle,
  .service-wrap-four .service-subtitle {
    font-size: 55px;
  }

  .service-wrap-two .service-title,
  .service-wrap-three .service-title,
  .service-wrap-four .service-title {
    font-size: 40px;
  }

  .service-wrap-two .service-tag,
  .service-wrap-three .service-tag,
  .service-wrap-four .service-tag {
    font-size: 16px;
  }

  .service-wrap-two .services-tag-list a:first-child,
  .service-wrap-three .services-tag-list a:first-child,
  .service-wrap-four .services-tag-list a:first-child {
    margin-right: 5px;
  }

  .service-wrap-two .service-thumb img,
  .service-wrap-three .service-thumb img,
  .service-wrap-four .service-thumb img {
    max-width: 220px;
  }

  .service-wrap-two .icon-link,
  .service-wrap-three .icon-link,
  .service-wrap-four .icon-link {
    margin-left: 20px;
    width: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 1200px) {

  .service-wrap-two .service-subtitle,
  .service-wrap-three .service-subtitle,
  .service-wrap-four .service-subtitle {
    font-size: 26px;
  }

  .service-wrap-two .service-title,
  .service-wrap-three .service-title,
  .service-wrap-four .service-title {
    font-size: 32px;
  }
}

@media only screen and (max-width: 991.98px) {

  .service-wrap-two,
  .service-wrap-three,
  .service-wrap-four {
    gap: 15px;
  }

  .service-wrap-two .service-thumb img,
  .service-wrap-three .service-thumb img,
  .service-wrap-four .service-thumb img {
    max-width: 180px;
  }
}

@media only screen and (max-width: 767.98px) {

  .service-wrap-two .service-subtitle,
  .service-wrap-three .service-subtitle,
  .service-wrap-four .service-subtitle {
    margin-bottom: 15px;
  }

  .service-wrap-two .service-thumb,
  .service-wrap-three .service-thumb,
  .service-wrap-four .service-thumb {
    margin-bottom: 20px;
  }

  .service-wrap-two .service-thumb img,
  .service-wrap-three .service-thumb img,
  .service-wrap-four .service-thumb img {
    max-width: 100%;
  }
}

.service-wrap-three {
  padding: 48px 0 47px 0;
  border-top: 1px solid #3b3b3b;
  border-bottom: 1px solid #3b3b3b;
}

.service-wrap-three .service-thumb {
  padding-left: 32px;
  padding-right: 55px;
}

.service-wrap-three .service-thumb img {
  max-width: unset;
  width: 100%;
  border-radius: 10px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.service-wrap-three .service-title {
  font-size: 70px;
  font-weight: 600;
  line-height: 1.02;
  margin-right: 23px;
}

.service-wrap-three .service-desc {
  color: #868686;
  font-size: 18px;
  line-height: 1.67;
  margin-bottom: 18px;
}

@media only screen and (max-width: 1600px) {
  .service-wrap-three .service-title {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .service-wrap-three .service-title {
    font-size: 32px;
  }

  .service-wrap-three .service-desc {
    font-size: 16px;
  }

  .service-wrap-three .service-thumb {
    padding-left: 0;
    padding-right: 0;
  }

  .service-wrap-three .icon-link {
    margin-left: 0;
  }
}

.service-wrap-four {
  background: #000;
  padding: 0;
  border: 0;
  border-radius: 5px;
  padding-top: 142px;
  margin-bottom: 55px;
}

.service-wrap-four .service-left-content {
  padding-left: 40px;
}

.service-wrap-four .service-content {
  padding-left: 88px;
  padding-right: 66px;
}

.service-wrap-four .service-num {
  font-size: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.05em;
}

.service-wrap-four .service-subtitle {
  font-size: 90px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 1.42;
  letter-spacing: -0.05em;
}

.service-wrap-four .service-title {
  color: #ffffff;
  font-size: 56px;
  font-weight: 600;
  line-height: 0.6;
  letter-spacing: 0;
  margin-bottom: 0;
}

.service-wrap-four .service-desc {
  color: #868686;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 18px;
}

.service-wrap-four .service-thumb img {
  max-width: 100%;
  width: 100%;
  border-radius: 5px;
}

.service-wrap-four .icon-link {
  color: #ffffff;
  display: inline-flex;
  justify-content: center;
  width: 135px;
  height: 135px;
  border: 1px solid #DBD3D3;
  background: transparent;
  padding-left: 7px;
  padding-right: 7px;
  line-height: 1.2;
  margin-left: 48px;
}

.service-wrap-four .icon-link:hover {
  color: #000;
  background: #9DF275;
}

.service-wrap-four .services-tag-list {
  margin-bottom: 20px;
}

.service-wrap-four .services-tag-list a {
  color: #000;
  background: #ffffff;
}

@media only screen and (max-width: 1600px) {
  .service-wrap-four .service-left-content {
    padding-left: 0;
  }

  .service-wrap-four .icon-link {
    margin-left: 0;
  }

  .service-wrap-four .service-content {
    padding-left: 0;
    padding-right: 0;
  }

  .service-wrap-four .service-title {
    font-size: 40px;
  }

  .service-wrap-four .service-subtitle {
    font-size: 55px;
  }
}

@media only screen and (max-width: 1200px) {
  .service-wrap-four {
    padding-top: 60px;
  }

  .service-wrap-four .service-title {
    font-size: 32px;
  }

  .service-wrap-four .service-desc {
    font-size: 16px;
  }

  .service-wrap-four .icon-link {
    margin-left: 0;
    width: 100px;
    height: 100px;
  }
}

@media only screen and (max-width: 991.98px) {
  .service-wrap-four .service-num {
    font-size: 16px;
  }

  .service-wrap-four .service-subtitle {
    font-size: 24px;
  }
}

.service-section-bg {
  position: relative;
  z-index: 1;
}

.service-section-bg::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0;
  background: #1B1208;
  background-blend-mode: hard-light;
}

.service-section-bg.version-3::before {
  content: "";
  background: #000;
  background-blend-mode: overlay;
  opacity: 0.8;
}

.service-item-bg.bg-version-2 {
  background: #060606;
}

.portfolio-wrap-one,
.portfolio-wrap-five {
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  z-index: 1;
}

.portfolio-wrap-one .pf-meta a,
.portfolio-wrap-five .pf-meta a {
  color: #000;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 2.1;
}

.portfolio-wrap-one .pf-meta a.date,
.portfolio-wrap-five .pf-meta a.date {
  font-weight: 500;
}

.portfolio-wrap-one .img-meta,
.portfolio-wrap-five .img-meta {
  overflow: hidden;
  border-radius: 49px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.portfolio-wrap-one .img-meta img,
.portfolio-wrap-five .img-meta img {
  border-radius: 49px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

@media only screen and (max-width: 1600px) {

  .portfolio-wrap-one .img-meta img,
  .portfolio-wrap-five .img-meta img {
    border-radius: 20px;
  }
}

.portfolio-wrap-one .pf-title,
.portfolio-wrap-five .pf-title {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.06;
  margin-bottom: 0;
}

.portfolio-wrap-one .pf-title a,
.portfolio-wrap-five .pf-title a {
  color: #000;
}

.portfolio-wrap-one .pf-btn,
.portfolio-wrap-five .pf-btn {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.04;
  color: #000;
  text-transform: uppercase;
  position: absolute;
  right: -6%;
  z-index: 1;
  width: 152px;
  height: 151px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.portfolio-wrap-one .pf-btn img,
.portfolio-wrap-five .pf-btn img {
  object-fit: cover;
  width: 100%;
  animation: rotation infinite linear 20s;
}

.portfolio-wrap-one .pf-btn span,
.portfolio-wrap-five .pf-btn span {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.portfolio-wrap-one .pf-content-wrap,
.portfolio-wrap-five .pf-content-wrap {
  width: 736px;
  height: 135px;
  background: #ffffff;
  padding-left: 39px;
  border-radius: 5px;
  position: absolute;
  left: 88px;
  bottom: 58px;
  z-index: 1;
}

.portfolio-wrap-one:hover .img-meta img,
.portfolio-wrap-five:hover .img-meta img {
  transform: scale(1.1);
}

@media only screen and (max-width: 1600px) {

  .portfolio-wrap-one,
  .portfolio-wrap-five {
    padding-left: 15px;
    padding-right: 15px;
  }

  .portfolio-wrap-one .img-meta,
  .portfolio-wrap-five .img-meta {
    border-radius: 20px;
  }

  .portfolio-wrap-one .pf-content-wrap,
  .portfolio-wrap-five .pf-content-wrap {
    width: 50%;
    bottom: 15px;
    left: 40px;
  }
}

@media only screen and (max-width: 991.98px) {

  .portfolio-wrap-one .pf-content-wrap,
  .portfolio-wrap-five .pf-content-wrap {
    width: 80%;
    bottom: 15px;
    height: 90px;
    left: 40px;
    padding-left: 10px;
  }

  .portfolio-wrap-one .pf-btn,
  .portfolio-wrap-five .pf-btn {
    font-size: 16px;
    width: 100px;
    height: 100px;
  }

  .portfolio-wrap-one .pf-title,
  .portfolio-wrap-five .pf-title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767.98px) {

  .portfolio-wrap-one,
  .portfolio-wrap-five {
    padding-left: 15px;
    padding-right: 15px;
  }

  .portfolio-wrap-one .pf-content-wrap,
  .portfolio-wrap-five .pf-content-wrap {
    position: unset;
    width: 100%;
    margin-top: 10px;
  }

  .portfolio-wrap-one .pf-btn,
  .portfolio-wrap-five .pf-btn {
    position: relative;
    width: 80px;
    height: 80px;
    right: 0;
  }
}

.portfolio-wrap-two {
  position: relative;
  z-index: 1;
}

.portfolio-wrap-two .pf-meta {
  margin-bottom: 15px;
}

.portfolio-wrap-two .pf-meta a {
  color: #000;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 2.125;
}

.portfolio-wrap-two .pf-meta a.date {
  font-weight: 500;
}

.portfolio-wrap-two .img-meta {
  border-radius: 49px;
  overflow: hidden;
}

.portfolio-wrap-two .img-meta img {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.portfolio-wrap-two .pf-title {
  font-size: 60px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 0.9;
  text-transform: capitalize;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.portfolio-wrap-two .pf-title span {
  display: block;
}

.portfolio-wrap-two .pf-title a {
  color: #000;
}

.portfolio-wrap-two .pf-title:hover {
  text-decoration: underline;
}

.portfolio-wrap-two .pf-btn {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.04;
  color: #000;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  width: 152px;
  height: 151px;
  display: inline-block;
  margin-bottom: 22px;
}

.portfolio-wrap-two .pf-btn img {
  object-fit: cover;
  width: 100%;
  animation: rotation infinite linear 20s;
}

.portfolio-wrap-two .pf-btn span {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.portfolio-wrap-two .pf-content-wrap {
  position: absolute;
  left: 55px;
  right: 61px;
  bottom: 30px;
  z-index: 1;
}

.portfolio-wrap-two:hover .img-meta img {
  transform: scale(1.1);
}

@media only screen and (max-width: 1600px) {
  .portfolio-wrap-two {
    padding-left: 15px;
    padding-right: 15px;
  }

  .portfolio-wrap-two .img-meta {
    border-radius: 20px;
  }
}

@media only screen and (max-width: 991.98px) {
  .portfolio-wrap-two .pf-content-wrap {
    left: 30px;
    right: 30px;
    bottom: 15px;
  }

  .portfolio-wrap-two .pf-btn {
    font-size: 16px;
    width: 80px;
    height: 80px;
  }

  .portfolio-wrap-two .pf-title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767.98px) {
  .portfolio-wrap-two .pf-meta {
    margin-bottom: 5px;
  }

  .portfolio-wrap-two .pf-content-wrap {
    left: 30px;
    right: 30px;
    bottom: 15px;
  }

  .portfolio-wrap-two .pf-btn {
    width: 70px;
    height: 70px;
    margin-bottom: 0;
  }
}

.portfolio-wrap-three {
  position: relative;
  z-index: 1;
}

.portfolio-wrap-three .pf-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.portfolio-wrap-three .pf-meta {
  margin-bottom: 15px;
}

.portfolio-wrap-three .pf-meta a {
  color: #ffffff;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 2.125;
}

.portfolio-wrap-three .img-meta {
  overflow: hidden;
  margin-bottom: 40px;
  border-radius: 20px;
}

.portfolio-wrap-three .img-meta img {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

@media only screen and (max-width: 1600px) {
  .portfolio-wrap-three .img-meta img {
    border-radius: 10px;
  }
}

.portfolio-wrap-three .pf-title {
  font-size: 60px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 0.8;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-bottom: 0;
}

.portfolio-wrap-three .pf-title a {
  color: #ffffff;
}

.portfolio-wrap-three .pf-title a:hover {
  text-decoration: underline;
  text-decoration-color: #ffffff;
  text-decoration-thickness: 4px;
}

.portfolio-wrap-three:hover .img-meta img {
  transform: scale(1.1);
}

@media only screen and (max-width: 1600px) {
  .portfolio-wrap-three .pf-title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 991.98px) {
  .portfolio-wrap-three .pf-title {
    font-size: 24px;
  }

  .portfolio-wrap-three .img-meta {
    margin-bottom: 25px;
  }
}

.portfolio-wrap-four {
  position: relative;
  z-index: 1;
}

.portfolio-wrap-four .pf-number {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 90px;
  font-weight: 600;
  line-height: 1.42;
  letter-spacing: -0.05em;
  padding: 44px 29px 43px 32px;
  background: #ffffff;
  border-radius: 80px;
  display: inline-block;
  position: absolute;
  z-index: 1;
  right: 1px;
  top: 50%;
  transform: translateY(-50%);
}

.portfolio-wrap-four .pf-meta a {
  color: #888888;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 2.125;
}

.portfolio-wrap-four .pf-meta a.date {
  font-weight: 400;
}

.portfolio-wrap-four .pf-meta.style-2 a {
  color: #000;
  line-height: 2.27;
  border: 1px solid #CECECE;
  border-radius: 30px;
  padding: 1px 18px;
  margin-left: 10px;
}

.portfolio-wrap-four .img-meta {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 25px;
}

.portfolio-wrap-four .img-meta img {
  border-radius: 10px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.portfolio-wrap-four .pf-title {
  font-size: 36px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 0.94;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-bottom: 0;
}

.portfolio-wrap-four .pf-title a {
  color: #000;
}

.portfolio-wrap-four .pf-title a:hover {
  text-decoration: underline;
}

.portfolio-wrap-four:hover .img-meta img {
  transform: scale(1.1);
}

@media only screen and (max-width: 1600px) {
  .portfolio-wrap-four .pf-title {
    font-size: 28px;
  }

  .portfolio-wrap-four .pf-number {
    font-size: 40px;
    padding: 20px 15px;
  }
}

@media only screen and (max-width: 991.98px) {
  .portfolio-wrap-four .pf-title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767.98px) {
  .portfolio-wrap-four .pf-number {
    font-size: 20px;
    padding: 15px 10px;
  }

  .portfolio-wrap-four .pf-title {
    margin-bottom: 10px;
  }

  .portfolio-wrap-four .pf-meta.style-2 a {
    margin-bottom: 20px;
    padding: 0 12px;
    line-height: 1.7;
  }
}

.portfolio-wrap-five {
  padding-left: 0;
  padding-right: 0;
}

.portfolio-wrap-five .pf-number {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  font-family: "Inter", sans-serif;
  width: 72px;
  height: 72px;
  background: #ffffff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  left: 48px;
  top: 43px;
}

.portfolio-wrap-five .pf-content-wrap-2 {
  position: absolute;
  left: 48px;
  right: 51px;
  bottom: 55px;
  z-index: 1;
}

.portfolio-wrap-five .pf-content {
  min-width: 400px;
  height: 135px;
  background: #ffffff;
  padding-left: 39px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.portfolio-wrap-five .pf-btn {
  right: 0;
}

@media only screen and (max-width: 1600px) {
  .portfolio-wrap-five .pf-content-wrap-2 {
    left: 15px;
    right: 15px;
  }

  .portfolio-wrap-five .pf-content {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 1200px) {
  .portfolio-wrap-five .pf-content {
    min-width: max-content;
    padding-right: 15px;
  }

  .portfolio-wrap-five .pf-title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1200px) {
  .portfolio-wrap-five .pf-content-wrap-2 {
    bottom: 20px;
  }

  .portfolio-wrap-five .pf-content {
    height: auto;
    padding-top: 10px;
    padding-bottom: 15px;
  }

  .portfolio-wrap-five .pf-title {
    font-size: 20px;
  }

  .portfolio-wrap-five .pf-number {
    left: 15px;
    top: 15px;
    width: 50px;
    height: 50px;
    font-size: 16px;
  }
}

.project-info-box .project-info-label {
  color: #0C0610;
  font-size: 18px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}

.project-info-box .project-info-title {
  color: #0C0610;
  font-size: 24px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  line-height: 0.75;
  letter-spacing: 0;
}

@media only screen and (max-width: 1600px) {
  .project-info-box .project-info-label {
    font-size: 16px;
  }

  .project-info-box .project-info-title {
    font-size: 18px;
  }
}

.pf-details-thumb {
  padding-bottom: 135px;
}

.pf-details-thumb img {
  border-radius: 54px;
}

@media only screen and (max-width: 1600px) {
  .pf-details-thumb {
    padding-bottom: 40px;
  }

  .pf-details-thumb img {
    border-radius: 10px;
  }
}

.img-box-2 img {
  border-radius: 49px;
}

@media only screen and (max-width: 1600px) {
  .img-box-2 img {
    border-radius: 10px;
  }
}

.pf-details-title {
  color: #ffffff;
  font-size: 120px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  line-height: 1.2;
  letter-spacing: -0.05em;
}

@media only screen and (max-width: 1600px) {
  .pf-details-title {
    font-size: 46px;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 1200px) {
  .pf-details-title {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767.98px) {
  .pf-details-title {
    font-size: 28px;
  }
}

.pf-details-desc {
  color: #aaa;
  font-size: 32px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.05em;
  padding-left: 16px;
  padding-right: 45px;
}

.pf-details-desc.style-2 {
  color: #ffffff;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.25;
}

.pf-details-desc.style-3 {
  color: #DADADA;
}

@media only screen and (max-width: 1600px) {
  .pf-details-desc {
    font-size: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .pf-details-desc.style-2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1200px) {
  .pf-details-desc {
    font-size: 18px;
  }

  .pf-details-desc.style-2 {
    font-size: 20px;
  }
}

.contact-form-wrapper {
  background: #0F0D0D;
  border-radius: 10px;
  padding: 58px 50px 53px 40px;
}

@media only screen and (max-width: 1200px) {
  .contact-form-wrapper {
    padding: 20px 25px;
  }
}

@media only screen and (max-width: 767.98px) {
  .contact-form-wrapper {
    padding: 20px 15px;
  }
}

.contact-form .input-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.contact-form .input-wrapper label {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  display: inline-block;
  margin-bottom: 10px;
}

.contact-form .input-wrapper input {
  width: 100%;
  height: 70px;
  border: 0;
  background: #050303;
  color: #7E837B;
  font-size: 16px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 36px;
  border-radius: 5px;
  padding-left: 24px;
}

.contact-form .input-wrapper input::placeholder {
  color: #7E837B;
  font-size: 16px;
}

.contact-form .input-wrapper input::-moz-placeholder {
  color: #7E837B;
  font-size: 16px;
}

.contact-form .input-wrapper input::-webkit-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-size: 18px;
}

.contact-form .input-wrapper input::-o-placeholder {
  color: #7E837B;
  font-size: 16px;
}

.contact-form .input-wrapper input::-ms-placeholder {
  color: #7E837B;
  font-size: 16px;
}

.contact-form .input-wrapper textarea {
  width: 100%;
  height: 139px;
  border: 0;
  background: #050303;
  color: #7E837B;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 36px;
  border-radius: 5px;
  padding-left: 24px;
}

.contact-form .input-wrapper textarea::placeholder {
  color: #7E837B;
  font-size: 16px;
}

.contact-form .input-wrapper textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
}

.contact-form .input-wrapper textarea::-webkit-placeholder {
  color: #7E837B;
  font-size: 16px;
}

.contact-form .input-wrapper textarea::-o-placeholder {
  color: #7E837B;
  font-size: 16px;
}

.contact-form .input-wrapper textarea::-ms-placeholder {
  color: #7E837B;
  font-size: 16px;
}

.contact-form .submit-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  height: 70px;
  line-height: 68px;
  text-transform: capitalize;
  border-radius: 5px;
  border: 0;
  background: #000;
  width: 100%;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.contact-form .submit-btn:hover {
  color: #000;
  background: #F0D7FF;
}

@media only screen and (max-width: 1200px) {
  .contact-form .input-wrapper {
    margin-bottom: 25px;
  }
}

.contact-text-wrap {
  margin-right: 97px;
  margin-top: 46px;
}

.contact-text-wrap .contact-subtitle,
.contact-text-wrap .contact-desc {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
}

.contact-text-wrap .contact-desc {
  color: #828282;
}

.contact-text-wrap .contact-title {
  color: #ffffff;
  font-size: 72px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  line-height: 1.138;
  letter-spacing: 0;
  margin-top: 14px;
  margin-bottom: 35px;
  text-transform: capitalize;
}

@media only screen and (max-width: 1600px) {
  .contact-text-wrap {
    margin-right: 0;
  }

  .contact-text-wrap .contact-title {
    font-size: 42px;
  }
}

@media only screen and (max-width: 1200px) {
  .contact-text-wrap .contact-title {
    font-size: 36px;
  }

  .contact-text-wrap .contact-desc {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1200px) {
  .contact-text-wrap .contact-title {
    font-size: 26px;
  }
}

.subscribe-form {
  width: 100%;
  position: relative;
  z-index: 1;
}

.subscribe-form.sub-one {
  width: 425px;
  border-radius: 80px;
}

@media only screen and (max-width: 767.98px) {
  .subscribe-form.sub-one {
    width: 100%;
  }

  .subscribe-form.sub-one button {
    background: #F0D7FF;
  }
}

.subscribe-form input {
  width: 100%;
  height: 87px;
  border: 0;
  color: #666;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  padding-left: 30px;
  border-radius: 80px;
  background: #121212;
  border: 0;
}

.subscribe-form input::placeholder {
  color: #666;
  font-size: 16px;
}

.subscribe-form input::-moz-placeholder {
  color: #666;
  font-size: 16px;
}

.subscribe-form input::-webkit-placeholder {
  color: #666;
  font-size: 16px;
}

.subscribe-form input::-o-placeholder {
  color: #666;
  font-size: 16px;
}

.subscribe-form input::-ms-placeholder {
  color: #666;
  font-size: 16px;
}

.subscribe-form button {
  color: #ffffff;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  border: 0;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  display: inline-block;
  background: #ffffff;
  position: absolute;
  right: 11px;
  top: 11px;
  border-radius: 80px;
  height: 63px;
  width: max-content;
  padding: 0px 24px 0 22px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.subscribe-form button:hover {
  background: #F0D7FF;
}

@media only screen and (max-width: 767.98px) {
  .subscribe-form {
    text-align: center;
    width: 100%;
  }

  .subscribe-form button {
    width: 100%;
    position: relative;
    top: unset;
    right: unset;
    margin-top: 10px;
  }

  .subscribe-form button.black-btn {
    background: #0C0610;
  }
}

.contact-map iframe {
  height: 507px;
  max-width: 833px;
  width: 100%;
  border-radius: 10px;
  display: block;
}

@media only screen and (max-width: 1600px) {
  .contact-map iframe {
    height: 450px;
  }
}

@media only screen and (max-width: 1200px) {
  .contact-map iframe {
    height: 400px;
  }
}

@media only screen and (max-width: 991.98px) {
  .contact-map iframe {
    height: 350px;
  }
}

.cta-mail {
  color: #0C0610;
  font-size: 48px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: lowercase;
}

.cta-mail:hover {
  color: #000;
  border-bottom: 2px solid #000;
}

.cta-mail.version-2 {
  font-size: 36px;
  line-height: 1.3;
  border-bottom: 2px solid #ffffff;
  text-transform: capitalize;
}

@media only screen and (max-width: 767.98px) {
  .cta-mail.version-2 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1200px) {
  .cta-mail {
    font-size: 32px;
  }
}

@media only screen and (max-width: 767.98px) {
  .cta-mail {
    font-size: 20px;
  }

  .cta-mail img {
    max-width: 16px;
  }
}

.cta-overlay::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 177px;
  right: -170 px;
  top: 0;
  width: 100%;
  max-width: 1850px;
  height: 475px;
  background: radial-gradient(50% 50% at 50% 50%, #FF1500 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.37;
}

.cta-overlay .mail-text-wrap {
  top: 16%;
  left: 47.5%;
}

.cta-overlay .info-box {
  margin-top: 105px;
  margin-right: 80px;
}

@media only screen and (max-width: 1600px) {
  .cta-overlay .mail-text-wrap {
    position: unset !important;
  }

  .cta-overlay .info-box {
    margin-top: 0px;
    margin-right: 15px;
  }
}

@media only screen and (max-width: 767.98px) {
  .cta-overlay .mail-text-wrap {
    position: unset !important;
  }

  .cta-overlay .info-box {
    position: relative !important;
    margin-right: 0;
    margin-top: 30px;
    width: 100%;
  }
}

.info-box {
  display: inline-block;
  background: #0A0101;
  padding: 76px 43px 88px 58px;
}

.info-box .info-label {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.info-box .info-title {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 0.6;
  letter-spacing: -0.03em;
}

@media only screen and (max-width: 1600px) {
  .info-box {
    padding: 50px 30px;
  }

  .info-box .info-label {
    font-size: 20px;
  }

  .info-box .info-title {
    font-size: 24px;
  }
}

.info-box2 {
  display: inline-block;
  margin-bottom: 11px;
  max-width: 295px;
  margin-bottom: 35px;
  padding-left: 30px;
}

.info-box2 .icon {
  width: 84px;
  height: 84px;
  background: #0A0808;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.info-box2 .info-title {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0;
  margin-bottom: 20px;
}

.info-box2 address,
.info-box2 p {
  color: #717171;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0;
}

.info-box2 address {
  font-weight: 500;
}

@media only screen and (max-width: 1600px) {
  .info-box2 {
    padding-left: 0;
  }

  .info-box2 .info-title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .info-box2 {
    max-width: 100%;
  }

  .info-box2 .info-title {
    margin-bottom: 7px;
  }
}

@media only screen and (max-width: 767.98px) {

  .info-box2 address,
  .info-box2 p {
    font-size: 18px;
  }
}

.feedback-wrap-one {
  background: #F0D7FF;
  padding: 73px 71px 70px 76px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}

.feedback-wrap-one .feedback-divider-line {
  display: block;
  height: 1px;
  max-width: 757px;
  width: 100%;
  background: #000;
}

.feedback-wrap-one .feedback-text {
  color: rgba(12, 6, 16, 0.8);
  font-size: 34px;
  font-family: "Inter", sans-serif;
  line-height: 1.41;
  margin-top: 48px;
}

.feedback-wrap-one .author {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  margin-right: 40px;
}

.feedback-wrap-one .name {
  color: #0C0610;
  font-size: 24px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  line-height: 30px;
  margin-bottom: 7px;
}

.feedback-wrap-one .designation {
  color: rgba(105, 103, 103, 0.8);
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 0;
}

.feedback-wrap-one .quote-icon {
  position: absolute;
  right: 8%;
  top: 9.6%;
  z-index: 1;
}

@media only screen and (max-width: 1600px) {
  .feedback-wrap-one {
    padding: 40px 30px;
  }

  .feedback-wrap-one .feedback-text {
    font-size: 24px;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 1200px) {
  .feedback-wrap-one {
    padding: 25px 20px;
  }

  .feedback-wrap-one .feedback-text {
    font-size: 20px;
    margin-top: 40px;
  }

  .feedback-wrap-one .author {
    margin-right: 15px;
  }

  .feedback-wrap-one .quote-icon {
    right: 0;
    top: 15px;
  }

  .feedback-wrap-one .quote-icon img {
    width: 50%;
  }
}

@media only screen and (max-width: 991.98px) {
  .feedback-wrap-one {
    padding-left: 15px;
    padding-right: 15px;
  }

  .feedback-wrap-one .author {
    margin-right: 10px;
  }

  .feedback-wrap-one .quote-icon {
    right: -18px;
  }

  .feedback-wrap-one .name {
    font-size: 18px;
    margin-bottom: 0;
  }

  .feedback-wrap-one .feedback-text {
    font-size: 18px;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767.98px) {
  .feedback-wrap-one .designation {
    font-size: 14px;
  }
}

.side-shadow {
  position: relative;
  z-index: 1;
}

.side-shadow::before {
  content: "";
  position: absolute;
  width: 479px;
  height: 100%;
  left: -186px;
  top: 0;
  background: linear-gradient(268.96deg, rgba(255, 255, 255, 0) 0.75%, #FFFFFF 62.04%);
  z-index: 2;
}

.side-shadow::after {
  content: "";
  position: absolute;
  width: 479px;
  height: 100%;
  right: -186px;
  top: 0;
  background: linear-gradient(268.96deg, rgba(255, 255, 255, 0) 0.75%, #FFFFFF 62.04%);
  transform: rotate(-180deg);
  z-index: 2;
}

@media only screen and (max-width: 1600px) {

  .side-shadow::after,
  .side-shadow::before {
    width: 340px;
  }
}

@media only screen and (max-width: 991.98px) {

  .side-shadow::after,
  .side-shadow::before {
    width: 300px;
  }
}

@media only screen and (max-width: 767.98px) {

  .side-shadow::after,
  .side-shadow::before {
    width: 260px;
  }
}

.feedback-wrap-two {
  text-align: center;
  padding-left: 42px;
  padding-right: 42px;
}

.feedback-wrap-two .feedback-text {
  color: #ffffff;
  font-size: 42px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 1.38;
  margin-top: 43px;
}

.feedback-wrap-two .avatar-wrap {
  width: 171px;
  height: 171px;
  background: linear-gradient(180deg, #EAF4A7 0%, #7F68FF 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
}

.feedback-wrap-two .author {
  width: 161px;
  height: 161px;
  border-radius: 50%;
}

@media only screen and (max-width: 1600px) {
  .feedback-wrap-two .feedback-text {
    font-size: 32px;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 1200px) {
  .feedback-wrap-two {
    padding-left: 0;
    padding-right: 0;
  }

  .feedback-wrap-two .feedback-text {
    font-size: 24px;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 991.98px) {
  .feedback-wrap-two .feedback-text {
    font-size: 18px;
    margin-top: 30px;
  }
}

.feedback-wrap-three {
  background: #090707;
  padding: 56px 27px 44px 56px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}

.feedback-wrap-three .feedback-divider-line {
  display: block;
  height: 1px;
  max-width: 757px;
  width: 100%;
  background: #383838;
}

.feedback-wrap-three .feedback-text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 34px;
  font-family: "Inter", sans-serif;
  line-height: 1.41;
  margin-top: 29px;
}

.feedback-wrap-three .author {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  margin-right: 21px;
}

.feedback-wrap-three .name {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  line-height: 30px;
  letter-spacing: 0;
  margin-bottom: 7px;
}

.feedback-wrap-three .designation {
  color: #696767;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 0;
}

.feedback-wrap-three .quote-icon {
  position: absolute;
  right: 8%;
  top: 9.6%;
  z-index: 1;
}

@media only screen and (max-width: 1600px) {
  .feedback-wrap-three {
    padding: 40px 20px;
  }

  .feedback-wrap-three .feedback-text {
    font-size: 24px;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 1200px) {
  .feedback-wrap-three {
    padding: 25px 20px;
  }

  .feedback-wrap-three .feedback-text {
    font-size: 20px;
    margin-top: 40px;
  }

  .feedback-wrap-three .author {
    margin-right: 15px;
  }

  .feedback-wrap-three .quote-icon {
    right: 0;
    top: 15px;
  }

  .feedback-wrap-three .quote-icon img {
    width: 50%;
  }
}

@media only screen and (max-width: 991.98px) {
  .feedback-wrap-three {
    padding-left: 15px;
    padding-right: 15px;
  }

  .feedback-wrap-three .author {
    margin-right: 10px;
  }

  .feedback-wrap-three .quote-icon {
    right: -18px;
  }

  .feedback-wrap-three .name {
    font-size: 18px;
    margin-bottom: 0;
  }

  .feedback-wrap-three .feedback-text {
    font-size: 18px;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767.98px) {
  .feedback-wrap-three .designation {
    font-size: 14px;
  }
}

.feedback-wrap-four .feedback-text {
  color: #000;
  font-size: 40px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  margin-right: 181px;
}

@media only screen and (max-width: 1800px) {
  .feedback-wrap-four .feedback-text {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1600px) {
  .feedback-wrap-four .feedback-text {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1200px) {
  .feedback-wrap-four .feedback-text {
    font-size: 20px;
    margin-right: 0;
  }
}

.author-info-item .name {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  line-height: 36px;
  margin-bottom: 7px;
}

.author-info-item .designation {
  color: #666567;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 0;
}

@media only screen and (max-width: 1600px) {
  .author-info-item .name {
    font-size: 24px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 991.98px) {
  .author-info-item .name {
    font-size: 18px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .author-info-item .designation {
    font-size: 14px;
  }
}

.author-info-item-2 {
  margin-top: 5px;
}

.author-info-item-2 .name {
  color: #A9A9A9;
  font-size: 36px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  border-bottom: 2px solid transparent;
  display: inline-block;
  margin-bottom: 10px;
}

.author-info-item-2.slick-slide.slick-current.slick-active .name {
  color: #000;
  border-color: #000;
  margin-bottom: 26px;
}

@media only screen and (max-width: 1600px) {

  .author-info-item-2 .name,
  .author-info-item-2.slick-slide.slick-current.slick-active .name {
    font-size: 20px;
    margin-bottom: 5px;
  }
}

.author-avatar-wrap {
  max-width: 459px;
  gap: 33px;
}

.author-avatar-wrap .author {
  width: 151px;
  height: 151px;
  border-radius: 50%;
}

.author-avatar-wrap h3 {
  color: #0C0610;
  font-size: 48px;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 2px;
}

.author-avatar-wrap p {
  color: #696767;
  font-size: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0;
}

@media only screen and (max-width: 1600px) {
  .author-avatar-wrap {
    max-width: 100%;
    gap: 10px;
  }

  .author-avatar-wrap h3 {
    font-size: 32px;
  }
}

.ht-carousel-two ul.slick-dots {
  display: none !important;
}

.team-wrap-one {
  margin-bottom: 40px;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 15px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.team-wrap-one .team-thumb {
  border-radius: 15px;
  padding: 25px 22px;
  margin-bottom: 10px;
  border: 1px solid #cacaca;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.team-wrap-one .team-thumb img {
  border-radius: 15px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.team-wrap-one .content {
  text-align: end;
  position: relative;
  z-index: 1;
}

.team-wrap-one .content::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 23px;
  left: 0;
  top: 24px;
  background: #1C1818;
  border-radius: 3px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.team-wrap-one .name {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.75;
  font-family: "Inter", sans-serif;
  letter-spacing: 0;
  margin-bottom: 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.team-wrap-one .name a {
  color: #ffffff;
}

.team-wrap-one .designation {
  color: #727272;
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.team-wrap-one:hover .team-thumb img {
  transform: scale(1.15);
}

.team-wrap-one:hover .content::before {
  background: #F0D7FF;
}

@media only screen and (max-width: 1200px) {
  .team-wrap-one .name {
    font-size: 24px;
  }

  .team-wrap-one .team-thumb {
    padding: 15px 15px;
  }
}

.blog-one,
.blog-two {
  background: #DEDEDE;
  border-radius: 10px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.blog-one .blog-thumb,
.blog-two .blog-thumb {
  overflow: hidden;
  position: relative;
  z-index: 3;
}

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

.blog-one .blog-thumb img,
.blog-two .blog-thumb img {
  border-radius: 10px 10px 0 0;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

.blog-one .blog-content,
.blog-two .blog-content {
  background: #F0F0F0;
  padding: 42px 30px 30px 67px;
  border-radius: 0 0 10px 10px;
}

.blog-one .blog-meta,
.blog-two .blog-meta {
  display: flex;
  align-items: center;
}

.blog-one .blog-meta .blog-date,
.blog-one .blog-meta .author-name,
.blog-two .blog-meta .blog-date,
.blog-two .blog-meta .author-name {
  color: #000;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 26px;
  display: inline-block;
  margin-right: 4px;
}

.blog-one .meta-info,
.blog-two .meta-info {
  background: #D9D9D9;
  padding: 0 18px;
  border-radius: 30px;
}

.blog-one .blog-title,
.blog-two .blog-title {
  font-size: 30px;
  line-height: 1.27;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-bottom: 20px;
  margin-top: 12px;
}

.blog-one .blog-title a,
.blog-two .blog-title a {
  color: #0C0610;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.blog-one .blog-title a:hover,
.blog-two .blog-title a:hover {
  text-decoration: underline;
}

.blog-one .blog-tag,
.blog-two .blog-tag {
  color: #000;
  font-size: 15px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 26px;
  display: inline-block;
  padding: 4px 18px;
  background: #D9D9D9;
  border-radius: 30px;
}

.blog-one .blog-text,
.blog-two .blog-text {
  color: #4A4747;
  font-size: 16px;
  line-height: 1.625;
}

.blog-one:hover .blog-thumb img,
.blog-two:hover .blog-thumb img {
  transform: scale(1.1);
}

.blog-one:hover .blog-thumb::before,
.blog-two:hover .blog-thumb::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}

@media only screen and (max-width: 1800px) {

  .blog-one .blog-title,
  .blog-two .blog-title {
    font-size: 26px;
  }
}

@media only screen and (max-width: 1600px) {

  .blog-one .blog-content,
  .blog-two .blog-content {
    padding: 30px 20px 20px 20px;
  }
}

@media only screen and (max-width: 1200px) {

  .blog-one .blog-content,
  .blog-two .blog-content {
    padding: 20px 15px;
  }

  .blog-one .blog-title,
  .blog-two .blog-title {
    font-size: 22px;
  }

  .blog-one .blog-meta,
  .blog-two .blog-meta {
    display: inline-block;
  }

  .blog-one .meta-info,
  .blog-two .meta-info {
    margin-top: 7px;
  }
}

@media only screen and (max-width: 991.98px) {

  .blog-one .blog-content,
  .blog-two .blog-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 767.98px) {

  .blog-one .meta-info,
  .blog-one .blog-tag,
  .blog-two .meta-info,
  .blog-two .blog-tag {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.blog-two {
  margin-bottom: 60px;
}

@media only screen and (max-width: 1200px) {
  .blog-two {
    margin-bottom: 40px;
  }
}

.blog-two,
.classic-style {
  position: relative;
  z-index: 1;
}

.blog-two .blog-num,
.classic-style .blog-num {
  color: #ffffff;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  line-height: 1.625;
  width: 44px;
  height: 46px;
  border-radius: 30px;
  background: #000;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.blog-two .blog-title,
.classic-style .blog-title {
  font-size: 36px;
  line-height: 1.11;
  margin-top: 23px;
  margin-bottom: 30px;
}

.blog-two .blog-meta,
.classic-style .blog-meta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-two .blog-meta a,
.classic-style .blog-meta a {
  color: #000;
  font-size: 15px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 26px;
  display: inline-block;
  padding: 4px 18px;
  background: #F5EBEB;
  border-radius: 30px;
}

.blog-two .blog-content,
.classic-style .blog-content {
  background: #ffffff;
  padding: 48px 41px 27px 41px;
}

.blog-two .blog-btn,
.classic-style .blog-btn {
  color: #0C0610;
  font-size: 18px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.05px;
  transition: all 0.4s ease 0s;
  width: 103px;
  height: 103px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 39px;
  bottom: 49px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.blog-two .blog-btn i,
.classic-style .blog-btn i {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.blog-two .blog-btn img,
.classic-style .blog-btn img {
  width: 24px;
  border-radius: 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.blog-two .blog-btn:hover,
.classic-style .blog-btn:hover {
  color: #F0D7FF;
  background: #F0D7FF;
  border-color: #F0D7FF;
}

.blog-two .blog-btn:hover img,
.classic-style .blog-btn:hover img {
  filter: invert(1);
  transform: rotate(45deg);
}

@media only screen and (max-width: 1800px) {

  .blog-two .blog-title,
  .classic-style .blog-title {
    font-size: 26px;
  }

  .blog-two .blog-content,
  .classic-style .blog-content {
    padding: 25px 15px 27px 15px;
  }
}

@media only screen and (max-width: 1600px) {

  .blog-two .blog-content,
  .classic-style .blog-content {
    padding: 25px 20px 15px 20px;
  }

  .blog-two .blog-title,
  .classic-style .blog-title {
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .blog-two .blog-btn,
  .classic-style .blog-btn {
    width: 60px;
    height: 60px;
    left: 15px;
    bottom: 15px;
  }

  .blog-two .blog-btn img,
  .classic-style .blog-btn img {
    width: 20px;
  }
}

@media only screen and (max-width: 1200px) {

  .blog-two .blog-content,
  .classic-style .blog-content {
    padding: 20px 15px;
  }

  .blog-two .blog-title,
  .classic-style .blog-title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 991.98px) {

  .blog-two .blog-content,
  .classic-style .blog-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-two .blog-tag,
  .classic-style .blog-tag {
    padding: 2px 10px;
  }
}

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

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

.classic-style {
  background: transparent;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

.classic-style .blog-thumb {
  position: relative;
  z-index: 1;
}

.classic-style .blog-thumb img {
  max-width: 100%;
  border-radius: 10px;
}

.classic-style .popup-video {
  color: #000;
  font-size: 50px;
  width: 120px;
  height: 120px;
  line-height: 120px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #F0D7FF;
  position: absolute;
}

.classic-style .popup-video img {
  width: 20px;
}

.classic-style button.slick-arrow {
  font-size: 24px;
  border: 0;
  background: rgba(7, 17, 6, 0.3);
  width: 45px;
  height: 45px;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.classic-style button.slick-next {
  left: auto;
  right: 30px;
}

.classic-style button.slick-prev {
  left: 30px;
}

.classic-style .blog-title {
  font-size: 40px;
  line-height: 1.16;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  letter-spacing: 0;
  margin-bottom: 18px;
  margin-top: 21px;
}

.classic-style .blog-title a {
  color: #ffffff;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.classic-style .blog-title a:hover {
  text-decoration: underline;
}

.classic-style .blog-content {
  padding: 30px 0;
  background: transparent;
}

.classic-style .author {
  border-radius: 50%;
}

.classic-style p {
  color: #D9D9D9;
  margin-bottom: 30px;
  line-height: 1.67;
  padding-right: 18px;
}

.classic-style .blog-btn {
  color: #0C0610;
  font-size: 18px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  display: inline-flex;
  display: none;
  align-items: center;
  transition: all 0.4s ease 0s;
}

.classic-style .blog-btn .btn-icon {
  position: relative;
  z-index: 1;
  margin-left: 10px;
}

.classic-style .blog-btn img {
  display: inline-block;
  transition: all 0.4s ease 0s;
}

.classic-style .blog-btn:hover {
  border-bottom: 1.5px solid #0C0610;
}

@media only screen and (max-width: 1600px) {
  .classic-style .blog-title {
    font-size: 36px;
  }

  .classic-style p {
    padding-right: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .classic-style .blog-meta a {
    font-size: 15px;
    font-weight: 400;
  }

  .classic-style .blog-meta a:first-child {
    margin-right: 3px;
  }

  .classic-style .blog-title {
    font-size: 28px;
  }
}

@media only screen and (max-width: 991.98px) {
  .classic-style {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .classic-style {
    margin-left: 0;
  }

  .classic-style .blog-title {
    font-size: 22px;
  }

  .classic-style .popup-video {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 26px;
  }
}

.blockquote {
  padding: 60px 48px 57px 40px;
  background: #171616;
  border: 1.5px solid #171616;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

.blockquote img {
  display: inline-block;
}

.blockquote .quote-icon {
  position: absolute;
  z-index: 1;
  right: 100px;
  bottom: 37px;
}

.blockquote .blockquote-content {
  flex: 1;
}

.blockquote p {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: -0.64px;
  margin-bottom: 32px;
  margin-left: 24px;
}

@media only screen and (max-width: 1200px) {
  .blockquote p {
    font-size: 20px;
  }
}

.blockquote .blockquote-footer {
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  font-size: 22px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  position: relative;
}

.blockquote .blockquote-footer::before {
  color: #ffffff;
  width: 24px;
  height: 2px;
  border-radius: 6px;
  left: 10px;
}

@media only screen and (max-width: 1200px) {
  .blockquote .blockquote-footer {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767.98px) {
  .blockquote {
    padding: 25px 15px 10px 15px;
  }

  .blockquote p {
    margin-left: 0;
    margin-bottom: 10px;
  }

  .blockquote .quote-icon {
    right: 10px;
    bottom: 10px;
  }

  .blockquote .quote-icon img {
    width: 30px;
  }
}

.blog-details-wrapper .classic-style {
  border: 0;
}

.blog-details-wrapper .classic-style .blog-meta {
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.blog-details-wrapper .classic-style .blog-meta a {
  color: #0C0610;
  font-weight: 500;
}

@media only screen and (max-width: 767.98px) {
  .blog-details-wrapper .classic-style .blog-meta {
    gap: 5px;
  }

  .blog-details-wrapper .classic-style .blog-meta a {
    font-size: 14px;
  }
}

.blog-details-wrapper .classic-style .blog-title {
  font-size: 48px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  line-height: 1.17;
  letter-spacing: 0;
}

@media only screen and (max-width: 1600px) {
  .blog-details-wrapper .classic-style .blog-title {
    font-size: 32px;
  }
}

@media only screen and (max-width: 1200px) {
  .blog-details-wrapper .classic-style .blog-title {
    font-size: 26px;
  }
}

@media only screen and (max-width: 767.98px) {
  .blog-details-wrapper .classic-style .blog-title {
    font-size: 22px;
  }
}

.blog-details-wrapper .classic-style .blog-content {
  padding-left: 0;
  padding-right: 0;
}

.blog-details-wrapper .classic-style p {
  color: #717171;
  font-size: 18px;
  line-height: 1.66;
  padding-right: 0;
}

.blog-details-wrapper .img-box img {
  border-radius: 10px;
}

.blog-details-wrapper .media-content {
  border-bottom: 1px solid #3C3C3C;
}

@media only screen and (max-width: 1200px) {
  .blog-details-wrapper .classic-style p {
    font-size: 16px;
  }
}

.comment-reply-title,
.comment-title,
.blog-details-title {
  color: #ffffff;
  font-size: 42px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}

@media only screen and (max-width: 1200px) {

  .comment-reply-title,
  .comment-title,
  .blog-details-title {
    font-size: 24px;
  }
}

.comment-box {
  position: relative;
  z-index: 1;
  border: 1.5px solid transparent;
  padding: 35px 45px 10px 45px;
  border-radius: 15px;
}

.comment-box .date {
  color: #ffffff;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  margin-bottom: 0;
}

.comment-box .name {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}

.comment-box .comment-avatar {
  float: left;
  margin-right: 30px;
  margin-top: 8px;
}

.comment-box .comment-avatar img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .comment-box .comment-avatar {
    float: none;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 15px;
  }
}

.comment-box .comment-content {
  overflow: hidden;
}

.comment-box .comment-content p i {
  margin-right: 5px;
}

.comment-box .comment-content h5 {
  margin-bottom: 3px;
}

.comment-box .comment-reply-link {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  padding: 10px 22px;
  line-height: 1;
  position: absolute;
  background: #171616;
  z-index: 1;
  right: 45px;
  top: 45px;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .comment-box .comment-reply-link {
    float: none;
    margin-right: 0;
    margin-top: 0;
    position: relative;
  }
}

.comment-box .comment-reply-link:hover {
  color: #000;
  background: #F0D7FF;
}

@media only screen and (max-width: 1600px) {
  .comment-box {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.comment-list li {
  margin-bottom: 40px;
}

.ht-plan {
  background: #060606;
  border-radius: 10px;
  padding: 60px 36px 59px 41px;
  position: relative;
  z-index: 2;
}

.ht-plan .plan-title {
  color: #ffffff;
  font-size: 36px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 1;
  margin-bottom: 4px;
}

.ht-plan .plan-desc,
.ht-plan .feature-title {
  color: #696969;
  font-size: 18px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  letter-spacing: 0;
  margin-bottom: 30px;
}

.ht-plan .feature-title {
  margin-bottom: 13px;
}

.ht-plan .plan-price {
  color: #ffffff;
  font-size: 70px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  letter-spacing: 0;
  margin-bottom: 23px;
}

.ht-plan .month {
  color: #ffffff;
  font-size: 36px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-left: 47px;
  position: relative;
  z-index: 1;
  top: -12px;
}

.ht-plan .month::before {
  content: "/";
  position: absolute;
  left: -13px;
  top: 0;
  width: 2px;
  height: 10px;
  transform: rotate(4deg);
}

.ht-plan .month.m-02 {
  margin-left: 29px;
}

.ht-plan .month.m-03 {
  margin-left: 15px;
}

.ht-plan .feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ht-plan .feature-list li {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  display: block;
  padding-bottom: 4px;
}

.ht-plan .feature-list li .check-mark {
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: transparent;
  margin-right: 10px;
  transform: translateY(-2px);
}

.ht-plan .feature-list li.price-available .check-mark {
  color: #ffffff;
}

.ht-plan .feature-list li.unavailable {
  color: #ffffff;
}

.ht-plan .feature-list li.unavailable .check-mark {
  color: #D9D9D9;
  background: transparent;
}

.ht-plan .price-btn {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  text-transform: capitalize;
  padding: 13px 30px 12px 25px;
  display: flex;
  justify-content: center;
  border-radius: 30px;
  width: 100%;
  background: #ffffff;
  margin-top: 45px;
}

.ht-plan .price-btn:hover {
  background: #F0D7FF;
}

@media only screen and (max-width: 1600px) {
  .ht-plan {
    padding: 30px 15px;
  }

  .ht-plan .price-title {
    font-size: 20px;
  }

  .ht-plan .plan-price {
    font-size: 32px;
  }

  .ht-plan .month {
    font-size: 24px;
    margin-left: 25px;
    top: 0;
  }

  .ht-plan .feature-list li .check-mark {
    margin-right: 3px;
  }
}

@media only screen and (max-width: 1200px) {
  .ht-plan .plan-title {
    font-size: 22px;
  }

  .ht-plan .plan-price {
    font-size: 28px;
  }
}

@media only screen and (max-width: 991.98px) {
  .ht-plan .feature-list li {
    font-size: 15px;
  }

  .ht-plan .price-btn {
    font-size: 16px;
    padding: 13px 15px 12px 15px;
  }
}

@media only screen and (max-width: 767.98px) {
  .ht-plan .price-btn {
    font-size: 16px;
  }

  .ht-plan .feature-list li .check-mark {
    margin-right: 0;
  }
}

.ht-plan-tag {
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  text-align: center;
  background: #0BC270;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 20px 20px 0px 0px;
  color: #fff;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  height: 50px;
  line-height: 50px;
}

.pricing-nav {
  padding: 0;
  margin: 0;
  border: 0;
  background: #ffffff;
  border: 1px solid #ffffff;
  display: inline-flex;
  justify-content: center;
  border-radius: 40px;
  width: max-content;
  text-align: center;
  margin: 0 auto;
  min-height: 50px;
  padding: 2px;
}

.pricing-nav .nav-item {
  border: 0;
  padding: 0;
  margin: 0;
}

.pricing-nav .nav-item:first-child .nav-link {
  border-radius: 50px 0 0 50px;
}

.pricing-nav .nav-item:nth-child(2) .nav-link {
  border-radius: 0 50px 50px 0;
}

.pricing-nav .nav-item .nav-link {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 2;
  text-transform: uppercase;
  background: #000;
  border: 0;
  border-radius: 70px;
  padding: 18px 33px 18px 33px;
}

.pricing-nav .nav-item .nav-link.active {
  color: #000;
  background: #ffffff;
}

@media only screen and (max-width: 767.98px) {
  .pricing-nav .nav-item .nav-link {
    font-size: 20px;
    padding: 15px;
  }
}

.copyright-text {
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #ffffff;
  position: relative;
  z-index: 2;
}

.copyright-text a {
  color: #ffffff;
  font-family: "Inter", sans-serif;
}

.copyright-text a:hover {
  color: #F0D7FF;
}

@media only screen and (max-width: 991.98px) {
  .copyright-text {
    font-size: 16px;
  }
}

.footer-widget {
  position: relative;
  z-index: 2;
}

.footer-widget .widget-title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  margin-bottom: 20px;
}

.footer-widget ul {
  padding-left: 0;
}

.footer-widget ul li {
  list-style: none;
}

.footer-widget ul li a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 1.8;
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.footer-widget ul li a::before {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: 87%;
  width: 0;
  background: #F0D7FF;
  height: 1px;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.footer-widget ul li a:hover {
  color: #F0D7FF;
}

.footer-widget ul li a:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}

@media only screen and (max-width: 1200px) {
  .footer-widget ul li a {
    font-size: 18px;
  }
}

.footer-widget.widget-01 ul li a {
  font-weight: 400;
}

@media only screen and (max-width: 991.98px) {
  .footer-widget .widget-title {
    font-size: 20px;
  }
}

.footer-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-menu li {
  display: inline-block;
}

.footer-menu li:last-child a {
  margin-right: 0;
}

.footer-menu li a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 1.8;
  margin: 0 2px;
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.footer-menu li a:hover {
  color: #F0D7FF;
}

@media only screen and (max-width: 1200px) {
  .footer-menu li a {
    font-size: 18px;
  }
}

.footer-one {
  padding-bottom: 280px;
  background: #000;
  position: relative;
  z-index: 1;
}

.footer-one::before {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 1920px;
  height: 508px;
  left: 0px;
  top: 184px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(143, 55, 195, 0.47) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: -2;
}

.footer-one::after {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 1920px;
  height: 501px;
  left: -1px;
  bottom: 0;
  background: linear-gradient(180deg, rgba(11, 8, 12, 0) 27.54%, rgba(227, 182, 254, 0.49) 100%);
  z-index: -1;
}

.footer-one .fot-2 {
  padding-left: 20px;
}

.footer-one .fot-2 ul li a {
  font-weight: 400;
}

.footer-one .fot-2 {
  padding-left: 40px;
}

.footer-one .fot-3 {
  padding-left: 102px;
}

.footer-one .fot-4 {
  padding-left: 90px;
}

.footer-one .local-times {
  color: #ffffff;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 20px;
  text-transform: capitalize;
}

.footer-one .mail-text,
.footer-one .opening-times,
.footer-one .helper-links {
  color: #ffffff;
  font-size: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 1;
  display: block;
}

.footer-one .helper-links a {
  color: #ffffff;
  line-height: 29px;
}

.footer-one .helper-links a:hover {
  color: #F0D7FF;
}

.footer-one .phone-num {
  color: #ffffff;
  font-size: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 1;
  display: block;
}

.footer-one .opening-times span {
  display: block;
  margin-bottom: 7px;
}

.footer-one .footer-big-title {
  color: #1c1c1c;
  font-size: 270px;
  font-weight: 800;
  font-family: "Inter", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
  position: absolute;
  bottom: -26px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}

.footer-one .footer-big-title::first-letter {
  font-style: italic;
}

.footer-one .footer-big-title span {
  font-family: "Kalnia", serif;
  font-weight: 700;
}

@media only screen and (max-width: 1600px) {
  .footer-one {
    padding-bottom: 100px;
  }

  .footer-one .fot-1,
  .footer-one .fot-2 {
    padding-left: 0;
  }

  .footer-one .fot-3,
  .footer-one .fot-4 {
    padding-left: 20px;
  }

  .footer-one .footer-big-title {
    font-size: 150px;
    bottom: 0;
  }
}

@media only screen and (max-width: 1200px) {

  .footer-one .fot-3,
  .footer-one .fot-4 {
    padding-left: 0;
  }

  .footer-one .mail-text,
  .footer-one .phone-num,
  .footer-one .helper-links a {
    font-size: 18px;
  }

  .footer-one .footer-big-title {
    font-size: 120px;
    bottom: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .footer-one {
    padding-bottom: 60px;
  }

  .footer-one .footer-big-title {
    font-size: 60px;
    bottom: 0;
  }

  .footer-one .helper-links,
  .footer-one .opening-times {
    font-size: 18px;
  }
}

.footer-two,
.footer-three,
.footer-four {
  position: relative;
  z-index: 1;
}

.footer-two .footer-shape-1,
.footer-three .footer-shape-1,
.footer-four .footer-shape-1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}

.footer-two::before,
.footer-three::before,
.footer-four::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  max-width: 1870px;
  height: 470px;
  left: 29px;
  bottom: -70px;
  background: radial-gradient(50% 50% at 50% 50%, #FF1500 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.35;
}

.footer-two .footer-big-title-2,
.footer-three .footer-big-title-2,
.footer-four .footer-big-title-2 {
  color: #ffffff;
  font-size: 200px;
  font-weight: 800;
  font-family: "Inter", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
  margin: 0 auto;
}

.footer-two .footer-big-title-2::first-letter,
.footer-three .footer-big-title-2::first-letter,
.footer-four .footer-big-title-2::first-letter {
  font-weight: 900;
  font-style: italic;
}

.footer-two .footer-big-title-2 span,
.footer-three .footer-big-title-2 span,
.footer-four .footer-big-title-2 span {
  font-family: "Kalnia", serif;
  font-weight: 700;
}

.footer-two .mail-text,
.footer-two .phone-num,
.footer-three .mail-text,
.footer-three .phone-num,
.footer-four .mail-text,
.footer-four .phone-num {
  color: #ffffff;
  font-size: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

.footer-two .copyright-wrap,
.footer-three .copyright-wrap,
.footer-four .copyright-wrap {
  border-bottom: 1px solid #5B2909;
}

@media only screen and (max-width: 1600px) {

  .footer-two .footer-big-title-2,
  .footer-three .footer-big-title-2,
  .footer-four .footer-big-title-2 {
    font-size: 150px;
  }
}

@media only screen and (max-width: 1200px) {

  .footer-two .footer-big-title-2,
  .footer-three .footer-big-title-2,
  .footer-four .footer-big-title-2 {
    font-size: 120px;
  }

  .footer-two .mail-text,
  .footer-two .phone-num,
  .footer-three .mail-text,
  .footer-three .phone-num,
  .footer-four .mail-text,
  .footer-four .phone-num {
    font-size: 16px;
  }
}

@media only screen and (max-width: 991.98px) {

  .footer-two .footer-big-title-2,
  .footer-three .footer-big-title-2,
  .footer-four .footer-big-title-2 {
    font-size: 100px;
  }
}

@media only screen and (max-width: 767.98px) {

  .footer-two .footer-big-title-2,
  .footer-three .footer-big-title-2,
  .footer-four .footer-big-title-2 {
    font-size: 80px;
  }

  .footer-two .mail-text,
  .footer-two .phone-num,
  .footer-three .mail-text,
  .footer-three .phone-num,
  .footer-four .mail-text,
  .footer-four .phone-num {
    display: block;
  }
}

.footer-three::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  max-width: 1920px;
  height: 508px;
  left: 29px;
  top: -13%;
  background: radial-gradient(50% 50% at 50% 50%, #FF1500 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.15;
}

.footer-three .footer-shape-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.footer-three .footer-big-title-2 {
  color: #151010;
}

.footer-three .mail-text {
  color: #ffffff;
  font-size: 36px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 1.1;
  display: block;
  margin-bottom: 35px;
}

.footer-three .address-text,
.footer-three .phone-num {
  font-size: 20px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  display: inline-block;
  margin-bottom: 16px;
}

.footer-three .copyright-text {
  text-decoration: underline;
}

.footer-three .footer-social {
  border-top: 1px solid #1A1818;
}

@media only screen and (max-width: 1200px) {

  .footer-three .mail-text,
  .footer-three .address-text,
  .footer-three .phone-num {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1200px) {
  .footer-three .footer-big-title-2 {
    font-size: 72px;
  }
}

.footer-four {
  background: #000;
  padding-bottom: 38px;
}

.footer-four::before {
  width: 100%;
  max-width: 1920px;
  height: 508px;
  left: 29px;
  bottom: -112px;
  background: radial-gradient(50% 50% at 50% 50%, #FF1500 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.4;
}

.footer-four .footer-shape-1 {
  position: absolute;
  z-index: -2;
  left: auto;
  top: auto;
  right: 105px;
  bottom: 113px;
  opacity: 0.6;
  animation: rotation infinite linear 30s;
}

.footer-four .footer-shape-2 {
  position: absolute;
  z-index: 1;
  left: 110px;
  bottom: 220px;
  animation: rotation infinite linear 30s;
}

.footer-four .widget-title {
  color: #464646;
  font-size: 15px;
  font-weight: 500;
  line-height: 2.4;
  text-transform: uppercase;
  letter-spacing: 0;
}

.footer-four p {
  color: #ffffff;
  font-weight: 500;
}

.footer-four .footer-cta-text {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: 0;
}

.footer-four .phone-num {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 33px;
}

.footer-four .opening-times,
.footer-four .mail-text {
  color: #ffffff;
  font-size: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 1;
  display: block;
}

.footer-four .fw-04 {
  padding-left: 25px;
  padding-right: 82px;
}

@media only screen and (max-width: 1800px) {
  .footer-four .sub-one {
    width: 100%;
  }

  .footer-four .fw-04 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 1600px) {
  .footer-four .footer-cta-text {
    font-size: 30px;
  }

  .footer-four .phone-num {
    font-size: 20px;
  }
}

.footer-top-menu a,
.footer-social a {
  font-size: 20px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 1;
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.footer-top-menu a:hover,
.footer-social a:hover {
  color: #F0D7FF;
}

@media only screen and (max-width: 1200px) {

  .footer-top-menu a,
  .footer-social a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767.98px) {

  .footer-top-menu a,
  .footer-social a {
    margin: 0 7px 10px 0;
  }
}

.social-media-links {
  display: flex;
  flex-direction: column;
}

.social-media-links a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 1.55;
  display: block;
}

.social-media-links a span {
  text-decoration: underline;
  margin-left: 5px;
}

/*# sourceMappingURL=main.css.map */