*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
* {
  font-family: "Poppins", sans-serif;
  scroll-behavior: smoothdev;
}
*::-webkit-scrollbar {
  width: 0.6em;
}
*::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 25px;
}
*::-webkit-scrollbar-thumb {
  border-radius: 25px;
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

body {
  overflow-x: hidden;
  transition: .4s all ease;
}

a {
  color: black;
  text-decoration: none;
}

p {

  word-wrap: break-word;

}

/********LOADING **********/

#left {
  position: relative;
  top: 0%;
  left: 0px;
  color:black;
  z-index: 999999;
}

.left-layer {
  position: absolute;
  width: 100vw;
  height: 105vh;
  top: auto;
  left: 0%;
  bottom: 0;
  z-index: 999991;
  right: auto;
  background: #111111;
  transition: all 2.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.left-layer.active {
  z-index: 999;
  bottom: 110%;
}
.left-layer--2 {
  background: #101010;
  transition-delay: 0.45s;
}
.left-layer--3 {
  background: #ffae01;
  transition-delay: 0.18s;
}
.left-layer--4 {
  background: #101010;
  transition-delay: 0.45s;
}
.left-layer-bg{
  position: absolute;
  width: 100vw;
  height: 107vh;
  top: -100px;
  z-index: 99999;
  transition: 1s height cubic-bezier(0.645, 0.045, 0.355, 1);
}
.left-layer-bg.active{
  height: 0px !important;
  overflow: hidden;
  pointer-events: none;
}

.single-word{
  color: white;
}
.not-active{
  display: none;
}
.anton span{
  font-family: 'Anton', sans-serif;
}
.berkshire span{
  font-family: 'Berkshire Swash', cursive;
}
.major span{
  font-family: 'Major Mono Display', monospace;
}
.pacifico span{
  font-family: 'Pacifico', cursive;
}
.rubik span{
  font-family: 'Rubik Beastly', cursive;
}
.cherry span{
  font-family: 'Cherry Bomb One', cursive;
}
.bruno span{
  font-family: 'Bruno Ace', cursive;
}
.bungee span{
  font-family: 'Bungee Inline', cursive;
}
.luckie span{
  font-family: 'Luckiest Guy', cursive;
}
.monoton span{
  font-family: 'Monoton', cursive;
}
.passion span{
  font-family: 'Passion One', cursive;
}
.rowdies span{
  font-family: 'Rowdies', cursive;
}
.spicy span{
  font-family: 'Spicy Rice', cursive;
}
.tilt-wrap span{
  font-family: 'Tilt Warp', cursive;
}
.vina span{
  font-family: 'Vina Sans', cursive;
}
.zilla span{
  font-family: 'Zilla Slab Highlight', cursive;
}
.inter{
  font-family: 'Inter', sans-serif !important;
}
.spinnaker{
  font-family: 'Spinnaker', sans-serif;
}


/*******LAODING ANIMATION END ************/
.pink-bg {
  background-color: #ea82fa;
}

.bg-yellow {
  background-color: #ffae01;

}
.go-up{
  transition: .4s all ease-in-out;
}
.go-up:hover{
  transform: translateY(-10px);
}

.text-yellow {
  color: #ffae01;
}
.card-bg-color{
  background-color: #f0fcfd
}
.bg-form{
  background-color: #d4eefe;
}

.color-background {
  background: #242424;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}

.color-background-yellow {
  background: #ffffff !important;
  z-index: -1;
  transition: all 0.6s ease-in-out;
}
.bottomcolor{
  background: rgb(24, 24, 24);
  transition: all 0.6s ease-in-out !important;

}
.swiper-text-change{
  color: black !important;
}
.card-container:hover{
  background-color:#ffae01;
  transition: all .3s ease;
}
.slider-card:hover{
  color: black !important;
  background-color:#ffae01;
  transition: all .3s ease-in-out
}

.color-background h2, .color-background p, .color-background .text-black-50 {
  color: white !important;
}
.color-background .section-title h1 {
  color: white !important;
}
.color-background .section-title h1 span {
  color: #373737 !important;
}
.color-background .btn-outline-dark {
  color: #ffae01;
  border-color: #ffae01;
  font-weight: 500;
}
.color-background .btn-outline-dark:hover {
  background-color: #ffae01 !important;
  color: #373737 !important;
}
.color-background input {
  background-color: transparent !important;
  /* border-bottom: 3px solid #d1d1d1 !important; */
}
.color-background ul li {
  color: white !important;
}
.color-background .accordion-button {
  color: white !important;
}
.color-background .accordion-body {
  color: rgba(255, 255, 255, 0.7) !important;
}
.color-background .degrade {
  font-weight: 900;
  background: -webkit-linear-gradient(20deg, #cfd0da 0%, #6a72a1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.color-background .vote-item {
  background-color: #242424 !important;
}
.color-background .vote-area {
  background-color: #242424 !important;
}

.text-normal {
  color: #3e435d !important;
}
.bg-yellow-title {
  background: #ffae01;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 768px) {
  .bg-yellow-title {
    line-height: 3.7rem;
  }
}


@media (max-width: 575.98px) {
  p {
    word-break: break-word;
    line-height: 1.8 !important;
    font-size: 16px ;

  }
}

@media (max-width: 575.98px) {
  span {
    word-break: break-word;
  }
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.fs-10{
  font-size:4rem
}
.fs-08 {
  font-size: 0.85rem;
}
.fs-07 {
  font-size: 0.75rem;
}
.fs-05 {
  font-size: 0.55rem;
}

.fw-500 {
  font-weight: 500;
}

.pointer {
  cursor: pointer;
}
.section-title h1 {
  font-weight: 600;
}
/* .section-title h1 span {
  background-color: #ffae01;
} */
.btn-yellow {
  background-color: #ffae01;
  padding: 20px;
  width: 230px;
  text-transform: uppercase;
  color: white;
  font-size: 15px;
  font-weight: 500;
  border: 2px solid #e1ca06 !important;
}
.btn-yellow:hover {
  border: 2px solid #e1ca06 !important;
  background-color: #e1ca06;
}

@media (min-width: 992px) {
  .padding-left {
    padding-left: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .padding-left {
    padding-left: 50px;
  }
}

@media (min-width: 992px) {
  .padding-right {
    padding-right: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .padding-right {
    padding-right: 50px;
  }
}

.degrade {
  font-weight: 900;
  background: -webkit-linear-gradient(45deg, #4e536d 70%, #919acb 30%);
  -webkit-background-clip: text;
  line-height: 1;
  letter-spacing: -3px;
  -webkit-text-fill-color: #919acb;
  font-size: 4.5rem;
}
@media (min-width: 576px) and (max-width: 1299.98px) {
  .degrade {
    font-size: 3.5rem !important;
  }
}
@media (min-width: 1300px) and (max-width: 1570px) {
  .degrade {
    font-size: 4.2rem;
  }
}
@media (max-width: 575.98px) {
  .degrade {
    font-size: 3rem !important;
  }
}
.degrade-sub {
  font-size: 4rem;
  font-weight: 900;
  background: -webkit-linear-gradient(28deg, #4e536d 0%, #919acb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.marginscroll2{
  margin-top:-160px ;
}
.marginscroll{
  margin-top:-120px;
}
.scroll-area-height{
  height: 100vh;

}
@media (max-width: 768px) {
  .degrade-sub {
    font-size: 3rem;
    margin-top: 25px;
  }
    .btn-yellow{
    padding: 15px !important ;
    width: 160px !important;
  }
  .marginscroll{
    margin-top:-50px !important ;
  }
  .marginscroll2{
    margin-top:-160px !important ;
  }
  .scroll-area-height{
    height: 30vh;
  }
  .marginForGif{
    margin-top: -50px;
  }

}
.degrade-1 {
  font-weight: 900;
  background: -webkit-linear-gradient(90deg, rgb(57, 60, 77) 20%, rgb(117, 123, 158) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.accordion-button::after {
  background-image: url("/assets/image/global/chevrondown.svg") !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("/assets/image/global/chevrondown.svg") !important;
}



iframe {
  width: 100%;
  border: 0;
}

@media (min-width: 1200px) {
  .responsive-fixed {
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 999;
    transform: translateY(-50%);
  }
  .responsive-absolute {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
  }
  .iframe-responsive iframe {
    height: 100vh;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .project.vh-100 {
    min-height: 100vh !important;
    height: auto !important;
  }
  .project.overflow-hidden {
    overflow: auto !important;
  }
}

@media (max-width: 1199.98px) {
  .marginscroll{
    margin-top:-20px ;
  }
  .marginscroll2{
    margin-top:-100px ;
  }

  .iframe-responsive iframe {
    height: 400px;
  }
}

@media (max-width: 767.98px) {
  .project.vh-100 {
    min-height: auto;
  }
  .project.overflow-hidden {
    overflow: auto !important;
  }
  .project .container-fluid.overflow-hidden {
    overflow: auto !important;
  }
}
@media (max-width: 1200px) {
  .responsive-sub-image {
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
  }
  .responsive-sub-image img {
    width: 350px;
    height: 400px;
    max-width: 100%;
  }
}


.modal {
  z-index: 333333;
}
.modal-body {
  font-size: 13px !important;
}
.modal-body p {
  font-size: 15px !important;
}
.modal-body h3 {
  font-size: 1.3rem;
  font-weight: 500;
}

.transition-all {
  transition: all 500ms ease;
}

.transition-custom {
  transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
  .animsition, .animsition-overlay {
    position: relative;
    opacity: 1 !important;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  body {
    overflow-x: hidden !important;
  }
  .scroll-img-area .nav-pills {
    position: relative;
    overflow-x: scroll !important;
    scroll-snap-type: x mandatory;
    width: 100%;
  }
  .scroll-img-area .nav-pills .box-img {
    width: 100%;
  }
  .scroll-img-area .nav-pills .box-img img {
    width: 100%;
    height: auto;
  }
}
.nav {
  transition: 0.5s;
}
.nav-wrapper-inner {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.nav input {
  position: absolute;
  cursor: pointer;
  opacity: 0;
}
.nav input:checked ~ .menu {
  width: 515px;
  opacity: 1;
}
.nav input:checked ~ span {
  background-color: #f974a1;
}
.nav input:checked ~ span:nth-child(2) {
  transform: translateY(0) rotate(-45deg);
}
.nav input:checked ~ span:nth-child(3) {
  transform: translateY(0) rotate(45deg);
}

.menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 0;
  overflow: hidden;
  transition: 0.9s;
  position: relative;
  z-index: 3333;
  opacity: 0;
}
.menu li {
  list-style: none;
  margin: 0 10px;
}
.menu li a, .drop-menu li a  {
  text-decoration: none;
  color: #666;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 600;
  transition: 0.5s;
}
.menu li a:hover ,
.drop-menu li a:hover{
  color: #161919;
}

.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hamRotate.active {
  transform: rotate(45deg);
}

.hamRotate180.active {
  transform: rotate(180deg);
}

.line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #000;
  stroke-width: 5.5;
  stroke-linecap: round;
}

.ham7 .top {
  stroke-dasharray: 40 82;
}

.ham7 .middle {
  stroke-dasharray: 40 111;
}

.ham7 .bottom {
  stroke-dasharray: 40 161;
}

.ham7.active .top {
  stroke-dasharray: 17 82;
  stroke-dashoffset: -62px;
}

.ham7.active .middle {
  stroke-dashoffset: 23px;
}

.ham7.active .bottom {
  stroke-dashoffset: -83px;
}

@media (max-width: 768px) {
  .mobile-navigation {
    position: fixed;
    top: 0;
    background-color: white;
    width: 100%;
    z-index: 33333;
  }
  .mobile-navigation nav {
    background-color: rgba(0, 0, 0, 0.95);
    opacity: 0;
    visibility: hidden;
  }
  .mobile-navigation nav ul li {
    transform: translateY(50px);
    opacity: 0;
  }
  .mobile-navigation nav ul li a {
    display: block;
    font-size: 1.3em;
    text-decoration: none;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    transition: all 0.2s ease-in-out;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  }
  .mobile-navigation .toggle-btn {
    display: block;
    position: relative;
    z-index: 10;
  }
  .mobile-navigation .toggle-btn .bar {
    width: 30px;
    height: 2px;
    margin: 7px auto;
    background-color: #000;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
  }
  .mobile-navigation .toggle-btn .bar:nth-child(2) {
    width: 20px;
  }
  .mobile-navigation #toggle:checked ~ nav {
    opacity: 1;
    visibility: visible;
  }
  .mobile-navigation #toggle:checked ~ nav ul {
    top: 200px;
  }
  .mobile-navigation #toggle:checked ~ nav ul li {
    transform: translateY(0px);
    opacity: 1;
  }
  .mobile-navigation #toggle:checked ~ nav ul li:nth-child(1) {
    transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.1s;
  }
  .mobile-navigation #toggle:checked ~ nav ul li:nth-child(2) {
    transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.2s;
  }
  .mobile-navigation #toggle:checked ~ nav ul li:nth-child(3) {
    transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.3s;
  }
  .mobile-navigation #toggle:checked ~ nav ul li:nth-child(4) {
    transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.4s;
  }
  .mobile-navigation #toggle:checked ~ nav ul li:nth-child(5) {
    transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.5s;
  }
  .mobile-navigation #toggle:checked ~ nav ul li:nth-child(6) {
    transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.6s;
  }
  .mobile-navigation #toggle:checked ~ nav ul li:nth-child(7) {
    transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.7s;
  }
  .mobile-navigation #toggle:checked + label.toggle-btn .bar {
    background-color: red;
  }
  .mobile-navigation #toggle:checked + label.toggle-btn .bar:nth-child(2) {
    transform: translateX(50px);
    opacity: 0;
  }
  .mobile-navigation #toggle:checked + label.toggle-btn .bar:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }
  .mobile-navigation #toggle:checked + label.toggle-btn .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}
