@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body{
  direction: ltr;
  font-family: 'Barlow', sans-serif !important;
  font-size: 17px;
  margin: 0;
  padding: 0px;
  background: #0e0e0e;
  line-height: 1.5;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
p{
  padding: 0;
  margin: 0;
}

p, li{
  padding: 5px 0;
  line-height: 1.5;
}

a{
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

img{
  display: block;
  max-width: 100%;
  max-height: 100%;
}

ul{
  margin: 0;
  padding: 0;
}

.container-block{
  width: auto;
  padding-right: 23px;
  padding-left: 23px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

@media screen and (min-width: 480px) {
  .container-block{
  max-width: 450px;
  }
}
@media screen and (min-width: 575px){
  .container-block{
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .container-block{
  max-width: 730px;
  }
}
@media screen and (min-width: 992px) {
  .container-block{
    max-width: 960px;
  }
}

@media screen and (min-width: 1200px){
  .container-block{
    max-width: 1170px;
    }
}

@media (min-width: 1400px){
  .container-block{
    max-width: 1274px;
  }
}

.background-header{
  position: relative;
}

.gradient-1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 467px;
  height: 1233.793px;
  transform: rotate(-54.374deg);
  flex-shrink: 0;
  border-radius: 233.5px;
  background: linear-gradient(180deg, rgba(84, 84, 212, 0.308) 0%, rgba(84, 212, 201, 0.32) 100%);
  filter: blur(150px);
}

.background-header svg{
  position: absolute;
  top: 50px;
  right: 0;
  width: 500px;
  filter: blur(10px);
}

.header{
  padding: 25px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

.logo{
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 21px;
}

.logoImg{
  max-width: 35px;
  max-height: 35px;
}

.logoImg img{
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.logo a{
  width: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 18px;
}

.logoTitle .logoTitle-text{
  font-weight: 700;
  transition: 0.3s ease;
  font-size: 16px;
  margin: 0;
}

.logoTitle .logoTitle-text:hover{
  opacity: 0.5;
}

.header-nav{
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 12px;
}

.header-nav li{
  padding: 0;
}

.menu-link-head{
  transition: 0.3s ease;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}

.menu-link-head:hover{
  color: #fff;
  opacity: 0.5;
}

.header-content{
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 25px;
}

.header-content h2{
  padding: 88px 0;
  letter-spacing: 2px;
  font-size: 25px;
  color: #fff;
}

.header-content span{
  height: 1px;
  width: 38%;
  background-color: rgba(255,255,255,0.5);
}

.header-content a{
  -webkit-animation-name: shakeButton;
  animation-name: shakeButton;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.background-video{
  position: relative;
}

.background-video svg{
  position: absolute;
  left: 0;
  bottom: -300px;
  width: 400px;
  filter: blur(10px);
}

.video-box{
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 35px 0;
  width: 60%;
}

.video-box video{
  position: relative;
  z-index: 2;
  border-radius: 23px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.background-about{
  position: relative;
}

.background-about svg{
  position: absolute;
  bottom: -100px;
  right: 0;
  z-index: 1;
  width: 300px;
  filter: blur(10px);
}

.gradient-3{
  position: absolute;
  left: 80px;
  width: 100px;
  height: 100px;
  background: #00dcfe;
  filter: blur(100px);
  z-index: 1;
}

.gradient-4{
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 350px;
  height: 100px;
  background: #00dcfe;
  filter: blur(70px);
  z-index: 1;
}

.about-us{
  position: relative;
  z-index: 2;
  padding: 58px 0;
}

.about-us h2{
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 35px;
  color: #fff;
}

.about-us-box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  flex-direction: row;
}

.img-about{
  flex: 1;
  position: relative;
}

.img-about img{
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
}

.text-about{
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 21px;
}

.text-about p{
  letter-spacing: 2px;
  color: #fff;
  font-size: 16px;
}

.text-about a{
  background-color: #ffffff;
  font-size: 16px;
  padding: 12px 35px;
  border-radius: 35px;
  color: #000;
  -webkit-animation-name: shakeButton;
  animation-name: shakeButton;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@keyframes shakeButton {
  0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }
  6.5% {
      -webkit-transform: translateX(-6px) rotateY(-9deg);
      transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
      -webkit-transform: translateX(5px) rotateY(7deg);
      transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
      -webkit-transform: translateX(-3px) rotateY(-5deg);
      transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
      -webkit-transform: translateX(2px) rotateY(3deg);
      transform: translateX(2px) rotateY(3deg);
  }
  50% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }
}

.background-main{
  position: relative;
}

.art-content{
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 35px;
  padding: 58px 0;
}

.art-content-titles{
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  font-weight: bold;
}

.art-block{
  position: relative;
}

.art-block-images {
  position: relative;
  z-index: 2;
  animation: sway 4s ease-in-out infinite;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  float: left;
  width: 38%;
  margin: 35px;
  margin-top: 0;
  margin-left: 0;
}

.art-block-content {
  color: #fff;
  opacity: 0.8;
  font-size: 17px;
}

.art-block-content ul{
  list-style: inside;
}

.price-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #fff;
  gap: 5px;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
}

.price-title-textBox {
  color: #fff;
  margin-right: 5px;
}

.currency-textBox {
  color: #fff;
  font-size: 16px;
}

.price-value{
  color: #fff;
}

.background-stats{
  position: relative;
}

.background-stats > svg{
  position: absolute;
  left: 0;
  bottom: -200px;
  width: 400px;
  filter: blur(10px);
}
.service{
  position: relative;
  z-index: 2;
  padding: 58px 0;
}

.service h2{
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 35px;
  color: #fff;
}

.service-box{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.service-card{
  transition: 0.3s ease;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: start;
  border-radius: 5px;
  padding: 18px;
  gap: 25px;
}

.service-card:hover{
  transform: translateY(-5px);
}

.service-card svg{
  color: #000;
  border: 1px solid #000;
  padding: 5px;
  width: 18px;
  height: 18px;
}

.service-card-text{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.service-card-text a h3{
  transition: 0.3s ease;
  color: #000;
}

.service-card-text a h3:hover{
  color: #000;
  opacity: 0.5;
}

.service-card-text p{
  color: #000;
}

.articles{
  position: relative;
  z-index: 2;
  padding: 58px 0;
}

.articles h2{
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 35px;
  color: #fff;
}

.articles-box{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.articles-card{
  transform: scale(1);
  transition: 0.3s ease;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  flex: 1;
}

.articles-card:hover{
  transform: scale(1.05);
}

.articles-card-img{
  cursor: pointer;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
} 

.articles-card-img img{
  object-fit: cover;
  width: 100%;
  height: 166px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.articles-card-box{
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px;
}

.articles-card-date p{
  margin: 0;
  opacity: 0.4;
  font-size: 16px;
  color: #fff;
}

.articles-card-text{
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.articles-card-text a{
  font-weight: bold;
  font-size: 16px;
  transition: 0.5s ease;
  color: #fff;
}

.articles-card-text a:hover{
  font-weight: bold;
  color: #fff;
}

.articles-card-text a h3{
  transition: 0.5s ease;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}

.articles-card-text a h3:hover{
  color: #40394a;
}

.articles-card-text p{
  margin: 0;
  opacity: 0.4;
  font-size: 16px;
  color: #fff;
}

.articles-card-button a{
  font-size: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  transition: 0.5s ease;
  color: #fff;
}

.articles-card-button a:hover{
  margin-left: 5px;
  color: #40394a;
}

.comment-background{
  position: relative;
}

.comment{
  padding: 58px 0;
  position: relative;
  z-index: 2;
}

.comment h2{
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  margin-bottom: 35px;
}

.comment-box{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.comment-card{
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.comment-card img{
  object-fit: cover;
  border-radius: 50%;
  height: 106px;
  width: 106px;
}

.comment-card p{
  color: #fff;
}

.comment-card span{
  height: 0.5px;
  width: 27%;
  background: #cccccc33;
}

.comment-card h5{
  color: #fff;
}

.comm_one{
  border-right: 0.5px solid #ffffff33;
  padding-right: 25px;
}

.footer{
  margin-top: 58px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 35px;
  border-top: 1px solid #fff;
  padding: 35px 0;
}

.privacy{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 25px;
  flex-direction: row;
}

.privacy a{
  font-size: 16px;
  color: #fff;
  transition: 0.3s ease;
}

.privacy a:hover{
  color: #fff;
  opacity: 0.5;
}

.coopirate{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  text-align: center;
  gap: 25px;
  padding-top: 35px;
  border-top: 1px solid #ffffff33;
}

.coopirate p{
  color: #fff;
  font-size: 16px;
}

.new-container__item img {
  display: block;
  height: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.new-container {
  padding: 58px 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.new-container__item {
  height: auto;
  margin-top: 1vw;
  width: 100%;
}

.new-container__item:first-child {
  margin-top: 0;
}

@media (min-width: 768px) {
  .new-container__item:first-child {
    width: 100%;
  }
  .new-container__item:nth-child(n+2) {
    flex: 1;
    margin-right: 1%;
  }
  .new-container__item:last-child {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .new-container__item:nth-child(-n+2) {
    flex: none;
    margin: 0;
    width: 49.5%;
  }
  .new-container__item:first-child {
    margin-right: 1%;
  }
  .new-container__item:nth-child(n+3) {
    flex: 1;
    margin-right: 1%;
  }
  .new-container__item:last-child {
    margin-right: 0;
  }
}

.releted-box{
  padding: 58px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.releted-card{
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.releted-img{
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.releted-img img{
  width: 100%;
  height: 166px;
  object-fit: cover;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.releted-content{
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px;
}

.releted-content a{
  color: #fff;
  transition: 0.3s ease;
}

.releted-content a:hover{
  color: #fff;
  opacity: 0.5;
}

.releted-content p{
  color: #fff;
  opacity: 0.8;
}

.releted-card-button a{
  font-size: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  transition: 0.5s ease;
  color: #fff;
}

.releted-card-button a:hover{
  margin-left: 5px;
  color: #40394a;
}

.contact-form{
  width: 60%;
  margin: 58px auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.title-contact-form h2{
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

.title-contact-input{
  position: relative;
  display: flex;
  flex-direction: column;
  width: auto;
  gap: 12px;
}

.submit{
  -webkit-animation-name: shakeButton;
  animation-name: shakeButton;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  margin: 0 auto !important;
}

.title-contact-input label{
  color: #fff;
}

.title-contact-input .inputs-contact, .title-contact-input .textarea-contact {
  outline: none;
  margin: 8px 0;
}

.title-contact-input .inputs-contact {
  color: rgba(255,255,255,0.8);
  background-color: transparent;
  padding: 1rem;
  border: none;
  border-bottom: 2px solid rgba(255,255,255,0.8);
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.title-contact-input .textarea-contact {
  color: rgba(255,255,255,0.8);
  background-color: transparent;
  padding: 1rem;
  border: none;
  border-bottom: 2px solid rgba(255,255,255,0.8);
  font-size: 0.875rem;
  line-height: 1.25rem;
  resize: vertical;
  min-height: 35px;
  max-height: 111px;
}

.title-contact-input .inputs-contact::placeholder, .title-contact-input .textarea-contact::placeholder{
  color: #fff;
}

.contact-us-block{
  border-bottom: 0.5px solid rgba(255,255,255,0.5);
  border-top: 0.5px solid rgba(255,255,255,0.5);
  display: flex;
  justify-content: space-between;
  gap: 35px;
  flex-direction: row;
  margin: 35px 0;
}

.contact-us-card{
  padding: 18px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: row;
  gap: 12px;
}

.contact-us-card-one, .contact-us-card-three{
  padding-right: 35px;
  border-right: 0.5px solid rgba(255,255,255,0.5);
}

.contact-us-card svg{
  width: 18px;
  height: 18px;
  color: #fff;
}

.contact-us-card h5{
  margin: 0;
  transition: 0.3s ease;
  font-size: 16px;
  color: #fff;
}

.contact-us-card a h5{
  transition: 0.3s ease;
  font-size: 16px;
  margin: 0;
  color: #fff;
}

.contact-us-card a h5:hover{
  color: #fff;
  opacity: 0.5;
}

.gallery-title{
  text-align: center;
  color: #fff;
  margin-bottom: 25px;
}

.menu-icon {
  display: none;
  width: 20px;
  height: 14px;
  cursor: pointer;
  position: relative;
}

.menu-icon span {
  background-color: #fff;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0;
  transition: all 0.3s ease;
}

.menu-icon span:first-child {
  top: 0;
}

.menu-icon span:nth-child(2) {
  top: 6px;
}

.menu-icon span:last-child {
  top: 12px;
}

.menu-toggle {
  display: none;
}

.menu-toggle:checked + .menu-icon span:nth-child(2) {
  opacity: 0;
}

.menu-toggle:checked + .menu-icon span:first-child {
  transform: rotate(45deg);
  top: 6px;
}

.menu-toggle:checked + .menu-icon span:last-child {
  transform: rotate(-45deg);
  top: 6px;
}

.navigation {
  display: none;
  position: absolute;
  z-index: 2;
  width: 245px;
  top: 100px;
  right: 20px;
  background-color: #fff;
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

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

.navigation a {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 1.5;
  font-size: 18px;
  text-decoration: none;
  color: #2D132C;
}

.navigation a:hover {
  color: #2D132C;
  opacity: 0.5;
}

.menu-toggle:checked + .menu-icon + .navigation {
  display: block;
}

.page-privacy{
  color: #fff;
  overflow: hidden;
  text-align: justify;
  padding: 106px 0px;
  width: 100%;
}

.page-privacy a{
  color: #fff;
}

.page-privacy a:hover{
  color: #fff;
  opacity: 0.5;
}

.page-privacy ul{
  list-style: circle;
  margin: 10px;
}

.but,
button {
  outline: none;
  border: none;
  background: inherit;
  box-sizing: border-box !important;
}

.button-1 {
  background-color: #3498db;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.button-1:hover {
  color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-color: #2980b9;
}

.button-2 {
  background-color: #e74c3c;
  color: #fff;
  padding: 15px 25px;
  border: 2px solid #c0392b;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.button-2:hover {
  color: #fff;
  transform: scale(1.05);
}

.button-3 {
  background-color: #2ecc71;
  color: #fff;
  padding: 12px 24px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: box-shadow 0.3s ease;
}

.button-3:hover {
  color: #fff;
  box-shadow: 0 0 10px rgba(46, 204, 113, 0.8);
}

.button-4 {
  background-color: #f39c12;
  color: #fff;
  padding: 10px 30px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.button-4:hover {
  border: 1px solid #9c4307;
  color: #fff;
  color: #d35400;
}

.button-5 {
  background-color: #9b59b6;
  color: #fff;
  padding: 15px 20px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: border-radius 0.3s ease;
}

.button-5:hover {
  color: #fff;
  border-radius: 15px;
}

.osn-form {
  width: 60%;
  margin: 0 auto;
  padding: 58px 0;
  display: flex;
  flex-direction: column;
}

.title-container{
  margin-bottom: 25px;
  text-align: center;
}

.title-container h3{
  font-size: 18px;
  color: #fff;
  margin: 0;
  font-weight: bold;
}

.input-container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.input-container label{
  color: #fff;
}

.input-container .input-custom-panel_component, .input-container .textarea-custom-panel_component, .form button {
  outline: none;
  margin: 8px 0;
}

.input-container .input-custom-panel_component {
  color: rgba(255,255,255,0.8);
  background-color: transparent;
  padding: 1rem;
  border: none;
  border-bottom: 2px solid rgba(255,255,255,0.8);
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.input-container .textarea-custom-panel_component {
  color: rgba(255,255,255,0.8);
  background-color: transparent;
  padding: 1rem;
  border: none;
  border-bottom: 2px solid rgba(255,255,255,0.8);
  font-size: 0.875rem;
  line-height: 1.25rem;
  resize: vertical;
  min-height: 35px;
  max-height: 111px;
}

.input-container .input-custom-panel_component::placeholder, .input-container .textarea-custom-panel_component::placeholder{
  color: #fff;
}

.check{
  color: #fff;
}

.check:hover{
  opacity: 0.5;
  color: #fff;
}

.form-check {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-start;
  padding: 15px 0;
}

.form-check .form-check-input{
  margin: 0;
}

.submit-form {
  -webkit-animation-name: shakeButton;
  animation-name: shakeButton;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  margin: 0 auto !important;
}

.ui-checkbox {
  --primary-color: #1677ff;
  --secondary-color: #fff;
  --primary-hover-color: #4096ff;
  --checkbox-diameter: 20px;
  --checkbox-border-radius: 5px;
  --checkbox-border-color: #d9d9d9;
  --checkbox-border-width: 1px;
  --checkbox-border-style: solid;
  --checkmark-size: 1.2;
}

.ui-checkbox,
.ui-checkbox *,
.ui-checkbox *::before,
.ui-checkbox *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ui-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: var(--checkbox-diameter);
  height: var(--checkbox-diameter);
  border-radius: var(--checkbox-border-radius);
  background: var(--secondary-color);
  border: var(--checkbox-border-width) var(--checkbox-border-style) var(--checkbox-border-color);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
}

.ui-checkbox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 0 0 0 calc(var(--checkbox-diameter) / 2.5) var(--primary-color);
  box-shadow: 0 0 0 calc(var(--checkbox-diameter) / 2.5) var(--primary-color);
  border-radius: inherit;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  -o-transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
}

.ui-checkbox::before {
  top: 40%;
  left: 50%;
  content: "";
  position: absolute;
  width: 4px;
  height: 7px;
  border-right: 2px solid var(--secondary-color);
  border-bottom: 2px solid var(--secondary-color);
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  transform: translate(-50%, -50%) rotate(45deg) scale(0);
  opacity: 0;
  -webkit-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6),opacity 0.1s;
  -o-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6),opacity 0.1s;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6),opacity 0.1s;
}

.ui-checkbox:hover {
  border-color: var(--primary-color);
}

.ui-checkbox:checked {
  background: var(--primary-color);
  border-color: transparent;
}

.ui-checkbox:checked::before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  -webkit-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  -o-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
}

.ui-checkbox:active:not(:checked)::after {
  -webkit-transition: none;
  -o-transition: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  transition: none;
  opacity: 1;
}


@media (max-width: 991px) {
  .service-box {
    grid-template-columns: repeat(2, 1fr);
  }

  .articles-box{
    grid-template-columns: repeat(2, 1fr);
  }

  .about-us-box{
    flex-direction: column;
  }

  .img-about img{
    margin: 0 auto;
    width: 60%;
  }

  .text-about{
    align-items: center;
    text-align: center;
  }

  .gradient-1{
    height: 767px;
  }

  .releted-box{
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 767px) {
  .gradient-1{
    height: 400px;
  }

  .service-box {
    grid-template-columns: repeat(1, 1fr);
  }

  .articles-box{
    grid-template-columns: repeat(1, 1fr);
  }

  .comment-box{
    grid-template-columns: repeat(1, 1fr);
  }

  .comm_one{
    border-right: none;
    padding-right: none;
    border-bottom: 0.5px solid #ffffff;
    padding-bottom: 25px;
  }

  .comment-card span{
    background: #cccccc;
  }

  .video-box{
    width: 100%;
  }

  .header-nav{
    display: none;
  }

  .menu-icon{
    display: block;
  }

  .img-about img{
    width: 100%;
  }

  .art-block-images{
    padding: 0;
    width: 100%;
    margin-right: 0;
  }

  .osn-form{
    width: 100%;
  }

  .coopirate{
    justify-content: center;
    flex-direction: column;
  }

  .header-content{
    min-height: 90vh;
    height: auto;
  }

  .header-content h2{
    font-size: 18px;
  }

  .contact-form{
    width: 100%;
  }

  .contact-us-block{
    gap: 0;
    flex-direction: column;
    border-bottom: none;
    border-top: none;
    border-left: 0.5px solid rgba(255, 255, 255, 0.5);
    border-right: 0.5px solid rgba(255, 255, 255, 0.5);
  }

  .contact-us-card-one, .contact-us-card-three{
    border-right: none;
    border-bottom: 0.5px solid rgba(255,255,255,0.5);
  }
}

@media (max-width: 575px) {
  .gradient-1{
    display: none;
  }

  .gradient-3{
    display: none;
  }

  .background-video svg{
    display: none;
    transform: translateX(-50%);
  }

  .background-stats > svg{
    transform: translateX(-50%);
  }

  .background-about svg{
    left: 0;
    right: unset;
    transform: translateX(-50%);
  }

  .background-header svg{
    left: 0;
    right: unset;
    transform: translateX(-50%);
  }

  .art-content-titles{
    font-size: 18px;
  }
  .title-politics{
    font-size: 21px;
  }
}

.contact-us-card{
  a{
    word-break: break-all;
  }
}





















  
  
  


