/*

@Author: Themezinho
@URL: http://www.themezinho.net
 
This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.


	// Table of contents //

		01. FONTS
		02. BODY
		03. LOCOMOTIVE
		04. HTML ELEMENTS
		05. LINKS
		06. FORM ELEMENTS
		07. SPACING
		08. ACCORDION
		09. HAMBURGER
		10. PRELOADER
		11. PAGE TRANSITION
		12. SEARCH BOX
		13. SIDE WIDGET
		14. NAVBAR 
		15. SLIDER
		16. PLAY NOW
		17. PAGE HEADER
		18. CONTENT SECTION
		19. VIDEO BG
		20. CUSTOM LINK
		21. CUSTOM BUTTON
		22. CIRCLE BUTTON
		23. IMAGE BOX
		24. SIDE ICON LIST
		25. IMAGE BOX CAROUSEL
		26. SIDE CONTENT
		27. SIDE IMAGE
		28. SIDE LIST
		29. SIDE ARTS
		30. COUNTER BOX
		31. IMAGE CONTENT BOX
		32. TESTIMONIALS BOX
		33. COLLECTION BOX
		34. EXHIBITION BOX
		35. TEXT BOX
		36. ART SLIDER
		37. HORIZONTAL SCROLL
		38. IMAGE ICON BOX
		39. CTA BOX
		40. NOTE BOX
		41. RECENT NEWS
		42. NEWSLETTER BOX
		43. CONTACT BOX
		44. CONTACT FORM
		45. GOOGLE MAPS
		46. BLOG POST
		47. SIDEBAR
		48. FOOTER

	

*/
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600&amp;family=DM+Sans:wght@400;500;700&amp;display=swap");

* {
  outline: none !important;
}

body {
  margin: 0;
  padding: 0;
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  scroll-behavior: smooth;
}

/* LOCOMOTIVE */
.no-transform {
  transform: none !important;
}

html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

/* HTML ELEMENTS */
img {
  max-width: 100%;
}

iframe {
  max-width: 100%;
}

/* LINKS */
a {
  text-decoration: none;
  color: #080808;
}

a:hover {
  text-decoration: underline;
  color: #080808;
}

/* FORM ELEMENTS */
input[type="text"] {
  width: 420px;
  max-width: 100%;
  height: 48px;
  /* padding: 0 30px; */
  border-bottom: 1px dotted;
  /* /* border: none; */
}

input[type="email"] {
  width: 420px;
  max-width: 100%;
  height: 70px;
  padding: 0 30px;
  border: 1px solid #cecece;
}

input[type="search"] {
  width: 420px;
  max-width: 100%;
  height: 70px;
  padding: 0 30px;
  border: 1px solid #cecece;
}

input[type="password"] {
  width: 420px;
  max-width: 100%;
  height: 70px;
  padding: 0 30px;
  border: 1px solid #cecece;
}

input[type="number"] {
  width: 420px;
  max-width: 100%;
  height: 70px;
  padding: 0 30px;
  border: 1px solid #cecece;
}

input[type="date"] {
  width: 420px;
  max-width: 100%;
  height: 70px;
  padding: 0 30px;
  border: 1px solid #cecece;
}

input[type="radio"] {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 4px;
  transform: translateY(3px);
  appearance: none;
  background: #ededed;
  border-radius: 50%;
}

input[type="radio"]:checked {
  border: 6px solid #080808;
}

input[type="checkbox"] {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 4px;
  transform: translateY(3px);
  appearance: none;
  background: #ededed;
}

input[type="checkbox"]:checked {
  border: 4px solid #ededed;
  background: #080808;
}

textarea {
  width: 520px;
  max-width: 100%;
  height: 140px;
  padding: 30px;
  border: 1px solid #cecece;
}

select {
  width: 420px;
  max-width: 100%;
  height: 70px;
  padding: 0 30px;
  border: 1px solid #cecece;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 30px) 34px, calc(100% - 25px) 34px,
    calc(100% - 3.5em) 20px;
  background-size: 5px 5px, 5px 5px, 1px 40px;
  background-repeat: no-repeat;
}

select:focus {
  background-image: linear-gradient(45deg, gray 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, gray 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 25px) 34px, calc(100% - 30px) 34px,
    calc(100% - 3.5em) 20px;
  background-size: 5px 5px, 5px 5px, 1px 40px;
  background-repeat: no-repeat;
  border-color: gray;
  outline: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

input[type="submit"] {
  height: 65px;
  display: inline-block;
  font-size: 19px;
  font-weight: 600;
  color: #ffffff;
  background: #212529;
  border: none;
  padding: 0 50px;
  border-radius: 50px;
}

button[type="submit"] {
  height: 70px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #080808;
  background: #f8f9fd;
  border: none;
  padding: 0 50px;
}

button[type="submit"] i {
  display: inline-block;
  margin-right: 8px;
  font-size: 18px;
  transform: translateY(2px);
}

/* SPACING */
.no-spacing {
  margin: 0 !important;
  padding: 0 !important;
}

.no-bottom-spacing {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.spacing-400 {
  height: 400px;
}

.spacing-200 {
  height: 200px;
}

.spacing-100 {
  height: 100px;
}

.spacing-50 {
  height: 50px;
}

/* ACCORDION */
.accordion {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.accordion dt {
  width: 100%;
  display: block;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}

.accordion dt a {
  display: flex;
  align-items: center;
  position: relative;
}

.accordion dt a:before {
  content: "\f078";
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  background: #f8f9fd;
  border-radius: 50%;
  font-family: "Font Awesome 5 Pro";
  font-size: 13px;
}

.accordion dt a:hover {
  text-decoration: none;
}

.accordion dd {
  width: 100%;
  display: block;
  padding-top: 15px;
  margin-bottom: 30px;
}

/* HAMBURGER */
.hamburger path {
  -webkit-transform: translate3d(0, 0, 0);
  fill: transparent;
  stroke-width: 2px;
  stroke: #000;
  stroke-linecap: round;
  transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}

.hamburger path.line-center {
  padding: 10px 0;
}

.hamburger.active .line-center {
  -moz-transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
}

.hamburger.active .line-top {
  -moz-transform: rotate(45deg) translateX(6px) translateY(-9px);
  -webkit-transform: rotate(45deg) translateX(6px) translateY(-9px);
  -o-transform: rotate(45deg) translateX(6px) translateY(-9px);
  -ms-transform: rotate(45deg) translateX(6px) translateY(-9px);
  transform: rotate(45deg) translateX(6px) translateY(-9px);
}

.hamburger.active .line-bottom {
  -moz-transform: rotate(-45deg) translateX(-15px) translateY(0px);
  -webkit-transform: rotate(-45deg) translateX(-15px) translateY(0px);
  -o-transform: rotate(-45deg) translateX(-15px) translateY(0px);
  -ms-transform: rotate(-45deg) translateX(-15px) translateY(0px);
  transform: rotate(-45deg) translateX(-15px) translateY(0px);
}

/* PRELOADER */
.preloader {
  width: 100vw;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
  overflow: hidden;
}

.preloader .inner {
  display: inline-block;
  position: relative;
  z-index: 1;
  animation-name: preloader-inner;
  animation-duration: 0.8s;
  transition: all ease 0.8s;
}

.preloader .inner figure {
  width: 200px;
  height: 200px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  margin-bottom: 0;
}

.preloader .inner figure img {
  height: 70px;
}

.preloader .inner small {
  width: 100%;
  display: block;
  color: #fff;
  font-family: "Cinzel", serif;
  font-size: 18px;
  text-align: center;
  margin-top: 15px;
}

.preloader .inner .progress-bar {
  background: none;
}

.preloader svg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  fill: #080808;
}

.preloader svg path {
  animation-name: preloader-svg;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-duration: 0.7s;
  animation-play-state: paused;
  animation-fill-mode: forwards;
}

/* BEFORE PAGE LOADED */
.navbar {
  transform: translateY(-100%);
  transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  transition-delay: 0.2s;
}

.slider {
  transform: scale(1.4);
  transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  transition-delay: 0.25s;
  opacity: 0;
}

.page-header {
  transform: scale(1.4);
  transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  transition-delay: 0.25s;
  opacity: 0;
}

/* PAGE LOADED */
.page-loaded .preloader {
  top: 100%;
}

.page-loaded .preloader .inner {
  transform: translateY(50px);
  opacity: 0;
}

.page-loaded .preloader svg path {
  animation-play-state: running;
}

.page-loaded .navbar {
  transform: translateY(0);
}

.page-loaded .slider {
  transform: scale(1);
  opacity: 1;
}

.page-loaded .page-header {
  transform: scale(1);
  opacity: 1;
}

/* PAGE TRANSITION */
.page-transition {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: -100%;
  z-index: 99;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  overflow: hidden;
}

.page-transition.active {
  top: 0;
}

.page-transition.active svg path {
  animation-name: page-transition;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.page-transition svg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  fill: #080808;
}

/* SEARCH BOX */
.search-box {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 8;
  background: #fff;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.search-box.active {
  opacity: 1;
  visibility: visible;
}

.search-box .container {
  display: flex;
  flex-wrap: wrap;
}

.search-box .container .form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  margin-bottom: 40px;
}

.search-box .container .form h3 {
  width: 100%;
  display: block;
  font-family: "Cinzel", serif;
  margin-bottom: 30px;
  font-size: 30px;
}

.search-box .container .form input[type="search"] {
  width: 70%;
  border: none;
  border-bottom: 2px solid #eee;
  margin: 0 15%;
  margin-bottom: 20px;
  font-size: 19px;
}

.search-box .container .search-events {
  width: 100%;
  display: block;
  margin-top: 5vh;
}

.search-box .container .search-events ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.search-box .container .search-events ul li {
  flex: 1;
  margin: 0;
  padding: 0 5%;
  list-style: none;
  text-align: center;
}

.search-box .container .search-events ul li h5 {
  width: 100%;
  display: block;
  font-size: 20px;
  font-family: "Cinzel", serif;
  font-weight: 400;
}

.search-box .container .search-events ul li h5 a {
  display: inline;
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px),
      #080808 2px);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px),
      #080808 2px);
  background-image: linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px),
      #080808 1px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.5s;
}

.search-box .container .search-events ul li h5 a:hover {
  background-size: 100% 100%;
  text-decoration: none;
}

.search-box .container .search-events ul li small {
  width: 100%;
  display: block;
  opacity: 0.7;
}

/* SIDE WIDGET */
.side-widget {
  width: 350px;
  max-width: 80vw;
  height: 100vh;
  min-height: 500px;
  display: flex;
  flex-wrap: wrap;
  position: fixed;
  left: -100%;
  top: 0;
  z-index: 10;
  padding: 30px 50px;
  padding-right: 110px;
  color: #fff;
  transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  overflow: auto;
  /* background: url(../images/bg/section-bg.webp);   */
}

.side-widget.active {
  left: 0;
  border-right: 2px solid #e41878;
}

.side-widget.active .logo {
  opacity: 1;
  transform: translateX(0);
}

.side-widget.active .inner {
  opacity: 1;
  transform: translateX(0);
}

.side-widget.active .display-mobile {
  opacity: 1;
  transform: translateX(0);
}

