/*
Template Name: Amboi - Creative Portfolio HTML Template
Theme URI: https://www.templatemonster.com/authors/ridianur/
Author: ridianur
Author URI:  https://www.templatemonster.com/authors/ridianur/
*/
/* ========================================================================== */
/*                              TABLE OF CONTENT                              */
/* ========================================================================== */
/*
GOOGLE FONTS IMPORT
GLOBAL STYLE
--MARGIN & PADDING
--SCROLL TO TOP
--LIGHTBOX STYLE
ANIMATION
PRELOADER
NAVIGATION
SLIDER
BACKGROUND
ABOUT
SERVICES
WORKS
TEAM
CONTACT
FOOTER
MEDIAQUERIES
*/
/* -------------------------------------------------------------------------- */
/*                             Import google font                             */
/* -------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@400;600&family=Lexend:wght@500;700&display=swap");
/* ========================================================================== */
/*                                GLOBAL STYLE                                */
/* ========================================================================== */
body {
  line-height: 1.7;
  font-size: 16px;
  font-family: "Archivo", sans-serif;
  color: #666;
  font-weight: 400;
  color: #666;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #0f0f0f;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: #aaaaaa;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lexend", sans-serif;
  color: #0b140f;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
  letter-spacing: -0.02em;
}

p {
  margin-bottom: 30px;
}

p:last-child {
  margin-bottom: 0;
}

.content {
  padding-top: 150px;
  padding-bottom: 150px;
  scroll-margin-top: 90px;
  overflow: hidden;
}

.rdn_title {
  font-size: 45px;
}

.rdn_small_title {
  font-size: 30px;
}

.rdn_title_circle {
  position: relative;
  z-index: 3;
}

.rdn_title_circle::before {
  
  content: "";
  background: #d8e9e0;
  height: 100px;
  width: 100px;
  position: absolute;
  z-index: -1;
  border-radius: 100px;
  left: -50px;
  top: -20px;
  opacity: 0.5;
}

.rdn_subtext {
  color: #828282;
  font-size: 20px;
  margin-bottom: 30px;
}

.rdn_btn {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  background-color: #0f0f0f;
  transition: 0.3s;
  font-weight: 200;
  padding: 20px 30px;
  display: inline-flex;
  transform: translateY(0);
  gap: 5px;
  align-items: center;
  border-radius: 0;
}
.rdn_btn i {
  transition: 0.3s;
}
.rdn_btn:hover {
  color: #0f0f0f;
  background-color: #d8e9e0;
  transform: translateY(5px);
}
.rdn_btn:hover i {
  transform: translateX(5px);
}
.rdn_btn:focus {
  box-shadow: none;
}
.rdn_btn_line {
  background: transparent;
  border: 1px solid #fff;
  padding: 16px 26px;
}

.gray-bg {
  background-color: #ecf4ef;
}

.dark-bg {
  background-color: #1f1f1f;
}
.dark-bg p {
  color: #b3b3b3;
}

.rdn_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rdn_list li {
  margin-bottom: 15px;
  padding: 0;
  display: flex;
  align-items: flex-start;
}
.rdn_list li::before {
  content: "\f30b";
  font-weight: bold;
  font-family: "Font Awesome 6 Free";
  color: #0b140f;
  background-color: #d8e9e0;
  font-size: 9px;
  height: 22px;
  line-height: 22px;
  width: 22px;
  text-align: center;
  margin: 5px 10px 0 0;
  flex-shrink: 0;
  border-radius: 50px;
}

.rdn_tooltip {
  padding: 15px 30px;
  background-color: #457d5e;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  box-shadow: 0 3px 15px 2px rgba(51, 51, 51, 0.1);
  z-index: 33333;
  display: inline-block;
  animation: toolin 0.3s linear;
}

/* -------------------------------------------------------------------------- */
/*                              Margin & Padding                              */
/* -------------------------------------------------------------------------- */
.mb-30 {
  margin-bottom: 30px;
}


.mb-100 {
  margin-bottom: 100px;
}

.mb-150 {
  margin-bottom: 150px;
}

/* ========================================================================== */
/*                                Scroll to top                               */
/* ========================================================================== */
.scrollToTopBtn {
  position: fixed;
  right: 30px;
  bottom: 30px;
  background-color: #457d5e;
  cursor: pointer;
  opacity: 0;
  padding: 15px;
  display: inline-flex;
  transition: 0.3s;
  z-index: 333;
}
.scrollToTopBtn i {
  color: #fff;
  font-size: 16px;
}
.scrollToTopBtn:hover {
  background-color: #0b140f;
}

/* ========================================================================== */
/*                               LIGHTBOX STYLE                               */
/* ========================================================================== */
.gbtn.disabled {
  visibility: hidden;
}

/* DARK STYLE  */
.big-radius {
  border-radius: 50px;
}

.small-radius {
  border-radius: 8px;
}

.box-relative {
  position: relative;
}
.box-relative img {
  position: relative;
  z-index: 1;
}
.box-relative .box-border-img {
  position: absolute;
  bottom: -20px;
  right: -60px;
  border: 15px solid #293b5f;
  width: 80%;
  height: 80%;
  z-index: 0;
  opacity: 0.1;
}
.box-relative .box-dotted-img {
  position: absolute;
  z-index: 0;
  top: -50px;
  left: -70px;
  background: radial-gradient(
    circle,
    transparent 14%,
    #0f0f0f 15%,
    #0f0f0f 25%,
    transparent 26%
  );
  background-size: 2em 2em;
  background-color: transparent;
  width: 200px;
  height: 200px;
}

/* BLACK AND WHITE */
.rdn_btn_bw_line {
  border: 1px solid;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
}
.rdn_btn_bw_line:hover {
  color: #fff;
  background-color: #0f0f0f;
  border-color: #0f0f0f;
}

/* ARTIST STYLE  */
.subt_text {
  text-transform: uppercase;
  letter-spacing: 5px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #0b140f;
}
.subt_text::before {
  display: flex;
  margin-right: 20px;
  width: 100px;
  height: 1px;
  background-color: #0b140f;
  content: "";
}

.dark-bg .subt_text {
  color: #d1e6da;
}
.dark-bg .subt_text::before {
  background-color: #d1e6da;
}

.pricing_box {
  padding: 60px;
  border-radius: 10px;
  border: 1px solid #ebebeb;
  background-color: #fff;
  text-align: center;
  max-width: 400px;
  margin: 0 auto 30px;
}
.pricing_box .price-icon {
  padding: 30px;
  border-radius: 100px;
  color: #0b140f;
  border: 2px solid;
  margin-bottom: 30px;
  font-size: 35px;
  display: inline-block;
}
.pricing_box h3 {
  text-align: center;
  font-size: 25px;
  letter-spacing: -1px;
}
.pricing_box span.price {
  font-size: 18px;
  color: #0b140f;
  margin-bottom: 30px;
  display: block;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 30px;
  border-radius: 100px;
  color: #fff;
  background-color: #0f0f0f;
}
.pricing_box .pricing_list li {
  position: relative;
  text-align: left;
  font-size: 16px;
  margin-bottom: 15px;
  padding-left: 40px;
}
.pricing_box .pricing_list li i {
  position: absolute;
  left: 0;
  padding: 8px;
  font-size: 13px;
  border: 1px solid;
  border-radius: 100px;
  top: 50%;
  transform: translateY(-50%);
}
.pricing_box .pricing_btn {
  margin-top: 30px;
  font-size: 15px;
  display: block;
  border: 1px solid;
  border-radius: 10px;
  text-align: center;
  padding: 15px;
  text-transform: uppercase;
  font-weight: bold;
  color: #666;
}
.pricing_box .pricing_btn:hover {
  color: #fff;
  border-color: #0b140f;
  background: #0b140f;
}

.content_with_padding {
  padding: 100px 60px;
}

/* ANIMATION STYLE */
.subs_anim_text {
  font-weight: 600;
  color: #0f0f0f;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
}

/* MINIMAL STYLE */
.hm_text_opener {
  font-family: "Lexend", sans-serif;
  line-height: 1.4;
  font-weight: 700;
  color: #0b140f;
  font-size: 22px;
}

.scroll-margin {
  scroll-margin-top: 90px;
}

.hm_title {
  font-size: 30px;
  line-height: 1.5;
}

.hm_subtext {
  display: flex;
  letter-spacing: 3px;
  font-size: 14px;
  text-transform: uppercase;
  align-items: center;
  color: #1d3528;
  margin-bottom: 15px;
}
.hm_subtext::after {
  background-color: #1d3528;
  content: "";
  display: flex;
  height: 1px;
  margin-left: 20px;
  width: 100px;
}

.rdn_hm_line {
  color: #0f0f0f;
  background-color: #d8e9e0;
}
.rdn_hm_line:hover {
  background-color: #0f0f0f;
  color: #fff;
}

/* TESTIMONIAL */
.testi_slider .testi_inner {
  text-align: center;
  padding: 60px;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #dbebe2;
}
.testi_slider .testi_inner .testi_text {
  font-size: 16px;
  text-align: left;
}
.testi_slider .testi_inner .testi_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testi_slider .testi_inner .testi_info img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 100px;
}
.testi_slider .testi_inner .testi_info .testi_info_content {
  text-align: left;
  margin-right: 10px;
}
.testi_slider .testi_inner .testi_info .testi_info_content h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.testi_slider .testi_inner .testi_info .testi_info_content p {
  font-size: 14px;
  margin-bottom: 0;
}

/* DEMO STYLE */
.demo_logo_list {
  margin-bottom: -80px;
  position: relative;
  z-index: 2;
  text-align: center;
}
.demo_logo_list .col-2 {
  background-color: #fff;
  border: 1px solid #f4f4f4;
  border-radius: 10px;
  padding: 30px;
  margin: auto;
  box-shadow: 0 3px 8px 2px rgba(170, 170, 170, 0.1);
}
.demo_logo_list .col-2 img {
  height: 100px;
  width: auto;
}

.demo_row_link {
  margin-top: 100px;
}
.demo_row_link a {
  text-align: center;
  margin-bottom: 60px;
  display: block;
  color: #0b140f;
  font-family: "Lexend", sans-serif;
  font-size: 17px;
}
.demo_row_link a img {
  border-radius: 10px;
  box-shadow: 0 3px 15px 2px rgba(51, 51, 51, 0.1);
  margin-bottom: 30px;
  transition: 0.3s;
}
.demo_row_link a:hover img {
  transform: translateY(-10px);
  box-shadow: 0 3px 8px 2px rgba(170, 170, 170, 0.1);
}