.footer-wrapper {
  padding: 50px 0;
}
.footer-wrapper h1 {
  color: #505570;
  font-weight: bold;
  font-size: 4rem;
}

@media (max-width: 575.98px) {
  .footer-wrapper h3 {
    font-size: 3rem;
  }
}
.footer-wrapper .footer-modal li.active, .footer-wrapper .footer-modal li:hover {
  color: #ffae01 !important;
}
.footer-text{

  transition: .5s all ease;
  font-size: 17px !important;
  font-weight: 400 !important;
}
.footer-text a{
  color: white!important;
}
.footer-text:hover{
  transform: translateY(-10px);
}
.footer-wrapper .footer-list li {
  font-size: 1.2rem;
  color: #505570;
  font-weight: bold;
  padding-bottom: 15px;
  cursor: pointer;
  position: relative;
  z-index: 999;
}
.footer-wrapper .footer-list li:hover a {
  color: #ffae01 !important;
}
@media (max-width: 575.98px) {
  .footer-wrapper .footer-list li {
    font-size: 14px;
  }
}
.footer-wrapper .footer-list2 ul li {
  padding-bottom: 20px;
}
@media (max-width: 575.98px) {
  .footer-wrapper .footer-list2 ul li {
    font-size: 0.8rem;
  }
}
.footer-wrapper .footer-list2 ul li i {
  color: #ffae01;
}