.side-widget.active svg path {
  animation-name: side-widget-in;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

.side-widget svg {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  fill: #080808;
}

.side-widget svg path {
  animation-name: side-widget-out;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

.side-widget .logo {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  position: relative;
  opacity: 0;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  transform: translateX(-100px);
}

.side-widget .logo img {
  height: 88px;
}

.side-widget .inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  opacity: 0;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  transform: translateX(-100px);
}

.side-widget .inner .widget {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}

.side-widget .inner .widget:last-child {
  margin-bottom: 0;
}

.side-widget .inner .widget p:last-child {
  margin-bottom: 0;
  font-weight: 400;
  opacity: 0.8;
}

.side-widget .inner .widget-title {
  width: 100%;
  display: block;
  font-size: 26px;
  font-family: "Cinzel", serif;
  margin-bottom: 15px;
  color: #f8f9fd;
}

.side-widget .display-mobile {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  opacity: 0;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  transform: translateX(-100px);
  display: none;
}

.side-widget .display-mobile .custom-menu {
  width: 100%;
  display: block;
  margin-top: auto;
}

.side-widget .display-mobile .custom-menu ul {
  width: 100%;
  margin: 0;
}

.side-widget .display-mobile .custom-menu ul li {
  width: 100%;
  font-family: "Cinzel", serif;
  font-size: 20px;
}

.side-widget .display-mobile .custom-menu ul li a {
  display: inline-block;
  color: #fff;
  margin: 5px 0;
}

.side-widget .display-mobile .custom-menu ul li a:hover {
  text-decoration: none;
  color: #f8f9fd;
}

.side-widget .display-mobile .site-menu {
  width: 100%;
  display: block;
  margin-bottom: auto;
  margin-top: 10px;
}

.side-widget .display-mobile .site-menu ul {
  width: 100%;
  margin: 0;
}

.side-widget .display-mobile .site-menu ul li {
  width: 100%;
  font-family: "Cinzel", serif;
  font-size: 20px;
}

.side-widget .display-mobile .site-menu ul li a {
  display: inline-block;
  color: #070505;
  margin: 5px 0;
  font-weight: 700;
  list-style: none;
  font-family: 'Titillium Web';
}

.side-widget .display-mobile .site-menu ul li a:hover {
  text-decoration: none;
  color: #f8f9fd;
}

/* NAVBAR */
.navbar {
  width: 100%;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 8px 60px;
  position: absolute;
  left: 0;
  color: #fff;
  top: 0;
  z-index: 9;
}

.navbar.light {
  color: #fff;
}

.navbar.light .custom-menu ul li a {
  color: #fff;
}

.navbar.light .site-menu ul li a {
  color: #fff;
}

.navbar.light .hamburger-menu .hamburger path {
  stroke: #fff;
}

.navbar.light .navbar-button a {
  border: 3px solid transparent;
  line-height: 56px;
}

.navbar.light .navbar-button a:hover {
  border-color: #f8f9fd;
  background: none;
  color: #fff;
}

.navbar .logo {
  display: inline-block;
}

.navbar .logo a {
  display: block;
}

.navbar .logo a img {
  height: 62px;
}

.navbar .custom-menu {
  display: inline-block;
  margin: 0 auto;
  margin-left: 30px;
}

.navbar .custom-menu ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.navbar .custom-menu ul li {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  list-style: none;
}

.navbar .custom-menu ul li a {
  display: inline-block;
  position: relative;
}

.navbar .custom-menu ul li a:hover {
  text-decoration: none;
}

.navbar .custom-menu ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 4px;
  width: 0;
  transition: width 0s ease, background 0.25s ease;
}

.navbar .custom-menu ul li a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -4px;
  height: 4px;
  width: 0;
  background: #f8f9fd;
  transition: width 0.25s ease;
}

.navbar .custom-menu ul li a:hover:before {
  width: 50%;
  background: #f8f9fd;
  transition: width 0.25s ease;
}

.navbar .custom-menu ul li a:hover:after {
  width: 100%;
  background: transparent;
  transition: all 0s ease;
}

.navbar .site-menu {
  display: inline-block;
}

.navbar .site-menu ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.navbar .site-menu ul li {
  display: inline-block;
  margin: 0 30px;
  padding: 0;
  list-style: none;
}

.navbar .site-menu ul li a {
  display: inline-block;
  color: #252525;
  font-weight: 500;
  position: relative;
  font-size: 16px;
}

.navbar .site-menu ul li a:hover {
  text-decoration: none;
}

.navbar .site-menu ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 4px;
  width: 0;
  transition: width 0s ease, background 0.25s ease;
}

.navbar .site-menu ul li a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -4px;
  height: 4px;
  width: 0;
  background: #f8f9fd;
  transition: width 0.25s ease;
}

.navbar .site-menu ul li a:hover:before {
  width: 50%;
  background: #f8f9fd;
  transition: width 0.25s ease;
}

.navbar .site-menu ul li a:hover:after {
  width: 100%;
  background: transparent;
  transition: all 0s ease;
}

.navbar .search-button {
  height: 30px;
  line-height: 34px;
  display: inline-block;
  margin-left: auto;
}

.navbar .search-button i {
  display: inline-block;
  font-size: 21px;
  cursor: pointer;
}

.navbar .hamburger-menu {
  margin-left: 30px;
  display: inline-block;
  cursor: pointer;
}

.navbar .navbar-button {
  margin-left: 30px;
}

.navbar .navbar-button a {
     height: 47px;
    line-height: 45px;
    display: inline-block;
    padding: 0 40px;
    background: #0e0e0e;
    color: #ffffff;
    font-size: 14px;
    border-radius: 67px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.navbar .navbar-button a:hover {
  text-decoration: none;
  background: #080808;
  color: #fff;
}

/* SLIDER */
.slider {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.slider .container-fluid {
  width: calc(100% - 120px);
  margin: 0 60px;
}

.slider .kinetic-slider {
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  background: #080808;
}

.slider .kinetic-slider canvas {
  width: 100% !important;
  height: auto !important;
  transform: none !important;
}

.slider .kinetic-texts {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  padding-top: 32px;
  color: #fff;
}

.slider .kinetic-texts .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.slider .kinetic-texts .swiper-slide * {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  opacity: 0;
}

.slider .kinetic-texts .swiper-slide.swiper-slide-active * {
  opacity: 1;
}

.slider .kinetic-texts .swiper-slide h1 {
  font-size: 126px;
  font-weight: 400;
  font-family: "Cinzel", serif;
  line-height: 1;
  margin-bottom: 30px;
}

.slider .kinetic-texts .swiper-slide p {
  font-size: 19px;
  margin: 0;
  opacity: 0.7;
  padding-left: 30px;
  border-left: 3px solid #fff;
  margin-left: 10px;
}

.slider .slider-images {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

.slider .slider-images .swiper-slide {
  background-size: cover !important;
}

.slider .slider-images .swiper-slide .mobile-slide {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover !important;
  display: none;
}

.slider .slider-texts {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 32px;
}

.slider .slider-texts .svg-morph {
  position: absolute;
  top: calc(50% - 200px);
  left: 50%;
  transform: translateX(-140%);
}

.slider .slider-texts .svg-morph path {
  fill: #f8f9fd;
  animation-name: svg-morph;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-duration: 8s;
  animation-fill-mode: both;
  animation-direction: alternate-reverse;
  animation-iteration-count: infinite;
  animation-play-state: running;
}

.slider .slider-texts .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.slider .slider-texts .swiper-slide h1 {
  font-size: 126px;
  font-weight: 400;
  font-family: "Cinzel", serif;
  line-height: 1;
  margin-bottom: 30px;
}

.slider .slider-texts .swiper-slide p {
  font-size: 19px;
  margin: 0;
  opacity: 0.7;
  padding-left: 30px;
  border-left: 3px solid #080808;
  margin-left: 10px;
}

.slider .swiper-fraction {
  width: 200px;
  color: #fff;
}

.slider .swiper-fraction span {
  width: 22px;
  display: inline-block;
  color: #080808;
  font-weight: 700;
}

.slider .swiper-fraction span:before {
  content: "0";
}

.slider .swiper-fraction .swiper-pagination-current {
  margin-right: 122px;
}

.slider .swiper-pagination-progressbar {
  top: auto;
  bottom: 56px;
  left: 50px;
  width: 100px;
  height: 2px;
  background: rgba(0, 0, 0, 0.1);
}

.slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #080808;
}

.slider .slider-nav {
  display: flex;
  height: 70px;
  margin-top: -70px;
  position: relative;
  z-index: 3;
}

.slider .slider-nav .button-prev {
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  background: #f8f9fd;
  color: #080808;
  margin-left: auto;
  margin-right: 8px;
  position: relative;
  z-index: 3;
  cursor: pointer;
  transform: translateY(-22px);
  border-radius: 50%;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.slider .slider-nav .button-prev:hover {
  background: #080808;
  color: #f8f9fd;
}

.slider .slider-nav .button-next {
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  background: #f8f9fd;
  color: #080808;
  position: relative;
  z-index: 3;
  cursor: pointer;
  transform: translateY(-22px);
  border-radius: 50%;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.slider .slider-nav .button-next:hover {
  background: #080808;
  color: #f8f9fd;
}

/* PLAY NOW */
.play-now {
  position: relative;
  width: 340px;
  height: 340px;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 4;
  overflow: hidden;
  margin-left: -100px;
}

.play-now .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 40px;
  border-color: transparent transparent transparent #080808;
  transform: translateX(-50%) translateY(-50%);
}

.play-now text {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 4px;
  fill: #080808;
}

.play-now svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 340px;
  -webkit-animation-name: rotate;
  -moz-animation-name: rotate;
  -ms-animation-name: rotate;
  -o-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-duration: 10s;
  -moz-animation-duration: 10s;
  -ms-animation-duration: 10s;
  -o-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}

/* PAGE HEADER */
.page-header {
  width: 100%;
  height: 381px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  overflow: hidden;
  background-size: cover !important;
}

.page-header .inner {
  width: 100%;
  display: block;
  padding: 0 60px;
  position: relative;
  margin-top: 60px;
}

.page-header .inner h1 {
  font-size: 72px;
  font-weight: 600;
  font-family: "Cinzel", serif;
  line-height: 1;
  text-align: center;
  /* margin-bottom: 30px; */
  position: relative;
  color: #fff;
}

.page-header .inner p {
  ont-size: 15px;
  margin: 0;
  /* opacity: 0.7; */
  /* padding-left: 30px; */
  /* border-bottom: 3px solid #ffffff; */
  /* margin-left: 10px; */
  position: relative;
  text-align: center;
  color: #fff;
  font-style: normal !important;
}

.page-header .inner .svg-morph {
  position: absolute;
  top: calc(50% - 200px);
  left: 50%;
  z-index: 0;
  transform: translateX(-140%);
}

.page-header .inner .svg-morph path {
  fill: #f8f9fd;
  display: none;
  animation-name: svg-morph;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-duration: 8s;
  animation-fill-mode: both;
  animation-direction: alternate-reverse;
  animation-iteration-count: infinite;
  animation-play-state: running;
}

/* CONTENT SECTION */
.content-section {
  width: 100%;
  display: block;
  padding: 60px 0;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
}

.content-section .container {
  position: relative;
  /*z-index: 1;*/
}

.content-section .container-fluid {
  position: relative;
  z-index: 1;
}

.bottom-white {
  position: relative;
}

.bottom-white:before {
  content: "";
  width: 100%;
  height: 140px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}

.bottom-white:before .container {
  position: relative;
  z-index: 1;
}

/* VIDEO BG */
.video-bg {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

.video-bg:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #080808;
  z-index: 1;
  opacity: 0.85;
}

.video-bg video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* SECTION TITLE */
.section-title {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.section-title figure {
  width: 100%;
  display: block;
  /* margin-bottom: 25px; */
}

.section-title figure img {
  height: 70px;
}

.section-title h6 {
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  padding: 12px;
  background: #f8f9fd;
  border-radius: 50px;
  letter-spacing: 3px;
  opacity: 0.5;
}

.section-title h2 {
  width: 100%;
  display: block;
  margin-bottom: 0;
  font-weight: 600;
  letter-spacing: normal;
  font-size: 40px;
  /* font-family: "Cinzel", serif; */
  font-family: "Titillium Web", Arial, sans-serif;
  line-height: 1;
}

.section-title h2 strong {
  font-weight: 600;
}

/* CUSTOM LINK */
.custom-link {
  display: inline-block;
  position: relative;
}

.custom-link:hover {
  text-decoration: none;
}

.custom-link:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 4px;
  width: 0;
  transition: width 0s ease, background 0.25s ease;
}

.custom-link:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -4px;
  height: 4px;
  width: 0;
  background: #f8f9fd;
  transition: width 0.25s ease;
}

.custom-link:hover:before {
  width: 50%;
  background: #f8f9fd;
  transition: width 0.25s ease;
}

.custom-link:hover:after {
  width: 100%;
  background: transparent;
  transition: all 0s ease;
}

/* CUSTOM BUTTON */
.col-12.text-center .custom-button {
  margin-top: 50px;
}

.custom-button {
  height: 70px;
  line-height: 70px;
  display: inline-block;
  background: #f8f9fd;
  padding: 0 40px;
  color: #080808;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.custom-button:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid transparent;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.custom-button:hover {
  text-decoration: none;
  line-height: 80px;
  text-indent: 6px;
}

.custom-button:hover:before {
  top: 6px;
  left: 6px;
  border-color: #080808;
}

/* CIRCLE BUTTON */
.text-center .circle-button {
  margin: 0 auto;
}

.circle-button {
  width: 158px;
  height: 158px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid #080808;
  border-radius: 50%;
  text-align: center;
  font-weight: 500;
}

.circle-button:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: -5px;
  top: -5px;
  border: 1px solid #080808;
  border-radius: 50%;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.circle-button:hover {
  text-decoration: none;
}

.circle-button:hover:before {
  left: 0;
  top: 0;
  opacity: 0;
}

/* IMAGE BOX */
.image-box {
  width: 100%;
  display: block;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.image-box.is-inview img {
  opacity: 1;
  transform: scale(1);
}

.image-box img {
  width: 100%;
  opacity: 0;
  transform: scale(1.2);
  transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}

/* SIDE ICON LIST */
.side-icon-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-right: 80px;
}

.side-icon-list.right-side {
  padding: 40px;
}

.side-icon-list ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.side-icon-list ul li {
  width: 100%;
  display: block;
  margin-bottom: 50px;
  padding: 0;
  list-style: none;
}

.side-icon-list ul li:last-child {
  margin-bottom: 0;
}

.side-icon-list ul li figure {
  width: 80px;
  height: 100%;
  float: left;
  margin-bottom: 0;
}

.side-icon-list ul li figure img {
  height: 44px;
}

.side-icon-list ul li .content {
  width: calc(100% - 80px);
  display: inline-block;
  margin-top: 10px;
}

.side-icon-list ul li .content h5 {
  width: 100%;
  display: block;
  font-family: "Cinzel", serif;
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 600;
}

.side-icon-list ul li .content p {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  opacity: 0.7;
}

.side-icon-list ul li .content a {
  display: inline-block;
  text-decoration: underline;
}

/* IMAGE BOX CAROUSEL */
.image-box-carousel {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}

.image-box-carousel figure {
  width: 100%;
  display: block;
  margin-bottom: 50px;
  position: relative;
}

.image-box-carousel figure:before {
  content: "";
  width: 1px;
  height: 64px;
  /* background: #080808; */
  position: absolute;
  left: calc(50% - 0.5px);
  bottom: -32px;
  opacity: 0.8;
}

.image-box-carousel figure img {
  width: 500px;
}

.image-box-carousel .content-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  position: relative;
  overflow: hidden;
  padding-bottom: 5px;
  text-align: start;
}