.demo_list {
  list-style: none;
  padding: 0;
}
.demo_list li {
  margin-bottom: 30px;
  position: relative;
  padding-left: 100px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.demo_list li i {
  position: absolute;
  padding: 20px;
  font-size: 30px;
  left: 0;
  color: #fff;
  background-color: #0f0f0f;
  border-radius: 10px;
  box-shadow: 0 3px 15px 2px rgba(51, 51, 51, 0.1);
}
.demo_list li h4 {
  font-size: 20px;
  margin-bottom: 15px;
}

/* ========================================================================== */
/*                              CUSTOM ANIMATION                              */
/* ========================================================================== */
@keyframes toolin {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 1em rgba(255, 255, 255, 0.2), 0 0 0 2em rgba(255, 255, 255, 0.1);
  }
  100% {
    box-shadow: 0 0 0 1em rgba(255, 255, 255, 0.1),
      0 0 0 2em rgba(255, 255, 255, 0.05), 0 0 0 3em rgba(255, 255, 255, 0);
  }
}
@keyframes rolling {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes kenburns {
  0% {
    transform-origin: bottom left;
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
    transform-origin: top right;
  }
  100% {
    transform: scale(1);
  }
}
/* ========================================================================== */
/*                               PRELOADER STYLE                              */
/* ========================================================================== */
.preloader {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #ecf4ef;
  z-index: 9999;
  opacity: 1;
  transition: 0.5s;
  visibility: visible;
  display: grid;
  place-content: center;
}
.loaded .preloader {
  opacity: 0;
  visibility: hidden;
}
.preloader .scene {
  position: relative;
  z-index: 2;
  height: 100px;
  width: 100px;
  display: grid;
  place-items: center;
}
.preloader .cube-wrapper {
  transform-style: preserve-3d;
  animation: bouncing 2s infinite;
}
.preloader .cube {
  transform-style: preserve-3d;
  transform: rotateX(45deg) rotateZ(45deg);
  animation: rotation 2s infinite;
}
.preloader .cube-faces {
  transform-style: preserve-3d;
  height: 40px;
  width: 40px;
  position: relative;
  transform-origin: 0 0;
  transform: translateX(0) translateY(0) translateZ(-40px);
}
.preloader .cube-face {
  position: absolute;
  inset: 0;
  background: #478160;
  border: solid 1px #ecf4ef;
}
.preloader .cube-face.shadow {
  transform: translateZ(-40px);
  animation: bouncing-shadow 2s infinite;
}
.preloader .cube-face.top {
  transform: translateZ(40px);
}
.preloader .cube-face.front {
  transform-origin: 0 50%;
  transform: rotateY(-90deg);
}
.preloader .cube-face.back {
  transform-origin: 0 50%;
  transform: rotateY(-90deg) translateZ(-40px);
}
.preloader .cube-face.right {
  transform-origin: 50% 0;
  transform: rotateX(-90deg) translateY(-40px);
}
.preloader .cube-face.left {
  transform-origin: 50% 0;
  transform: rotateX(-90deg) translateY(-40px) translateZ(40px);
}
@keyframes rotation {
  0% {
    transform: rotateX(45deg) rotateY(0) rotateZ(45deg);
    animation-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
  }
  50% {
    transform: rotateX(45deg) rotateY(0) rotateZ(225deg);
    animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
  }
  100% {
    transform: rotateX(45deg) rotateY(0) rotateZ(405deg);
    animation-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
  }
}
@keyframes bouncing {
  0% {
    transform: translateY(-40px);
    animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
  }
  45% {
    transform: translateY(40px);
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }
  100% {
    transform: translateY(-40px);
    animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
  }
}
@keyframes bouncing-shadow {
  0% {
    transform: translateZ(-40px) scale(1.3);
    animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
    opacity: 0.05;
  }
  45% {
    transform: translateZ(0);
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0.3;
  }
  100% {
    transform: translateZ(-40px) scale(1.3);
    animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
    opacity: 0.05;
  }
}

/* -------------------------------------------------------------------------- */
/*                              NAVIGATION STYLE                              */
/* -------------------------------------------------------------------------- */
/* AGENCY STYLE */
.container_nav {
  padding: 0 30px;
  max-width: 100%;
  margin: auto;
}

.rdn_nav {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  padding: 30px 0;
}
.rdn_nav .logo_nav {
  max-width: 200px;
  display: inline-block;
}
.rdn_nav .logo_nav img {
  max-height: 60px;
}
.rdn_nav .nav_list {
  display: flex;
  gap: 30px;
  margin: 0;
  justify-content: center;
}
.rdn_nav .nav_list li {
  display: flex;
}
.rdn_nav .nav_list li a {
  color: white;
  opacity: 0.7;
}
.rdn_nav .nav_list li a:hover {
  opacity: 1;
}
.rdn_nav .nav_list .has_child {
  position: relative;
}
.rdn_nav .nav_list .has_child > a:after {
  content: "\f107";
  font-weight: bold;
  font-size: 12px;
  align-self: center;
  font-family: "Font Awesome 5 Free";
  margin-left: 5px;
}
.rdn_nav .nav_list .has_child .has_child > a::after {
  content: "\f105";
}
.rdn_nav .nav_list .has_child .nav_menu_child {
  list-style: none;
  margin: 35px 0 0 0;
  padding: 30px;
  background-color: #0b140f;
  transition: transform 0s, all 0.1s;
  transition-delay: 0.1s;
  transform: translateY(10px);
  visibility: hidden;
  opacity: 0;
  position: absolute;
  box-shadow: 0 3px 8px 2px rgba(170, 170, 170, 0.1);
  left: 0;
  top: 100%;
  width: 220px;
  border-radius: 5px;
  z-index: -1;
}
.rdn_nav .nav_list .has_child .nav_menu_child li {
  margin-bottom: 10px;
}
.rdn_nav .nav_list .has_child .nav_menu_child li:last-child {
  margin-bottom: 0;
}
.rdn_nav .nav_list .has_child .nav_menu_child .nav_menu_child {
  left: 100%;
  top: 0;
  margin: 0 0 0 40px;
}
.rdn_nav .nav_list .has_child.active > .nav_menu_child {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  transition: transform 0.2s ease, all 0s linear;
  transition-delay: 0.1s;
  z-index: 333;
}

.tr_social_list {
  display: flex;
  justify-content: end;
  margin: 0;
}
.tr_social_list a {
  padding: 10px;
  color: #fff;
}
.tr_social_list a:hover {
  opacity: 0.3;
}

.cloned {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  transform: translateY(-30px);
  opacity: 0;
  transition: ease-in-out 0.1s;
  visibility: hidden;
  z-index: 800;
}

.cloned.fixed_menu {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  transition: ease-in-out 0.3s;
}
.cloned.fixed_menu .rdn_nav {
  background-color: #0b140f;
  padding: 15px 0;
}

#mobilemenu {
  width: 300px;
  background: #d8e9e0;
  font-size: 15px;
  font-weight: bold;
}

.offcanvas-header {
  position: relative;
  padding: 0;
}
.offcanvas-header .close_mb {
  background: transparent;
  border: none;
  box-shadow: none;
  font-size: 20px;
  padding: 0;
  position: absolute;
  right: 30px;
  top: 30px;
}

.offcanvas-body {
  padding: 30px;
}
.offcanvas-body .logo_mobile {
  display: inline-block;
  width: 60px;
}
.offcanvas-body .mobile_menu {
  padding: 30px 0;
}
.offcanvas-body .mobile_menu li {
  border-bottom: 1px dotted #cecece;
}
.offcanvas-body .mobile_menu li a {
  padding: 5px;
  display: inline-block;
}
.offcanvas-body .mobile_menu .mdropdown {
  position: relative;
}
.offcanvas-body .mobile_menu .mdropdown .mdropdown_child {
  display: none;
  padding: 10px 0 0 10px;
}
.offcanvas-body .mobile_menu .mdropdown .mdropdown_child li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.offcanvas-body .mobile_menu .mdropdown i {
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  cursor: pointer;
  text-align: center;
  align-self: center;
  display: block;
  position: absolute;
  transition: 0.3s;
  color: #0f0f0f;
  z-index: 1;
}
.offcanvas-body .mobile_menu .mdropdown.active > i {
  transform: rotate(180deg);
}

/* DARK STYLE */
.dark_mobile_menu#mobilemenu {
  background: #1d3528;
}
.dark_mobile_menu#mobilemenu .mobile_menu li {
  border-bottom: 0px;
}
.dark_mobile_menu#mobilemenu .mobile_menu li a:hover {
  color: #8f8f8f;
}
.dark_mobile_menu#mobilemenu .close_mb {
  color: #fff;
}

/* BLACK AND WHITE STYLE */
.rdn_nav.black_nav .nav_list .has_child .nav_menu_child {
  background-color: #fff;
}
.rdn_nav.black_nav .nav_list li a {
  color: #0b140f;
}
.rdn_nav.black_nav a {
  color: #0b140f;
}

.bw_header .cloned.fixed_menu .rdn_nav {
  background-color: #fff;
  box-shadow: 0px 5px 15px -8px #b0d4c0;
}
.bw_header #mobilemenu {
  background-color: #f2f8f5;
  box-shadow: 0px 5px 15px -8px #b0d4c0;
}

/* ARTIST STYLE */
.art_header #mobilemenu {
  background-color: #020403;
}
.art_header #mobilemenu .mobile_menu li {
  border: none;
}
.art_header #mobilemenu .mobile_menu li a {
  color: #fff;
}
.art_header #mobilemenu .mobile_menu li a:hover {
  color: #0f0f0f;
}

/* ANIMATION STUDIO STYLE */
.anim_nav.rdn_nav .nav_list .has_child .nav_menu_child {
  background-color: #fff;
}
.anim_nav .nav_list li a,
.anim_nav .tr_social_list a,
.anim_nav .mobile_menu_btn {
  color: #0b140f;
}
.anim_nav .offcanvas-body {
  background-color: #fff;
}
.anim_nav .offcanvas-body .mobile_menu li {
  border: none;
}
.anim_nav .offcanvas-body .mobile_menu li a {
  color: #0b140f;
  font-weight: normal;
  font-size: 17px;
}

.cloned.fixed_menu .anim_nav {
  background-color: #fff;
  box-shadow: 0px 4px 20px -10px white;
}