.biquadrat-category-item li {
  padding-top: 20px;
}
.biquadrat-category-item li a {
  position: relative;
}
.biquadrat-category-item li a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  margin-bottom: -0.4rem;
  background: #3eb698;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.biquadrat-category-item li a:hover {
  color: #000;
}
.biquadrat-category-item li a:hover:before {
  width: 0.8rem;
  opacity: 1;
  visibility: visible;
}



.portfolio-item {
  position: relative;
}
.portfolio-item video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.portfolio-item img {
  width: 100%;
}
.portfolio-item-inner {
  color: white;
  position: absolute;
  left: 20px;
  right: 20px;
  z-index: 33;
  bottom: 40px;
}
@media (min-width: 600px) {
  .portfolio-item-inner {
    padding: 20px;
  }
}
.portfolio-item-inner-platform {
  font-size: 0.8333333333rem;
}
.portfolio-item-inner-title {
  line-height: 1.25rem;
  margin: 10px 0;
}
@media (min-width: 600px) {
  .portfolio-item-inner-title {
    font-size: 1.25rem;
    margin: 2.0833333333rem 0 0;
  }
}
.portfolio-item-inner-description {
  font-size: 0.8333333333rem;
  line-height: 0.8333333333rem;
  margin: 10px 0;
}
@media (min-width: 600px) {
  .portfolio-item-inner-description {
    margin: 2.6041666667rem 0 0;
  }
}
.portfolio-item-inner-link {
  margin: 1.5625rem 0 0;
}
.portfolio-item::after {
  z-index: 2;
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
}

.biquadrat-category-item .nav-link.active {
  font-weight: bold;
}

.vote-item {
  background-color: white;
}
.vote-area {
  margin: 12% auto;
  background: white;
}
.vote-controls {
  position: absolute;
  width: 50%;
  bottom: 25px;
  right: 0;
}
@media (max-width: 768px) {
  .vote-controls {
    width: 95%;
    position: relative;
    padding-bottom: 2rem;
  }
  .footer-wrapper h1{
    font-size: 1.6rem;
  }
}
@media (max-width: 992px) {
  .vote-controls {
    width: 100% !important;
  }
}
.vote-controls.vote-2 {
  left: 0 !important;
  bottom: 20px;
}
.vote-arrows {
  width: 100px;
  position: absolute;
  right: 0;
}
@media (max-width: 576px) {
  .vote-arrows {
    width: 85px;
  }
}
.vote-arrows .swiper-button-prev {
  transform: rotate(180deg);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  width: 80% !important;
  top: 0;
}
@media (max-width: 576px) {
  .swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    width: 70% !important;
  }
}

.swiper-scrollbar-drag {
  background: #4e536d !important;
}

.done-arrows {
  position: absolute;
  width: 100px;
  display: flex;
  justify-content: space-between;
  height: 40px;
  flex-direction: row-reverse;
  z-index: 33333;
  align-items: flex-end;
}
.done-arrows .swiper-button-next,
.done-arrows .swiper-button-prev {
  position: relative !important;
  z-index: 3333333;
}
.done-arrows .swiper-button-prev {
  transform: rotate(180deg);
}
.done-arrows .swiper-button-next::before {
  width: 70px;
  border-radius: 20px;
  background: #fff;
  height: 3px;
  position: relative;
  content: "";
  right: 17px;
}