.image-box-carousel .content-box h5 {
  width: 100%;
  font-weight: 600;
  display: block;
  margin-bottom: 0;
  font-size: 21px;
  font-family: "Cinzel", serif;
}

.image-box-carousel .content-box .custom-link {
  color: #090505;
  font-weight: 700;
  font-size: 13px;
}

/* SIDE CONTENT */
.side-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.side-content.left {
  padding-right: 20%;
}

.side-content small {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  padding: 0 20px;
  margin-bottom: 20px;
  white-space: nowrap;
  position: relative;
  z-index: 0;
  font-size: 14px;
  font-weight: 500;
  background: #f8f9fd;
  border-radius: 40px;
}

.side-content h2 {
  width: 100%;
  display: block;
  color: #252525;
  margin-bottom: 20px;
  font-family: "Cinzel", serif;
  font-size: 44px;
  font-weight: 700;
}

.side-content p {
  width: 100%;
  display: block;
  margin: 0;
  opacity: 0.7;
}

.side-content table {
  width: 100%;
  margin: 20px 0;
  opacity: 0.7;
}

.side-content table tr {
  padding: 5px 0;
}

.side-content table tr td:nth-child(2) {
  font-weight: 700;
}

/* SIDE IMAGE */
.side-image {
  width: 100%;
  display: block;
  margin: 0;
  overflow: hidden;
}

.side-image.left-half {
  width: 50vw;
  float: right;
}

.side-image.right-half {
  width: 50vw;
  float: left;
}

.side-image.is-inview img {
  opacity: 1;
  transform: scale(1);
}

.side-image img {
  width: 100%;
  /* opacity: 0; */
  /* transform: scale(1.2); */
  transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}

/* SIDE LIST */
.side-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.side-list.left {
  padding-right: 20%;
}

.side-list.right {
  padding-left: 20%;
}

.side-list h2 {
  width: 100%;
  display: block;
  font-size: 52px;
  font-family: "Cinzel", serif;
  margin-bottom: 30px;
}

.side-list ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.side-list ul li {
  width: 100%;
  display: block;
  padding: 0;
  margin-bottom: 20px;
  list-style: none;
}

.side-list ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #080808;
  opacity: 0.5;
  float: left;
  margin-top: 10px;
  margin-right: 10px;
  border-radius: 50%;
}

.side-list ul li:last-child {
  margin-bottom: 0;
}

/* SIDE ARTS */
.side-arts {
  width: 50vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: url(../images/bg/section-bg.webp);
  color: black;
  padding: 100px 80px;
}

.side-arts .titles {
  width: 100%;
  display: block;
  margin-bottom: 60px;
}

.side-arts .titles h6 {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  /* opacity: 0.5; */
}

.side-arts .titles h2 {
  width: 100%;
  display: block;
  margin-bottom: 0;
  font-size: 52px;
  font-family: "Cinzel", serif;
  /* letter-spacing: -2px; */
  line-height: 1;
  font-weight: 500;
}

.side-arts ul {
  width: calc(100% + 30px);
  max-width: 480px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding: 0;
}

.side-arts ul li {
  width: 50%;
  display: inline-block;
  margin: 0;
  margin-bottom: 20px;
  padding: 0 15px;
  list-style: none;
}

.side-arts ul li img {
  width: 100%;
  display: block;
  border: 6px solid #fff;
}

/* COUNTER BOX */
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-car .odometer-digit {
  padding: 0;
  padding-right: 7px;
}

.counter-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.counter-box .odometer {
  font-size: 82px;
  font-family: "Cinzel", serif;
  display: inline-block;
  line-height: 1;
  position: relative;
  padding: 0;
}

.counter-box .odometer:after {
  content: "";
  width: 70px;
  height: 70px;
  background: #f8f9fd;
  border-radius: 50%;
  position: absolute;
  right: -50px;
  top: -20px;
  z-index: -1;
}

.counter-box .value {
  font-size: 82px;
  font-family: "Cinzel", serif;
  display: inline-block;
  line-height: 1;
  margin-left: 10px;
  position: relative;
  z-index: 1;
}

.counter-box p {
  width: 100%;
  display: block;
  margin: 0;
  text-align: center;
  font-weight: 700;
  opacity: 0.7;
}

/* IMAGE CONTENT BOX */
.col-lg-4:nth-child(1) .image-content-box {
  padding-right: 30px;
}

.col-lg-4:nth-child(2) .image-content-box {
  padding: 0 15px;
}

.col-lg-4:nth-child(3) .image-content-box {
  padding-left: 30px;
}

.image-content-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.image-content-box.is-inview figure img {
  opacity: 1;
  transform: scale(1);
}

.image-content-box figure {
  width: 100%;
  display: block;
  margin: 0;
  overflow: hidden;
}

.image-content-box figure img {
  width: 100%;
  opacity: 0;
  transform: scale(1.2);
  transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}

.image-content-box .content-box {
  width: calc(100% - 30px);
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background: #fff;
  margin-top: -30px;
  padding-top: 30px;
  padding-right: 30px;
}

.image-content-box .content-box h3 {
  width: 100%;
  display: block;
  font-size: 28px;
  font-family: "Cinzel", serif;
  margin-bottom: 10px;
}

.image-content-box .content-box p {
  width: 100%;
  display: block;
  margin: 0;
  opacity: 0.7;
}

/* TESTIMONIAL BOX */
.col-md-6:nth-child(2) .testimonial-box {
  margin-left: auto;
}

.testimonial-box {
  width: 100%;
  max-width: 90%;
  display: flex;
  flex-wrap: wrap;
}

.testimonial-box .content-box {
  width: 344px;
  display: block;
  /* background: #fffbf7; */
  position: relative;
  margin-bottom: 58px;
  /* padding: 50px; */
  justify-content: center;
  font-size: 19px;
  border-radius: 6px
  /* display: flex; */
  /* height: 300px; */
}

.testimonial-box .content-box:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #fffbf7 transparent transparent transparent;
  position: absolute;
  left: 50px;
  bottom: -20px;
}

.testimonial-box h6 {
  width: 100%;
  display: block;
  margin: 0;
  padding-left: 50px;
}

/* COLLECTION BOX */
.col-lg-4:nth-child(3n + 1) .collection-box {
  padding-right: 30px;
}

.col-lg-4:nth-child(3n + 2) .collection-box {
  padding: 0 15px;
}

.col-lg-4:nth-child(3n + 3) .collection-box {
  padding-left: 30px;
}

.collection-box {
  width: 100%;
  display: block;
  margin: 15px 0;
}

.collection-box.is-inview img {
  opacity: 1;
  transform: scale(1);
}

.collection-box figure {
  width: 100%;
  display: block;
  margin-bottom: 35px;
  position: relative;
  overflow: hidden;
}

.collection-box figure img {
  width: 100%;
  opacity: 0;
  transform: scale(1.2);
  transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}

.collection-box h4 {
  width: 100%;
  display: block;
  font-family: "Cinzel", serif;
  font-size: 30px;
  margin-bottom: 20px;
}

.collection-box h4 a {
  display: inline;
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 2px),
      #080808 2px);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 2px),
      #080808 2px);
  background-image: linear-gradient(rgba(0, 0, 0, 0) calc(99% - 2px),
      #080808 2px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.5s;
}

.collection-box h4 a:hover {
  background-size: 100% 100%;
  text-decoration: none;
}

.collection-box p {
  width: 100%;
  display: block;
  margin: 0;
}

/* EXHIBITION BOX */
.col-lg-4:nth-child(3n + 1) .exhibition-box {
  padding-right: 30px;
}

.col-lg-4:nth-child(3n + 2) .exhibition-box {
  padding: 0 15px;
}

.col-lg-4:nth-child(3n + 3) .exhibition-box {
  padding-left: 30px;
}

.exhibition-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.exhibition-box.is-inview .img {
  opacity: 1;
  transform: scale(1);
}

.exhibition-box figure {
  width: 100%;
  display: block;
  margin-bottom: 35px;
  position: relative;
  overflow: hidden;
}

.exhibition-box figure * {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.exhibition-box figure .info {
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  position: absolute;
  right: 30px;
  bottom: 30px;
  text-align: center;
  border-radius: 40px;
}

.exhibition-box figure .info span {
  width: 100%;
  max-width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  z-index: 0;
  font-size: 14px;
  font-weight: 500;
  background: #f8f9fd;
  border-radius: 40px;
}

.exhibition-box figure .info figure {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background: #fff;
  border-radius: 40px;
}

.exhibition-box figure .info figure img {
  width: 17px;
  height: 17px;
}

.exhibition-box figure .info:hover {
  width: auto;
}

.exhibition-box figure .info:hover figure {
  opacity: 0;
}

.exhibition-box figure .info:hover span {
  max-width: 220px;
  padding: 0 20px;
}

.exhibition-box figure .img {
  width: 100%;
  opacity: 0;
  transform: scale(1.2);
  transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}

.exhibition-box .content-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}

.exhibition-box .content-box h4 {
  width: 100%;
  display: block;
  font-family: "Cinzel", serif;
  font-size: 24px;
  margin-bottom: 45px;
}

.exhibition-box .content-box h4 a {
  display: inline;
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 2px),
      #080808 2px);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 2px),
      #080808 2px);
  background-image: linear-gradient(rgba(0, 0, 0, 0) calc(99% - 2px),
      #080808 2px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.5s;
}

.exhibition-box .content-box h4 a:hover {
  background-size: 100% 100%;
  text-decoration: none;
}

.exhibition-box .content-box p {
  width: 100%;
  display: block;
  margin: 0;
}

/* TEXT BOX */
.text-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.text-box h2 {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  font-family: "Cinzel", serif;
  font-size: 56px;
}

.text-box h3 {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  font-family: "Cinzel", serif;
  font-size: 46px;
}

.text-box p {
  width: 100%;
  display: block;
  opacity: 0.7;
}

/* TEXT CONTENT */
.col-lg-4:nth-child(3) .text-content {
  margin-top: 100px;
}

.text-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.text-content h6 {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  font-family: "Cinzel", serif;
  font-size: 26px;
  font-weight: 600;
}

.text-content p {
  width: 100%;
  display: block;
  padding-right: 35%;
  opacity: 0.7;
  position: relative;
  padding-left: 30px;
}

