:root {
  font-size: 18px;
}
@media (min-width: 768px) {
  :root {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  :root {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  :root {
    font-size: 20px;
  }
}
@media (min-width: 2560px) {
  :root {
    font-size: 20px;
  }
}
body {
  background: #000000;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  margin: 0;
  padding: 0;
  color: #7d7d7d;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
}
p {
  color: #7d7d7d;
}
.img-fluid {
  max-width: 100%;
  height: auto;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Sans Pro", sans-serif;
}
h1 {
  font-size: 40px;
  letter-spacing: -1px;
}
@media (min-width: 1400px) {
  h1 {
    font-size: 70px;
    line-height: 70px;
  }
}
@media (min-width: 2560px) {
  h1 {
    font-size: 80px;
  }
}
h2 {
  font-size: 25px;
  letter-spacing: -1px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 25px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 30px;
  }
}
@media (min-width: 1400px) {
  h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (min-width: 2560px) {
  h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
h3 {
  font-size: 25px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  h3 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (min-width: 2560px) {
  h3 {
    font-size: 30px;
  }
}
.thin {
  font-weight: 200;
}
.regular {
  font-weight: 300;
}
.medium {
  font-weight: 400;
}
.bold {
  font-weight: 500;
}
.heavy {
  font-weight: 600;
}
.z-index-0 {
  z-index: 0;
}
.z-index-1 {
  z-index: 1;
}
.w-80 {
  width: 80% !important;
}
.w-85 {
  width: 85% !important;
}
.w-94 {
  width: 94% !important;
}
.p-50 {
  padding: 50px;
}
.pl-0 {
  padding-left: 0rem !important;
}
.pl-1 {
  padding-left: 2rem !important;
}
.pl-2 {
  padding-left: 4rem !important;
}
.pl-3 {
  padding-left: 6rem !important;
}
.pl-4 {
  padding-left: 8rem !important;
}
.pr-0 {
  padding-right: 0rem !important;
}
.pr-1 {
  padding-right: 2rem !important;
}
.pr-2 {
  padding-right: 4rem !important;
}
.pr-3 {
  padding-right: 6rem !important;
}
.pr-4 {
  padding-right: 8rem !important;
}
.px-7 {
  padding-right: 7rem !important;
  padding-left: 7rem !important;
}
.px-6 {
  padding-right: 5.5rem !important;
  padding-left: 5.5rem !important;
}
.py-45 {
  padding-top: 1.6rem !important;
  padding-bottom: 1.6rem !important;
}
@media (min-width: 768px) {
  .p-md-50 {
    padding: 50px !important;
  }
  .p-md-auto {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-padding-md-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-padding-md-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
  .mt-md-100 {
    margin-top: 100px !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .pt-md-6 {
    padding-top: 6rem !important;
  }
  .pt-md-7 {
    padding-top: 7rem !important;
  }
  .pt-md-8 {
    padding-top: 8rem !important;
  }
  .pl-md-0 {
    padding-left: 0rem !important;
  }
  .pl-md-1 {
    padding-left: 2rem !important;
  }
  .pl-md-2 {
    padding-left: 4rem !important;
  }
  .pl-md-3 {
    padding-left: 6rem !important;
  }
  .pl-md-4 {
    padding-left: 8rem !important;
  }
  .pr-md-0 {
    padding-right: 0rem !important;
  }
  .pr-md-1 {
    padding-right: 2rem !important;
  }
  .pr-md-2 {
    padding-right: 4rem !important;
  }
  .pr-md-3 {
    padding-right: 6rem !important;
  }
  .pr-md-4 {
    padding-right: 8rem !important;
  }
  .px-md-6 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-md-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-md-4-custom {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .w-md-40 {
    width: 40% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-94 {
    width: 94% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-85 {
    width: 85% !important;
  }
}
@media (min-width: 992px) {
  .p-lg-50 {
    padding: 50px !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .section-padding-lg-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-padding-lg-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pt-lg-6 {
    padding-top: 6rem !important;
  }
  .pt-lg-7 {
    padding-top: 7rem !important;
  }
  .pt-lg-8 {
    padding-top: 8rem !important;
  }
  .pl-lg-0 {
    padding-left: 0rem !important;
  }
  .pl-lg-1 {
    padding-left: 2rem !important;
  }
  .pl-lg-2 {
    padding-left: 4rem !important;
  }
  .pl-lg-3 {
    padding-left: 6rem !important;
  }
  .pl-lg-4 {
    padding-left: 8rem !important;
  }
  .pr-lg-0 {
    padding-right: 0rem !important;
  }
  .pr-lg-1 {
    padding-right: 2rem !important;
  }
  .pr-lg-2 {
    padding-right: 4rem !important;
  }
  .pr-lg-3 {
    padding-right: 6rem !important;
  }
  .pr-lg-4 {
    padding-right: 8rem !important;
  }
  .px-lg-6 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-lg-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-lg-4-custom {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
}
@media (min-width: 1200px) {
  .px-xlg-6 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .p-lg-50 {
    padding: 50px !important;
  }
  .px-xlg-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .section-padding-xlg-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .section-padding-xlg-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .w-xlg-50 {
    width: 50% !important;
  }
  .w-xlg-75 {
    width: 75% !important;
  }
  .w-xlg-85 {
    width: 85% !important;
  }
  .h-xlg-50 {
    height: 50%;
  }
  .equal-lg-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  .equal-lg-row .equal-lg-col {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 3840px) {
  .p-uhd-4 {
    padding: 4.5rem !important;
  }
  .pt-uhd-4 {
    padding-top: 5.5rem !important;
  }
  .pt-uhd-5 {
    padding-top: 6.5rem !important;
  }
}
.fw-semibold {
  font-weight: 600 !important;
}
.font-xs {
  font-size: 0.8rem !important;
}
.font-sm {
  font-size: 1rem !important;
}
.font-md {
  font-size: 1.3rem !important;
}
.line-h-sm {
  line-height: 20px !important;
}
.line-h-md {
  line-height: 30px !important;
}
.bold {
  font-weight: 400 !important;
}
.section-padding-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.styled-heading {
  position: relative;
  display: inline;
}
.styled-heading:before {
  position: absolute;
  content: url('../img/heading-icon.svg');
  left: -50px;
  z-index: 0;
  height: 110px;
  display: flex;
  top: -25px;
}
.custom-btn {
  padding: 10px 35px;
  font-size: 15px;
}
.btn-primary {
  color: #fff;
  background-color: #e8b03b;
  border-color: #e8b03b;
}
.btn-primary:hover {
  background-color: #d79919;
  border-color: #d79919;
}
.border-right-1 {
  border-right: 1px solid #7d7d7d;
}
button:focus,
input:focus {
  box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
  color: #e8b03b;
  background-color: #d7e7b9;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.color-primery {
  color: #e8b03b;
}
.color-secondary {
  color: #2aabee;
}
.color-tertiary {
  color: #d7e7b9;
}
.color-quaternary {
  color: #f8f4ef;
}
.color-white {
  color: #ffffff;
}
.color-white p {
  color: #ffffff;
}
.color-green {
  color: #d7e7b9;
}
.color-green p {
  color: #d7e7b9;
}
.color-black {
  color: #000000;
}
.color-black p {
  color: #000000;
}
.color-gray {
  color: #7d7d7d;
}
.color-gray p {
  color: #7d7d7d;
}
.color-gray-light {
  color: #e1e1e1;
}
.color-gray-light p {
  color: #e1e1e1;
}
.color-green-dark {
  color: #003b55;
}
.color-green-dark p {
  color: #003b55;
}
.color-orange {
  color: #e8b03b;
}
.color-orange p {
  color: #e8b03b;
}
.bg-color-white {
  background-color: #ffffff;
}
.bg-color-green {
  background-color: #d7e7b9;
}
.bg-color-gray {
  background-color: #7d7d7d;
}
.bg-color-gray-dark {
  background-color: #1e1e1c;
}
.bg-color-gray-light {
  background-color: #e1e1e1;
}
.bg-color-green-dark {
  background-color: #003b55;
}
.bg-color-primery {
  background-color: #e8b03b;
}
.bg-color-tertiary {
  background-color: #d7e7b9;
}
.bg-color-quaternary {
  background-color: #f8f4ef;
}
.bg-primery {
  background-color: #e8b03b;
}
.bg-secondary {
  background-color: #2aabee;
}
.bg-tertiary {
  background-color: #d7e7b9;
}
.bg--quaternary {
  background-color: #f8f4ef;
}
.bg-color-gray-op10 {
  background-color: rgba(125, 125, 125, 0.1);
}
.bg-color-gray-op15 {
  background-color: rgba(125, 125, 125, 0.15);
}
.bg-primery-op20 {
  background-color: rgba(232, 176, 59, 0.2);
}
.bg-secondary-op20 {
  background-color: rgba(42, 171, 238, 0.2);
}
.bg-gradient-dark-green-transparent {
  background: linear-gradient(90deg, #003b55 0%, #003b55 100%);
}
@media (min-width: 320px) {
  .responsive-bar {
    display: block;
    width: 100%;
    height: 75px;
    border-radius: 50px;
    background: rgba(28, 28, 28, 0.66);
    backdrop-filter: blur(4.94999981px);
    position: fixed;
    top: 0;
    left: 0;
    padding: 10px;
    box-sizing: border-box;
    z-index: 1000;
  }
  .responsive-bar .telegram-icon {
    padding-top: 15px;
  }
  .responsive-bar .telegram-icon img {
    width: 30px;
  }
  .responsive-bar .logo img {
    float: left;
    height: 50px;
    padding-top: 10px;
  }
  .responsive-bar .telegram-icon img {
    max-width: 50px;
  }
  .responsive-bar .menu a {
    display: inline-block;
    width: 60px;
    height: 32px;
    padding: 0px 22px;
    background-color: #e1e1e1;
    margin-top: 15px;
    border-radius: 20px;
  }
  .responsive-bar .menu a img {
    max-width: 100%;
    max-height: 100%;
  }
  nav.white {
    border-radius: 50px;
    background: rgba(28, 28, 28, 0.66);
    backdrop-filter: blur(4.94999981px);
    transition: .5s;
    height: 60px;
    padding: 0px;
  }
  nav.white .header-button {
    display: none;
  }
  nav {
    background-color: unset;
  }
  nav .logo {
    display: none;
  }
  nav ul {
    width: 100%;
    top: 75px;
    position: fixed;
    left: 0;
    background: #ffffff;
    display: none;
    float: none;
    padding: 0 20px !important;
  }
  nav ul li {
    width: 100%;
    padding: 0.7rem 0;
    display: inline-block;
  }
  nav ul li a {
    display: block;
    width: 100%;
    text-align: center;
    color: #000000;
    transition: .5s;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-size: 1.1rem;
    line-height: 2rem;
    text-decoration: none;
    padding: 10px 0;
  }
  nav ul.active {
    display: block;
  }
  nav .header-button {
    display: none;
  }
}
@media (min-width: 320px) and (min-width: 768px) {
  .responsive-bar .menu a {
    padding: 3px 22px;
  }
}
@media (min-width: 320px) and (min-width: 992px) {
  .responsive-bar .menu a {
    padding: 8px 22px;
  }
}
@media (min-width: 320px) and (min-width: 992px) {
  nav ul {
    padding: 0;
  }
}
nav {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  padding: 15px 0;
  box-sizing: border-box;
  transition: .5s;
  z-index: 10;
}
nav .padded {
  margin-top: 0;
  transition: .5s;
}
@media (min-width: 768px) {
  nav .button {
    font-size: 1rem;
  }
}
@media (min-width: 3840px) {
  nav .button {
    font-size: 1.5rem;
  }
}
nav .button:hover {
  color: #000;
}
@media (min-width: 992px) {
  nav {
    margin-top: 30px;
    position: fixed;
    top: 0px;
    z-index: 999;
    padding: 15px 0;
    height: 84px;
    border-radius: 50px;
    background: rgba(28, 28, 28, 0.66);
    backdrop-filter: blur(4.94999981px);
    transition: 0.5s ease-in-out;
  }
  nav .logo {
    float: left;
    display: block;
    padding-top: 0;
    transition: .5s;
  }
  nav .logo img {
    max-width: 150px;
    padding-top: 10px;
    transition: .5s;
    padding-bottom: 10px;
  }
  nav .logo .white-logo {
    opacity: 1;
    display: block;
    transition: .5s;
  }
  nav ul {
    margin: 0;
    padding: 0;
    text-align: right;
    display: block;
    background: unset;
    position: unset;
    width: unset;
    transition: 0.5s ease-in-out;
  }
  nav ul li {
    width: unset;
    list-style: none;
    padding: 0;
  }
  nav ul li a {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-size: 1.1rem;
    color: #ffffff;
    font-weight: 300;
    line-height: 16px;
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
    transition: 0.5s ease-in-out;
    position: relative;
    align-items: center;
    text-decoration: none;
  }
  nav ul li a:hover {
    border-radius: 35px;
    color: #e8b03b;
  }
  nav ul li a.active {
    display: flex;
    padding: 15px 30px;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    background: #F5BF57;
    color: #000000;
  }
  nav ul li.styled {
    background-color: #e8b03b;
    color: white;
    border-radius: 10px;
  }
  nav ul li.styled a {
    padding: 13px 30px;
  }
  nav ul li.styled a:hover {
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
    color: white;
  }
  nav .header-button {
    text-align: right;
    display: block;
    padding-top: 12px;
    transition: .5s;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  nav .logo img {
    padding-top: 10px;
    transition: .5s;
  }
}
@media (min-width: 992px) and (min-width: 1400px) {
  nav .logo img {
    padding-top: unset;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  nav ul li a {
    padding: 0.5rem 1.2rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  nav ul li a {
    font-size: 10px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  nav ul li a {
    font-size: 1rem;
    padding: 20px 18px 13px;
  }
}
@media (min-width: 992px) and (min-width: 3840px) {
  nav ul li a {
    font-size: 0.9vw;
    padding: 20px 18px 13px;
  }
}
@media (min-width: 2560px) {
  nav {
    padding: 25px 0;
  }
  nav .logo img {
    min-width: 285px;
  }
}
nav.white {
  background-color: transparent;
  top: 0px;
  z-index: 999;
  padding: 15px 0;
  height: 84px;
  transition: 0.5s ease-in-out;
}
@media (min-width: 2560px) {
  nav.white {
    height: 130px;
  }
}
@media (min-width: 992px) {
  nav.white {
    background-color: rgba(255, 255, 255, 0.2);
  }
  nav.white .header-button {
    text-align: right;
    display: block;
    transition: .5s;
  }
}
@media (min-width: 1200px) {
  nav.white ul {
    padding: 0 !important;
  }
}
@media (min-width: 2560px) {
  nav.white ul {
    padding: 15px 0  !important;
  }
}
nav.white ul li {
  padding: 0;
}
@media (min-width: 2560px) {
  nav.white .logo {
    padding-top: 10px;
  }
}
nav.white .logo img {
  transition: .5s;
}
@media (min-width: 768px) {
  nav.white .logo img {
    width: 118px;
    height: 55px;
  }
}
@media (min-width: 992px) {
  nav.white .logo img {
    min-width: 150px;
    max-width: 150px;
  }
}
@media (min-width: 1200px) {
  nav.white .logo img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 2560px) {
  nav.white .logo img {
    min-width: 200px;
    max-width: 200px;
    height: auto;
  }
}
@media (min-width: 992px) {
  .responsive-bar {
    display: none;
  }
  .responsive-bar .logo img {
    max-width: 180px;
    float: left;
  }
  .responsive-bar .menu img {
    width: auto;
    height: 30px;
    float: right;
    margin-top: 6px;
  }
}
.header {
  background-image: url("../img/bg.jpg");
  background-repeat: no-repeat;
  padding-top: 180px;
  background-position: top;
  background-size: 190%;
  height: 100vh;
}
.header .arrow-title {
  max-width: 55px;
  float: right;
}
@media (min-width: 992px) {
  .header .arrow-title {
    max-width: 75px;
  }
}
.header .wrapper {
  display: flex;
}
.header .wrapper .static-txt {
  color: #fff;
  font-size: 60px;
  font-weight: 400;
}
.header .wrapper .dynamic-txts {
  margin-left: 15px;
  height: 90px;
  line-height: 90px;
  overflow: hidden;
}
.header .dynamic-txts li {
  list-style: none;
  color: #FC6D6D;
  font-size: 60px;
  font-weight: 500;
  position: relative;
  top: 0;
  animation: slide 12s steps(4) infinite;
}
@keyframes slide {
  100% {
    top: -360px;
  }
}
.header .dynamic-txts li span {
  position: relative;
  margin: 5px 0;
  line-height: 80px;
}
.header .dynamic-txts li span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background: #343F4F;
  border-left: 2px solid #FC6D6D;
  animation: typing 3s steps(10) infinite;
}
@keyframes typing {
  40%,
  60% {
    left: calc(130%);
  }
  100% {
    left: 0;
  }
}
@media (min-width: 768px) {
  .header {
    background-size: contain;
    padding-top: 50px;
    margin-top: 100px;
    background-position: 244px;
    height: unset;
  }
}
@media (min-width: 992px) {
  .header {
    background-position: 415px;
    min-height: 670px;
  }
}
@media (min-width: 1200px) {
  .header {
    background-position: 380px;
    min-height: 835px;
  }
}
@media (min-width: 1400px) {
  .header {
    background-position: 560px;
    min-height: 1050px;
  }
}
.header .video-play-button {
  z-index: 1;
  top: 50%;
  left: 50%;
  box-sizing: content-box;
  width: 120px;
  height: 120px;
  background-color: rgba(217, 217, 217, 0.15);
  border: #E8B03B 3px;
  backdrop-filter: blur(3px);
  border-radius: 50%;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .header .video-play-button {
    width: 150px;
    height: 150px;
  }
}
@media (min-width: 992px) {
  .header .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 120px;
    height: 120px;
    background: #ba1f24;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
  }
  .header .video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    transition: all 200ms;
  }
  .header .video-play-button:hover:after {
    background-color: #da0528;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .header .video-play-button:before {
    width: 150px;
    height: 150px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .header .video-play-button:after {
    width: 150px;
    height: 150px;
  }
}
.header .video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}
.header .video-play-button span {
  position: relative;
  z-index: 3;
  width: 0;
  display: flex;
  text-align: center;
  height: 0;
  margin-left: 7px;
  border-left: 32px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.header .video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all ease 500ms;
}
.header .video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
}
.header .video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}
.header .video-overlay-close:hover {
  color: #fa183d;
}
.header .video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  /* width: 90%; */
  /* height: auto; */
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}
.fox-icon {
  width: 55px;
  opacity: 0.5;
  margin: 0 10px;
}
.section-title {
  margin: auto;
  font-size: 3rem;
  color: #ffffff;
  line-height: 3.5rem;
  display: table;
}
.section-title:before {
  content: url("../img/cubes.svg");
  display: flex;
  float: left;
  width: 75px;
  height: 75px;
  margin-right: 10px;
}
.play-button {
  display: flex;
  padding: 15px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  border-radius: 45px;
  background: #e8b03b;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .play-button {
    padding: 15px 130px;
  }
}
.play-button:hover {
  color: black;
  background-color: #2aabee;
  transition: 0.5s ease-in-out;
}
.invite-button {
  text-decoration: none;
  display: flex;
  padding: 15px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  border-radius: 45px;
  background: #2aabee;
}
.invite-button:hover {
  color: black;
  background-color: #2aabee;
  transition: 0.5s ease-in-out;
}
.phone-section {
  background-image: url("../img/coins.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .phone-section {
    background-position: 0 -70px;
    background-size: cover;
  }
}
.phone-section img {
  margin-top: -85px;
}
@media (min-width: 992px) {
  .phone-section img {
    margin-top: -155px;
  }
}
main {
  margin-top: 150px ;
}
@media (min-width: 768px) {
  main {
    margin-top: -50px;
  }
}
@media (min-width: 1200px) {
  main {
    margin-top: -160px;
  }
}
@media (min-width: 1400px) {
  main {
    margin-top: -270px;
  }
}
.main .swiper {
  position: relative;
}
.main .swiper:before {
  position: absolute;
  content: "";
  width: 500px;
  height: 500px;
  right: 0;
  bottom: -159px;
  opacity: 0.5;
  display: flex;
  border-radius: 50%;
  background-color: #1a5e99;
  filter: blur(122px);
}
.main .swiper:after {
  position: absolute;
  content: "";
  width: 500px;
  height: 500px;
  left: -158px;
  top: -159px;
  opacity: 0.5;
  display: flex;
  border-radius: 50%;
  background-color: #99701a;
  filter: blur(122px);
}
.main .slider-swiper {
  width: 100%;
  height: 100%;
  border-radius: 50px;
  overflow: unset !important;
}
.main .slider-swiper .slider {
  width: 100%;
  height: 400px;
  padding: 20px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1200px) {
  .main .slider-swiper .slider {
    height: 500px;
  }
}
.main .slider-swiper .slider:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 55px;
  background: #000000;
  background: linear-gradient(133deg, #000000 0%, #040f19 100%);
  backdrop-filter: blur(2px);
  opacity: 1;
  top: 0;
  left: 0;
}
.slider-swiper {
  width: 100%;
  height: 100%;
  border-radius: 50px;
}
.slider-swiper .swiper-wrapper {
  position: relative;
  overflow: hidden;
}
.slider-swiper .slider {
  width: 100%;
  height: 305px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .slider-swiper .slider {
    height: 455px;
  }
}
.slider-swiper .slider .container {
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
}
.slider-swiper .slider .container h1 {
  font-weight: 600;
}
.slider-swiper .slider .container h3 {
  font-size: 2rem;
  color: #ffffff;
}
.slider-swiper .slider .slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-pagination {
  width: auto !important;
  text-align: center !important;
  bottom: 10px !important;
}
@media (min-width: 768px) {
  .swiper-pagination {
    text-align: left !important;
    bottom: unset;
  }
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  right: 0;
  left: 0;
  bottom: 10px !important;
  margin: auto;
  text-align: center !important;
}
.swiper-pagination-bullet {
  transition: 0.5s ease-in-out;
  background-color: #e1e1e1;
}
.swiper-pagination-bullet-active {
  background: #e8b03b;
  width: 25px;
  border-radius: 50px;
}
.main-header-slider h3 {
  font-size: 2rem;
  color: #e8b03b;
}
.main-header-slider p {
  color: #ffffff;
}
.main-header-slider li {
  color: #ffffff;
}
.main-header-slider .row {
  margin: 100px 0;
}
.main-header-slider .with-bg-right {
  position: relative;
}
.main-header-slider .with-bg-right:before {
  position: absolute;
  content: "";
  width: 300px;
  height: 300px;
  right: 0;
  z-index: -1;
  opacity: 0.5;
  display: flex;
  border-radius: 50%;
  background-color: #b06ca7;
  filter: blur(122px);
}
@media (min-width: 992px) {
  .main-header-slider .with-bg-right:before {
    width: 500px;
    height: 500px;
  }
}
.main-header-slider .with-bg-left {
  position: relative;
}
.main-header-slider .with-bg-left:before {
  position: absolute;
  content: "";
  width: 300px;
  height: 300px;
  left: 0;
  z-index: -1;
  opacity: 0.5;
  display: flex;
  border-radius: 50%;
  background-color: #6c8db0;
  filter: blur(122px);
}
@media (min-width: 992px) {
  .main-header-slider .with-bg-left:before {
    width: 500px;
    height: 500px;
  }
}
.styled-box {
  position: relative;
  border-bottom: 4px solid #e8b03b;
  border-left: 4px solid #e8b03b;
  padding: 0 30px;
}
@media (min-width: 768px) {
  .styled-box {
    padding: 0 85px;
  }
}
.styled-box:after {
  content: "";
  width: 80%;
  background-color: #ffffff;
  position: absolute;
  right: -1px;
  bottom: -4px;
  height: 6px;
  transition: 0.5s ease-in-out;
}
.styled-box svg {
  color: #e8b03b;
  position: absolute;
  right: -20px;
  top: -20px;
}
.content-box {
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0);
  border-radius: 30px;
  border: 3px solid transparent;
  transition: 0.5s ease-in-out;
  margin-top: 10px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .content-box {
    min-height: 281px;
  }
}
.content-box .box-header {
  padding-top: 40px;
}
.content-box .box-header .box-icon {
  float: left;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 2px solid #ffffff;
  text-align: center;
  padding-top: 9px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .content-box .box-header .box-icon {
    padding-top: 11px;
  }
}
@media (min-width: 992px) {
  .content-box .box-header .box-icon {
    padding-top: 6px;
  }
}
.content-box .box-header .done {
  position: relative;
  color: #000000;
}
.content-box .box-header .done:before {
  position: absolute;
  width: 40px;
  height: 40px;
  content: "";
  border-radius: 50px;
  background-color: #d7e7b9;
  top: 3px;
  left: 3px;
  z-index: -1;
}
.content-box .box-header .semidone {
  position: relative;
  color: #000000;
}
.content-box .box-header .semidone:before {
  position: absolute;
  width: 40px;
  height: 40px;
  content: "";
  border-radius: 50px;
  background-color: #7d7d7d;
  top: 3px;
  left: 3px;
  z-index: -1;
}
.content-box .box-header .box-title {
  color: #7d7d7d;
  padding-left: 15px;
  padding-top: 6px;
}
.content-box .box-content {
  padding-bottom: 40px;
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .content-box .box-content {
    text-align: left;
  }
}
.content-box .box-content ul {
  padding: 0;
}
.content-box .box-content ul li {
  padding: 0;
  list-style: none;
}
.content-box .box-content ul li i {
  padding-right: 10px;
}
.content-box:hover {
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.08);
  border: 3px solid #2aabee;
}
.box-grids {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.box-grids:last-child {
  border-bottom: 0;
}
.box-grids .col-md-4 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.box-grids .col-md-4:first-child {
  border-left: 0 !important;
}
.box-grids .col-md-4:nth-child(even) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.box-grids .col-md-4:nth-child(4) {
  border-left: 0 !important;
}
.box-grids .col-md-4:nth-child(7) {
  border-left: 0 !important;
}
.box-grids .col-md-4:nth-child(10) {
  border-left: 0 !important;
}
.box-grids .col-md-4:nth-child(13) {
  border-left: 0 !important;
}
.box-grids .col-md-4:nth-child(odd) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.box-grids .col-md-4:nth-last-child(-n+3) {
  border-bottom: 0 !important;
}
.section-with-bg {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
}
.section-with-bg .masked {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  mix-blend-mode: multiply;
}
.with-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 300px;
}
@media (min-width: 992px) {
  .with-bg {
    min-height: 465px;
  }
}
@media (min-width: 2560px) {
  .with-bg {
    min-height: 600px;
  }
}
.styled-title {
  display: block;
  margin: auto;
}
.styled-title img {
  max-width: 58px;
  float: left;
}
@media (min-width: 768px) {
  .styled-title img {
    max-width: 40px;
    float: left;
  }
}
@media (min-width: 992px) {
  .styled-title img {
    max-width: 58px;
    float: left;
  }
}
.styled-title h2 {
  float: left;
  padding-left: 20px;
}
.styled-img {
  position: relative;
}
.styled-img img {
  border-radius: 30px 30px 30px 0;
  max-width: 100%;
  width: 100%;
  height: auto;
  max-height: 355px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .styled-img img {
    max-width: 80%;
  }
}
.styled-img:before {
  content: url('../img/left-bot-border.svg');
  height: 109%;
  background-color: transparent;
  position: absolute;
  left: -10px;
  bottom: -40px;
  width: auto;
}
@media (min-width: 768px) {
  .styled-img:before {
    height: 120%;
  }
}
@media (min-width: 992px) {
  .styled-img:before {
    height: 60%;
  }
}
@media (min-width: 2560px) {
  .styled-img:before {
    bottom: -70px;
  }
}
.outlined-title {
  color: transparent;
  -webkit-text-stroke: 2px #e8b03b;
  -webkit-font-smoothing: antialiased;
  font-size: 95px;
  font-weight: 900;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .outlined-title {
    font-size: 60px;
  }
}
@media (min-width: 992px) {
  .outlined-title {
    font-size: 95px;
  }
}
.styled-list {
  list-style: none;
}
.styled-list li {
  padding: 8px 35px 8px 0;
  position: relative;
  color: white;
}
.styled-list li:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f00c";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #2aabee;
  display: block;
  float: left;
  margin-right: 10px;
  margin-top: -1px;
  color: #000000;
  text-align: center;
  font-size: 12px;
  padding-top: 3px;
  margin-left: -35px;
}
.home-shape {
  position: relative;
  max-width: 313px;
  height: 330px;
  margin: auto;
}
.home-shape svg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
}
.home-shape img {
  position: absolute;
  width: 98%;
  height: 98%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: -1;
  max-width: 311px;
  max-height: 328px;
}
.home-shape .cls-1 {
  fill: #2aabee;
}
.home-shape .cls-2 {
  fill: #fff;
  fill-rule: evenodd;
}
.home-shape-md {
  position: relative;
  max-width: 363px;
  height: 310px;
  margin: auto;
}
@media (min-width: 768px) {
  .home-shape-md {
    max-width: 238px;
    height: 250px;
  }
}
@media (min-width: 992px) {
  .home-shape-md {
    max-width: 363px;
    height: 390px;
  }
}
.home-shape-md svg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
}
.home-shape-md img {
  position: absolute;
  width: 98%;
  height: 98%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 10px;
  margin: auto;
  z-index: -1;
  max-width: 280px;
  max-height: 286px;
}
@media (min-width: 768px) {
  .home-shape-md img {
    max-width: 229px;
    max-height: 232px;
  }
}
@media (min-width: 992px) {
  .home-shape-md img {
    max-width: 334px;
    max-height: 372px;
  }
}
.home-shape-md .cls-1 {
  fill: #2aabee;
}
.home-shape-md .cls-2 {
  fill: #fff;
  fill-rule: evenodd;
}
.home-shape-lg {
  position: relative;
  max-width: 280px;
  height: 296px;
  margin: auto;
}
@media (min-width: 768px) {
  .home-shape-lg {
    max-width: 210px;
    height: 228px;
  }
}
@media (min-width: 992px) {
  .home-shape-lg {
    max-width: 413px;
    height: 430px;
  }
}
.home-shape-lg svg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
}
.home-shape-lg .bg-img {
  position: absolute;
  width: 98%;
  height: 98%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: -1;
  max-width: 409px;
  max-height: 428px;
}
.home-shape-lg .cls-1 {
  fill: #2aabee;
}
.home-shape-lg .cls-2 {
  fill: #fff;
  fill-rule: evenodd;
}
.home-shape-lg .dots {
  position: absolute;
  z-index: 1;
  left: -34px;
  bottom: 67px;
  width: 33px;
}
@media (min-width: 768px) {
  .home-shape-lg .dots {
    width: 30px;
    left: -33px;
    bottom: 45px;
  }
}
@media (min-width: 992px) {
  .home-shape-lg .dots {
    width: auto;
    left: -65px;
    bottom: 95px;
  }
}
.home-shape-lg .titled-box {
  position: absolute;
  z-index: 1;
  background-color: white;
  border-radius: 20px;
  padding: 15px 25px;
  left: -32px;
  bottom: 0px;
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
}
.home-shape-lg .titled-box .logo-img {
  max-width: 30px;
  height: auto;
  float: left;
}
.home-shape-lg .titled-box span {
  float: left;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .home-shape-lg .titled-box {
    border-radius: 20px;
    padding: 8px 17px;
    font-size: 19px;
    left: -24px;
    bottom: -16px;
  }
  .home-shape-lg .titled-box .logo-img {
    max-width: 35px;
    height: auto;
    float: left;
  }
  .home-shape-lg .titled-box span {
    float: left;
    padding-left: 25px;
  }
}
@media (min-width: 992px) {
  .home-shape-lg .titled-box {
    border-radius: 30px;
    padding: 20px 30px;
    font-size: 24px;
    left: -65px;
    bottom: -15px;
  }
  .home-shape-lg .titled-box .logo-img {
    max-width: 50px;
    height: auto;
    float: left;
  }
  .home-shape-lg .titled-box span {
    float: left;
    padding-left: 25px;
  }
}
.home-iconed-box {
  background-color: #d7e7b9;
  border-radius: 20px;
  padding: 10px 20px;
  display: inline-block;
  float: left;
  margin: 10px;
}
@media (min-width: 768px) {
  .home-iconed-box {
    padding: 12px 20px;
    margin: 5px;
  }
}
@media (min-width: 992px) {
  .home-iconed-box {
    padding: 20px 30px;
    margin: 10px;
  }
}
.home-iconed-box .home-plus {
  color: #e8b03b;
  width: 26px;
  float: left;
}
@media (min-width: 768px) {
  .home-iconed-box .home-plus {
    width: 17px;
  }
}
.home-iconed-box span {
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  color: #7D7D7D;
  float: left;
  padding-left: 10px;
}
@media (min-width: 992px) {
  .home-iconed-box span {
    font-size: 18px;
  }
}
.section-with-bg-img {
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
}
.border-top-primery {
  border-top: 7px solid #e8b03b;
}
.border-top-secondary {
  border-top: 7px solid #e8b03b;
}
.border-top-tertiary {
  border-top: 7px solid #d7e7b9;
}
.border-top-quaternary {
  border-top: 7px solid #f8f4ef;
}
.contact-footer {
  border-radius: 30px;
  background-color: #e8b03b;
  padding: 20px 10px;
}
@media (min-width: 768px) {
  .contact-footer {
    padding: 20px 30px;
  }
}
.contact-footer ul {
  margin: 0;
}
.contact-footer i {
  font-size: 20px;
  color: black;
}
.contact-footer span {
  font-size: 16px;
  color: white;
  padding-left: 8px;
}
@media (min-width: 768px) {
  .contact-footer span {
    font-size: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .contact-footer span {
    font-size: 18px;
    padding-left: 20px;
  }
}
@media (min-width: 1400px) {
  .contact-footer span {
    font-size: 23px;
    padding-left: 20px;
  }
}
.contact-footer .separator {
  padding-right: 25px;
}
footer {
  background-color: #171717;
  backdrop-filter: blur(5px);
  position: relative;
}
footer:before {
  position: absolute;
  content: "";
  width: 500px;
  height: 500px;
  right: 0;
  top: -159px;
  opacity: 0.5;
  display: flex;
  border-radius: 50%;
  background-color: #99701a;
  filter: blur(122px);
}
footer .footer-logo {
  max-width: 177px;
}
footer .border-bottom {
  border-color: #1e1e1c !important;
}
footer ul li a {
  color: white;
  text-decoration: none;
  padding: 40px 25px;
  transition: 0.5s ease-in-out;
}
footer ul li a:hover {
  color: #7d7d7d;
}
footer .footer-second-l li a {
  font-size: 2rem;
  padding: 20px 10px 0 10px;
}
@media (min-width: 768px) {
  footer .footer-second-l li a {
    padding: 20px 15px 0 15px;
  }
}
footer .footer-second-l li:last-child {
  border-right: 0;
}
.inner-header {
  padding-top: 75px;
  height: 200px;
  background-color: black;
}
@media (min-width: 768px) {
  .inner-header {
    padding-top: 70px;
    height: 220px;
  }
}
@media (min-width: 1200px) {
  .inner-header {
    padding-top: 100px;
    height: 360px;
  }
}
@media (min-width: 2560px) {
  .inner-header {
    padding-top: 150px;
    height: 420px;
  }
}
.inner-header .row {
  position: relative;
  overflow: hidden;
}
.inner-header .row .bg {
  position: absolute;
  opacity: .35;
  object-fit: cover;
  left: 0;
  padding: 0;
  height: 100%;
}
.inner-header .row h1 {
  font-size: 40px;
}
.project .project-box {
  padding: 30px;
  position: relative;
}
.project .project-box .project-box-inner {
  background-color: #F4F4F4;
  position: relative;
  overflow: hidden;
  border-radius: 30px 30px 0px 30px;
  transition: 0.5s ease-in-out;
}
.project .project-box .project-box-inner .image-box {
  min-height: 215px;
  max-height: 215px;
  overflow: hidden;
}
.project .project-box .project-box-inner .image-box .link-box {
  position: absolute;
  font-size: 15px;
  background-color: #e8b03b;
  color: black;
  padding: 15px;
  border-radius: 0 0 10px 0;
  top: -40px;
  left: -40px;
  z-index: 1;
  transition: 0.5s ease-in-out;
}
.project .project-box .project-box-inner .image-box img {
  position: relative;
  width: 100%;
  height: 215px;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s ease-in-out;
}
.project .project-box .project-box-inner .title-box {
  padding: 20px 0 20px 30px;
  transition: 0.5s ease-in-out;
}
.project .project-box .project-box-inner .title-box a {
  text-decoration: none;
  color: #1e1e1c;
}
.project .project-box .dots {
  position: absolute;
  width: 60px;
  bottom: 77px;
  right: 30px;
  z-index: -1;
  transition: 0.5s ease-in-out;
}
@media (min-width: 992px) {
  .project .project-box .dots {
    bottom: 30px;
  }
}
.project .project-box:hover .project-box-inner {
  background-color: #2aabee;
  border-radius: 0 30px 0px 30px;
}
.project .project-box:hover .project-box-inner .image-box .link-box {
  top: 0;
  left: 0;
}
.project .project-box:hover .project-box-inner .image-box img {
  transform: scale(1.1);
}
.project .project-box:hover .project-box-inner .title-box {
  padding: 20px 0 20px 40px;
}
.project .project-box:hover .project-box-inner .title-box a {
  text-decoration: none;
  color: #1e1e1c;
}
.project .project-box:hover .dots {
  bottom: 16px;
  right: 16px;
}
.more-projects {
  padding: 30px;
  position: relative;
}
.more-projects .project-box-inner {
  background: #f8f8f8;
  border: 1px dashed #7D7D7D;
  border-radius: 29px 29px 0 29px;
  padding: 0;
  position: relative;
  overflow: hidden;
  min-height: 289px;
  transition: 0.5s ease-in-out;
  text-align: center;
  font-size: 18px;
}
.more-projects .project-box-inner .cover {
  background: #e1e1e1;
  border-radius: 29px 29px 0 29px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  margin: auto;
  bottom: 0;
  right: 0;
  transition: 0.5s ease-in-out;
  z-index: 0;
}
.more-projects .project-box-inner a {
  text-decoration: none;
  color: #1e1e1c;
  position: relative;
  z-index: 2;
}
.more-projects .project-box-inner:hover {
  padding: 10px;
}
.more-projects .project-box-inner:hover .cover {
  width: 90%;
  height: 90%;
  opacity: 1;
  border-radius: 22px 22px 0 22px;
}
.project-box {
  padding: 30px;
  position: relative;
}
.project-box .project-box-inner {
  background-color: #F4F4F4;
  position: relative;
  overflow: hidden;
  border-radius: 30px 30px 0px 30px;
  transition: 0.5s ease-in-out;
}
.project-box .project-box-inner .image-box {
  min-height: 315px;
  max-height: 315px;
  overflow: hidden;
}
.project-box .project-box-inner .image-box .link-box {
  position: absolute;
  font-size: 15px;
  background-color: #e8b03b;
  color: black;
  padding: 15px;
  border-radius: 0 0 10px 0;
  top: -40px;
  left: -40px;
  z-index: 1;
  transition: 0.5s ease-in-out;
}
.project-box .project-box-inner .image-box img {
  position: relative;
  width: 100%;
  height: 315px;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s ease-in-out;
}
.project-box .project-box-inner .title-box {
  padding: 20px 0 20px 30px;
  transition: 0.5s ease-in-out;
}
.project-box .project-box-inner .title-box a {
  text-decoration: none;
  color: #1e1e1c;
}
.project-box .dots {
  position: absolute;
  width: 60px;
  bottom: 30px;
  right: 30px;
  z-index: -1;
  transition: 0.5s ease-in-out;
}
.project-box:hover .project-box-inner {
  background-color: #2aabee;
  border-radius: 0 30px 0px 30px;
}
.project-box:hover .project-box-inner .image-box .link-box {
  top: 0;
  left: 0;
}
.project-box:hover .project-box-inner .image-box img {
  transform: scale(1.1);
}
.project-box:hover .project-box-inner .title-box {
  padding: 20px 0 20px 40px;
}
.project-box:hover .project-box-inner .title-box a {
  text-decoration: none;
  color: #1e1e1c;
}
.project-box:hover .dots {
  bottom: 16px;
  right: 16px;
}
.project-box.comming-soon .project-box-inner .image-box {
  position: relative;
}
.project-box.comming-soon .project-box-inner .image-box:before {
  position: absolute;
  content: 'Comming soon';
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: .6;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 130px 95px;
  font-size: 30px;
  font-weight: 600;
}
.project-box.comming-soon:hover .project-box-inner {
  background-color: #F4F4F4;
  border-radius: 30px 30px 0px 30px;
}
.project-box.comming-soon:hover .project-box-inner .image-box .link-box {
  top: -40px;
  left: -40px;
}
.project-box.comming-soon:hover .project-box-inner .image-box img {
  transform: scale(1);
}
.project-box.comming-soon:hover .project-box-inner .title-box {
  padding: 20px 0 20px 30px;
  transition: 0.5s ease-in-out;
}
.project-box.comming-soon:hover .project-box-inner .title-box a {
  text-decoration: none;
  color: #1e1e1c;
}
.project-box.comming-soon:hover .dots {
  bottom: 30px;
  right: 30px;
}
.data-box-with-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  position: relative;
  min-height: 550px;
  background-color: #d7e7b9;
  border-radius: 55px;
  padding: 110px 53px;
  overflow: hidden;
}
.data-box-with-img:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(215, 231, 185, 0.7);
}
@media (min-width: 768px) {
  .data-box-with-img:before {
    width: 70%;
    background: linear-gradient(90deg, #d7e7b9 0%, rgba(215, 231, 185, 0) 100%);
  }
}
.styled-image {
  position: relative;
}
.styled-image img {
  position: relative;
  border-radius: 0px 33px 0px 0px;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.styled-image:before {
  content: url("../img/dots.svg");
  width: 57px;
  position: absolute;
  left: -25px;
  top: -25px;
  z-index: -1;
}
.item .wrapper {
  width: 100%;
  height: auto;
  max-width: 900px;
  margin: 20px auto;
  text-align: center;
  min-height: 400px;
}
@media (min-width: 768px) {
  .item .wrapper {
    min-height: 500px;
    max-height: 500px;
  }
}
@media (min-width: 768px) {
  .item .wrapper {
    width: 90%;
  }
}
.comparison-widget {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  vertical-align: top;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-height: 400px;
}
@media (min-width: 768px) {
  .comparison-widget {
    min-height: 500px;
    max-height: 500px;
  }
}
.comparison-widget * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.comparison-widget:hover .comparison-separator {
  opacity: 1;
}
.comparison-widget:hover .comparison-control {
  opacity: 1;
}
.comparison-widget:hover .comparison-control:before,
.comparison-widget:hover .comparison-control:after {
  opacity: 1;
}
.comparison-widget--hidden {
  opacity: 0;
}
.comparison-item {
  height: 100%;
  width: 100%;
  background: #FFF;
}
.comparison-item--first {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.comparison-item__content {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.comparison-item__content:hover .comparison-item__label {
  background: #FFF;
}
.comparison-item--first .comparison-image {
  width: auto;
  max-width: none;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  min-height: 400px;
}
@media (min-width: 768px) {
  .comparison-item--first .comparison-image {
    min-height: 500px;
    max-height: 500px;
  }
}
.comparison-item__image {
  display: block;
  max-width: 100%;
  -webkit-user-drag: none;
  min-height: 400px;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 768px) {
  .comparison-item__image {
    min-height: 500px;
    max-height: 500px;
  }
}
.comparison-item--first .comparison-item__label {
  left: 0;
  right: inherit;
}
.comparison-item__label {
  padding: 7px 10px;
  position: absolute;
  top: 0;
  right: 0;
  text-transform: uppercase;
  font-family: Verdana, sans-serif;
  font-size: 11px;
  color: #222;
  background: rgba(255, 255, 255, 0.65);
  z-index: 1;
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
.comparison-separator {
  width: 2px;
  height: 100%;
  position: absolute;
  right: -1px;
  top: 0;
  z-index: 10;
  background: #FFF;
  cursor: pointer;
  opacity: 0.7;
}
.comparison-control {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #FFF;
  border-radius: 100%;
  opacity: 1;
}
.comparison-control:before,
.comparison-control:after {
  content: '';
  display: block;
  width: 12px;
  height: 20px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  background: url('../img/arrow.png') 0 0 no-repeat;
}
.comparison-control:before {
  left: -15px;
}
.comparison-control:after {
  right: -15px;
  background-position: -12px 0px;
}
.comparison-control__mask {
  width: 50px;
  height: 40px;
  position: absolute;
  top: -15px;
  left: -18px;
  background: #FFF;
  opacity: 0;
}
.owl-navs {
  position: absolute;
  top: 42%;
  width: 100%;
  z-index: 0;
}
.owl-navs .owl-next {
  float: right;
  margin-right: -20px;
  font-size: 35px;
  color: #7d7d7d;
  cursor: pointer;
}
.owl-navs .owl-prev {
  float: left;
  margin-left: -20px;
  font-size: 35px;
  color: #7d7d7d;
  cursor: pointer;
}
.owl-navs.disabled {
  display: none;
}
.owl-carousel .owl-stage-outer {
  z-index: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  transition: 0.5s ease-in-out;
  margin: 5px 4px;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #f28f51;
  width: 25px;
  border-radius: 50px;
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .owl-theme .owl-dots,
  .owl-theme .owl-nav {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.home-gallery .portfolio-menu {
  text-align: center;
}
.home-gallery .portfolio-menu ul li {
  display: inline-block;
  margin: 0;
  list-style: none;
  padding: 10px 15px;
  cursor: pointer;
  -webkit-transition: all 05s ease;
  -moz-transition: all 05s ease;
  -ms-transition: all 05s ease;
  -o-transition: all 05s ease;
  transition: all .5s ease;
}
.home-gallery .portfolio-item {
  /*width:100%;*/
}
.home-gallery .portfolio-item .item {
  /*width:303px;*/
  margin-bottom: 20px;
  height: 200px;
}
.home-gallery .portfolio-item .item img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.galleryy {
  background-color: #d7e7b9;
  padding: 50px 0 30px 0;
  border-top: 5px solid #f8f4ef;
  border-bottom: 5px solid #f8f4ef;
}
.galleryy .portfolio-menu {
  text-align: center;
}
.galleryy .portfolio-menu ul li {
  display: inline-block;
  margin: 0;
  list-style: none;
  padding: 10px 15px;
  cursor: pointer;
  -webkit-transition: all 05s ease;
  -moz-transition: all 05s ease;
  -ms-transition: all 05s ease;
  -o-transition: all 05s ease;
  transition: all .5s ease;
}
.galleryy .portfolio-item {
  /*width:100%;*/
}
.galleryy .portfolio-item .item {
  /*width:303px;*/
  margin-bottom: 20px;
  height: 200px;
}
.galleryy .portfolio-item .item img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.team-box {
  background-color: #D9D9D9;
  width: 220px;
  height: 220px;
  padding: 8px;
  transition: all .5s ease;
}
@media (min-width: 992px) {
  .team-box {
    width: 300px;
    height: 300px;
  }
}
@media (min-width: 2560px) {
  .team-box {
    width: 400px;
    height: 400px;
  }
}
.team-box .box-inner {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: black;
}
.team-box .box-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  transition: all .5s ease;
}
.team-box .box-inner .fa-circle-info {
  position: absolute;
  left: 0;
  top: 40%;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  color: #e1e1e1;
  font-size: 30px;
  transition: all .5s ease;
}
.team-box .box-inner .links {
  background-color: white;
  width: 80%;
  padding: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  transition: all .5s ease;
}
.team-box .box-inner .links ul {
  margin: 0;
}
.team-box .box-inner .links ul li a {
  color: #7d7d7d;
  transition: all .5s ease;
}
.team-box .box-inner .links ul li a:hover {
  color: #e8b03b;
}
.team-box:hover {
  background-color: #e8b03b;
}
.team-box:hover .box-inner img {
  opacity: 0.7;
}
.team-box:hover .box-inner .fa-circle-info {
  opacity: 1;
}
.team-box:hover .box-inner .links {
  opacity: 1;
  bottom: 15px;
}
.team-info-box {
  border-radius: 30px;
  padding: 50px;
}
.team-info-box span,
.team-info-box h3 {
  float: left;
  margin: 0;
}
.team-info-box span {
  padding-left: 20px;
  font-size: 19px;
}
.circle-img {
  width: 80%;
  height: 0;
  padding-bottom: 80%;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
}
.circle-img img {
  object-fit: cover;
  width: 110%;
}
.accordion ul li {
  list-style: none;
  padding: 20px 0;
}
.accordion ul li strong {
  font-size: 20px;
  font-weight: 600;
  padding: 10px 0;
}
.kontact-detail {
  border-radius: 50px;
  text-align: left;
  display: inline-block;
  list-style: none;
}
.kontact-detail i {
  padding-right: 17px;
}
.kontact-detail a {
  text-decoration: none;
  color: black;
}
@keyframes translate-easeOutBounce {
  0% {
    transform: translateX(0%);
  }
  12% {
    transform: translateX(10.89%);
  }
  24% {
    transform: translateX(43.56%);
  }
  36% {
    transform: translateX(98%);
  }
  54% {
    transform: translateX(75%);
  }
  74% {
    transform: translateX(98.4%);
  }
  82% {
    transform: translateX(93.75%);
  }
  92% {
    transform: translateX(99.3%);
  }
  96% {
    transform: translateX(98.5%);
  }
  100% {
    transform: translateX(100%);
  }
}
.white-btn {
  background-color: black;
  padding: 1px;
  display: inline-block;
  border-radius: 50px;
  text-decoration: none;
}
.white-btn .btn-inner {
  background-color: white;
  padding: 18px 30px;
  border-radius: 50px;
  border: 3px solid transparent;
  transition: all .5s ease;
}
.white-btn:hover {
  background-color: orange;
}
.white-btn:hover .btn-inner {
  padding: 18px 60px;
  animation: 1000ms linear 0s 1 normal both running translate-easeOutBounce;
  border: 3px solid orange;
  border-radius: 50px;
  background-color: #F2F2F4;
  color: orange ;
}