.scroll-img-area .box-img {
  position: relative;
  transform: scale(1);
  will-change: transform;
  overflow: hidden !important;
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.scroll-img-area .box-img .title-box {
  position: absolute;
  transition: all 400ms ease-in-out;
  bottom: 20px;
  left: 20px;
  z-index: 9;
  text-align: start;
  padding: 0 1rem;
  color: white !important;
}
.scroll-img-area .box-img .title-box span {
  font-size: 17px;
  margin-bottom: 0.5rem;
}
.scroll-img-area .box-img .title-box h3 {
  font-size: 22px !important;
  text-shadow: 2px 2px rgba(68, 67, 67, 0.74);
}
.scroll-img-area .nav-pills {
  z-index: 99;
  right: 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100% !important;
  justify-content: flex-end;
  overflow: hidden;
}
.scroll-img-area .nav-pills.active {
  background: transparent !important;
}
.scroll-img-area .nav-pills.show .nav-link {
  background: transparent !important;
}
.scroll-img-area .nav-pills button {
  overflow: hidden;
}
.scroll-img-area .nav-pills button:hover {
  overflow: hidden;
}
.scroll-img-area .nav-pills button:hover .title-box {
  transform: translateY(80px);
  opacity: 0;
  transition: all 400ms ease-in-out;
  overflow: hidden;
}
.scroll-img-area .nav-pills button:hover .box-img {
  transform: scale(1.2);
  transition: all 400ms ease-in-out;
  overflow: hidden;
}
.scroll-img-area .nav-pills .nav-link {
  overflow: hidden;
  border-radius: 0 !important;
  margin: 0;
  padding: 0;
  background: transparent !important;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .scroll-img-area .nav-pills .nav-link {
    width: 33.33%;
  }
}
@media (max-width: 991.98px) {
  .scroll-img-area .nav-pills .nav-link {
    width: 50%;
  }
}

.web-price-item {
  margin: auto;
  max-width: 100%;
  margin-bottom: 25px;
}
.web-price-item-inner li {
  padding-bottom: 15px;
}
.web-price-item-inner li i {
  color: white;
  margin-right: 8px;
  font-size: 1rem;
}
.web-price-item-inner li.deactive {
  color: #4e536d !important;
}

@media (max-width: 576px) {
  .features-list-item img {
    width: 130px;
  }
  .features-list-item span {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .img-left {
    text-align: center;
  }
  .socialmedia-slider-mobile {
    width: 400px;
  }
}
@media (max-width: 1199.98px) {
  .socialmedia-slider-mobile {
    width: 65%;
  }
}
.image-box .box {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
}

@media (max-width: 576px) {
  .view-hero img {
    height: 500px;
    object-fit: cover;
  }
}
.breadcrumb-custom-item {
  text-decoration: none;
  color: #666;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 600;
  transition: 0.5s;
}

.project-inner-wrap button {
  width: 50%;
}

/*# sourceMappingURL=style.css.map */


.mySwipers .slider-card {
  width: 100%;
  height: 450px;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.mySwipers .slider-card p {
  font-size: 15px!important;
}

@media(min-width:768px) {
  .card-custom-item {
    min-height: 400px;
  }
}

.word-bg {
  background-color: #ffae01;
  background-image: linear-gradient(to right, transparent 50%, #fff 50%);
  background-size: 200% 100%;
  background-position: right;
  transition: background-position 1s ease;
}
.word-bg.animate {
  background-position: left;
}
.word-bg-white {
  background-color: #ffae01;
  background-image: linear-gradient(to right,  #fff 50% ,transparent 50%);
  background-size: 200% 100%;
  background-position: right;
  transition: background-position 1s ease;
}
.word-bg-white.animate {
  background-position: left;
}

@keyframes slide {
  from{
    background-position: 0 0;
  }
  to{
    background-position: 100% 0;
  }

}



.video-text {
  background: #fff;
  display: flex;
  align-items: center;
  /* height: 58rem; */
}
.video-text .container {
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 900px;
  height: 50%;
  margin: 0 auto;
}
.video-text video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  padding: 5px 15px 5px 15px;
}
.video-text svg {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
}
.video-text text {
  font-family: 'Bebas Neue', cursive;
  font-weight: 900;
  text-transform: uppercase;
}
.video-text text.line-1 {

  /* font-size: 120px; */
  font-size: 11.5rem;
  font-weight: 900;
  letter-spacing: 0.100em;
}
.video-text text.line-2 {
  font-size: 110px;
  letter-spacing: 0.060em;
}
.hide {
  position: relative;
  z-index: 9;
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
}
@media screen and (max-width: 576px) {
  /* .line-1,
  .line-2 {
    display: none;
  } */
  #myVideo {
    object-fit: cover;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .video-text {
    height: fit-content;
    padding-top: 1rem;
  }
}

@media (max-width: 576px) {
  .cardSwipers .swiper-slide {
    height: 100%;
    text-align: center;
  }
  .cardSwipers .swiper-slide img {
    /* width: 100%; */
    max-width: 10rem;
    height: auto;
  }
  .cardSwipers .swiper-slide span {
    font-size: 1.7rem;
    height: auto;
    margin: 0 auto;
  }
  .cardSwipers .swiper-slide div {
    font-size: 0.5rem;
    height: auto;
    margin: 0 auto;
  }
  .cardSwipers .swiper-slide .col {
    padding: 0;
    margin: 10px 0;
  }
  .cardSwipers .swiper-slide .col-xxl-12 {
    max-width: 100%;
  }
  .cardSwipers .swiper-slide .col div {
    margin: 0 auto;
  }
  .work-item h2{
    font-size: 36px !important;
  }
}


.drop-menu{
  /* box-shadow: (100, 100, 111, 0.2) 0px 7px 29px 0px; */
  position: fixed;
  top: 80px;
  left: 225px;
  background-color: white;
  z-index: 99999 ;
  color: black;
  height: 0;
  overflow: hidden;
  transition: .5s all ease;
}
.open-drop-menu{
  height: auto;
  padding: 14px;
}
#hizmetler svg{
  transition: .5s all ease;
  color: #666;
}
#hizmetler{
  cursor: pointer;
}
.svg-rotate{
  transform: rotate(180deg);
}
#mobile-hizmetler{
  height: 50px;
  overflow: hidden;
  transition: .2s all ease;
}
#mobile-hizmetler.active{
  height: 50px;
  overflow: hidden;

}
.mobile-hizmetler-open{
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  height: 310px !important;
}
.fs-text{
  font-size:1rem
}