.text-content p:before {
  content: "";
  width: 12px;
  height: 12px;
  /* background: #080808; */
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
}

.text-content p:last-child {
  margin-bottom: 0;
}

/* ART SLIDER */
.art-slider {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}

.art-slider.is-inview .art-slider-images {
  opacity: 1;
  transform: scale(1);
}

.art-slider .titles {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.art-slider .titles h6 {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 3px;
  opacity: 0.5;
}

.art-slider .titles h2 {
  width: 100%;
  display: block;
  margin-bottom: 0;
  font-size: 62px;
  font-family: "Cinzel", serif;
  letter-spacing: -2px;
  line-height: 1;
}

.art-slider .art-slider-images {
  opacity: 0;
  transform: scale(1.2);
  transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}

/* ART SLIDER CONTENT */
.art-slider-content {
  width: 100%;
  height: 400px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}

.art-slider-content .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  opacity: 0.3;
}

.art-slider-content .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.art-slider-content .swiper-slide span {
  width: 70px;
  border-bottom: 3px solid #080808;
  margin-right: 40px;
  float: left;
  font-family: "Cinzel", serif;
  transform: rotate(-90deg);
  font-weight: 700;
}

.art-slider-content .swiper-slide h3 {
  display: block;
  font-family: "Cinzel", serif;
  font-weight: 700;
  margin: 0;
}

/* ART SLIDER IMAGES */
.art-slider-images {
  width: 50vw;
  float: left;
  position: relative;
  overflow: hidden;
}

.art-slider-images .swiper-slide {
  background: #080808;
}

.art-slider-images .swiper-slide img {
  width: 100%;
  float: left;
}

/* HORIZONTAL SCROLL */
.horizontal-scroll {
  width: 100vw;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.horizontal-scroll .scroll-inner {
  width: 200vw;
  display: flex;
  position: relative;
  z-index: 1;
}

.horizontal-scroll .scroll-inner .scroll-wrapper {
  width: 100vw;
  float: left;
}

/* IMAGE ICON BOX */
.image-icon-box {
  transform: none !important;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 100px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.image-icon-box.is-inview .content-image img {
  opacity: 1;
  transform: scale(1);
}

.image-icon-box:hover .content-box .expand {
  max-height: 190px;
}

.image-icon-box:hover .content-box p {
  margin-bottom: 40px;
  margin-top: 20px;
}

.image-icon-box * {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  /*transition: 1s ease-in-out;*/
}

.image-icon-box .icon {
  width: 79px;
  height: 78px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #f8f9fd;
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 1;
}

.image-icon-box .icon img {
  height: 50px;
}

.image-icon-box .content-image {
  width: 100%;
  display: block;
  margin: 0;
  overflow: hidden;
}

.image-icon-box .content-image img {
  width: 100%;
  display: block;
  opacity: 0;
  transform: scale(1.2);
  transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}

.image-icon-box .content-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  /* padding: 50px 10%; */
  padding-bottom: 10px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}

.image-icon-box .content-box .expand {
  width: 100%;
  max-height: 0;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.image-icon-box .content-box b {
  width: 100%;
  display: block;
  font-weight: 700;
  margin-bottom: 20px;
}

.image-icon-box .content-box h4 {
  width: 100%;
  display: block;
  font-size: 34px;
  font-family: "Cinzel", serif;
  margin-bottom: 0;
}

.image-icon-box .content-box p {
  letter-spacing: normal;
  font-style: normal !important;
  width: 100%;
  font-size: 15px;
  margin: 0;
}

.image-icon-box .content-box a {
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
  margin: 0 auto;
  font-weight: 500;
  font-size: 15px;
}

.image-icon-box .content-box a:hover {
  text-decoration: none;
}

.image-icon-box .content-box a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 0;
  transition: width 0s ease, background 0.25s ease;
}

.image-icon-box .content-box a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 4px;
  width: 0;
  background: #f8f9fd;
  transition: width 0.25s ease;
}

.image-icon-box .content-box a:hover:before {
  width: 50%;
  background: #f8f9fd;
  transition: width 0.25s ease;
}

.image-icon-box .content-box a:hover:after {
  width: 100%;
  background: transparent;
  transition: all 0s ease;
}

/* CTA BOX */
.cta-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  color: #fff;
  margin: 50px 0;
}

.cta-box.dark {
  color: #080808;
  margin: 0;
}

.cta-box.dark .custom-button:hover {
  background: #f8f9fd;
  color: #080808;
}

.cta-box.dark .custom-button:hover:before {
  border-color: #080808;
}

.cta-box figure {
  width: 100%;
  display: block;
  margin-bottom: 25px;
}

.cta-box figure img {
  height: 70px;
}

.cta-box h6 {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 3px;
}

.cta-box h2 {
  width: 100%;
  display: block;
  margin-bottom: 0;
  font-size: 54px;
  font-family: "Cinzel", serif;
  letter-spacing: -2px;
}

.cta-box h2 strong {
  font-weight: 600;
}

.cta-box p {
  padding: 0 20%;
}

.cta-box .custom-button {
  margin: 0 auto;
  margin-top: 60px;
}

.cta-box .custom-button:hover {
  background: #080808;
  color: #fff;
}

.cta-box .custom-button:hover:before {
  border-color: #fff;
}

/* NOTE BOX */
.note-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #f8f9fd;
  color: #080808;
  padding: 60px;
  margin: 50px 0;
}

.note-box h2 {
  width: 100%;
  display: block;
  font-size: 52px;
  font-family: "Cinzel", serif;
  margin-bottom: 20px;
  line-height: 1.2;
}

.note-box p {
  width: 100%;
  display: block;
  margin: 0;
  opacity: 0.7;
  font-size: 19px;
}

/* RECENT NEWS */
.col-12:nth-child(2) .recent-news {
  margin-bottom: 100px;
}

.col-12:nth-child(even) .recent-news figure {
  order: 1;
}

.col-12:nth-child(even) .recent-news .content-box {
  order: 2;
  margin-right: 0;
  margin-left: -15%;
  text-align: right;
}

.col-12:nth-child(even) .recent-news .content-box p {
  padding-left: 13rem;
  padding-right: 0;
}

.recent-news {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 150px;
  padding: 0 5%;
}

.recent-news figure {
  width: 60%;
  display: inline-block;
  margin: 0;
  overflow: hidden;
}

.recent-news figure.is-inview img {
  opacity: 1;
  transform: scale(1);
}

.recent-news figure img {
  width: 100%;
  opacity: 0;
  transform: scale(1.2);
  transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}

.recent-news .content-box {
  width: 55%;
  display: inline-block;
  margin-right: -15%;
  position: relative;
  z-index: 1;
}

.recent-news .content-box small {
  height: 27px;
  line-height: 22px;
  display: inline-block;
  background: #f8f9fd;
  padding: 4px 27px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 20px;
}

.recent-news .content-box h3 {
  width: 100%;
  display: block;
  font-size: 22px;
  font-weight: 600;
  font-family: "Cinzel", serif;
  margin-bottom: 30px;
  margin-top: 10px;
}

.recent-news .content-box p {
  width: 100%;
  display: block;
  padding-right: 13rem;
  margin-bottom: 40px;
  opacity: 0.7;
}

/* NEWSLETTER BOX */
.newsletter-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  /* background: #f8f9fd; */
  /* padding: 92px 0; */
}

.newsletter-box .form {
  width: 65%;
  display: flex;
  flex-wrap: wrap;
  padding-right: 50px;
}

.newsletter-box .form .titles {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.newsletter-box .form .titles h6 {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 3px;
}

.newsletter-box .form .titles h2 {
  color: #fff;
  font-style: normal;
  width: 100%;
  display: block;
  margin-bottom: 0;
  font-size: 50px;
  font-family: "Cinzel", serif;
  /* letter-spacing: -2px; */
  line-height: 1;
}

.newsletter-box .form small {
  width: 100%;
  display: block;
  margin-top: 15px;
}

.newsletter-box .form small a {
  display: inline-block;
  text-decoration: underline;
}

.newsletter-box .form .inner {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background: #fff;
  padding: 10px;
}

.newsletter-box .form input[type="email"] {
  width: 70%;
  flex: auto;
  border: none;
  padding: 0;
  padding-left: 20px;
}

.newsletter-box .form input[type="submit"] {
  width: 30%;
  background: #f8f9fd;
  padding: 0;
}

.newsletter-box .newsletter-image {
  width: 35%;
  display: inline-block;
  margin: 0;
}

.newsletter-box .newsletter-image img {
  /* width: 80%; */
}

/* CONTACT BOX */
.contact-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding-right: 10%;
}

.contact-box:last-child {
  margin-bottom: 0;
}

.contact-box h6 {
  width: 100%;
  display: block;
  margin-bottom: 15px;
  font-family: "Cinzel", serif;
  font-size: 24px;
  font-weight: 600;
}

.contact-box a {
  font-style: normal;
  display: block;
  text-decoration: underline;
  letter-spacing: normal;
  color: #000000bf;
}

.contact-box a:hover {
  text-decoration: none;
}

.contact-box p {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  opacity: 0.7;
}

.contact-box p:last-child {
  margin-bottom: 0;
  font-style: normal !important;
}

/* CONTACT FORM */
.contact-form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /* padding-left: 10%; */
}

.contact-form .mb-3 {
  width: 100%;
  display: flex;
}

.contact-form .mb-3 input[type="text"] {
  width: 100%;
}

.contact-form .mb-3 textarea {
  width: 100%;
}

/* GOOGLE MAPS */
.google-maps {
  width: 100%;
  height: 500px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background: #f8f9fd;
}

.google-maps iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  filter: grayscale(1);
}

/* BLOG POST */
.blog-post {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 120px;
}

.blog-post figure {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
  overflow: hidden;
}

.blog-post figure.is-inview img {
  opacity: 1;
  transform: scale(1);
}

.blog-post figure img {
  width: 100%;
  opacity: 0;
  transform: scale(1.2);
  transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}

.blog-post .content-box {
  width: 100%;
  display: inline-block;
  position: relative;
  z-index: 1;
  line-height: 1.7;
}

.blog-post .content-box small {
  height: 22px;
  line-height: 22px;
  display: inline-block;
  background: #f8f9fd;
  padding: 0 10px;
  font-size: 13px;
  font-weight: 500;
}

.blog-post .content-box h3 {
  width: 100%;
  display: block;
  font-size: 54px;
  font-weight: 400;
  font-family: "Cinzel", serif;
  margin-bottom: 30px;
  margin-top: 10px;
}

.blog-post .content-box blockquote {
  width: 100%;
  display: block;
  margin: 40px 0;
  font-family: "Cinzel", serif;
  font-size: 22px;
  padding-left: 40px;
  border-left: 4px solid #f8f9fd;
}

.blog-post .content-box p {
  width: 100%;
  display: block;
  margin-bottom: 40px;
  opacity: 0.7;
}

.blog-post .content-box p:last-child {
  margin-bottom: 0;
}

/* SIDEBAR */
.sidebar {
  width: 100%;
  display: block;
  padding-left: 30px;
}

.sidebar .widget {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #f1f1f1;
  border-right: 4px solid #f1f1f1;
  border-bottom: 4px solid #f1f1f1;
  padding: 35px;
  margin-bottom: 35px;
  position: relative;
}

.sidebar .widget * {
  position: relative;
}

.sidebar .widget .widget-title {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  font-weight: 400;
  font-size: 22px;
  color: #080808;
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-family: "Cinzel", serif;
}

.sidebar .widget .widget-title:after {
  content: "";
  width: 50px;
  height: 4px;
  background: #080808;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.sidebar .widget .widget-title:before {
  content: "";
  width: 100%;
  height: 4px;
  background: #f1f1f1;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  mix-blend-mode: difference;
}

.sidebar .widget form {
  width: 100%;
  display: block;
}

.sidebar .widget form input[type="submit"] {
  margin-top: 10px;
  background: #080808;
  color: #fff;
}