/* -------------------------------------------------------------------------- */
/*                                SLIDER STYLE                                */
/* -------------------------------------------------------------------------- */
/* AGENCY STYLE */
.rdn_slider_bg {
  background-color: #0b140f;
  /* slider on active state */
}
.rdn_slider_bg .swiper-slide {
  visibility: hidden;
}
.rdn_slider_bg .slider_content {
  position: relative;
  z-index: 3;
  padding: 14% 0 12%;
  opacity: 0;
}
.rdn_slider_bg .slider_content h1 {
  margin-bottom: 30px;
  font-size: 70px;
  color: #fff;
  opacity: 0;
  transform: translateY(-30px);
  transition: opacity 0.03s, transform 0.3s;
  transition-delay: 0.3s;
}
.rdn_slider_bg .slider_content p {
  color: #fff;
  font-size: 18px;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.03s, transform 0.3s;
  transition-delay: 0.6s;
}
.rdn_slider_bg .slider_content span {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.03s, transform 0.3s;
  display: inline-block;
  transition-delay: 0.9s;
}
.rdn_slider_bg .slider_content span .rdn_btn_slider {
  background-color: #478160;
  color: #fff;
  padding: 13px 40px;
  display: inline-block;
  transition: 0.3s;
}
.rdn_slider_bg .slider_content span .rdn_btn_slider:hover {
  background-color: #d8e9e0;
  color: #0b140f;
  transform: translateY(5px);
}
.rdn_slider_bg .slide_bg {
  position: absolute;
  height: 90%;
  width: 60%;
  right: 0;
  top: 0;
  opacity: 0;
  z-index: 0;
  object-fit: cover;
}
.rdn_slider_bg .slider_img_cover {
  position: absolute;
  height: 90%;
  width: 60%;
  right: 0;
  top: 0;
  opacity: 1;
  z-index: 2;
  background-color: #0f0f0f;
  transition: transform 0.6s ease-in-out;
  transition-delay: 0.5s;
  transform-origin: right;
}
.rdn_slider_bg .slider_mask {
  z-index: 1;
  background-color: #000;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.rdn_slider_bg .swiper-slide-active {
  transition: 0.2s;
  visibility: visible;
}
.rdn_slider_bg .swiper-slide-active .slide_bg {
  opacity: 0.5;
  transition: opacity 0.01s, transform 0s;
  transition-delay: 0;
}
.rdn_slider_bg .swiper-slide-active .slider_content {
  z-index: 5;
  opacity: 1;
}
.rdn_slider_bg .swiper-slide-active .slider_content h1,
.rdn_slider_bg .swiper-slide-active .slider_content p,
.rdn_slider_bg .swiper-slide-active .slider_content span {
  opacity: 1;
  transform: translateY(0);
}
.rdn_slider_bg .swiper-slide-active .slider_img_cover {
  transform: scaleX(0%);
}
.rdn_slider_bg .rdn_bg_nav a {
  transform: translateY(30px);
  position: absolute;
  bottom: 50%;
  left: 0;
  margin-bottom: -20px;
  width: 100%;
  background-color: #fff;
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  left: 30px;
  cursor: pointer;
  z-index: 33;
  opacity: 0;
  color: #0b140f;
}
.rdn_slider_bg .rdn_bg_nav a i {
  font-size: 15px;
}
.rdn_slider_bg .rdn_bg_nav a:hover {
  color: #d8e9e0;
  background-color: #478160;
}
.rdn_slider_bg .rdn_bg_nav a.next_sl {
  left: auto;
  right: 30px;
}
.rdn_slider_bg:hover .rdn_bg_nav a {
  opacity: 1;
  transform: translateY(0);
}

/* DARK STYLE */
.home_static_img {
  background-image: url("../img/bg/pastel1.jpg");
  background-size: cover;
  background-position: center;
}
.home_static_img .home_content {
  padding: 150px 0 100px;
}
.home_static_img .home_content h1 {
  font-size: 60px;
  color: #fff;
  margin-bottom: 30px;
}
.home_static_img .home_content p {
  color: #fff;
  font-size: 22px;
  margin-bottom: 30px;
}
.home_static_img .home_content .subtitle_home {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 10px;
  color: #0f0f0f;
}
.home_static_img .home_content .rdn_btn_home {
  background-color: #0f0f0f;
  color: #fff;
  padding: 15px 30px;
  font-weight: bold;
  display: inline-block;
}
.home_static_img .home_content .rdn_btn_home:hover {
  transform: translateY(10px);
  background-color: #293b5f;
}

.box-right-home {
  position: relative;
  z-index: 1;
}
.box-right-home .box-home {
  position: relative;
  z-index: 1;
}
.box-right-home .dotted-box {
  background: radial-gradient(circle, #0f0f0f 10%, transparent 11%);
  background-size: 2.5em 2.5em;
  background-color: transparent;
  opacity: 0.3;
  width: 300px;
  height: 80%;
  position: absolute;
  top: 10%;
  left: -150px;
  z-index: -1;
}
.box-right-home .cirle-box {
  position: absolute;
  right: -50px;
  bottom: -50px;
  z-index: 2;
  width: 200px;
  height: 200px;
  border: 40px solid #293b5f;
  border-radius: 100%;
}

/* BLACK AND WHITE STYLE */
.home_white_static {
  padding: 270px 0 100px;
  background: url("../img/bg/circle.png") no-repeat center 200px;
}
.home_white_static .subtitle_home {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
}
.home_white_static h1 {
  font-size: 72px;
}

.bw_nav_slider {
  border: 1px solid;
  color: #0b140f;
  border-radius: 15px;
  display: inline-flex;
  flex-direction: row;
}
.bw_nav_slider span {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  cursor: pointer;
  transition: 0.3s;
}
.bw_nav_slider span:hover {
  color: #0f0f0f;
}
.bw_nav_slider span i {
  display: flex;
}

.home_black_slider img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}

/* ARTIST STYLE */
.art_slider_bg {
  background-color: #000;
  /* slider on active state */
}
.art_slider_bg .slide_bg {
  width: 100%;
  height: 100%;
  object-position: center left;
}
.art_slider_bg .slide_cover_line {
  width: 26%;
  height: 100%;
  position: absolute;
  background-color: #0b140f;
  z-index: 3;
  transform: scaleY(100%);
  transform-origin: bottom;
  top: 0;
  left: 0;
  transition: transform 0.3s;
  transition-delay: 0.3s;
  opacity: 1;
}
.art_slider_bg .slide_cover_line:nth-of-type(2) {
  left: 25%;
  transition-delay: 0.6s;
}
.art_slider_bg .slide_cover_line:nth-of-type(3) {
  left: 50%;
  transition-delay: 0.9s;
}
.art_slider_bg .slide_cover_line:nth-of-type(4) {
  left: 75%;
  transition-delay: 1.2s;
}
.art_slider_bg .slider_content h1 {
  font-size: 50px;
}
.art_slider_bg .slider_content .slider_sub {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 5px;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.03s, transform 0.3s;
  transition-delay: 1.2s;
}
.art_slider_bg .slider_content .rdn_btn_slider_line,
.art_slider_bg .slider_content .rdn_btn_slider {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  border-radius: 50px;
}
.art_slider_bg .slider_content .rdn_btn_slider_line {
  border: 2px solid;
  padding: 11px 38px;
  display: inline-block;
  margin-left: 10px;
  color: #fff;
  transition: 0.3s;
}
.art_slider_bg .slider_content .rdn_btn_slider_line:hover {
  transform: translateY(5px);
}
.art_slider_bg .swiper-slide-active {
  transition: 0.2s;
  visibility: visible;
}
.art_slider_bg .swiper-slide-active .slide_bg {
  opacity: 0.6;
  transition: opacity 0.01s, transform 0s;
  transition-delay: 0;
}
.art_slider_bg .swiper-slide-active .slider_content {
  z-index: 5;
  opacity: 1;
}
.art_slider_bg .swiper-slide-active .slider_content h1,
.art_slider_bg .swiper-slide-active .slider_content p,
.art_slider_bg .swiper-slide-active .slider_content span {
  opacity: 1;
  transform: translateY(0);
}
.art_slider_bg .swiper-slide-active .slide_cover_line {
  transform: scaleY(0%);
}

/* ANIMATION STUDIO STYLE */
.home_with_image_box {
  margin: 120px 0 0;
  padding: 60px;
  border-radius: 10px;
  position: relative;
  background-color: #7d7d7d;
}
.home_with_image_box .header_list_img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  position: relative;
  object-position: center;
  transition: 0.5s;
}
.home_with_image_box .header_list_img:hover {
  transform: scale(1.1);
}
.home_with_image_box .header_list_img_wide {
  height: 200px;
}
.home_with_image_box .sub_text_with_bg {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 14px;
  color: #0f0f0f;
  font-weight: bold;
  transform: translateY(-20px);
  transition: 0.4s;
  transition-delay: 0.8s;
  opacity: 0;
}
.home_with_image_box h2 {
  position: relative;
  z-index: 1;
  font-size: 45px;
  transform: translateY(-20px);
  transition: 0.4s;
  transition-delay: 0.5s;
  line-height: 1.2;
  opacity: 0;
}
.home_with_image_box p {
  position: relative;
  color: #999999;
  transform: translateY(-20px);
  transition: 0.4s;
  transition-delay: 1.2s;
  opacity: 0;
}
.home_with_image_box .bg_title_text {
  font-size: 200px;
  text-transform: uppercase;
  font-family: "Archivo", sans-serif;
  font-weight: bold;
  letter-spacing: -0.04em;
  position: absolute;
  z-index: 0;
  color: #898989;
  top: 50%;
  left: 60px;
  transform: scale(0.7) translateY(-40%);
  opacity: 0;
  transition: 0.4s;
  transition-delay: 1s;
}
.home_with_image_box .btn_box {
  transform: translateY(20px);
  transition: 0.4s;
  transition-delay: 1.5s;
  opacity: 0;
  z-index: 1;
  display: flex;
}
.home_with_image_box .btn_box .rdn_btn {
  border-radius: 100px;
}

/* slider on active state */
.swiper-slide-active .home_with_image_box h2,
.swiper-slide-active .home_with_image_box .sub_text_with_bg,
.swiper-slide-active .home_with_image_box .btn_box,
.swiper-slide-active .home_with_image_box p {
  opacity: 1;
  transform: translateY(0);
}
.swiper-slide-active .home_with_image_box .bg_title_text {
  opacity: 0.8;
  transform: scale(1) translateY(-50%);
}