/******degisen gokhan******/
.btn-yellow {
  background: linear-gradient(to left, #ffae01 50%, white 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
  padding: 20px;
  width: 220px;
  text-transform: uppercase;
  color: white;
  font-size: 15px;
  font-weight: 500;
  border: 2px solid #e1ca06 !important;
}
.btn-yellow:hover {
  background-position: left bottom;
}
.btn-dark-contact {
  background: linear-gradient(to left, #181818 50%, white 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
  padding: 20px;
  width: 230px;
  text-transform: uppercase;
  color: white !important;
  font-size: 15px;
  font-weight: 500;
  border: 2px solid white !important;
}
.btn-dark-contact:hover {
  background-position: left bottom;
  color: black !important;
  border: 2px solid #000000 !important;
}
.features-list-item img{
  background: linear-gradient(to right, #ffae01 50%, white 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
  border-radius: 50%;
}
.features-list-item img:hover{
  background-position: left bottom;
}
.footer-wrapper .footer-list li{
  transition: .5s all ease;
}
.footer-wrapper .footer-list li:hover{
  transform: translateY(-10px);
}


.socialmedia-slider-graphic-mobile{
  width: 700px;
}


.word-bg.animate {
  background-position: left;
}
@keyframes slide {
  from{
    background-position: 0 0;
  }
  to{
    background-position: 100% 0;
  }
}

.work-item h2{
 font-size: 3.3rem ;
}

.video-padding{
  padding-left: 80px;
  }

  .bi-command::before{
    content: "";
  }
  .nav-pills .navlink {

    text-decoration: none;
  }

.nav-pills .nav-link.active , .nav-pills .show >.nav-link {
  display: flex;
  align-items: center;
  background-color:  #242424 !important;
  color: red;
  /* z-index:-1; */
  border: 2px solid #ece3f8;

}
.nav-pills .nav-link{
  background-color: #f9f7fb !important;
  display: flex;
  align-items: center;
  border-radius: 20px;
  width: 90%;
}
.nav-pills .nav-link i, .nav-pills .show >.nav-link {
  color: #ffffff;
  /* z-index:-1 */
}
.nav-link.active i{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #ffae01;
  object-fit:cover;
  z-index: 1;
}
.nav-link i{
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ece3f8;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  background: #4A5984;
  object-fit:cover;
  z-index: 1;
}
.nav-link.active span{
  color: white;
}
.nav-link span{
  color: #4A5984;
}
.scrollbar-class
{
    display: flex;
    gap: 22px;
    scrollbar-width: thin;
    scrollbar-color: #4A5984  #F7EDFA;
    position: relative;
    height: 350px;
    width: 400px;
    overflow-x: hidden;
    overflow-y: scroll;
    vertical-align: middle;
}
.scrollbar-class button{
  border: solid;
}
  .scrollbar-class::-webkit-scrollbar {
    width: 5px;
  }
  .scrollbar-class::-webkit-scrollbar-track {
    background: #F7EDFA;
  }
  .scrollbar-class::-webkit-scrollbar-thumb {
    background-color: #4A5984;
    border-radius: 10px;
    border: px solid #FFFFFF;
  }
  .tab-pane p{
    color: #4A5984;
  }
  .btn-tab{
    font-weight: 500;
    font-size: .9rem;
    border: 2px solid #f4f4f4;
    border-radius: 10px;
    padding: 10px 20px;
    background-color:#ffae01 ;
    transition: .4s all ease;
  }
  .btn-tab:hover{
    color: white;
    background-color:#4A5984 ;
  }







/********proje kısmı start******/


#filters {
margin: 1%;
padding: 0;
list-style: none;
}

#filters li {
float: left;
}

#filters li span {
display: block;
padding: 5px 20px;
text-decoration: none;
color: black  ;
cursor: pointer;
transition: color 300ms ease-in-out;
}

#filters li span:hover {
color: #ffae01;
}

#filters li span.active {
background: #ffae01;
color: #333;
}

#portfoliolist .portfolio {
width: 23%;
margin: 1%;
display: none;
float: left;
overflow: hidden;
}
.portfolio .text-title{
  color: white;
}
.portfolio-wrapper {
overflow: hidden;
position: relative !important;
cursor: pointer;
}