.sidebar .widget .categories {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.sidebar .widget .categories li {
  width: 100%;
  display: block;
  margin: 4px 0;
  padding: 0;
  list-style: none;
}

.sidebar .widget .categories li a {
  color: #080808;
  font-size: 19px;
}

.sidebar .widget .widget-gallery {
  width: calc(100% + 4px);
  float: left;
  margin: 0 -2px;
  padding: 0;
}

.sidebar .widget .widget-gallery li {
  width: 50%;
  float: left;
  margin: 0;
  padding: 2px;
  list-style: none;
}

/* PAGINATION */
.pagination {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.pagination .page-item {
  display: inline-block;
}

.pagination .page-item.active .page-link {
  background: #080808;
  border-color: transparent;
  color: #fff;
}

.pagination .page-item .page-link {
  height: 60px;
  line-height: 60px;
  border-radius: 0 !important;
  padding: 0 20px;
  color: #080808;
}

.pagination .page-item .page-link:hover {
  text-decoration: none;
}

/* FOOTER */
.footer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 46px;
  background: #f8f9fd;
}

.footer .logo {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}

.footer .logo img {
  height: 64px;
}

.footer .app-logos {
  width: 100%;
  display: block;
  margin: 0;
}

.footer .app-logos img {
  width: auto;
  height: 32px;
}

.footer .widget-title {
  width: 100%;
  display: block;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: normal;
  margin-bottom: 20px;
  font-family: "Cinzel", serif;
  position: relative;
  padding-bottom: 15px;
}

.footer .widget-title:after {
  content: "";
  width: 70px;
  height: 2px;
  background: #080808;
  position: absolute;
  left: 0;
  bottom: 0;
}

.footer .social-media {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.footer .social-media li {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
  padding: 0;
  list-style: none;
}

.footer .social-media li a {
  display: inline-block;
}

.footer .social-media li a i {
  width: 20px;
  display: inline-block;
  font-size: 14px;
}

.footer .social-media li a:hover {
  text-decoration: underline;
}

.footer .footer-menu {
  width: 100%;
  display: block;
  margin: 0;
  padding-left: 0px;
}

.footer .footer-menu li {
  list-style: none;
  margin-bottom: 8px;
}

.footer .footer-menu li a {
  display: inline-block;
  font-size: 16px;
}

.footer .address {
  width: 100%;
  display: block;
  line-height: 1.8;
}

.footer .address strong {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}

.footer .footer-bottom {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px 0;
  border-top: 1px solid #4a4a4a73;
  margin-top: 10px;
  font-size: 14px;
}

.footer .footer-bottom .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer .footer-bottom .copyright {
  color: #000;
  display: inline-block;
  font-weight: 700;
}

.footer .footer-bottom .creation {
  margin-left: auto;
  display: inline-block;
}

.footer .footer-bottom .creation a {
  display: inline-block;
  text-decoration: underline;
}

.footer .footer-bottom .creation a:hover {
  text-decoration: none;
}

/* RESPONSIVE MEDIUM  */
@media only screen and (max-width: 1199px),
only screen and (max-device-width: 1199px) {
  .search-box .container .search-events ul li {
    padding: 0 2%;
  }

  .slider .slider-texts .swiper-slide h1 {
    font-size: 92px;
  }

  .navbar .site-menu ul li {
    margin: 0 10px;
  }

  .navbar .navbar-button {
    display: none;
  }

  .play-now {
    left: 60%;
  }

  .page-header .inner h1 {
    font-size: 92px;
  }

  .page-header .inner p {
    padding-right: 30%;
  }

  .section-title h2 {
    font-size: 72px;
  }

  .side-icon-list ul li {
    margin-bottom: 30px;
  }

  .side-icon-list.right-side {
    padding-left: 30px;
  }

  .exhibition-box .content-box h4 {
    font-size: 25px;
  }

  .exhibition-box {
    padding: 0 !important;
  }

  .collection-box {
    padding: 0 !important;
  }

  .collection-box h4 {
    font-size: 25px;
  }

  .image-content-box {
    padding: 0 !important;
  }

  .counter-box .odometer {
    font-size: 56px;
  }

  .counter-box .value {
    font-size: 56px;
  }

  .testimonial-box {
    max-width: 100%;
  }

  .text-content p {
    padding-right: 10%;
  }

  .image-icon-box .content-box h4 {
    font-size: 26px;
  }

  .image-icon-box:hover .content-box .expand {
    max-height: 400px;
  }

  .side-list.right {
    padding-left: 30px;
  }

  .side-content h2 {
    font-size: 46px;
  }

  .side-content.left {
    padding-right: 30px;
  }

  .art-slider-content {
    height: 300px;
  }

  .art-slider .titles h2 {
    font-size: 46px;
  }

  .cta-box h2 {
    font-size: 72px;
  }

  .contact-form {
    padding: 0;
  }

  .recent-news .content-box h3 {
    font-size: 38px;
  }

  .newsletter-box .form {
    width: 100%;
    padding: 0;
  }

  .newsletter-box .newsletter-image {
    display: none;
  }
}

/* RESPONSIVE TABLET  */
@media only screen and (max-width: 991px),
only screen and (max-device-width: 991px) {
  input {
    border-radius: 0 !important;
    -webkit-appearance: none;
    appearance: none;
  }

  input[type="search"] {
    -webkit-appearance: none;
    appearance: none;
  }

  textarea {
    border-radius: 0 !important;
    -webkit-appearance: none;
    appearance: none;
  }

  .side-widget.active .display-mobile {
    display: block;
    /* margin-top: -50px; */
  }

  .side-widget.active .inner {
    display: none;
  }

  .side-widget {
    width: 440px;
  }

  .search-box .container .search-events ul {
    display: none;
  }

  .navbar .custom-menu {
    display: none;
  }

  .navbar .site-menu {
    display: none;
  }

  .navbar .navbar-button {
    display: inline-block;
  }

  .slider .slider-texts .swiper-slide h1 {
    font-size: 72px;
  }

  .slider .slider-texts .swiper-slide p {
    opacity: 1;
  }

  .slider .slider-images .swiper-slide .mobile-slide {
    display: block;
  }

  .play-now {
    display: none;
  }

  .section-title h2 {
    font-size: 48px;
  }

  .page-header .inner p {
    padding-right: 10%;
    padding-left: 0;
    border-left: none;
    margin-left: 0;
  }

  .side-icon-list {
    padding-left: 0;
  }

  .side-icon-list ul li .content p br {
    display: none;
  }

  .sidebar {
    padding-left: 0;
    margin-top: 60px;
  }

  .col-lg-4:nth-child(1) .exhibition-box {
    padding-right: 0;
  }

  .col-lg-4:nth-child(2) .exhibition-box {
    padding: 0;
  }

  .col-lg-4:nth-child(3) .exhibition-box {
    padding-left: 0;
    margin: 0px 0;
  }

  .col-lg-3 .circle-button {
    display: none;
  }

  .col-lg-5 .side-icon-list.right-side {
    margin-top: 60px;
  }

  .cta-box h2 {
    font-size: 52px;
  }

  .exhibition-box {
    margin-top: 0px;
  }

  .side-image.right-half {
    width: 100%;
  }

  .side-image.left-half {
    width: 100%;
  }

  .image-content-box {
    margin-top: 60px;
  }

  .side-arts {
    width: 100%;
  }

  .counter-box {
    margin: 15px 0;
  }

  .art-slider {
    margin-top: -80px;
  }

  .art-slider-content {
    height: 200px;
    margin-bottom: 80px;
  }

  .art-slider-images {
    width: 100%;
  }

  .image-icon-box {
    border-right: none;
  }

  .recent-news {
    padding: 0;
    margin-bottom: 80px;
  }

  .recent-news .content-box {
    width: 100%;
    margin-bottom: 0;
    order: 2;
  }

  .recent-news figure {
    width: 100%;
    order: 1;
    margin-bottom: 50px;
  }

  .contact-form {
    margin-top: 60px;
  }

  .col-12:nth-child(even) .recent-news .content-box {
    text-align: left;
    margin: 0;
  }

  .col-12:nth-child(even) .recent-news .content-box p {
    padding-left: 0;
  }

  .newsletter-box {
    padding: 50px 0;
  }

  .newsletter-box .form .titles h2 {
    font-size: 48px;
  }

  .footer .footer-menu {
    margin-bottom: 50px;
  }

  .page-header {
    height: 339px !important;
  }

  .side-arts {
    padding: 24px 14px !important;
  }

  .side-arts .titles h2 {
    font-size: 24px;
  }

  .new-about-1 {
    transform: translate(0, 0) !important;
  }

  .side-content.left {
    padding: 23px;
    padding-top: 0px;
  }

  .side-content {
    padding: 30px;
    padding-top: 0px;
  }

  .content-section {
    padding-bottom: 32px !important;
  }

  #BrushCursor .container {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .p-new {
    font-size: 1.8rem !important;
    transform: translate(-50%, -80%);
  }

  .mt-100 {
    margin-top: 3rem !important;
  }
}

/* RESPONSIVE MOBILE */
@media only screen and (max-width: 767px),
only screen and (max-device-width: 767px) {
  .preloader {
    background: #080808;
  }

  .preloader svg {
    display: none;
  }

  .page-transition {
    background: #080808;
  }

  .page-transition svg {
    display: none;
  }

  .content-section {
    padding: 80px 0;
    padding: 0px !important;
  }

  .side-widget {
    padding: 30px;
    padding-right: 0;
    width: 100%;
    max-width: 85vw;
  }

  .side-widget .logo img {
    height: 52px;
  }

  .search-box .container .form input[type="search"] {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }

  .navbar {
    padding: 20px 15px;
  }

  .navbar .navbar-button {
    display: none;
  }

  .navbar .logo a img {
    height: 48px;
  }

  .slider .container-fluid {
    width: calc(100% - 30px);
    margin: 0 15px;
    padding: 0;
  }

  .slider .slider-texts .swiper-slide h1 {
    font-size: 42px;
  }

  .slider .slider-texts .swiper-slide h1 br {
    display: none;
  }

  .slider .slider-texts .swiper-slide p {
    margin-left: 0;
    padding-left: 20px;
    font-size: 17px;
  }

  .slider .slider-texts .swiper-slide p br {
    display: none;
  }

  .slider .slider-nav.container-fluid {
    margin-top: -70px;
  }

  .slider .swiper-pagination-progressbar {
    display: none;
  }

  .slider .swiper-fraction {
    display: none;
  }

  .slider .slider-images .button-prev {
    margin-left: 0;
    width: 60px;
    height: 60px;
  }

  .slider .slider-images .button-next {
    width: 60px;
    height: 60px;
  }

  .page-header .inner {
    padding: 0 15px;
  }

  .page-header .inner h1 {
    font-size: 42px;
  }

  .page-header .inner p {
    font-size: 17px;
    padding-right: 0;
  }

  .section-title {
    margin-bottom: 0px;
  }

  .section-title h2 {
    font-size: 27px;
  }

  .section-title h2 br {
    /* display: none; */
  }

  .side-content.left br {
    display: none;
  }

  .counter-box {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .side-content.left {
    padding-right: 0;
  }

  .side-content table {
    font-size: 14px;
  }

  .side-icon-list ul li figure {
    width: 100%;
    margin-bottom: 10px;
  }

  .side-icon-list ul li .content {
    width: 100%;
  }

  .side-icon-list ul li .content p br {
    display: none;
  }

  .col-lg-6 .side-list.right {
    padding-left: 0;
    margin-top: 60px;
  }

  .col-lg-3:last-child .counter-box {
    margin-bottom: 0;
  }

  .col-lg-6 .side-icon-list {
    margin-bottom: 50px;
    padding-right: 0;
  }

  .collection-box figure {
    margin-bottom: 15px;
  }

  .col-lg-4:nth-child(1) .image-content-box {
    margin-top: 0;
  }

  .blog-post .content-box h3 {
    font-size: 32px;
  }

  .note-box {
    padding: 30px;
  }

  .note-box h2 {
    font-size: 32px;
  }

  .text-box p {
    padding-right: 0;
  }

  .art-slider {
    margin-top: 0;
  }

  .art-slider-content {
    display: none;
  }

  .cta-box h2 {
    font-size: 42px;
  }

  .side-icon-list.right-side {
    padding: 0;
  }

  .exhibition-box {
    margin-top: 0px;
  }

  .col-12.text-center .custom-button {
    margin-top: 0;
  }

  .col-lg-4:nth-child(1) .exhibition-box {
    margin-top: 0;
  }

  .col-lg-4:nth-child(3) .text-box {
    margin: 50px 0;
  }

  .col-lg-4:last-child .image-icon-box .content-box {
    padding-bottom: 0;
  }

  .col-lg-4:nth-child(3) .text-content {
    margin: 30px 0;
  }

  .col-lg-6 .side-icon-list.left-side {
    padding-top: 60px;
    padding-right: 0;
  }

  .side-arts {
    padding: 80px 30px;
  }

  .testimonial-box {
    margin-bottom: 0px;
  }

  .testimonial-box .content-box {
    /* padding: 30px; */
    margin-bottom: 0;
  }

  .col-md-6:last-child .testimonial-box {
    margin-bottom: 0;
  }

  .image-content-box .content-box {
    width: 100%;
    margin-top: 0;
  }

  .text-content {
    text-align: center;
  }

  .text-content p {
    padding: 0 5%;
  }

  .text-content p:before {
    display: none;
  }

  .image-icon-box {
    padding-bottom: 100px;
  }

  .image-icon-box .content-box {
    padding: 30px 0;
  }

  .image-icon-box .icon {
    width: 60px;
    height: 60px;
  }

  .image-icon-box .icon img {
    height: 36px;
  }

  .recent-news figure {
    margin-bottom: 20px;
  }

  .recent-news .content-box h3 {
    font-size: 27px;
  }

  .recent-news .content-box p {
    padding: 0;
  }

  .text-box h2 {
    font-size: 42px;
  }

  .col-md-2 img {
    margin-bottom: 30px;
  }

  .col-12:nth-child(2) .recent-news {
    margin-bottom: 50px;
  }

  .newsletter-box {
    padding: 50px 0;
  }

  .newsletter-box .form .titles h2 {
    font-size: 29px;
  }

  .newsletter-box .form .inner {
    width: 100%;
  }

  .newsletter-box .form input[type="text"] {
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
  }

  .newsletter-box .form input[type="submit"] {
    width: 100%;
  }

  .footer {
    padding-top: 80px;
  }

  .footer .social-media {
    margin-bottom: 50px;
  }

  .footer .footer-bottom .creation {
    width: 100%;
  }
}

/* ANIMATIONS */
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(360deg);
  }

  to {
    -webkit-transform: rotate(0);
  }
}