/* MINIMAL STYLE */
.home_minimal {
  padding: 240px 0 0;
}
.home_minimal .hm_heading_section {
  margin-bottom: 150px;
}
.home_minimal .hm_heading_section h1 {
  font-size: 50px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.home_minimal .hm_heading_section .line_animate {
  opacity: 0.5;
  margin-left: -20%;
  z-index: 0;
  position: relative;
  animation: rolling 10s linear infinite;
}
.home_minimal .home_min_items .hm_inner {
  padding: 60px;
  border-radius: 10px;
  border: 1px solid #b0d4c0;
}
.home_minimal .home_min_items .hm_inner .hm_text {
  display: flex;
  align-items: center;
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  color: #0b140f;
  font-size: 20px;
}
.home_minimal .home_min_items .hm_inner .hm_text i {
  font-size: 23px;
  border: 1px solid;
  padding: 10px;
  border-radius: 100px;
  margin-right: 15px;
}
.home_minimal .home_min_items .hm_inner p {
  font-size: 17px;
}

/* -------------------------------------------------------------------------- */
/*                               BACKGROUND STYLE                               */
/* -------------------------------------------------------------------------- */
.bg_section {
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #0b140f;
  position: relative;
  z-index: 3;
}
.bg_section .bg_content {
  z-index: 2;
  position: relative;
}

.bg_white_section {
  position: relative;
  z-index: 1;
}
.bg_white_section:after {
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto;
  z-index: -1;
  background-image: url("/images/leaf.png");
}
.bg_white_section:before {
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto;
  z-index: -1;
  background-image: url("/images/leaf2.png");
}

.bg_one {
  background-image: url("../img/bg/section1.jpg");
}

.bg_two {
  background-image: url("../img/bg/section2.jpg");
}

.bg_three {
  background-image: url("../img/bg/section3.jpg");
}

.bg_four {
  background-image: url("../img/bg/anim14.jpg");
}

.bg_lightprimary {
  background-color: #7d7d7d;
}

.bg_mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background-color: #0b140f;
  opacity: 0.9;
}

.bg-icon {
  animation: ripple 1s infinite;
  display: inline-block;
  border-radius: 100px;
}
.bg-icon i {
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background-color: #0f0f0f;
  color: #fff;
  font-size: 25px;
  border-radius: 100px;
}
.bg-icon:hover i {
  color: #fff;
  background-color: #293b5f;
}

.bg-circle-dash {
  background-image: url("/images/circle2.png"), url("/images/circle2.png");
  background-repeat: no-repeat, no-repeat;
  background-size: 500px, 500px;
  background-position: -250px -250px, calc(100% + 250px) calc(100% + 250px);
  position: relative;
}