.portfolio img {
max-width: 100%;
position: relative;
top: 0;
-webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .label {
position: absolute;
width: 100%;
height: 40px;
bottom: -60px;
-webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .label-bg {
background: #222;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}

.portfolio .label-text {
color: #fff;
position: relative;
z-index: 500;

padding: 5px 8px;
}

.portfolio .text-category {
display: block;
font-size: 9px;
}

.portfolio:hover .label {
bottom: 0px;

}
.portfolio:hover img {
top: -30px;
}
.fs-title{
  font-size: 3.5rem
}
input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: -webkit-linear-gradient(28deg, #4e536d 0%, #919acb 100%);
  cursor: pointer;
  -webkit-appearance: none;
  margin-left: 2px;
  margin-top: -8.5px;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #000000;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: -webkit-linear-gradient(28deg, #4e536d 0%, #919acb 100%);
  cursor: pointer;
  -webkit-appearance: none;
  margin-left: 2px;
  margin-top: -8.5px;
}
.strikethrough {
  position: relative;
}
.strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;

  -webkit-transform:rotate(-5deg);
  -moz-transform:rotate(-5deg);
  -ms-transform:rotate(-5deg);
  -o-transform:rotate(-5deg);
  transform:rotate(-5deg);
}

.fade-in {
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.fade-out {
  -webkit-animation: fade-out 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-out 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.herobg{
  background-image: url("/assets/image/preiseheroimages/bg.png");
  height: 100vh;
  background-repeat: round;
}
.tab-content-responsive{
  height: 570px;
}
.hero-image-price{
  left:50%;
  top:40%;
  transform:translate(-50%,-50%) ;
  width:80%;
}
.hero-nav-pills button{
  border: none !important;
  background-color: #e3e7fe !important;
  padding: 20px 30px !important;
  border-radius: 25px !important;
  color: #5e70da !important;
  font-weight: 600 !important ;
  transition: .5s all ease;
  border: 2px solid #e3e7fe;
}

#buttons-hero .nav-pills .nav-link.active{
  color: black !important;
  filter: brightness(105%);
  background-color:#ffae01 !important ;
  color: black !important;
  width: 100% !important;
  gap: 10px !important;
}
#buttons-hero .nav-pills .nav-link{
  border: none !important;
  background-color: #212529 !important;
  padding: 20px 30px !important;
  border-radius: 25px !important;
  color: white !important;
  font-weight: 600 !important ;
  width: 100% !important;
  gap: 10px !important;
}

.button-hero-active{
  filter: brightness(105%);
  background-color:#5e70da ;
  color: #e3e7fe;
  border: 2px solid #e3e7fe;
}
.hero-header-price{
  font-weight: 800;
  font-size: 3rem;
}
.hero-header-price2{
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%,-50%);
}


@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.margin-web-design{
  margin-left: -150px;
}
/*******number input hide******/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.sell-bg2{
  background-color: #000000;
  background-image: linear-gradient(147deg, #000000 0%, #2e2e2e 96%);
  /* background-color:#0e0e0e; */
  transition: .3s all ease;
  border: 2px solid #f3f5f7;
}
.sell-bg1{
  /* background-color:#ffae01; */
  background: -webkit-linear-gradient(to right, #f7971e, #ffd200);
  background: linear-gradient(to right, #f7971e, #ffd200); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  transition: .3s all ease;
  border: 2px solid #f3f5f7;
}
.sell-bg1:hover, .sell-bg2:hover{
  transform: scale(1.05);
}
.advantage-item-inner{
  /* height: 300px; */
  margin-bottom: 20px;
}
.advantage-item-inner2{
  /* height: 360px; */
  margin-bottom: 20px;
}

a:hover{
  text-decoration: none !important;
  color: black;
}

.text-water{
  background-image: -moz-radial-gradient( 50% 50%, circle closest-side, rgb(50,119,208) 0%, rgb(15,49,93) 100%);
  background-image: -webkit-radial-gradient( 50% 50%, circle closest-side, rgb(50,119,208) 0%, rgb(15,49,93) 100%);
  background-image: -ms-radial-gradient( 50% 50%, circle closest-side, rgb(50,119,208) 0%, rgb(15,49,93) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 4rem !important;
  font-weight: 600;
}
.footer-text-2{
  color: white;
  font-size: 16px !important;
  font-weight: 400 !important;
}
.footer-modal li a{
  color: white;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.hero-heading{
 font-size: 10rem;
}
.gradient-text2{
  font-size:7rem
}

/* #Tablet (Portrait) */

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

.gradient-text2{
  font-size:6rem
}
.images-responsive{
  display: grid !important;
  grid-template-columns: repeat(4, 100px) !important;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
}
.images-responsive2{
  display: grid !important;
  grid-template-columns: repeat(5, 100px) !important;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
}
.hero-heading{
  font-size: 6rem;
 }
.text-water{
  font-size: 2rem !important;
}
.scroll-area-height{
  height: 500px;
}
.video-padding{
  padding-left: 0px;
  }
  .scrollbar-class{
    flex-direction: column;
    width: 100%;
    overflow: hidden;
  }
  .nav-pills .nav-link{
    width: 45%;
  }
  .nav input:checked ~ .menu{
    width: 450px;
    justify-content: flex-start;
  }
  .tab-content-responsive{
    height: 400px;
  }
  .herobg{
    height: 80vh;
  }
  .fs-title{
    font-size: 2rem;
  }
  .margin-web-design{
    margin-left: 0px;
  }

}

/*********laptop *******/
@media only screen and (min-width:  959px) and (max-width: 1450px) {
  .wrapper-images{
    transform: translate3d(-50%, -50%, 0) perspective(780px) rotatey(0deg) rotateX(0deg) !important;
    width: 100vw !important;
    overflow: hidden !important;
    pointer-events: none !important;
    position: fixed !important;
  }
  .tab-content-responsive{
    height: 400px;
  }
  .images-responsive{
    display: grid !important;
    grid-template-columns: repeat(4, 100px) !important;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
  }
  .images-responsive2{
    display: grid !important;
    grid-template-columns: repeat(4, 100px) !important;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
  }
}

/*  #Mobile (Portrait) - Note: Design for a width of 320px */

@media only screen and (max-width: 767px) {
  .wrapper-images{
    transform: translate3d(-50%, -50%, 0) perspective(780px) rotatey(0deg) rotateX(0deg) !important;
    position: fixed !important;
    overflow-x: scroll !important;
    pointer-events: none !important;
  }
  .hero-heading{
    font-size: 3.5rem;
   }
   .gradient-text2{
    font-size:3rem
  }
  .images-responsive{
    display: grid !important;
    grid-template-columns: repeat(2, 110px) !important;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
  }
  .images-responsive2{
    display: grid !important;
    grid-template-columns: repeat(2, 110px) !important;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
  }
  .text-water{
    font-size: 1rem !important;
  }
  .footer-text{
    font-size: 14px;
  }
  .footer-text-2{
    font-size: 14px;
  }
.container {
width: 97%;
}
#portfoliolist .portfolio {
width: 48%;
margin: 1%;
}
#ads {
display: none;
}
.video-padding{
  padding-left: 0px;
  }
  .scrollbar-class{
    width: auto;
  }
  .fs-title{
    font-size: 1.4rem;
  }
  .herobg{
    background-image: url("/assets/image/preiseheroimages/bg.png");
    height: 100%
  }

  .hero-image-price{
    left:50%;
    top:35%;
    transform:translate(-50%,-50%) ;
    width:80%;
  }
  .nav-items-responsive{
    width: 40%;
  }
  .nav-items-responsive .nav-link{
    height: 100px;
  }
  .tab-content-responsive{
    height: 100%;
  }
  .margin-web-design{
    margin-left: -0px;
  }
    .swiper-preise2 .web-price-itemswiper{
    border-radius: 10px;
    padding: 20px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  }
}


/* #Mobile (Landscape) - Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {
#ads {
display: none;
}
}


/* #Clearing */


/* Self Clearing Goodness */

/* .container:after {
content: "\0020";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
content: '\0020';
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}

.row:after,
.clearfix:after {
clear: both;
}

.row,
.clearfix {
zoom: 1;
}

.clear {
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
} */

/********proje kısmı end******/




/******degisen gokhan******/




audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}
a:active, a:hover {
outline: 0;
}





/* Page Loader */
.loading:before {
content: "";
position: fixed;
z-index: 100000;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: black;
}
.loading:after {
content: "";
position: fixed;
z-index: 100000;
top: 50%;
left: 50%;
width: 60px;
height: 60px;
margin: -30px 0 0 -30px;
pointer-events: none;
border-radius: 50%;
opacity: 0.4;
background: white;
animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
to {
  opacity: 1;
  transform: scale3d(0.5, 0.5, 1);
}
}

.chat-icon{
  -webkit-animation: scaling 2s infinite alternate;
}

@-webkit-keyframes scaling {
  0% {
      -webkit-transform: scale(1);
  }
  50% {
      -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
}
}
#kontakt-open-button{
  display: none;
}
.popup-kontaktform-open{
  display: flex !important;
}
.popup-kontaktform{
  display: none;
  position: fixed;
  right: 10px;
  bottom: 15px;
  border-radius: 20px;
  width: 300px;
  height: 400px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  z-index: 99999;
  transition: .4s all ease;
}
.popup-kontaktform-top{
  background-color:#ffae01 ;
  color: black;
  border-radius: 20px 20px 0 0 ;
}
#closeicon{
  transition: .2s all ease;
}
#closeicon:hover {
  transform: scale(1.1)

}
.kontakt-button2{
  background-color:#ffae01 ;
  transition: .4s all ease-in-out;
  width: 250px;
}
.kontakt-button2:hover{
  background-color:#fdbe35 ;
}
.animation {
  -webkit-transform: translate(100px, -100px);
  -moz-transform: translate(100px, -100px);
  -o-transform: translate(100px, -100px);
  -ms-transform: translate(100px, -100px);
  transform: translate(100px, -100px);
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
}
.animation2 {
  -webkit-animation: fadeIn 0.4s ease-out;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.4s;
  -moz-animation: fadeIn 0.4s ease-out;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: forwards;
  -moz-animation-delay: 0.4s;
  animation: fadeIn 0.2s ease-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 0.4s;
}
@-webkit-keyframes fadeIn {
  0% {
      opacity: 0;
  }

  100% {
      opacity: 1;
  }
}

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

  100% {
      opacity: 1;
  }
}