@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(360deg);
  }

  to {
    -moz-transform: rotate(0);
  }
}

@-ms-keyframes rotate {
  from {
    -ms-transform: rotate(360deg);
  }

  to {
    -ms-transform: rotate(0);
  }
}

@-o-keyframes rotate {
  from {
    -o-transform: rotate(360deg);
  }

  to {
    -o-transform: rotate(0);
  }
}

@keyframes rotate {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0);
  }
}

@-webkit-keyframes svg-morph {
  0% {
    d: path("m244.333332,38.437499c26.666664,-1.666666 125.666662,0.999995 195.333325,50.33333c69.666663,49.333335 -39.666664,141.666664 -70.666664,174.229164c-31,32.5625 -176.999993,107.437507 -234.999993,76.437507c-58,-31 73.666665,-107.000001 49,-190.4375c-24.666665,-83.437499 34.666668,-108.895835 61.333332,-110.562501z"
      );
  }

  100% {
    d: path("m244.333332,38.437499c58.666669,50.333342 24.666647,101.000011 94.33331,150.333346c69.666663,49.333335 71.333353,156.666666 14.333349,175.229163c-57.000004,18.562498 -160.999991,6.437492 -218.999991,-24.562508c-58,-31 -109.333363,-174.000012 -70.000018,-236.437507c39.333345,-62.437496 121.666681,-114.895836 180.33335,-64.562494z"
      );
  }
}

@-webkit-keyframes preloader-svg {
  0% {
    d: path("M0,0 C305.333333,0 625.333333,0 960,0 C1294.66667,0 1614.66667,0 1920,0 L1920,1080 C1614.66667,1080 1294.66667,1080 960,1080 C625.333333,1080 305.333333,1080 0,1080 L0,0 Z"
      );
  }

  50% {
    d: path("M0,230 C305.333333,100 625.333333,0 960,0 C1294.66667,0 1614.66667,100 1920,300 L1920,1080 C1614.66667,1080 1294.66667,1080 960,1080 C625.333333,960 305.333333,1080 0,1080 L0,230 Z"
      );
  }

  100% {
    d: path("M0,0 C305.333333,0 625.333333,0 960,0 C1294.66667,0 1614.66667,0 1920,0 L1920,1080 C1614.66667,1080 1294.66667,1080 960,1080 C625.333333,1080 305.333333,1080 0,1080 L0,0 Z"
      );
  }
}

@-webkit-keyframes preloader-inner {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes page-transition {
  0% {
    d: path("M0,0 C305.333333,0 625.333333,0 960,0 C1294.66667,0 1614.66667,0 1920,0 L1920,1080 C1614.66667,980 1294.66667,930 960,930 C625.333333,930 305.333333,980 0,1080 L0,0 Z"
      );
  }

  100% {
    d: path("M0,0 C305.333333,0 625.333333,0 960,0 C1294.66667,0 1614.66667,0 1920,0 L1920,1080 C1614.66667,1080 1294.66667,1080 960,1080 C625.333333,1080 305.333333,1080 0,1080 L0,0 Z"
      );
  }
}

@-webkit-keyframes side-widget-in {
  0% {
    d: path("M540,1080H0V0h540c-40.28,124.78-85.13,311.48-85,541C455.13,769.53,499.81,955.48,540,1080z"
      );
  }

  50% {
    d: path("M540,1080H0V0h540c31.96,142.05,60.09,325.94,60,541C599.91,755.16,571.87,938.34,540,1080z"
      );
  }

  100% {
    d: path("M540,1080H0V0h540c0,179.85,0,359.7,0,539.54C540,719.7,540,899.85,540,1080z"
      );
  }
}

@-webkit-keyframes side-widget-out {
  0% {
    d: path("M540,1080H0V0h540c0,179.85,0,359.7,0,539.54C540,719.7,540,899.85,540,1080z"
      );
  }

  50% {
    d: path("M540,1080H0V0h540c-40.28,124.78-85.13,311.48-85,541C455.13,769.53,499.81,955.48,540,1080z"
      );
  }

  100% {
    d: path("M540,1080H0V0h540c31.96,142.05,60.09,325.94,60,541C599.91,755.16,571.87,938.34,540,1080z"
      );
  }
}

/* =======================Gallery Section=============================== */
.photos-grid-container {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  grid-gap: 0;
  align-items: start;
}

@media (max-width: 580px) {
  .photos-grid-container {
    grid-template-columns: 1fr;
  }
}

.photos-grid-container .img-box {
  border: 1px solid #ffffff;
  position: relative;
}

.photos-grid-container .img-box:hover .transparent-box {
  background-color: rgba(0, 0, 0, 0.6);
}

.photos-grid-container .img-box:hover .caption {
  transform: translateY(-5px);
}

.photos-grid-container img {
  max-width: 100%;
  display: block;
  height: auto;
}

.photos-grid-container .caption {
  color: white;
  transition: transform 0.3s ease, opacity 0.3s ease;
  font-size: 1.5rem;
}

.photos-grid-container .transparent-box {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  transition: background-color 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.photos-grid-container .main-photo {
  grid-row: 1;
  grid-column: 1;
}

.photos-grid-container .sub {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 0em;
}

.photos-grid-container .sub:nth-child(0) {
  grid-column: 1;
  grid-row: 1;
}

.photos-grid-container .sub:nth-child(1) {
  grid-column: 2;
  grid-row: 1;
}

.photos-grid-container .sub:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}

.photos-grid-container .sub:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}

.hide-element {
  border: 0;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media screen and (min-width: 1280px) {
  .container {
    margin: 0 auto;
    width: 1250px;
  }
}

.about-btn-1 {
    background: #f8f9fd;
    padding: 11px;
    color: #000;
    line-height: 28px;
    font-size: 18px;
    border-radius: 47px;
}

.ml-n18 {
  margin-left: -18px;
}

.highlight-text {
  background: linear-gradient(90deg, #e51b7c, #963286);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

/* Base styling for larger screens */
.text-content-wrapper {
  /* background-color: black; */
  background: url(../images/bg/section-bg.webp);
  color: black;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
  margin-left: -100px;
  /* Overlap the image slightly */
  padding: 70px;
  /* padding-bottom: 40px; */
}

.image-wrapper {
  position: relative;
  z-index: 0;
}

/* Responsive styling for smaller screens */
@media (max-width: 767px) {
  .row {
    display: flex;
    flex-direction: column;
    /* Stack the image and text container vertically */
    align-items: center;
  }

  .col-lg-7,
  .col-lg-5 {
    width: 100%;
    /* Ensure both image and text container take full width */
    padding: 0 15px;
    /* Add padding for spacing */
    box-sizing: border-box;
    /* Ensure padding doesn't affect width */
  }

  .text-content-wrapper {
    margin-top: 20px;
    /* Remove overlap on smaller screens */
    margin-left: 0;
    /* Align text container with the image */
    z-index: auto;
  }

  .image-wrapper img {
    width: 100%;
    /* Make the image responsive */
    height: auto;
    /* Maintain image aspect ratio */
  }

  .text-content-wrapper.right-align {
    padding: 40px;
  }
}

.photo-container {
  position: relative;
  overflow: hidden;
}

.photo-container img {
  width: 100%;
  height: auto;
  /* filter: grayscale(100%); */
  transition: filter 0.5s ease;
}

.photo-container:hover img {
  filter: none;
}

.overlay-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.5s ease;
}

.photo-container:hover .overlay-box {
  opacity: 1;
}

.overlay-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
}

.service-para {
  padding-bottom: -2rem;
}

.gallery img {
  /* filter: grayscale(100%); */
  transition: filter 1s ease-in-out;
}

.gallery img:hover {
  filter: grayscale(0%);
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}

.menu-bar-links {
  padding-left: 2rem;
}

.side-widget {
  background-color: black;
}

/* .fa-envelope:before {
  padding-left: 20px;
} */
p {
  font-family: "Titillium Web", Arial, sans-serif !important;
  font-weight: 400 !important;
  font-style: italic !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Titillium Web", Arial, sans-serif !important;
}

.my-section {
  margin-top: 50px;
}

.text-column {
  padding: 20px;
}

.image-column {
  position: relative;
  height: 400px;
  /* Adjust as per image size */
}

.image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.top-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  /* Adjust size */
  z-index: 2;
}

.bottom-image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  /* Adjust size */
  z-index: 1;
}

.recent-news {
  margin-top: 50px;
}

.content-box {
  padding: 20px;
}

.image-column {
  position: relative;
  height: 400px;
  /* Adjust as per image size */
}

.image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.top-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  /* Adjust size */
  z-index: 2;
}

.bottom-image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  /* Adjust size */
  z-index: 1;
}

.text-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content-box-2 {
  margin-right: 0 !important;
}

.mission-img {
  /* display: flex; */
  position: relative;
  top: -112px;
  left: 0px;
  margin-bottom: -82px;
  width: 80%;
}

.mission-img-1 {
  width: 500px;
}

@media (max-width: 1200px) {
  .mission-img {
    top: -52px;
  }

  .vision-img-2 {
    top: -83px !important;
  }
}

@media (max-width: 992px) {
  .mission-img {
    display: none;
    padding-bottom: 0 !important;
  }

  .vision-img-2 {
    /* display: none; */
    padding-bottom: 0 !important;
  }
}

.mission-section {
  background: url(../images/bg/section-bg.webp);
}

.vision-img-2 {
  position: relative;
}

.vision-img-1 {
  padding-bottom: 10px;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  text-align: center;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #ffffff;
}

.dot {
  visibility: hidden;
}

.overlay-caption {
  font-family: "Titillium Web", Arial, sans-serif !important;
}

/* ==========================New updates====================================== */
.new-about-p1 {
  font-style: normal !important;
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 1.33em;
  color: #000000bf;
}

.new-about-1 {
  transform: translate(-8rem, -21rem);
}