.bg-dotted-square {
  background: radial-gradient(circle, #f6f6f6 10%, transparent 11%),
    radial-gradient(circle at bottom left, #f6f6f6 5%, transparent 6%),
    radial-gradient(circle at bottom right, #f6f6f6 5%, transparent 6%),
    radial-gradient(circle at top left, #f6f6f6 5%, transparent 6%),
    radial-gradient(circle at top right, #f6f6f6 5%, transparent 6%);
  background-size: 3em 3em;
  background-color: #ffffff;
  opacity: 1;
}

/* -------------------------------------------------------------------------- */
/*                                 ABOUT STYLE                                */
/* -------------------------------------------------------------------------- */
/* AGENCY STYLE */
.img_box {
  position: relative;
  align-self: stretch;
}
.img_box .img_aborder {
  position: absolute;
  width: 80%;
  height: 80%;
  border: 1px solid #d8e9e0;
  bottom: -20px;
  right: -5px;
  z-index: 0;
}
.img_box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.rdn_tab {
  display: flex;
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
}
.rdn_tab .rdn_tab_item {
  display: flex;
  align-items: center;
  flex: 1 1 0;
}
.rdn_tab .rdn_tab_item .tab_link {
  background-color: transparent;
  border: none;
  color: #75b391;
  align-items: center;
  padding: 15px;
  flex: 1;
  font-size: 14px;
  font-family: "Lexend", sans-serif;
  text-transform: uppercase;
  text-align: center;
  justify-content: center;
  border-bottom: 1px solid #d8e9e0;
  border-top: 1px solid #d8e9e0;
  display: flex;
  transition: 0.3s;
}
.rdn_tab .rdn_tab_item .tab_link.active {
  border-color: #457d5e;
  color: #0b140f;
}
.rdn_tab .rdn_tab_item .tab_link:hover {
  color: #0b140f;
}

/* DARK STYLE */
.about_dark {
  position: relative;
}
.about_dark img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 17px;
  z-index: 0;
}
.about_dark .ab-dark-inner {
  border-radius: 15px;
  position: relative;
  z-index: 3;
  padding: 30px;
  background-color: rgba(7, 7, 12, 0.95);
}
.about_dark .ab-dark-inner h3 {
  color: #fff;
  font-size: 25px;
}
.about_dark .ab-dark-inner p {
  color: #fff;
  opacity: 0.8;
  font-size: 17px;
}
.about_dark .ab-dark-inner i {
  flex-shrink: 0;
  display: flex;
  margin-right: 30px;
  font-size: 30px;
  background-color: #0f0f0f;
  width: 60px;
  height: 60px;
  color: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

/* BLACK AND WHITE STYLE */
.img_bw_effect {
  filter: grayscale(100%);
  transition: 0.3s;
}
.img_bw_effect:hover {
  filter: grayscale(0%);
}

.abt_img_wide {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.about_box {
  margin: -80px 8% 0;
  background-color: #fff;
  z-index: 3;
  position: relative;
  box-shadow: 0px 5px 20px -12px #b0d4c0;
}
.about_box .about_inner {
  padding: 60px;
  border-right: 1px solid #d1e6da;
}
.about_box .about_inner .abt_bw_icon {
  margin-bottom: 30px;
}
.about_box .about_inner .abt_bw_icon i {
  font-size: 30px;
  width: 60px;
  height: 60px;
  background-color: #d1e6da;
  color: #0b140f;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about_box .about_inner h3 {
  font-size: 25px;
}

.video_box_overlay {
  position: relative;
}
.video_box_overlay .video_box_icon {
  border-radius: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  position: absolute;
  animation: ripple 1s infinite;
}
.video_box_overlay .video_box_icon i {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  border-radius: 80px;
  height: 80px;
  width: 80px;
  color: #fff;
  background-color: #0b140f;
  transition: 0.3s;
}
.video_box_overlay .video_box_icon i:hover {
  background-color: #0f0f0f;
  color: #fff;
}

.black_abt {
  background-color: #0b140f;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}
.black_abt i {
  transition: 0.3s;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid;
  width: 60px;
  height: 60px;
  font-size: 30px;
  border-radius: 100px;
}
.black_abt a:hover i {
  transform: translateY(5px);
}

/* ARTIST STYLE */
.abt_art_box {
  position: absolute;
  left: -30px;
  bottom: 100px;
  background-color: #fff;
  z-index: 3;
  padding: 30px;
}
.abt_art_box h3 {
  margin-bottom: 0;
}
.abt_art_box p {
  display: flex;
  color: #0b140f;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  font-size: 12px;
}
.abt_art_box p:before {
  content: "";
  width: 30px;
  height: 1px;
  display: flex;
  align-self: center;
  margin-right: 10px;
  background-color: #0b140f;
}

.stats_row .stats_inner {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.stats_row .stats_inner h3 {
  margin-bottom: 0;
  font-size: 40px;
}
.stats_row .stats_inner h3 .count_icon {
  color: #0f0f0f;
}
.stats_row .stats_inner p {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 5px;
}

/* ANIMATION STUDIO STYLE */
.stats_light.stats_row .stats_inner {
  border-color: #0f0f0f;
  border-radius: 10px;
}

.abt_absolute_row {
  position: absolute;
  bottom: 30px;
  right: 60px;
  z-index: 3;
  width: 100%;
  display: grid;
  gap: 15px;
  grid-template-columns: 50% 50%;
}
.abt_absolute_row .abt_absolute_inner {
  background-color: #0f0f0f;
  padding: 30px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.abt_absolute_row .abt_absolute_inner .abt_inner_sub {
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  margin-bottom: 15px;
}
.abt_absolute_row .abt_absolute_inner h3 {
  color: #fff;
}
.abt_absolute_row .abt_absolute_inner p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
}
.abt_absolute_row .abt_absolute_inner .abt_absolute_icon {
  position: absolute;
  color: rgba(255, 255, 255, 0.1);
  font-size: 200px;
  bottom: -20%;
  right: -20%;
}
.abt_absolute_row .abt_dark_inner {
  background-color: #0b140f;
}

/* MINIMAL STYLE */
.hm_abt_img {
  margin: 150px 0 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 10px;
}
.hm_abt_img img {
  height: 500px;
  width: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
  margin: auto;
  animation: kenburns 60s infinite linear;
}

/* -------------------------------------------------------------------------- */
/*                               SERVICES STYLE                               */
/* -------------------------------------------------------------------------- */
/* AGENCY STYLE */
.services_item .services_inner {
  border: 1px solid #d8e9e0;
  padding: 60px;
  position: relative;
  transition: 0.3s;
}
.services_item .services_inner i {
  margin-bottom: 30px;
  background-color: #d8e9e0;
  color: #457d5e;
  width: 60px;
  height: 60px;
  display: flex;
  font-size: 25px;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.services_item .services_inner h3,
.services_item .services_inner p {
  transition: 0.3s;
}
.services_item .services_inner:hover {
  background-color: #0b140f;
  transform: translateY(-3px);
}
.services_item .services_inner:hover i {
  color: #d8e9e0;
  background-color: #457d5e;
}
.services_item .services_inner:hover h3,
.services_item .services_inner:hover p {
  color: white;
}

/* DARK STYLE */
.services_dark .sv-dark-inner {
  border: 2px solid #293b5f;
  border-radius: 10px;
  padding: 30px;
  transition: 0.3s;
}
.services_dark .sv-dark-inner p {
  font-size: 16px;
}
.services_dark .sv-dark-inner:hover {
  background-color: #293b5f;
}
.services_dark .sv-dark-inner:hover p {
  color: #fff;
}
.services_dark h3 {
  color: #fff;
  font-size: 22px;
}
.services_dark i {
  font-size: 30px;
  display: flex;
  color: #0f0f0f;
  width: 60px;
  height: 60px;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  border-radius: 100px;
}
.services_dark p {
  color: #cfcfcf;
}

.outer_sv_slide {
  position: relative;
}
.outer_sv_slide .sv_button i {
  display: flex;
  position: absolute;
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: #0f0f0f;
  left: -15px;
  top: 50%;
  z-index: 33;
  transform: translateY(10px);
  align-items: center;
  justify-content: center;
  font-size: 15px;
  border-radius: 100px;
  transition: 0.3s;
  margin-top: -15px;
  opacity: 0;
}
.outer_sv_slide .sv_button i.next_sv {
  right: -15px;
  left: auto;
}
.outer_sv_slide .sv_button:hover i {
  background-color: #293b5f;
}
.outer_sv_slide:hover .sv_button i {
  transform: translateY(0);
  opacity: 1;
}

/* BLACK AND WHITE STYLE */
.sv_bw .sv_bw_inner {
  padding: 60px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: 0.3s;
}
.sv_bw .sv_bw_inner i {
  transition: 0.3s;
  font-size: 30px;
  border: 2px solid;
  color: #fff;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.sv_bw .sv_bw_inner h3 {
  transition: 0.3s;
  font-size: 27px;
  color: #fff;
}
.sv_bw .sv_bw_inner:hover {
  background-color: #fff;
}
.sv_bw .sv_bw_inner:hover h3 {
  color: #0b140f;
}
.sv_bw .sv_bw_inner:hover i {
  border-color: #0f0f0f;
  color: #fff;
  background-color: #0f0f0f;
}

/* ARTIST STYLE */
.img_top {
  position: absolute;
  z-index: 2;
  width: 250px;
  height: 250px;
  right: -50px;
  bottom: -50px;
  border-radius: 100%;
  border: 15px solid #fff;
}

.rdn_accordion {
  padding: 0 30px;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 10px;
}
.rdn_accordion .accordion-button {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 30px 0;
  color: #0b140f;
  border-bottom: 1px solid #ebebeb;
}
.rdn_accordion .accordion-button.collapsed:after {
  content: "\e9fe";
  font-family: Phosphor;
}
.rdn_accordion .accordion-button:after {
  font-size: 14px;
  content: "\ea01";
  font-family: Phosphor;
}
.rdn_accordion .accordion-button i {
  padding: 10px;
  border: 1px solid;
  border-radius: 100px;
  margin-right: 10px;
}
.rdn_accordion .accordion-item:last-of-type .accordion-button {
  border: none;
}
.rdn_accordion .accordion-item:last-of-type .accordion-body {
  border-top: 1px solid #ebebeb;
}
.rdn_accordion .accordion-body {
  padding: 30px 0;
}
.rdn_accordion .accordion-body p:first-child {
  font-weight: bold;
  color: #0b140f;
}

/* ANIMATION STUDIO STYLE */
.sv_padding {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  box-shadow: 0px 4px 20px -10px white;
  align-items: stretch;
  overflow: hidden;
}
.sv_padding .sv_img {
  width: 30%;
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
}
.sv_padding .sv_img img {
  position: relative;
  z-index: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.sv_padding .sv_img i {
  position: absolute;
  font-size: 30px;
  background: #0f0f0f;
  color: #fff;
  z-index: 1;
  bottom: 0;
  left: 0;
  padding: 30px;
  justify-content: center;
  display: flex;
  align-items: center;
  border-radius: 0 30px 0 0;
}
.sv_padding .sv_padding_content {
  padding: 60px;
}
.sv_padding .sv_padding_content .sv_subtext {
  text-transform: uppercase;
  color: #0f0f0f;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 15px;
  display: block;
}
.sv_padding .sv_padding_content h3 {
  font-size: 25px;
  margin-bottom: 30px;
}

.sv_big_img {
  margin-bottom: -100px;
  height: 500px;
  width: 100%;
  object-fit: cover;
}

.sv_image_slider {
  padding: 0 30px;
  overflow: hidden;
}

/* MINIMAL STYLE */
.hm_services {
  margin-bottom: 150px;
}

.hm_sv_list .hm_sv_col .hm_sv_inner {
  overflow: hidden;
  position: relative;
  padding: 60px;
  border: 1px solid #b0d4c0;
  border-radius: 10px;
}
.hm_sv_list .hm_sv_col .hm_sv_inner .hm_sv_title {
  font-size: 22px;
}
.hm_sv_list .hm_sv_col .hm_sv_inner i {
  position: absolute;
  bottom: -20px;
  right: -20px;
  transform: rotate(30deg);
  font-size: 120px;
  color: #dbdbdb;
}
.hm_sv_list .hm_sv_col .hm_sv_inner p {
  font-size: 17px;
}

/* ========================================================================== */
/*                                 WORKS STYLE                                */
/* ========================================================================== */
/* AGENCY STYLE */
.portfolio_body {
  margin-bottom: -30px;
}

.port_item a {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #0b140f;
}
.port_item a img {
  object-fit: cover;
  width: 100%;
  height: 250px;
  transition: 0.5s;
}
.port_item a .works_detail {
  position: absolute;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  bottom: 30px;
  left: 30px;
  border: 1px solid #d8e9e0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(10px) scale(1.1);
  filter: blur(10px);
  transition: all 0.2s;
  transition-delay: 0.1s;
}
.port_item a .works_detail .port_title {
  font-size: 20px;
  margin-bottom: 0;
  color: #d8e9e0;
}
.port_item a:hover {
  transform: scale(0.98);
}
.port_item a:hover img {
  opacity: 0.04;
  transform: scale(1.1);
}




    .port_one_high a img {
        height: 530px;
    }

    .port_wrapper {
        padding: 150px 0;
        overflow: hidden;
    }

        .port_wrapper .port_category {
            text-transform: uppercase;
            font-size: 16px;
            margin-bottom: 15px;
            color: #0f0f0f;
        }

        .port_wrapper .sw_bg {
            position: absolute;
            left: 0;
            top: 0;
            background: #fff;
            width: 100%;
            height: 800px;
            z-index: -1;
        }

        .port_wrapper .sw_bold {
            font-weight: 700;
            font-size: 17px;
            font-family: "Lexend", sans-serif;
            color: #0b140f;
        }

    .sw_image {
        height: 500px;
        width: 100%;
        object-fit: cover;
        margin: 100px 0;
    }

    .port_description {
        padding: 60px;
        background-color: #fff;
        border-radius: 10px;
    }

        .port_description li {
            margin-bottom: 30px;
        }

            .port_description li h4 {
                font-size: 20px;
                margin-bottom: 15px;
            }

            .port_description li p {
                font-size: 17px;
            }

            .port_description li:last-child {
                margin-bottom: 0;
            }

    /* DARK STYLE */
    .dark-portfolio {
        z-index: 3;
    }

        .dark-portfolio .port_item {
            margin-bottom: 30px;
        }

        .dark-portfolio .port_link_dark {
            border-radius: 10px;
            position: relative;
        }

            .dark-portfolio .port_link_dark img {
                opacity: 0.7;
                height: 500px;
            }

            .dark-portfolio .port_link_dark .port_dark_detail {
                position: absolute;
                bottom: 0;
                left: 0;
                padding: 30px;
                width: 100%;
                z-index: 3;
            }

                .dark-portfolio .port_link_dark .port_dark_detail h3 {
                    color: #fff;
                    margin-bottom: 0;
                }

                .dark-portfolio .port_link_dark .port_dark_detail p {
                    color: #fff;
                    padding: 5px 10px;
                    border-radius: 5px;
                    background-color: #0f0f0f;
                    margin-bottom: 0;
                    font-weight: bold;
                    display: inline-block;
                    font-size: 15px;
                    margin-bottom: 15px;
                    text-transform: lowercase;
                }

    .work-dotted-img {
        position: absolute;
        z-index: 0;
        bottom: -50px;
        left: -70px;
        background: radial-gradient( circle, transparent 14%, #293b5f 15%, #293b5f 25%, transparent 26% );
        background-size: 2em 2em;
        background-color: transparent;
        width: 200px;
        height: 210px;
        border-radius: 90px;
    }

    .work-circle-bg {
        position: absolute;
        z-index: 0;
        top: 10%;
        opacity: 0.1;
        right: -70px;
        border: 30px solid #0f0f0f;
        width: 200px;
        height: 200px;
        border-radius: 200px;
    }

    /* BLACK AND WHITE STYLE */
    .port_filter {
        align-items: center;
        justify-content: center;
        display: flex;
        margin-bottom: 15px;
        flex-wrap: wrap;
    }

        .port_filter li {
            margin-right: 15px;
            margin-bottom: 15px;
        }

            .port_filter li a {
                box-shadow: 0px 5px 10px -8px #b0d4c0;
                display: inline-block;
                padding: 15px 30px;
                background-color: #fff;
                text-transform: uppercase;
                font-weight: bold;
                color: #0b140f;
                font-size: 14px;
                line-height: 14px;
            }

                .port_filter li a.active,
                .port_filter li a.active:hover {
                    cursor: default;
                    color: #fff;
                    background-color: #0b140f;
                }

                .port_filter li a:hover {
                    color: #fff;
                    background-color: #0f0f0f;
                }

            .port_filter li:last-child {
                margin-right: 0;
            }

    .bw_portfolio .port_item {
        margin-bottom: 30px;
    }

        .bw_portfolio .port_item .port_icon {
            position: absolute;
            color: #0b140f;
            z-index: 33;
            right: 30px;
            top: 30px;
            padding: 15px;
            font-size: 25px;
            background-color: #fff;
            border-radius: 100px;
        }

        .bw_portfolio .port_item a {
            box-shadow: 0px 5px 20px -12px #b0d4c0;
            background-color: transparent;
        }

            .bw_portfolio .port_item a img {
                height: 500px;
            }

            .bw_portfolio .port_item a:hover img {
                opacity: 1;
            }

        .bw_portfolio .port_item .port_bw_detail {
            background-color: #fff;
            padding: 30px;
            z-index: 5;
            position: relative;
        }

            .bw_portfolio .port_item .port_bw_detail p {
                margin-bottom: 0;
                text-transform: uppercase;
                font-weight: bold;
                font-size: 14px;
                color: #aaaaaa;
            }

            .bw_portfolio .port_item .port_bw_detail h3 {
                font-size: 24px;
                margin-bottom: 0;
            }

    /* ARTIST STYLE */
    .port_artist {
        justify-content: start;
    }

        .port_artist li a {
            box-shadow: none;
        }

    .port_artist_body .port_item .works_detail {
        border-radius: 10px;
        padding: 30px;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

        .port_artist_body .port_item .works_detail .port_title {
            font-size: 30px;
            position: absolute;
            bottom: 30px;
            left: 30px;
            color: #fff;
        }

           /* .port_artist_body .port_item .works_detail .port_title:after {
                content: "+";
                margin-left: 5px;
                color: #0f0f0f;
            }*/

        .port_artist_body .port_item .works_detail p {
            position: absolute;
            top: 30px;
            right: 30px;
            text-transform: uppercase;
            font-size: 15px;
        }

    /* ANIMATION STUDIO STYLE */
    .hm_port_filter {
        flex-direction: column;
        align-items: start;
    }

        .hm_port_filter li a {
            text-transform: none;
            font-weight: normal;
            font-size: 16px;
            border-radius: 8px;
            color: #0f0f0f;
            background-color: #d8e9e0;
        }

            .hm_port_filter li a:hover {
                background-color: #0f0f0f;
                color: #fff;
            }

    .port_animation .port_item {
        margin-bottom: 30px;
    }

        .port_animation .port_item .port_with_border {
            border: 1px solid white;
            border-radius: 10px;
            overflow: hidden;
            background: #fff;
        }

            .port_animation .port_item .port_with_border img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

            .port_animation .port_item .port_with_border h3 {
                font-size: 22px;
                letter-spacing: -0.005em;
                transition: 0.3s;
                line-height: 1.4;
            }

                .port_animation .port_item .port_with_border h3:hover {
                    color: #aaaaaa;
                }

            .port_animation .port_item .port_with_border .port_border_content {
                padding: 60px;
            }

                .port_animation .port_item .port_with_border .port_border_content a {
                    background-color: transparent;
                }

                    .port_animation .port_item .port_with_border .port_border_content a:hover {
                        transform: scale(1);
                    }

            .port_animation .port_item .port_with_border .port_sub {
                color: #0f0f0f;
                margin-bottom: 5px;
                text-transform: uppercase;
                font-weight: 600;
                font-size: 14px;
            }

            .port_animation .port_item .port_with_border .port_link {
                color: #666;
                display: flex;
                align-items: center;
                overflow: hidden;
            }

                .port_animation .port_item .port_with_border .port_link span {
                    text-indent: -100px;
                    transition: 0.4s;
                    text-transform: uppercase;
                    font-size: 15px;
                }

                .port_animation .port_item .port_with_border .port_link i {
                    font-size: 20px;
                }

                .port_animation .port_item .port_with_border .port_link:hover span {
                    text-indent: 0;
                    margin-right: 5px;
                }

    /* ========================================================================== */
    /*                                 TEAM STYLE                                 */
    /* ========================================================================== */
    /* AGENCY STYLE */
    .team_img {
        position: relative;
        overflow: hidden;
        background-color: #0b140f;
    }

        .team_img img {
            width: 100%;
            height: 380px;
            object-fit: cover;
            transition: 0.5s;
        }

        .team_img:hover img {
            opacity: 0.1;
            transform: scale(1.1);
        }

        .team_img:hover .team_sicon {
            opacity: 1;
            transform: translateY(0);
        }

    .team_detail {
        background-color: #d8e9e0;
        padding: 30px;
        transition: 0.5s;
    }

        .team_detail h3 {
            font-size: 20px;
            margin-bottom: 5px;
        }

        .team_detail p {
            font-size: 15px;
        }

    .team_sicon {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        z-index: 3;
        transform: translateY(10px);
        transition: 0.3s;
        opacity: 0;
    }

        .team_sicon li a {
            background-color: #d8e9e0;
            display: inline-flex;
            width: 30px;
            height: 30px;
            align-items: center;
            justify-content: center;
            color: #0b140f;
            font-size: 13px;
            border-radius: 100px;
        }

            .team_sicon li a:hover {
                background-color: #0b140f;
                color: #fff;
                transform: translateY(-2px);
            }

    /* DARK STYLE */
    .team_lineart {
        width: 300px;
        height: 300px;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 0 100px 300px 0;
        background: radial-gradient( circle at bottom left, transparent 25%, #ffffff 25.5%, #ffffff 36%, transparent 37%, transparent 100% ), radial-gradient( circle at top right, transparent 34%, #ffffff 34.5%, #ffffff 45.5%, transparent 46%, transparent 100% );
        background-size: 3em 3em;
        background-color: transparent;
        opacity: 0.1;
    }

    .dark_team {
        border-radius: 20px;
        overflow: hidden;
        position: relative;
    }

        .dark_team img {
            height: 450px;
            object-fit: cover;
            width: 100%;
            border-radius: 20px;
            transition: 0.3s;
        }

        .dark_team:hover img {
            opacity: 0.6;
            transform: scale(1.04);
        }

        .dark_team:hover .dark_team_sicon {
            transform: translateX(0);
            opacity: 1;
        }

        .dark_team .dark_team_detail {
            background-color: rgba(51, 51, 51, 0.5);
            background: linear-gradient( 360deg, rgb(14, 14, 27) 0%, rgba(14, 14, 27, 0.5) 60%, rgba(0, 0, 0, 0) 100% );
            position: absolute;
            bottom: 0;
            left: 0;
            padding: 30px;
            width: 100%;
        }

            .dark_team .dark_team_detail h3 {
                color: #fff;
                margin: 0;
                font-size: 25px;
            }

            .dark_team .dark_team_detail p {
                margin: 0;
                color: #fff;
                font-size: 16px;
            }

                .dark_team .dark_team_detail p::before {
                    content: "";
                    width: 25px;
                    height: 2px;
                    margin-right: 10px;
                    margin-bottom: 4px;
                    display: inline-block;
                    background-color: #0f0f0f;
                }

        .dark_team .dark_team_sicon {
            position: absolute;
            top: 0;
            right: 0;
            padding: 30px;
            transform: translateX(30px);
            transition: 0.5s;
            opacity: 0;
        }

            .dark_team .dark_team_sicon a {
                background-color: #0f0f0f;
                display: inline-flex;
                width: 30px;
                height: 30px;
                justify-content: center;
                align-items: center;
                border-radius: 5px;
                margin-bottom: 10px;
                font-size: 12px;
                color: #fff;
            }

                .dark_team .dark_team_sicon a:hover {
                    background-color: #293b5f;
                }

    .teamdark-bg {
        background-image: url("../img/team/team-bg.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    /* BLACK AND WHITE STYLE */
    .team_triangle_bg {
        background: url("../img/bg/triangle.png") no-repeat center 200px;
        background-size: 600px;
    }

    .bw_team {
        position: relative;
    }

        .bw_team .bw_team_inner {
            position: relative;
            padding: 0 15px;
        }

            .bw_team .bw_team_inner img {
                width: 100%;
                height: 500px;
                object-fit: cover;
                object-position: top;
            }

            .bw_team .bw_team_inner .bw_team_sicon {
                position: absolute;
                top: 50%;
                transform: translate(10px, -48%);
                left: 0;
                opacity: 0;
                transition: 0.4s;
            }

                .bw_team .bw_team_inner .bw_team_sicon li {
                    margin-bottom: 10px;
                }

                    .bw_team .bw_team_inner .bw_team_sicon li a {
                        background-color: #0b140f;
                        width: 40px;
                        height: 40px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        color: #fff;
                    }

                        .bw_team .bw_team_inner .bw_team_sicon li a:hover {
                            background-color: #0f0f0f;
                        }

                        .bw_team .bw_team_inner .bw_team_sicon li a i {
                            font-size: 15px;
                        }

            .bw_team .bw_team_inner:hover .bw_team_sicon {
                transform: translate(0, -50%);
                opacity: 1;
            }

        .bw_team .bw_team_detail {
            padding: 30px;
            background-color: #0b140f;
            margin: -50px 30px 0;
            z-index: 3;
            position: relative;
            box-shadow: 0px 5px 20px -12px #8fc2a6;
        }

            .bw_team .bw_team_detail h3 {
                margin-bottom: 0;
                font-size: 25px;
                color: #fff;
            }

            .bw_team .bw_team_detail p {
                font-weight: bold;
                font-size: 15px;
                margin-bottom: 0;
                text-transform: uppercase;
                color: #6eb08b;
            }

    /* ANIMATION STUDIO STYLE */
    .ani_team {
        position: relative;
    }

        .ani_team img {
            height: 500px;
            width: 100%;
            object-fit: cover;
            border-radius: 10px;
            object-position: top;
        }

        .ani_team .ani_team_detail {
            position: absolute;
            background-color: #0f0f0f;
            background-color: #70ad5d;
            border-radius: 10px;
            margin: 0 10%;
            overflow: hidden;
            padding: 30px;
            position: relative;
            width: 80%;
            margin-top: -100px;
        }

            .ani_team .ani_team_detail p {
                text-transform: uppercase;
                font-weight: bold;
                font-size: 15px;
                margin-bottom: 0;
                color: rgba(255, 255, 255, 0.7);
            }

            .ani_team .ani_team_detail h3 {
                color: #fff;
                font-size: 25px;
                margin-bottom: 15px;
            }

            .ani_team .ani_team_detail .ani_team_icon {
                position: absolute;
                right: -10px;
                bottom: -20px;
                font-size: 80px;
                color: rgba(255, 255, 255, 0.521);
            }

        .ani_team .ani_team_dark {
            background-color: #0b140f;
        }

        .ani_team .ani_team_list {
            display: flex;
            margin-bottom: 0;
        }

            .ani_team .ani_team_list li a {
                font-size: 15px;
                color: #fff;
                margin-right: 15px;
            }

    /* ========================================================================== */
    /*                                CONTACT STYLE                               */
    /* ========================================================================== */
    /* AGENCY STYLE */
    .contact_form input,
    .contact_form textarea {
        border-radius: 0;
        background-color: transparent;
        border: 0;
        border-bottom: 1px solid #478160;
        margin-bottom: 15px;
        width: 100%;
        padding: 10px 0;
        color: #666;
    }

        .contact_form input:focus,
        .contact_form textarea:focus {
            outline: none;
        }

    .contact_form ::placeholder {
        color: #478160;
        font-size: 15px;
    }

    .contact_form .rdn_btn {
        border: none;
    }

        .contact_form .rdn_btn:focus {
            background-color: #478160;
            color: #fff;
        }

    .contact_form .contact_out_text {
        display: block;
        margin-top: 15px;
    }

        .contact_form .contact_out_text.text-red {
            color: red;
        }

    /* DARK STYLE */
    .dark_contact_form input,
    .dark_contact_form textarea {
        border: 1px solid #1d3528;
        padding: 15px 20px;
        border-radius: 10px;
    }

    .dark_contact_form ::placeholder {
        color: #dbebe2;
        font-size: 15px;
    }

    .dark_contact_form .rdn_btn {
        font-weight: bold;
    }

    /* BLACK AND WHITE STYLE */
    .contact_map {
        background-image: url("../img/bg/map.png");
        background-repeat: no-repeat;
        background-position: right top;
        background-size: 1100px;
    }

    .bw_contact_form ::placeholder {
        font-size: 17px;
    }

    .bw_contact_form input,
    .bw_contact_form textarea {
        border: 1px solid;
        padding: 20px;
    }

    .bw_contact_form .rdn_btn {
        width: 100%;
        justify-content: center;
        font-weight: bold;
        text-transform: uppercase;
        background-color: #fff;
        color: #0b140f;
        font-size: 15px;
        padding: 20px;
    }

        .bw_contact_form .rdn_btn:hover {
            background-color: #0f0f0f;
            color: #fff;
        }

    .map_content {
        filter: grayscale(100%);
    }

        .map_content iframe {
            border-radius: 10px;
            width: 100%;
            height: 385px;
            margin-bottom: 21px;
        }

    .artist_form input,
    .artist_form textarea {
        border-radius: 5px;
        border: 1px solid #bad9c8;
        background-color: #fff;
        padding: 15px 20px;
    }

    .artist_form ::placeholder {
        color: #233f2f;
        font-size: 16px;
    }

    .artist_form .rdn_btn {
        border-radius: 10px;
        width: 100%;
        text-align: center;
        display: inline-block;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 15px;
    }

    .contact_address li .cadd_inner {
        padding: 30px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        position: relative;
        border-radius: 10px;
    }

        .contact_address li .cadd_inner .head_text {
            position: relative;
            z-index: 1;
            display: flex;
            align-items: center;
            font-size: 22px;
            color: #fff;
        }

            .contact_address li .cadd_inner .head_text i {
                border: 1px solid;
                padding: 10px;
                border-radius: 10px;
                margin-right: 15px;
                color: #0f0f0f;
                font-size: 30px;
            }

        .contact_address li .cadd_inner p {
            color: #fff;
            z-index: 1;
            position: relative;
            font-size: 15px;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 0;
        }

        .contact_address li .cadd_inner img {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: 0;
            opacity: 0.1;
        }

    /* ANIMATION STUDIO STYLE */
    .anim_contact_form {
        font-size: 16px;
    }

        .anim_contact_form input,
        .anim_contact_form textarea {
            border: 1px solid #a3ccb6;
            padding: 15px 20px;
            transition: 0.3s;
        }

            .anim_contact_form input:active,
            .anim_contact_form input:focus,
            .anim_contact_form textarea:active,
            .anim_contact_form textarea:focus {
                border-color: #478160;
            }

        .anim_contact_form .rdn_btn {
            width: 100%;
            justify-content: center;
        }

            .anim_contact_form .rdn_btn:hover {
                background-color: #0b140f;
                color: #fff;
            }

        .anim_contact_form ::placeholder {
            font-size: 16px;
        }

    /* MINIMAL STYLE */
    .hm_contact_form {
        padding: 60px;
        border-radius: 10px;
        background-color: #fff;
        border: 1px solid #dbebe2;
    }

        .hm_contact_form ::placeholder {
            font-size: 16px;
        }

    /* ========================================================================== */
    /*                                FOOTER STYLE                                */
    /* ========================================================================== */
    .footer_one {
        font-size: 18px;
    }

    .footer_title {
        font-size: 24px;
    }

    .footer_with_logo {
        display: flex;
        align-items: center;
        margin-bottom: 30px;
    }

        .footer_with_logo .footer_logo {
            max-width: 55px;
            flex-shrink: 0;
            margin-right: 15px;
        }

        .footer_with_logo h3 {
            margin-bottom: 0;
            font-size: 30px;
            text-transform: uppercase;
            letter-spacing: -3px;
        }

        .footer_with_logo p {
            text-transform: uppercase;
            letter-spacing: 2.5px;
            font-size: 12px;
        }

    .footer_address_list li {
        margin-bottom: 15px;
        display: flex;
        align-items: center;
    }

        .footer_address_list li i {
            color: #0b140f;
            font-size: 10px;
            height: 30px;
            line-height: 30px;
            width: 30px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            margin-right: 10px;
            font-size: 12px;
            background-color: #d8e9e0;
            border-radius: 100%;
        }

        .footer_address_list li a {
            color: inherit;
        }

    .br_social_list {
        display: flex;
        gap: 5px;
    }

        .br_social_list a {
            color: #0b140f;
            font-size: 10px;
            height: 30px;
            line-height: 30px;
            width: 30px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            font-size: 12px;
            background-color: #d8e9e0;
            border-radius: 100%;
        }

            .br_social_list a:hover {
                color: #d8e9e0;
                background-color: #0b140f;
            }

    .footer_content {
        padding-top: 100px;
        padding-bottom: 100px;
        border-bottom: 1px solid #eee;
    }

    .copytext {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    /* DARK STYLE */
    .dark_footer {
        background-color: black;
        color: #aaa;
    }

        .dark_footer .footer_title {
            color: #fff;
        }

        .dark_footer .footer_content {
            border-bottom: 1px solid #020403;
        }

        .dark_footer .footer_with_logo h3 {
            color: #fff;
            text-transform: capitalize;
            letter-spacing: 0;
        }

    /* ========================================================================== */
    /*                                 BLOG STYLE                                 */
    /* ========================================================================== */
    .blog_top {
        padding: 290px 0 200px;
        background: url("../img/bg/line-art.png") no-repeat center center;
        background-size: cover;
    }

        .blog_top h1 {
            font-size: 45px;
        }

        .blog_top p {
            font-size: 20px;
        }

    .blog_post {
        padding: 30px;
        background: #fff;
        border-radius: 10px;
        border: 1px solid white;
    }

        .blog_post .blog-big-img {
            height: 400px;
            width: 100%;
            object-fit: cover;
        }

        .blog_post h2 {
            margin-bottom: 30px;
        }

            .blog_post h2 a {
                color: #0b140f;
                font-size: 32px;
                display: block;
            }

                .blog_post h2 a:hover {
                    color: #0f0f0f;
                }

        .blog_post p {
            font-size: 17px;
        }

    .blog_meta {
        border-top: 1px solid #e6e6e6;
        padding: 30px 0 0;
        margin: 0;
    }

        .blog_meta li {
            margin-right: 10px;
            color: #b3b3b3;
            display: flex;
            align-items: center;
            font-size: 15px;
        }

            .blog_meta li i {
                font-size: 25px;
                margin-right: 5px;
            }

            .blog_meta li:last-child {
                margin-left: auto;
            }

        .blog_meta.blog_meta_head {
            justify-content: center;
            align-items: center;
            border: 0;
            padding: 0;
        }

            .blog_meta.blog_meta_head li {
                font-size: 16px;
            }

                .blog_meta.blog_meta_head li:last-child {
                    margin: 0;
                }

    .single_blog_content h4 {
        font-size: 20px;
        letter-spacing: 0;
    }

    .single_blog_content .list_in_blog_content {
        list-style: circle;
        font-size: 17px;
        margin-bottom: 30px;
        padding: 0;
        list-style-position: inside;
    }

        .single_blog_content .list_in_blog_content li {
            margin-bottom: 5px;
        }

    .single_blog_content .rdn_blog_gallery {
        margin-bottom: 30px;
    }

        .single_blog_content .rdn_blog_gallery .gallery_inner img {
            width: 100%;
            height: 250px;
            object-fit: cover;
        }

    .widget .widget_title {
        font-size: 20px;
    }

    .widget .vblog {
        list-style: none;
        padding: 0;
    }

        .widget .vblog li {
            display: flex;
            align-items: center;
            margin-bottom: 30px;
        }

            .widget .vblog li .vblog_img {
                width: 100px;
                object-fit: cover;
                height: 100px;
                flex-shrink: 0;
                margin-right: 15px;
            }

                .widget .vblog li .vblog_img img {
                    border-radius: 5px;
                }

            .widget .vblog li .vblog_list {
                display: flex;
                flex-direction: column;
            }

                .widget .vblog li .vblog_list a {
                    font-size: 16.5px;
                    line-height: 1.2;
                    font-family: "Lexend", sans-serif;
                    color: #0b140f;
                    margin-bottom: 15px;
                }

                    .widget .vblog li .vblog_list a:hover {
                        color: #0f0f0f;
                    }

                .widget .vblog li .vblog_list span {
                    font-size: 15px;
                    align-items: center;
                    display: flex;
                }

                    .widget .vblog li .vblog_list span i {
                        margin-right: 5px;
                    }

    .widget ul {
        padding: 0;
        list-style-position: inside;
        list-style-type: circle;
        font-size: 16px;
    }

        .widget ul li {
            margin-bottom: 15px;
            line-height: 1.2;
        }

    .widget .tag_list {
        padding: 0;
        margin-bottom: -15px;
    }

        .widget .tag_list li {
            display: inline-block;
        }

            .widget .tag_list li a {
                padding: 10px 15px;
                border-radius: 10px;
                background-color: transparent;
                border: 1px solid #0f0f0f;
                margin: 0 10px 0 0;
                font-size: 16px;
                display: inline-block;
            }

                .widget .tag_list li a:hover {
                    color: #fff;
                    background-color: #0f0f0f;
                }

    /* BLOG NAVIGATION */
    .page_nav .page_nav_list {
        display: inline-flex;
        overflow: hidden;
        border: 1px solid #5c5c5c;
        border-radius: 10px;
        margin: 0;
    }

        .page_nav .page_nav_list .page_list_item {
            border-right: 1px solid #5c5c5c;
            overflow: hidden;
        }

            .page_nav .page_nav_list .page_list_item:last-child {
                border-right: 0px;
            }

            .page_nav .page_nav_list .page_list_item .nav_page_link {
                padding: 10px;
                font-weight: bold;
                color: #666;
                align-self: center;
                display: flex;
                width: 50px;
                height: 50px;
                align-items: center;
                justify-content: center;
                font-size: 13px;
            }

                .page_nav .page_nav_list .page_list_item .nav_page_link:hover {
                    color: #0f0f0f;
                }

            .page_nav .page_nav_list .page_list_item.active .nav_page_link {
                color: #0f0f0f;
            }

            .page_nav .page_nav_list .page_list_item.disabled .nav_page_link {
                color: #aaa;
                cursor: default;
            }

    /* RELATED POST */
    .related_post {
        border: solid #eee;
        border-width: 1px 0 1px 0;
        padding: 60px 0;
        margin: 60px 0;
    }

        .related_post .rel_sub {
            margin-bottom: 0;
            text-transform: uppercase;
            font-size: 15px;
        }

        .related_post h3 {
            margin-bottom: 30px;
            font-size: 25px;
            letter-spacing: -0.003em;
        }

        .related_post .rel_post {
            display: flex;
            flex-direction: column;
        }

            .related_post .rel_post img {
                border-radius: 10px 10px 0 0;
            }

            .related_post .rel_post a {
                border-radius: 0 0 10px 10px;
                padding: 30px;
                display: flex;
                align-items: center;
                border: 1px solid #eee;
                border-top: 0;
                transition: 0.3s;
            }

                .related_post .rel_post a:hover {
                    background-color: #0b140f;
                }

                    .related_post .rel_post a:hover h4,
                    .related_post .rel_post a:hover span {
                        color: #fff;
                    }

                        .related_post .rel_post a:hover span::before {
                            background-color: #fff;
                        }

                .related_post .rel_post a h4 {
                    font-size: 20px;
                    letter-spacing: 0;
                    margin-bottom: 0;
                }

                .related_post .rel_post a span {
                    font-size: 16px;
                    display: flex;
                    align-items: center;
                    margin-bottom: 10px;
                    color: #0f0f0f;
                }

                    .related_post .rel_post a span:before {
                        content: "";
                        margin-right: 5px;
                        width: 50px;
                        height: 1px;
                        background-color: #0f0f0f;
                    }

    /* COMMENT STYLES */
    .comments h4 {
        font-size: 23px;
    }

    .comment_list li {
        margin-bottom: 30px;
    }

        .comment_list li .top_comment {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }

            .comment_list li .top_comment .avatar img {
                border-radius: 100px;
                width: 80px;
                height: 80px;
                object-fit: cover;
            }

            .comment_list li .top_comment .top_comment_content {
                position: relative;
                flex-grow: 1;
                margin-left: 15px;
            }

                .comment_list li .top_comment .top_comment_content h4 {
                    font-size: 18px;
                    letter-spacing: -0.008em;
                    margin-bottom: 5px;
                    font-weight: normal;
                }

                .comment_list li .top_comment .top_comment_content span {
                    color: #949494;
                    align-items: center;
                    display: flex;
                    font-size: 14px;
                    letter-spacing: -0.03em;
                    line-height: 1;
                }

                    .comment_list li .top_comment .top_comment_content span i {
                        font-size: 15px;
                        margin-right: 5px;
                    }

                .comment_list li .top_comment .top_comment_content a {
                    position: absolute;
                    right: 0;
                    top: 0;
                    font-size: 12px;
                    font-weight: bold;
                    color: #0f0f0f;
                    background-color: #eee;
                    padding: 5px 20px;
                    border-radius: 100px;
                    transition: 0.3s;
                }

                    .comment_list li .top_comment .top_comment_content a:hover {
                        color: #fff;
                        background-color: #0f0f0f;
                    }

        .comment_list li ul {
            list-style: none;
            margin-left: 30px;
            margin-top: 30px;
        }

    .comment_list .bottom_comment {
        border-bottom: 1px solid #eee;
        padding-bottom: 30px;
    }

    .comment_list > li:last-child .bottom_comment {
        border-bottom: 0;
        padding-bottom: 0;
    }

    /* COMMENT FORM */
    .comment_box_form {
        border-top: 1px solid #eee;
        padding-top: 60px;
        margin: 60px 0;
    }

        .comment_box_form h4 {
            margin-bottom: 5px;
        }

        .comment_box_form p {
            color: #aaa;
        }

        .comment_box_form .comment-form {
            padding: 30px;
            background-color: #fff;
            border-radius: 10px;
            border: 1px solid #eee;
        }

            .comment_box_form .comment-form input,
            .comment_box_form .comment-form textarea {
                padding: 10px 15px;
                margin-bottom: 15px;
            }

    /* ========================================================================== */
    /*                                MEDIAQUERIES                                */
    /* ========================================================================== */
    @media (max-width: 991px) {
        .container {
            padding-right: 30px;
            padding-left: 30px;
        }

        .rdn_slider_bg .slider_content {
            padding: 300px 0 200px;
        }

            .rdn_slider_bg .slider_content h1 {
                font-size: 60px;
            }

        .about_box .about_inner {
            border-right: 0;
            border-bottom: 1px solid #d1e6da;
        }

        .home_white_static h1 {
            font-size: 60px;
        }

        .home_black_slider img {
            height: 300px;
        }

        .abt_absolute_row {
            width: 80%;
            right: 10%;
        }

        .home_minimal .hm_heading_section .line_animate {
            margin: 30px 0 0;
            width: 300px;
            max-width: 100%;
            position: absolute;
            top: 200px;
        }

        .hm_port_filter {
            flex-direction: row;
            align-items: start;
            justify-content: start;
        }

        .demo_logo_list .col-2 img {
            height: auto;
        }
    }

    @media (max-width: 767px) {
        .rdn_slider_bg .slide_bg,
        .rdn_slider_bg .slider_img_cover {
            width: 100%;
            height: 100%;
        }

        .rdn_slider_bg .slider_content p {
            font-size: 15px;
        }

        .home_black_slider img {
            height: 200px;
        }

        .home_white_static h1 {
            font-size: 50px;
        }

        .home_white_static .subtitle_home {
            font-size: 18px;
        }

        .home_minimal .hm_heading_section h1 {
            font-size: 35px;
        }
    }

    .tab-pane .row {
        margin-top: 3.125rem;
    }

    @media (max-width: 500px) {

        .services_content .services_title i {
            width: 50px;
            height: 50px;
            margin-bottom: 0px;
        }

        .services_content .services_title h3 {
            margin-top: 0px;
            margin-left: 1.25rem;
        }

        .services_content .services_title {
            display: flex;
            align-items: center;
        }

        .port_filter li {
            display: flex;
            align-items: center;
            height: 50px;
        }

            .port_filter li a {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
                box-shadow: 0px 3px 5px -4px #b0d4c0;
                display: flex;
                align-items: center; /* 添加这行，实现垂直居中 */
                padding: 8px 15px;
                background-color: #fff;
                text-transform: uppercase;
                font-weight: bold;
                color: #0b140f;
                font-size: 12px;
                line-height: 12px;
            }

        .rdn_tab .rdn_tab_item .tab_link {
            padding: 10px;
        }

        .rdn_title {
            font-size: 30px;
        }

        .rdn_slider_bg .slider_content {
            padding: 150px 0 150px;
        }

            .rdn_slider_bg .slider_content h1 {
                font-size: 40px;
            }

            .rdn_slider_bg .slider_content p {
                display: none;
            }

        .subt_text {
            font-size: 15px;
            letter-spacing: 2px;
        }

            .subt_text:before {
                width: 50px;
            }

        .img_top {
            bottom: 0;
            right: 0;
            position: relative;
            width: 100%;
            height: 100%;
            border: none;
            margin-top: 30px;
            border-radius: 10px;
            display: none;
        }

        .art_slider_bg .slider_content .button_box .rdn_btn_slider,
        .art_slider_bg .slider_content .button_box .rdn_btn_slider_line {
            padding: 15px 20px;
        }

        .abt_art_box {
            position: relative;
            left: auto;
            bottom: auto;
        }

        .home_static_img .home_content .subtitle_home {
            font-size: 15px;
            letter-spacing: 1px;
            display: block;
        }

        .home_static_img .home_content h1 {
            font-size: 50px;
        }

        .home_static_img .home_content p {
            display: none;
        }

        .home_white_static h1 {
            font-size: 40px;
        }

        .about_box .about_inner {
            padding: 30px;
        }

            .about_box .about_inner h3 {
                font-size: 20px;
            }

        .sv_bw .sv_bw_inner {
            padding: 30px;
        }

            .sv_bw .sv_bw_inner h3 {
                font-size: 20px;
            }

        .pricing_box {
            padding: 30px;
        }

        .home_with_image_box {
            padding: 30px;
        }

            .home_with_image_box p {
                display: none;
            }

            .home_with_image_box h2 {
                font-size: 35px;
            }

            .home_with_image_box .sub_text_with_bg {
                letter-spacing: 1px;
                font-size: 13px;
                display: block;
            }

            .home_with_image_box .col-lg-6 .row {
                --bs-gutter-x: 15px;
            }

            .home_with_image_box .col-lg-6 .header_list_img {
                height: 100px;
            }

                .home_with_image_box .col-lg-6 .header_list_img.mb-30 {
                    margin-bottom: 15px;
                }

        .port_with_border .col-5,
        .port_with_border .col-7 {
            width: 100%;
        }

        .port_with_border .port_border_content {
            padding: 30px;
        }

        .sv_padding {
            display: block;
        }

            .sv_padding .sv_img {
                width: 100%;
            }

            .sv_padding .sv_padding_content {
                padding: 30px;
            }

        .abt_absolute_row {
            grid-template-columns: 100%;
        }

        .home_minimal .home_min_items .hm_inner,
        .hm_sv_list .hm_sv_col .hm_sv_inner,
        .testi_slider .testi_inner,
        .hm_contact_form {
            padding: 30px;
        }

        .blog_top h1 {
            font-size: 35px;
        }

        .blog_top p {
            font-size: 17px;
        }

        .blog_post .blog-big-img {
            height: 300px;
        }

        .blog_post h2 a {
            font-size: 25px;
        }

        .blog_meta {
            flex-direction: column;
        }

            .blog_meta li {
                margin-bottom: 10px;
            }

                .blog_meta li:last-child {
                    margin: 0;
                }

        .comment_list li .top_comment .top_comment_content a {
            position: relative;
        }

        .demo_logo_list {
            margin-bottom: -10px;
        }

            .demo_logo_list .col-2 {
                padding: 10px;
            }
    }

    /* 电脑端的 hover 样式 */
@media (hover: hover) {
    .port_item a:hover .works_detail {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

/* 手机端直接应用 hover 样式 */
@media (hover: none) {
    .port_item a {
        background-color: transparent;
    }

    .port_item a .works_detail {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }

    .port_artist_body .port_item .works_detail {
        border: none;
        padding:0 30px;
    }

        .port_artist_body .port_item .works_detail p {
            margin-top: 0px;
            top: 20px;
        }

    .port_artist_body .port_item .works_detail .port_title {
        font-size: 28px;
        position: absolute;
        bottom: 20px;
        left: 30px;
        color: #fff;
    }

    .font-white {
        color: #fff !important;
    }

    .font-shadow {
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5), -1px -1px 2px rgba(0, 0, 0, 0.5);
    }
}

@media (max-width: 490px) {
    .port_item a {
        background-color: transparent;
    }

    .port_item a .works_detail {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }

    .port_artist_body .port_item .works_detail {
        border: none;
        padding: 0 30px;
    }

    .port_artist_body .port_item .works_detail p {
        margin-top:0px;
        top: 20px;
    }

    .port_artist_body .port_item .works_detail .port_title {
        font-size: 28px;
        position: absolute;
        bottom: 20px;
        left: 30px;
        color: #fff;
    }

    .font-white {
        color: #fff !important;
    }

    .font-shadow {
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5), -1px -1px 2px rgba(0, 0, 0, 0.5);
    }
}