.accordion-item{
  border-radius: 30px !important;
  display: flex;
  border: 1px solid rgb(255, 255, 255) !important;
  flex-direction: column;
}
.accordion-title{
  border-radius: 20px !important;
  padding:20px ;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  width: 100%;
}
.accordion-title i{
  transition: .5s all ease;
}
.accordion-content{

  border-radius: 0px 0px 20px 20px !important;
  max-height:0 ;
  background-color: transparent;
  overflow: hidden;
  transition:  .3s all ;
}
.accordion-content p{
  padding: 20px;
}
.active-header i{
  transform: rotate(180deg);
}

.tooltip1{
  font-weight: 600;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  z-index: 9999;
  background-color: #eaeff5;
  padding: 8px 16px;
  border-radius: 10px;
  font-size: 14px;
  color: #2745a1;
}
.hover-me:hover .tooltip1 {
  display: inline-block;
}
.top-overlay,
.bottom-overlay {
  position: absolute;
  width: 100%;
  height: 40px;
}
.top-overlay {
  top: 0;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 1));
}
.bottom-overlay {
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 1));
}

.grid-turtle {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  }
.slideUp{
  position: fixed !important;
  top: 0;
}
.slideUppd{
  padding-top: 65px !important;
}
.btns-click{
  position: relative;
  border: none;
  background-color: #ffae01;
  border-radius: 5px;
  font-size: .95rem;
  font-weight: 500;
  color: white;
  cursor:pointer;
  user-select:none;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s; /* Safari */
}
.btns-click:hover {
  transition-duration: .5s;
  background-color: #ffae01 !important;
}
.btns-click:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50px;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s;
  box-shadow: 0 0 10px 25px #f72121;
}
.btns-click:active:after {
  box-shadow: 0 0 0 0 #daf9ff;
  position: absolute;
  border-radius: 50px;
  left: 0;
  top:0;
  opacity: 1;
  transition: 0s;
}
.btns-click:active {
  transform: scale(.92);
}
.hovereffect{
  transition: .2s all ease-in-out;
}
.hovereffect:hover{
  background-color: #ffae01 !important;
}
.pulse{
  animation: pulse1 4s infinite;
}
@keyframes pulse1 {
  0% {

     box-shadow: 0 0 5px 5px rgba(247, 147, 33,.6);
  }
  50%{
    box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.6);
  }
  100%{
    box-shadow: 0 0 5px 5px rgba(247, 147, 33,.6);
  }

}
.video-player-home{
  width: 750px;
  height: 750px;
  object-fit: cover;
  border-radius: 50%;
  transition: .4s all ease;
}
.video-player-mouseover{
  width: 100%;
  border-radius: 5%;
  transition: .3s all ease;
}
.hover-me2{
  position: relative !important;
}
.tooltip2 {
  font-weight: 600;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  color:white;
  z-index: 9999;
  font-size: 16px;
  z-index: 9;
}
.tooltip3 {
  font-weight: 600;
  display: none;
  position: absolute;
  white-space: nowrap;
  z-index: 9999;
  background-color: #ffe3a6;
  padding: 8px 16px;
  border-radius: 10px;
  font-size: 14px;
  color:black;
}
.hover-me3:hover .tooltip3 {
  display: block;
}
.hover-me3{
  position: relative;
}

.button-fixed-widths{
  width: 300px;
  transition: .4s all ease;
}
.button-fixed-widths:hover{
  background-color: white;
  color: black !important;
}
.video-player-full{
  border-radius: 0 !important;
}
#home-video:fullscreen{
  border-radius: 0 ;
}

@media (max-width:1450px){
  .video-player-home{
    width: 600px;
    height: 600px;
  }
}
@media (max-width:1200px){
  .video-player-home{
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 0;
  }
  .tooltip2{
    display: none ;
  }
}
.video-margintop{
  margin-top: 150px;
}
.video-section{
  overflow: hidden;
  margin-top: 80px;
  display: flex;
  justify-content: center;
  width: 100vw;
  height: 100vh;

}
.video-section video{
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: -2;
  position: relative;
}

.img-container{
    position: absolute;
    top:0;
    height: 100vh;
    width: 100vw;
    z-index: -1;
}
.img{
    object-fit: cover;
    height: 100%;
    width: 100%;

}