.mission-1 {
  background: linear-gradient(90deg, #e51b7c, #963286);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.vision-1 {
  background: linear-gradient(308deg, #e51b7c, #963286);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.vision-p1 {
  font-size: 16px;
  font-style: normal !important;
  letter-spacing: normal;
}

.h-231 {
  height: 213px !important;
}

/* ==========================Animation=================================== */
.text {
  position: relative;
  width: 0;
  height: auto;
  /* margin: 0 auto; */
  font-size: 110%;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  transform: none;
}

.typing-horizontal-animation {
  animation: typewriter 5s steps(40) 1s infinite normal,
    blinkTextCursor 500ms steps(40) infinite normal;
}

@keyframes typewriter {
  0% {
    width: 0;
  }

  80% {
    width: 20em;
  }

  100% {
    width: 20em;
  }
}

/* ---------------------------------- */
#target {
  display: flex;
  width: 300px;
  text-align: left;
  animation: color 30s alternate infinite;
  perspective: 200px;
  /* transform: translateX(26px); */
}

.word {
  position: absolute;
}

@keyframes color {
  0% {
    color: #e51b7b;
  }

  50% {
    color: #e51b7b;
  }

  100% {
    color: #49b0de;
  }
}

.letter {
  transform: translateZ(200px);
}

@keyframes anim {
  25% {
    transform: translateZ(0px);
    opacity: 1;
  }

  32% {
    opacity: 0;
    transform: translateZ(-280px) translateX(200px);
  }
}

/* ---------------------------- */
h1 {
  animation: ani 5s;
  text-align: center;
}

@keyframes ani {
  from {
    letter-spacing: 35px;
    filter: blur(5px);
    opacity: 0;
  }

  to {
    letter-spacing: 0;
    filter: blur(0);
    opacity: 1px;
  }
}

/* --------------------------------- */
.content {
  position: relative;
}

.content h2 {
  color: #fff;
  font-size: 3em;
  /* position: absolute; */
  /* /* transform: translate(-50%, -50%);  */
}

.content h2:nth-child(1) {
  color: transparent;
  -webkit-text-stroke: 2px #d5207e;
}

.content h2:nth-child(2) {
  color: #d5207e;
  animation: animate 4s ease-in-out infinite;
  top: 2px;
  position: absolute;
}

@keyframes animate {

  0%,
  100% {
    clip-path: polygon(0% 45%,
        16% 44%,
        33% 50%,
        54% 60%,
        70% 61%,
        84% 59%,
        100% 52%,
        100% 100%,
        0% 100%);
  }

  50% {
    clip-path: polygon(0% 60%,
        15% 65%,
        34% 66%,
        51% 62%,
        67% 50%,
        84% 45%,
        100% 46%,
        100% 100%,
        0% 100%);
  }
}

/* -------------------------- */
.lineUp {
  animation: 8s anim-lineUp ease-out;
}

@keyframes anim-lineUp {
  0% {
    opacity: 0;
    transform: translateY(80%);
  }

  20% {
    opacity: 0;
  }

  50% {
    opacity: 1;
    transform: translateY(0%);
  }

  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

.lineUp-1 {
  animation: 8s anim-lineUp ease-out;
}

@keyframes anim-lineUp-1 {
  0% {
    opacity: 0;
    transform: translateY(80%);
  }

  20% {
    opacity: 0;
  }

  50% {
    opacity: 1;
    transform: translateY(0%);
  }

  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

.lineUp-2 {
  animation: 10s anim-lineUp ease-out infinite;
}

@keyframes anim-lineUp-1 {
  0% {
    opacity: 0;
    transform: translateY(80%);
  }

  20% {
    opacity: 0;
  }

  50% {
    opacity: 1;
    transform: translateY(0%);
  }

  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

.lineUp-3 {
  animation: 6s anim-lineUp ease-out infinite;
}

@keyframes anim-lineUp-1 {
  0% {
    opacity: 0;
    transform: translateY(80%);
  }

  20% {
    opacity: 0;
  }

  50% {
    opacity: 1;
    transform: translateY(0%);
  }

  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

/* --------------------------- */
.animate {
  max-width: 40ch;
  text-align: center;
  transform: scale(0.94);
  animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
}

@keyframes scale {
  100% {
    transform: scale(1);
  }
}

span {
  display: inline-block;
  opacity: 0;
  filter: blur(1px);
}

span:nth-child(1) {
  animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(2) {
  animation: fade-in 0.8s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
  font-size: 16px;
}

span:nth-child(3) {
  animation: fade-in 0.8s 0.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(4) {
  animation: fade-in 0.8s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(5) {
  animation: fade-in 0.8s 0.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(6) {
  animation: fade-in 0.8s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(7) {
  animation: fade-in 0.8s 0.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(8) {
  animation: fade-in 0.8s 0.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(9) {
  animation: fade-in 0.8s 0.9s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(10) {
  animation: fade-in 0.8s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(11) {
  animation: fade-in 0.8s 1.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(12) {
  animation: fade-in 0.8s 1.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(13) {
  animation: fade-in 0.8s 1.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(14) {
  animation: fade-in 0.8s 1.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(15) {
  animation: fade-in 0.8s 1.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(16) {
  animation: fade-in 0.8s 1.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(17) {
  animation: fade-in 0.8s 1.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(18) {
  animation: fade-in 0.8s 1.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

@keyframes fade-in {
  100% {
    opacity: 1;
    filter: blur(0);
  }
}

.text-1 {
  position: relative;
  width: 0;
  height: auto;
  margin: 0 auto;
  font-size: 110%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  transform: none;
}

.typing-horizontal-animation {
  animation: typewriter 5s steps(40) 1s infinite normal,
    blinkTextCursor 500ms steps(40) infinite normal;
}

@keyframes typewriter {
  0% {
    width: 0;
  }

  80% {
    width: 20em;
  }

  100% {
    width: 20em;
  }
}

/* ------------------------- */
@keyframes textAnim {
  0% {
    font-size: 80px;
    fill: white;
  }

  10% {
    font-size: 100px;
    fill: red;
  }

  40% {
    font-size: 70px;
    fill: white;
  }

  100% {
    font-size: 80px;
    fill: white;
  }
}

@-webkit-keyframes textAnim {
  0% {
    font-size: 80px;
    fill: white;
  }

  10% {
    font-size: 100px;
    fill: red;
  }

  40% {
    font-size: 70px;
    fill: orange;
  }

  100% {
    font-size: 80px;
    fill: white;
  }
}

text tspan {
  font-family: Helvetica, Arial;
  font-weight: 900;
  animation: textAnim 2s ease infinite;
  -webkit-animation: textAnim 2s ease infinite;
}

#l2 {
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
}

#l3 {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}

#l4 {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}

#l5 {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}

#l6 {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}

#l7 {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}

#l8 {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}

#l9 {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}

/* ------------------------------------ */
.p-new {
  position: absolute;
  font-size: 1.8rem !important;
  font-family: sans-serif;
  font-weight: bold;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%);
  /* /* white-space: nowrap; */
}

@media only screen and (min-width: 500px) {
  .p-new {
    font-size: 3rem;
  }
}

@media only screen and (min-width: 700px) {
  .p-new {
    font-size: 5rem;
  }
}

.p1 {
  text-shadow: 1px 1px 1px #ffff, -1px -1px 1px #ffff;
  color: #212529;
}

.p2 {
  color: #97318a;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  animation: text-animation 3s ease-in-out forwards alternate infinite;
  text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff;
}

.p3 {
  /* height: 20%; */
  color: transparent;
}

@keyframes text-animation {
  from {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }

  to {
    clip-path: polygon(0 0, 0% 1%, 0% 100%, 0% 100%);
  }
}

.cursor {
  position: absolute;
  top: 50%;
  height: 100%;
  width: 100%;
  transform: translate(0, -50%);
  border-right: 2px solid #c8237f;
  animation: cursor-animation 3s ease-in-out forwards alternate infinite;
}

@keyframes cursor-animation {
  from {
    width: 100%;
  }

  to {
    width: 0;
  }
}

/* ================Service========================= */
@keyframes scroller {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes bloom {
  0% {
    filter: grayscale(0);
  }

  40% {
    filter: grayscale(.5);
  }

  100% {
    filter: grayscale(.8);
  }
}

.text-scroller {
  /* position: fixed; */
  display: inline-flex;
  width: 100%;
  overflow: hidden;
  height: 50vh;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  margin-top: -50px
}

.scroller-left {
  left: 100%;
}

.werd {
  height: 4rem;
  padding-left: 1rem;
  line-height: 4rem;
  white-space: nowrap;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: scroller;
  animation-name: scroller;
  -webkit-animation-duration: 40s;
  animation-duration: 40s;
  font-size: 6vw;
  color: #060505;
}

.image-scroller {
  position: fixed;
  display: flex;
  width: 100%;
  overflow: hidden;
  height: 80vh;
  align-items: space-between;
  justify-content: center;
  z-index: 444;
  top: 24%;
}

.image-scroller-left {
  left: 100%;
}

.image-scroller .look {
  white-space: nowrap;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: scroller;
  animation-name: scroller;
  -webkit-animation-duration: 40s;
  animation-duration: 40s;

}

.look img {
  width: 10vw;
  margin-right: 40px;
  filter: grayscale(0);
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  -webkit-transition: 1s cubic-bezier(.075, .82, .165, 1);
  -moz-transition: 1s cubic-bezier(.075, .82, .165, 1);
  transition: 1s cubic-bezier(.075, .82, .165, 1);

}

.look img:hover {
  animation: bloom ease-in-out .75s forwards;
  clip-path: inset(10px);
}

.mt-100 {
  margin-top: 10rem;
}

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.animated {
  animation-duration: 8s;
  animation-fill-mode: both;
  -webkit-animation-duration: 8s;
  -webkit-animation-fill-mode: both;
}

.animatedFadeInUp {
  opacity: 0;
}

.fadeInUp {
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}

/* ==================Portfolio ================== */
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

textarea.form-control {
  border-bottom: 1px dotted;
}

.form-control:focus {
  box-shadow: 0 0 0 0.25rem rgb(33 37 41 / 28%);
}

.btn-primary:hover {
  color: #212529;
  background-color: #ffffff;
  border-color: #212529;
  border: 1px solid;
}

.header-2 {
  font-size: 31px;
  font-weight: 600;
}

/* ========================Home page animation========================== */

.numbered-heading {
  position: relative;
  padding-left: 4rem;
  /* Increase padding for space between number and text */
  font-size: 1.2rem;
  /* Font size for the heading */
}

.numbered-heading::before {
  content: "0" counter(item) "";
  counter-increment: item;
  position: absolute;
  left: -3.5rem;
  transform: translateY(-50%);
  font-size: 8rem;
  font-weight: bold;
  color: #ffc481;
  z-index: -1;
  transform: rotate(-90deg);
  left: -60px;
  top: -70px;
}

.numbered-heading-1::before {
  content: "0" counter(item) "";
  counter-increment: item;
  position: absolute;
  left: -3.5rem;
  transform: translateY(-50%);
  font-size: 8rem;
  font-weight: bold;
  color: #3d858d;
  z-index: -1;
  transform: rotate(-90deg);
  left: -60px;
  top: -70px;

}

.numbered-heading-3::before {
  content: "0" counter(item) "";
  counter-increment: item;
  position: absolute;
  left: -3.5rem;
  /* top: 50%; */
  transform: translateY(-50%);
  font-size: 8rem;
  font-weight: bold;
  color: #ffa7a5;
  z-index: -1;
  transform: rotate(-90deg);
  left: -60px;
  top: -60px;

}

.row {
  counter-reset: item;
}

.text-content:nth-child(3) .numbered-heading::before {
  color: #FF5733;
}

.home-h6 {
  font-size: 23px !important;
}

.mt-78 {
  margin-top: 78px;
}

.h-mt-10 {
  margin-top: 10rem;
}


.site-logo {
  width: 218.33px !important;
  margin-right: 50px;
}

.btn {
  border-radius: 5px;
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 12px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  padding: 14px 30px;
  cursor: pointer;
}

.btn-theme {
  background: var(--theme-color1);
  color: #212121;
}

.c-container {
  margin: auto;
  width: 93%;
  position: relative;
  z-index: 1;
}

.btn-outline-white {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  background-image: none;
  border-width: 2px;
  border-color: #fff;
  font-weight: 500;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.btn {
  border-radius: 5px;
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 12px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  padding: 14px 30px;
  cursor: pointer;
}

.btn-outline-white:hover {
  background-color: #fff;
  color: var(--text-dark);
}

/* common css up */

.testimonial p {
  font-size: 28px;
  letter-spacing: 0.02em;
  line-height: 35px;
}

.testimonial .name {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 35px;
  text-align: center;
  color: #000;
}

.testimonial .designation {
  font-size: 14px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #fff;
  opacity: 0.65;
}

.unt {
  margin-bottom: 20px;
  margin-top: 60px;
}

.hero-text {
  font-size: 30px;
  letter-spacing: 0.02em;
  color: #fff;
}

.gallery-thumbs {
  height: 100%;
}

.gallery-thumbs .swiper-wrapper {
  align-items: center;
}

.gallery-thumbs .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 250px !important;
  height: 330px;
  position: relative;
}

.gallery-thumbs .swiper-slide img {
  filter: contrast(0.5) blur(1px);
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.gallery-thumbs .swiper-slide-active img {
  filter: contrast(1) blur(0px) !important;
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.flex-row .flex-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.gallery-thumbs .swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


.testimonial-section .quote {
  width: 75%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 100px;
  padding-right: 100px;
  margin-top: -181px;
}

.swiper-container.testimonial {
  height: 100vh;
}

.testimonial-section .user-saying {
  background: var(--theme-color2);
  width: 60%;
  color: #fff;
  height: 100%;
}

.testi-user-img {
  width: 40%;
}

.testimonial-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.testimonial-section .quote p {
  font-size: 18px;
  letter-spacing: normal;
  font-weight: 300;
  line-height: 1.8;
  text-align: center;
  color: #181616;
  font-style: normal !important;
  /* font-style: italic; */
  margin: 0;
}

.quote-icon {
  width: 38px;
  display: block;
}


.slider {
  position: relative;
  overflow: hidden;
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  padding-top: 79px;
  pointer-events: none;
}

.video-background iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-images,
.slider-texts {
  position: relative;
  z-index: 2;
}

.play-now {
  position: relative;
  z-index: 3;
}


body .testimonial {
  padding: 100px 0;
}

body .testimonial .row .tabs {
  all: unset;
  margin-right: 50px;
  display: flex;
  flex-direction: column;
}

body .testimonial .row .tabs li {
  all: unset;
  display: block;
  position: relative;
}

body .testimonial .row .tabs li.active::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background-color: #71b85f;
  border-radius: 50%;
}

body .testimonial .row .tabs li.active::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-color: #71b85f;
  border-radius: 50%;
}

body .testimonial .row .tabs li:nth-child(1) {
  align-self: flex-end;
}

body .testimonial .row .tabs li:nth-child(1)::before {
  left: 64%;
  bottom: -50px;
}

body .testimonial .row .tabs li:nth-child(1)::after {
  left: 97%;
  bottom: -81px;
}

body .testimonial .row .tabs li:nth-child(1) figure img {
  margin-left: auto;
}

body .testimonial .row .tabs li:nth-child(2) {
  align-self: flex-start;
}

body .testimonial .row .tabs li:nth-child(2)::before {
  right: -65px;
  top: 50%;
}

body .testimonial .row .tabs li:nth-child(2)::after {
  bottom: 101px;
  border-radius: 50%;
  right: -120px;
}

body .testimonial .row .tabs li:nth-child(2) figure img {
  margin-right: auto;
  max-width: 300px;
  width: 100%;
  margin-top: -50px;
}

body .testimonial .row .tabs li:nth-child(3) {
  align-self: flex-end;
}

body .testimonial .row .tabs li:nth-child(3)::before {
  right: -10px;
  top: -66%;
}

body .testimonial .row .tabs li:nth-child(3)::after {
  top: -130px;
  border-radius: 50%;
  right: -46px;
}

body .testimonial .row .tabs li:nth-child(3) figure img {
  margin-left: auto;
  margin-top: -50px;
}

body .testimonial .row .tabs li:nth-child(3):focus {
  border: 10px solid red;
}

body .testimonial .row .tabs li figure {
  position: relative;
}

body .testimonial .row .tabs li figure img {
  display: block;
}

body .testimonial .row .tabs li figure::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: 4px solid #dff9d9;
  border-radius: 50%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

body .testimonial .row .tabs li figure:hover::after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

body .testimonial .row .tabs.carousel-indicators li.active figure::after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

body .testimonial .row .carousel>h3 {
  font-size: 20px;
  line-height: 1.45;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
  margin-bottom: 0;
}

body .testimonial .row .carousel h1 {
  font-size: 40px;
  line-height: 1.225;
  margin-top: 23px;
  font-weight: 700;
  margin-bottom: 0;
}

body .testimonial .row .carousel .carousel-indicators {
  all: unset;
  padding-top: 43px;
  display: flex;
  list-style: none;
}

body .testimonial .row .carousel .carousel-indicators li {
  background: #000;
  background-clip: padding-box;
  height: 2px;
}

body .testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper {
  margin-top: 42px;
}

body .testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper p {
  font-size: 18px;
  line-height: 1.72222;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
}

body .testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper h3 {
  color: #000;
  font-weight: 700;
  margin-top: 37px;
  font-size: 20px;
  line-height: 1.45;
  text-transform: uppercase;
}

@media only screen and (max-width: 1200px) {
  body .testimonial .row .tabs {
    margin-right: 25px;
  }
}

.content-box-1 {
  margin-top: -10rem;
  background: #f8f9fd;
  margin-left: 40px;
  border-radius: 0px;

}

.figure-testimonial-1 {
  margin-b
}

.star-rating {
  color: #FFA000;
  font-size: 13px;
  padding-bottom: 10px;
}

.star-rating .fa {
  margin-right: 2px;
  /* Space between stars */
}

.home-banner {
  padding: 40.25% 0 0 0;
  position: relative;
}

.video-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.home-inner {
  padding: 0;
}

.player.player-lg .ToastButton_module_toastButton__0e5d5661.ToastButton_module_fullToast__0e5d5661 {
  display: none !important;
}

.player.player-lg .ToastBase_module_toast__a4511d95 {
  display: none !important;
}

.player.player-lg {
  display: none !important;
}

.player.player-lg .ToastBase_module_toast__a4511d95 {
  opacity: 0 !important;
}

.header-home-1 {
  height: 100%;
}

.home-iframe {
  position: relative;
  width: 100% !important;
  height: 124vh !important;
}

.inner-1 {
  padding: 0 !important;
  margin-top: 0 !important;
}

.home-baner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 0%);
  z-index: 1;
}

.home-h1 {
  font-size: 40px !important;
  text-align: left;
  margin-bottom: 12px;
}

.home-vedio-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-108%, -144%);
  z-index: 2;
  text-align: center;
  color: white;
}

.home-btn {
  background: none;
  border: 1px solid #ffffff;
  color: #fff;
  width: 163px;
  border-radius: 50px;
  margin-top: 25px;
  padding: 9px;
}

.custom-cursor {
  cursor: url('../images/cursor.png'), auto;
}

.cursor {
  position: fixed;
  width: 300px;
  height: 300px;
  background: url('../images/cursor.png') no-repeat center center;
  background-size: contain;
  pointer-events: none;
  transition: transform 0.1s ease;/ z-index: 9999;
  transform: translate(-50%, -50%);
  display: none;
  border: none;
}

.bold-text {
  font-weight: bold;
}

.underline {
  width: 50%;
  height: 4px;
  background-image: linear-gradient(to right, #4ab0e0, #963186, #e41c7c);
  border-radius: 2px;
  margin: 10px 0;
  padding-top: 3px;
}

.page-header {
  overflow: hidden;
  position: relative;
}

.parallax-section {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.parallax1 {
  background-image: url('../images/banner-1/2.png');
}

@media (max-width: 991px) {
  .home-iframe {
    height: 55vh !important;
  }

  .page-header .inner p {
    font-size: 9px;
  }

  .home-h1 {
    font-size: 15px !important;
  }

  .home-vedio-1 {
    transform: translate(-79%, -46%);
  }

  .home-btn {
    background: none;
    border: 1px solid #ffffff;
    color: #fff;
    width: 163px;
    margin-top: 5px;
    height: 41px;
  }

  .h-mt-10 {
    margin-top: 2rem;
  }

  .numbered-heading {
    padding-left: 2rem;
  }

  .section-title h2 {
    font-size: 19px !important;
  }

  .testimonial-box .content-box {
    margin-left: 3px;
  }
  .content-section-animate{
    padding-bottom: 20px !important;
    padding-top: 0px !important;
  }
  .vision-turn{
    font-weight: 300 !important;
    font-size: 1em !important;
    margin-left: -7px;
  }
  .vision-turn
  {
    font-weight: 300 !important;
    font-size: 2em !important;
    margin-left: 0px; 
  }
  .know-more-content{
    padding: 0px;
    border-radius: 10px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .descrip{
    padding: 3px !important;
  }
  .numbered-heading-3::before{
    font-size: 5rem;
    left: -33px;
    display: none;
  }
  .numbered-heading-1::before{
    left: -14px;
    font-size: 5rem;
    display: none;
  }
  .numbered-heading::before{
    left: 5px;
    font-size: 5rem;
    top: 5px;
    display: none;
  }
  .h-200{
    height: 228px !important;
  }
  .content-section h2{
    font-size: 1.3em;
    font-weight: bold;
  }
  .mt--47{
    margin-top: -47px;
  }
  .image-icon-box.is-inview .content-image img{
    object-fit: cover;
  }
  .navbar .logo a img{
    height: 51px;
    left: -40px;
    position: relative;
  }
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float {
  font-size: 24px;
  color: #fff;
  display: inline-block;
}

/* ====================================== new modify*/
/* Add vertical text styling */
.vertical-text-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  padding: 20px 0;

}

.vertical-text {
  writing-mode: horizontal-tb;
  /* transform: rotate(180deg); */
  font-size: 20px;
  color: white;
  opacity: 1;
  width: 100%;
}

.vertical-text.exhibition {
  border-right: 2px solid #ffffff4d;
  padding-right: 10px;
  /* /* margin-bottom: 10px; */
}

.vertical-text.technology {
  border-right: 2px solid #ffffff4d;
  padding-right: 10px;
}

.vertical-text.events {
  border-right: 2px solid #ffffff4d;
  padding-right: 10px;
}

.vertical-text.design {
  border-right: 2px solid #ffffff4d;
  padding-right: 10px;
}

.vertical-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100vh;
}

.horizontal-text {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-align: center;
  margin: 0;
}

.h2--header-animated {
  transform: translate(-18rem, 127px);
  font-size: 21px;
}

.grouped {
  position: relative;
  height: 130px;
  overflow: hidden;
  background-color: white;
}

.scroll-content {
  display: flex;
  position: absolute;
  animation: seamless-scroll 80s linear infinite;
}

.text-highlight {
  white-space: nowrap;
  margin: 5px 0;
  padding: 0;
  font-size: 100px;
  font-family: "Anton", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #80808052;

}

@keyframes seamless-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.content-section h2 {
  font-size: 2em;
  font-weight: bold;
}

#animated-word,
#animated-word-2 {
  color: #e51b7c;
}

.content-section-animate {
  padding-bottom: 20px !important;
  padding-top: 52px;
}

.text-highlight {
  font-style: normal !important;
}


.know-more-content {
  background: url(../images/know-more/bg2.webp);
  padding: 40px;
  border-radius: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}

.what-we-offer {
  padding: 20px;
}

@media (min-width: 1550px) {
  .descrip {
    height: 283px !important;
  }
}

@media (min-width: 1256px) {
  .descrip {
    height: 283px !important;
  }
}




.descrip {
  background: url(../images/home-page-imgs/download.webp);
  padding: 80px;
}

.what-we-offer-row {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

@media (min-width: 768px) {
  .descrip {
    height: 354px;
  }
}

@media (max-width: 768px) {
  .sec-2 {
    margin-top: 20px;
  }
}

.scroll-container {
  width: 100%;
  height: 270px;
  overflow: hidden;
  position: relative;
}

.scroll-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  animation: scroll 15s linear infinite;
  /* Smooth scrolling animation */
  font-size: 14px;
}

.scroll-list li {
  color: #000;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  height: 50px;
  /* Consistent height for each item */
}

/* Keyframe for infinite scroll */
@keyframes scroll {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-450px);
    /* Total height of visible and extra items (9 × 50px) */
  }
}

.vision-turn {
  font-weight: 300;
  font-size: 3em;
  margin-left: 15px;
}

.more-about {
  padding-left: 0px !important;
  padding-right: 0px !important;
  --bs-gutter-x: 0em;
}

.descrip-2 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}


@media (min-width: 1200px){
  .testimonial-box .content-box{
    /* height: 300px; */
  }
  .swiper-slider-bg {
    background-color: #e2e4e5;
    height: 530px !important;
  }
  
}
.vision-turn1{
  font-size: 48px !important;
  font-weight: 400 !important;
}

/* =============parallax effect==================== */