.video-fade-out{
  opacity: 0;
  transition: 1s all ease;
}
.video-fade-in{
  opacity: 1;
  transition: 1s all ease;
}



.gradient-title5, .gradient-title6 {
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.gradient-title5 {
  background: linear-gradient(90deg,#0e96ee,#4eebd5,#fdd68d,#fb8c61);
  background-clip: text;
  -webkit-background-clip: text;
  display: inline;

}
.gradient-title6 {
  background: linear-gradient(270deg,#0e96ee,#4eebd5,#fdd68d,#fb8c61);
  background-clip: text;
  -webkit-background-clip: text;
  display: inline;
}


.images-responsive2 {
  display: grid !important;
  grid-template-columns: repeat(5, 200px);
  grid-column-gap: 20px;
  grid-row-gap: 0px;
}
.images-responsive {
  display: grid !important;
  grid-template-columns: repeat(4, 200px);
  grid-column-gap: 20px;
  grid-row-gap: 0px;
}
.img-hide {
  z-index: 9;
  transition: 1s all ease;
  opacity: 0;
}
.img-card:hover .img-hide{
  opacity: 1;
}
.price-button-2{
  background-color:#101d24 ;
  color: white;
  transition: .4s all ease;
}
.price-button-3{
  background-color:transparent ;
  color: black;
  transition: .4s all ease;
}
.price-button-3:hover{
  background-color:#101d24 ;
  color: white;
}
.price-button-1:hover{
  background-color:#101d24 ;
  color: white;
}
.price-button-2:hover{
  background-color:white ;
  color: #101d24;
  border: 2px solid #101d24;
}
.price-button-1 {
  background-color:white ;
  color: #101d24;
  border: 2px solid #101d24;
  transition: .4s all ease;
}
.sticky-header-background{
  background-color: transparent ;
}

.mobile-people-show{
  display: block !important;
}
@media  (max-width: 1400px) {
  .sticky-header-background{
    background-color: rgb(0, 0, 0) !important;
  }
  .header-action-item svg{
    stroke: white;
  }
}

@media  (max-width: 768px) {
  .sticky-header-background{
    background-color: rgb(255, 255, 255) !important;
  }
  .header-action-item svg{
    stroke: black;
  }
  .mobile-people{
    display: none;
  }
}

section.our-team {
  padding: 150px 0;
  position: relative;
}
section.our-team .team-card {
  background-color: white;
  width: 480px;
  max-width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  section.our-team .team-card {
    padding: 50px;
    height: 650px;
  }
}
@media (min-width: 768px) {
  section.our-team .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

/************* Loader Animation ************/

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  transform:scale(1.2)
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  z-index: 9;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #cef;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#loader-animation{
  transition: 1.5s all ease;
  overflow: hidden;
  height:100vh;
  pointer-events: none;
}
#loader-animation.active{
  overflow: hidden;
  height: 0 !important;
  transform: translateY(-300px);
}


/***** CURSOR EFEKT *********/


.cursor{
  position: fixed;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  border-radius: 50%;
  transition: transform .2s ease;
  transform-origin: center center;
  pointer-events: none;
  z-index: 1000;
  transform: scale(1);
}
.grow, .grow-small{
  transform: scale(7);
  background: #fff;
  mix-blend-mode:exclusion;
  border: none;
}
.grow-small{
  transform: scale(2.5);
}

.price-card-change{

}

/* #swtich button */

.neumorphism-toggle {
  position: relative;
  transition: transform 0.3s;
  transform: scale(var(--scale, 1)) translateZ(0);
}
.neumorphism-toggle:active {
  --scale: .96;
}
.neumorphism-toggle input {
  display: none;
}
.neumorphism-toggle input + label {
  background: #181818;
  color: white;
  border-radius: 9px;
  padding: 16px 0 16px 20px;
  min-width: 208px;
  display: block;
  cursor: pointer;
  position: relative;
  box-shadow: -12px -12px 24px var(--light-shadow, transparent), 12px 12px 24px var(--shadow, transparent);
  transition: box-shadow 1s;
}
.neumorphism-toggle input + label:before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: inherit;
  background: linear-gradient(160deg, #F1F4FF, #F9FAFF);
  opacity: var(--gradient, 0);
  transition: opacity 1s;
}
.neumorphism-toggle input + label .switch {
  position: relative;
  display: inline-block;
  z-index: 1;
  vertical-align: top;
  height: 22px;
  width: 40px;
  border-radius: 14px;
  background: #275EFE;
}
.neumorphism-toggle input + label .switch:before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: inherit;
  background: linear-gradient(90deg, #d7e7ff, #d2ddff);
  opacity: var(--gradient, 0);
  transition: opacity 1s;
}
.neumorphism-toggle input + label .switch .dot {
  background: #D1D6EE;
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  left: 17px;
  top: -1px;
  transform: translateX(var(--offset, 0));
  transition: transform 1s, box-shadow 1s;
  box-shadow: -4px -4px 8px var(--light-shadow-2, transparent), 4px 4px 8px var(--shadow, transparent);
}
.neumorphism-toggle input + label .switch .dot:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  background: linear-gradient(160deg, #F1F4FF, #F9FAFF);
  opacity: var(--gradient, 0);
  transition: opacity 1s;
}
.neumorphism-toggle input + label span {
  line-height: 22px;
  font-size: 16px;
  color: var(--text, #ffffff);
  font-weight: 500;
  display: inline-block;
  vertical-align: top;
  z-index: 1;
  position: relative;
  margin-left: 12px;
  transition: color 1s;
}
.neumorphism-toggle input + label + span {
  text-align: center;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  opacity: 0;
  font-size: 12px;
  font-weight: 500;
  color: #A6ACCD;
  transform: translateY(4px);
  transition: opacity 1s, transform 1s;
}
.neumorphism-toggle input:checked + label {
  --offset: -18px;
   --text: #404660;
   --gradient: 1;
   /*
  --shadow: rgba(0, 6, 39, .1);
  --light-shadow: rgba(255, 255, 255, .8);
  --light-shadow-2: rgba(255, 255, 255, .1);  */
}


.diagonal-container {
  position: relative;
  display: inline-block;
}

.diagonal-line {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 78px;
  height: 2px;
  background-color: #75757d;
  transform-origin: 0 0;
  transform: translate(0%, -8%) rotate(-8deg);
}

