@import url('https://fonts.googleapis.com/css2?family=Fira+Sans: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');

:root{
 --bg-1:#85715b;
 --bg-2:#695035;
 --bg-3:#b68a5a;
 --bg-4:#36291a;
 --bg-5:#916e49;
--bg-main:var(--bg-3);

--ov-main:rgba(133, 113, 91,0.7);
--bcol-1: #324001;
--bcol-2:#8C0303;
--bcol-3:#F28705;
--bcol-4:#926d37;
--bcol-5:#287D7D;
--bcol-main:var(--bcol-3);

--margin25:18px 0px;
--sec-padd:44px 0px;
--border-r:27px;
  --white:white;
  --black:black;
  --gap-25-30: 28px;
  --gap-30-40:40px;

}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
  
}


ol, ul {
  list-style: none;
}

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

body{
  overflow-x: hidden;
  line-height: 1.4;
  direction: ltr;
  font-family: 'Fira Sans', sans-serif !important;
  font-size: 17px;
  margin: 0;
  padding: 0px;
}
ul,li{
  padding: 0px;
  margin: 0px;
  list-style: none;
}
p,li{
  padding: 5px 0px;
}
p{
  font-weight: 500;
}
a{text-decoration: none;
  transition: all 0.3s ease;
}

img{
  width: 100%;
  display: block;
}

.container-ghf2{
  position: relative;
  width: 100%; 
  max-width: 1240px; 
  margin: 0 auto;
padding-left: 20px;
padding-right: 20px;
  box-sizing: border-box;
  z-index: 1;
}

#ghf2one{
  display: none;
}

.title-ghf2 {
  font-size:clamp(22px,4vw,36px);
  color: var(--white);
  font-weight: bold;
  text-align: center;
  font-weight: bold;
  color: #fff; 
  text-shadow: 2px 2px 0px #ff3d3d, 4px 4px 0px var(--bcol-main), 6px 6px 5px rgba(0, 0, 0, 0.5);
  margin: var(--margin25);
}
.title-black-ghf2{
  color: var(--black);
}

.hero-slider-ghf2 {
  position: relative;
  width: 100%;
  min-height: 400px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide-ghf2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide-ghf2-1 {
  background-image: url('creativecove/back/bg-dark-068518511cb148.jpg');
}
.slide-ghf2-2 {
  background-image: url('creativecove/back/bg-dark-168518511cb1ab.jpg');
}
.slide-ghf2-3 {
  background-image: url('creativecove/back/bg-dark-168518511cb1ab.jpg');
}
.slide-ghf2.active-ghf2 {
  opacity: 1;
  position: relative;
}

.overlay-ghf2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--ov-main);
  z-index: 1;
}

.logo-hero-ghf2{
  display: flex;
  justify-content: center;
 margin: 25px auto;
  width: 120px;
}
.logo-hero-ghf2 img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.content-ghf2 {
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
  padding:50px 15px;
}
@media (min-width:768px) {
  .content-ghf2 {
    width: 80%;
  }
}
.content-ghf2 h1 {
  font-size:clamp(21px,4vw,45px);
  margin-bottom: 30px;
}

.content-ghf2 p {
  font-size: 1.2em;
  margin-bottom: 20px;
}

.cta-button-ghf2 {
  background-color: var(--bcol-main);
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  font-size: 18px;
  transition: background-color 0.3s ease;
}

.cta-button-ghf2:hover {
opacity: 0.9;
}

.slider-controls-ghf2 {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 3;
}
@media (max-width:767px) {
  .slider-controls-ghf2{
    display: none;
  }
}
.slider-controls-ghf2 button {
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 18px;
}

.slider-controls-ghf2 button:hover {
  background: rgba(0, 0, 0, 0.8);
}
.thumb-hero-ghf2{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.thumb-menu-ghf2{
  position: relative;
  z-index: 2;
  padding: var(--margin25);
}
.box-menu-ghf2{
  display: flex;
  gap: var(--gap-25-30);
  flex-wrap: wrap;
  justify-content: center;
}
.item-menu-ghf2{
  background-color: var(--bcol-main);
  padding: 5px;
transition: all 0.3s ease;
}
.item-menu-ghf2:hover{
  transform: scale(1.1) rotate(5deg);
}
.item-menu-ghf2 a{
  font-size: clamp(18px,4vw,26px);
  color: var(--white);
}

.section-about-ghf2 {
  padding: var(--sec-padd);
  background-color: var(--bg-main);
}
.thumb-about-ghf2 {
  display: flex;
  gap: var(--gap-25-30);
  align-items: center;
}
@media (max-width:767px) {
  .thumb-about-ghf2{
    flex-direction: column;
  }
}
.box-about-ghf2 {
  width: 100%;
}
@media (max-width:1023px) {
  .box-img-w-ghf2{
    display: none;
  }
}
@media (min-width:768px) and (max-width:1023px) {
 .box-about-ghf2{
  width: calc(50% - 30px);
 }
}
@media (min-width:1024px) {
  .box-about-ghf2{
    width: calc(33.33% - 30px);
   }
}
@media (max-width:1023px) {
  .box-img-about-ghf2{
    height: 320px;
  }
}
.box-img-about-ghf2 {
height: 420px;
padding: 0px 20px;
}
.box-img-1ghf2{
  transform: rotate(-5deg);
}
.box-img-2ghf2{
  transform: rotate(5deg);
}
.box-img-about-ghf2 img{
  border-radius: var(--border-r);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.txt-about-ghf2{
  color: var(--white);
  text-align: center;
  font-size:18px;
}
.box-btn-about-ghf2{
  display: flex;
  justify-content: center;
  margin: var(--margin25);
}
.thumb-btn-about-ghf2{
  cursor: pointer;
  align-items: center;
  padding: 10px;
  display: flex;
  gap: 10px;
  background-color: var(--bcol-main);
  border-radius: var(--border-r);
  transition: all 0.3s ease;
}
.thumb-btn-about-ghf2:hover{
  background-color: var(--white);
  color: var(--bcol-main);
}
.svg-box-about-ghf2{
  display: flex;
  justify-content: center;
  align-items: center;
border-radius: 50%;
width: 30px;
height: 30px;
background-color: var(--bg-main);

}
.svg-box-about-ghf2 svg {
  width: 25px;
  height: 25px;
  color: var(--white);
}
.link-about-ghf2{
 color: var(--white);
 transition: all 0.3s ease;
}

.section-step-ghf2 {
  padding: var(--sec-padd);
  background-color: var(--bg-main);
}

.thumb-step-ghf2 {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: var(--margin25);
}
.box-step-ghf2 {
  flex: 3;
  background-color: var(--bcol-main);
  padding: 10px;
  border-radius: var(--border-r);
  color: var(--white);
  transition: all 0.3s ease;

}
.box-step-ghf2:hover{
  transform: scale(1.05);

}
.blurred {
  filter: blur(4px);
}

@media (max-width:767px) {
  .box-step-img-ghf2 {
 display: none;
  }
}
@media (min-width:768px) {
  .box-step-img-ghf2 {
    flex: 1;
  }
}
.img-step-ghf2{
  height: 95px;
}
.img-step-ghf2 img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.section-games1-ghf2 {
  position: relative;
  padding: var(--sec-padd);
 background-image: url(creativecove/back/bg-dark-068518511cb148.jpg);
 background-size: cover;
    background-position: center;
}
.section-games1-ghf2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:var(--ov-main); 
  z-index: 1;
}
.thumb-games1-ghf2 {
  display: flex;
  gap: var(--gap-30-40);
  flex-wrap: wrap;
}
.box-games1-ghf2 {
  width: 100%;
  padding: 15px;
  border-radius: var(--border-r);
  border:solid 1px var(--bcol-main);
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: rgba(255, 255, 255, 0.2); 
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);  
    justify-content: space-between;

}
@media (min-width:767px) and (max-width:991px) {
  .box-games1-ghf2 {
    width: calc(50% - 40px);
  }
}
@media (min-width:992px)  {
  .box-games1-ghf2 {
    width: calc(33.33% - 40px);
  }
}
.box-img-games1-ghf2 {
  height: 220px;
}
.box-img-games1-ghf2 img{
  width: 100%;
  height:100%;
  object-fit: cover;
  border-radius: var(--border-r);
  transition: transform 0.3s ease;
}
.box-img-games1-ghf2 img:hover{
  transform: scale(0.9);
}

.link-games-title-ghf2{
  color: var(--white);
}
.link-games-title-ghf2:hover{
  color: var(--bcol-main);
}
.thumb-online-games1-ghf2 {
  display: flex;
  justify-content:space-between;
  transition: all 0.3s ease;
  width: 90%;
  margin: var(--margin25);
  direction: initial;

}
.thumb-online-games1-ghf2:hover{
  width: 100%;
}
.txt-box-onilne-games1-ghf2 {
  gap: 5px;
  display: flex;
  color: var(--white);
  align-items: center;
}
.box-svg-online-games1-ghf2 {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: var(--bcol-main);
  display: flex;
  justify-content: center;
  align-items: center;
}
.box-svg-online-games1-ghf2 svg{
  width: 25px;
  height: 25px;
  color: var(--white);
}

.section-games2-ghf2{
  background-color: var(--ov-main);
padding: var(--sec-padd);
}
.thumb-games2-ghf2{
  display: flex;
  gap: var(--gap-30-40);
  flex-wrap: wrap;
}
.product-card-ghf2 {
  position: relative;
  width: 100%;
  height: 480px;
  background-color: var(--bcol-main); 
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 8px;
  transition: background-color 0.4s ease;
}
@media (min-width:768px)  {
  .product-card-ghf2 {
    width: calc(50% - 40px);
  }
}


.product-image-ghf2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0; 
  transition: opacity 0.4s ease;
  z-index: 0;
}
@media (max-width:767px) {
  .product-card-ghf2 .product-image-ghf2 {
    opacity: 1; 
  }
}
@media (min-width:768px) {
  .product-card-ghf2:hover .product-image-ghf2 {
    opacity: 1; 
  }
}

.card-content-ghf2 {
  position: relative;
  z-index: 1;
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.product-title-ghf2 {
  padding: 0px 10px;
  font-size: 20px;
  font-weight: bold;
  color: white;
  transition: opacity 0.4s ease;
  margin-bottom: 10px;
}
.arrow-container-ghf2 {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: arrowMove 1s infinite; 
}
.arrow-svg-ghf2{
  width: 45px;
  height: 75px;
  color: var(--white);
}

@keyframes arrowMove {
  0% {
    transform: translateY(10px); 
    opacity: 0;
  }
  50% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-10px); 
    opacity: 0;
  }
}
.box-img-games2-cowboy-ghf2{
  width: 75px;
  display: inline-block;
  animation: tilt-vlb72 2.5s infinite linear;
}
@keyframes tilt-vlb72 {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-25deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(25deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@media (min-width:768px) {
  .product-card-ghf2:hover .box-img-games2-cowboy-ghf2{
    display: none;
  }
}

.box-img-games2-cowboy-ghf2 img{
width: 100%;
height: 100%;
object-fit: contain;
}
@media (min-width:768px) {
  .product-card-ghf2:hover .arrow-container-ghf2 {
    display: none; 
  }
}

.product-button-ghf2 {
  margin: var(--margin25);
  opacity: 0; 
  transition: opacity 0.3s ease;
}

@media (max-width:767px) {
  .product-card-ghf2 .product-button-ghf2 {
    opacity: 1; 
  }
  
  .product-card-ghf2 .product-title-ghf2 {
    opacity: 1; 
    background-color: var(--bcol-main);
    padding: 5px 10px;
    border-radius: var(--border-r);
  }
}
@media (min-width:768px) {
  .product-card-ghf2:hover .product-button-ghf2 {
    opacity: 1; 
  }
  
  .product-card-ghf2:hover .product-title-ghf2 {
    opacity: 1; 
    background-color: var(--bcol-main);
    padding: 5px 10px;
    border-radius: var(--border-r);
  }
}

.section-faq-ghf2{
  position: relative;
  padding: var(--sec-padd);
 background-image: url(creativecove/back/opacity_bg-068518511cb2ee.png);
 background-size: cover;              
 background-repeat: no-repeat;          
 background-position: center; 
}
.section-faq-ghf2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:var(--ov-main); 
  z-index: 1;
}
.faq-thumb-ghf2{
  display: flex;
  flex-direction: column;
  gap: var(--gap-30-40);
}
.card {
  width:100%;
  min-height: 50px;
  perspective: 1000px;
}

@media (min-width:768px) {
  .card {
    width:100%;
    height: 120px;
    min-height: 50px;
  }}
.card-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.999s;
}

.card:hover .card-inner {
  transform: rotateY(180deg);
}

@media (min-width:768px) {
  .card-front,
.card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
}

.card-front {
  background-color: var(--bcol-main);
  color: #fff;
  display: flex;
  align-items: center;
  border: 10px solid var(--bcol-main);
  border-radius: 10px;
  justify-content: center;
  font-size: 24px;
  transform: rotateY(0deg);
}

.card-back {
  background-color: #F08A5D;
  color: #fff;
  display: flex;
  align-items: center;
  border: 10px solid #F08A5D;
  border-radius: 10px;
  justify-content: center;
  font-size: 24px;
 
}
@media (min-width:768px) {
  .card-back { transform: rotateY(180deg);}
}
.section-form-ghf2{
  position: relative;
  padding: var(--sec-padd);
 background-image: url(creativecove/back/bg-dark-468518511cb203.jpg);
 background-attachment: fixed;
 background-size: cover;
 background-position: center;
}
.section-form-ghf2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:var(--ov-main); 
  z-index: 1;
}
.form-ghf2 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 960px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding: 25px;
  border-radius: var(--border-r);
}
.form-ghf2 label{
  color: var(--white);
  margin-left: 10px;
} 
 .input-btn--holdergroup{
  outline: none;
  border: none;
  background: var(--bcol-main);
  border-radius:var(--border-r);
  color: var(--white);
  min-height:50px;
  padding: 15px;
}
.input-btn--holdergroup::placeholder{
  color: var(--white);
}
.textarea-btn--holdergroup::placeholder{
  color: var(--white);
}
.textarea-btn--holdergroup{
  outline: none;
  border: none;
  background: var(--bcol-main);
  border-radius:var(--border-r);
  color: var(--white);
  min-height:90px;
  max-height:150px;
  max-width:960px;
  padding: 10px;
} 

.input-btn--holdergroup:focus,
.input-btn--holdergroup:active{
  box-shadow: 0 4px 6px 4px var(--ov-main);
}
.textarea-btn--holdergroup:focus,
.textarea-btn--holdergroup:active{
  box-shadow: 0 4px 6px 4px var(--ov-main);
}

.box-form-button-ghf2 {
  display: flex;
  justify-content: center;
  margin: var(--margin25);
}

.section-footer-ghf2{
  padding: var(--sec-padd);
  background-color: var(--bg-main);

}
.thumb-discl-ghf2 {
  border-radius: var(--border-r);
  display: flex;
  flex-direction: column;
  padding: 20px;
  background-color: var(--bcol-main);
  border: 2px solid var(--white);
}
.txt-discl-title-ghf2 {
  font-size: clamp(21px,4vw,28px);
  font-weight: 800;
  text-align: center;
  color: var(--white);
}
.txt-discl-main-txt-ghf2 {
  text-align: center;
  font-size: clamp(18px,4vw,21px);
  color: var(--white);
}
.box-18-img-ghf2 {
margin: 25px auto;
  width: 75px;
}
.box-18-img-ghf2 img{
  width: 100%;
height: 100%;
object-fit: cover;
}
.thumb-menu-footer-ghf2{
  margin: var(--margin25);
  border-bottom: 2px solid var(--white);
}
.box-menu-item-ghf2{
  display: flex;
  gap: var(--gap-30-40);
  flex-wrap: wrap;
justify-content:  center;
}
.footer-item-menu-ghf2 a{
  color: var(--white);
}
.footer-item-menu-ghf2{
  transition: all 0.3s ease;

}
.footer-item-menu-ghf2:hover{
  transform: translateX(5px);

}
.box-li-polytic-ghf2{
  transition: all 0.3s ease;

}
.box-li-polytic-ghf2:hover{
  transform: translateX(5px);


}
.footer-item-menu-ghf2 a:hover {
  color: var(--bcol-main);
}
.box-menu-polityc-ghf2{
  display: flex;
  gap: var(--gap-30-40);
  flex-wrap: wrap;
flex-direction: row-reverse;
justify-content:  center;
}
.footer-links-ghf2{
  color: var(--white);
  transition: all 0.3s ease;
}
.footer-links-ghf2:hover{
  color: var(--bcol-main);
  transform: translateX(5px);}
  .box-copy-ghf2{
    display: flex;
    justify-content: center;
    margin: var(--margin25);
    color: var(--white);
  }
  .thumb-logo-footer-ghf2{
    display: flex;
    gap: var(--gap-30-40);
    justify-content: center;
    align-items: center;
    margin: var(--margin25);
  }
  .box-img-logo-footer-ghf2{
width: 80px;
  }
  .box-img-logo-footer-ghf2 img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  } 
  .site-title-footer-ghf2{
    font-size: clamp(21px,4vw,28px);
  }
  .link-site-logo-footer-ghf2{
    color: var(--white);
    display: inline-block;
  }
  .link-site-logo-footer-ghf2:hover{
    color: var(--bcol-main);
  }
  .thumb-all-logo-name-ghf2-footer{
    display: flex;
    justify-content: center;
  }

.box-allcont-ghf2{
  display: flex;
  flex-direction: column;
}
.contact-form-ghf2{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact-container-ghf2{
  display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 25px;
    border-radius: var(--border-r);
}
.contact-form-input-ghf2{
  outline: none;
  border: none;
  background: var(--bcol-main);
  border-radius:var(--border-r);
  color: var(--white);
  min-height:50px;
  padding: 15px;
}
.contact-form-input-ghf2::placeholder{
  color: var(--white);
}
.contact-form-input-ghf2:focus,
.contact-form-input-ghf2:active{
  box-shadow: 0 4px 6px 4px var(--ov-main);
}
.box-adr-info-ghf2{
  display: flex;
  gap: var(--gap-30-40);
  justify-content: center;
  margin: var(--margin25);
}
@media (max-width:575px) {
  .box-adr-info-ghf2{
    flex-direction: column;
  }
}
.info-item-ghf2{
  width: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding: 25px;
  border-radius: var(--border-r);
}
.link-cont-vbl72{
  color: var(--white);
  font-size: clamp(18px,4vw,26px);
}
.link-cont-vbl72:hover{color: var(--bcol-main);}
.info-adress-ghf2{
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding: 25px;
  border-radius: var(--border-r);
  margin-bottom: 25px;
}
.txt-adress-ghf2{
  color: var(--white);
  text-align: center;
}

.bg-page-ghf2{
  background-color: var(--bg-main);
  padding: var(--margin25);
}

.box-privacy-cont-ghf2 {
  display: flex;
  align-items: center;
}

.check-color-ghf2 {
  color: var(--white);
  font-size: clamp(12px,2vw,16px);
}
.privacy-link-ghf2 {
  color: var(--white);
  font-size: clamp(12px,2vw,16px);

}
.privacy-link-ghf2:hover {
  color: var(--cr-main);
}
.box-form-btt-ghf2 {
  display: flex;
  justify-content: center;
  margin: var(--margin25);
}

.games-thumb-page-ghf2{
  display: flex;
  gap:20px;
  flex-direction: column-reverse;
  background-color: var(--bg-main);
  padding: 25px 0px;

}

.section-main-page-ghf2{
  background-color: var(--bg-main);
}

.thumb-img-main-ghf2 {
  padding: 20px;

}
.main-page-ghf2 {
  object-fit: contain;
  border-radius: var(--border-r);
   height: 420px; 
}
@media (min-width:992px) {
  .main-page-ghf2 {
    width: 50%;
    margin: 35px;
    float: left;
    
  }
}
@media (max-width:575px) {
  .main-page-ghf2 {
    height: auto;
  }
}
.txt-main-page-ghf2 {
  color:var(--white);
}
.thumb-testi-ghf2 {
  display: flex;
  justify-content: center;
  gap: var(--gap-30-40);
  flex-wrap: wrap;
  margin: var(--gap-30-40) 0px;
}

.box-testi-ghf2 {
  flex: 1;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border: 1px solid var(--bcol-main);
  padding: 20px;
transition: all 0.3s ease;
}
@media (min-width:576px) {
  .box-testi-ghf2 {
    flex: 1;}
  
}
@media (max-width:575px) {
  .box-testi-ghf2 {
 width: 100%;}
  
}
.box-testi-ghf2:hover{
  transform: translateY(-7px);
}
.thumb-ava-name-testi-ghf2{
  display: flex;
  gap: var(--gap-25-30);
  align-items:center;

}
.thumb-avatar-testi-ghf2 {
  width: 65px;
height: 65px;
border-radius: 50%;
}
.thumb-avatar-testi-ghf2 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.name-testi-gh2 {
  color: var(--white);
  font-size: clamp(19px,4vw,23px);
}
.comment-testi-ghf2 {
  color: var(--white);
  font-size: 18px;
}
.privacy-section-ghf2 {
  padding: var(--sec-padd);
  background-color: var(--bg-main);
}

.privacy-ghf2 {
  color: var(--white);
}
.privacy-ghf2 h1{
  font-size: clamp(24px,4vw,28px);
}

.btt-ghf2-1 {
  padding: 17px 40px;
  color: #333;
  cursor: pointer;
  border: 0;
  background-color: #F08A5D;
  box-shadow: rgb(0 0 0 / 5%) 0 0 8px;
  
  font-size: 16px;
  font-weight: 700;
  transition: all 0.5s ease;
}

.btt-ghf2-1:hover {
  letter-spacing: 3px;
  background-color: var(--bcol-main);
  color: var(--white);
  box-shadow: var(--bcol-main) 0px 7px 29px 0px;
}

.btt-ghf2-1:active {
  letter-spacing: 3px;
  background-color: var(--bcol-main);
  color: var(var(--white));
  box-shadow: var(--bcol-main) 0px 0px 0px 0px;
  transform: translateY(10px);
  transition: 100ms;
}

.btt-ghf2-2 {
  display: block;
  background:var(--bcol-main);
  color:var(--white);
  font-family: inherit;
  padding: 12px 15px;
  font-weight: 900;
  font-size: 18px;
  border: 3px solid var(--bcol-main);
  border-radius: 0.4em;
  box-shadow: 0.1em 0.1em;
  cursor: pointer;
}

.btt-ghf2-2:hover {
  transform: translate(-0.05em, -0.05em);
  box-shadow: 0.15em 0.15em;
}

.btt-ghf2-2:active {
  transform: translate(0.05em, 0.05em);
  box-shadow: 0.05em 0.05em;
}

.btt-ghf2-3 {
  padding: 1em 1.3em;
cursor: pointer;
  border: none;
  border-radius: 10em;
  background: var(--bcol-main);
  font-size: clamp(17px,4vw,21px);
  color: #ffffff;
  font-weight: 600;
 }
 
 .btt-ghf2-3:hover {
  animation: shake3856 0.3s linear infinite both;
 }
 
 @keyframes shake3856 {
  0% {
   -webkit-transform: translate(0);
   transform: translate(0);
  }
 
  20% {
   -webkit-transform: translate(-2px, 2px);
   transform: translate(-2px, 2px);
  }
 
  40% {
   -webkit-transform: translate(-2px, -2px);
   transform: translate(-2px, -2px);
  }
 
  60% {
   -webkit-transform: translate(2px, 2px);
   transform: translate(2px, 2px);
  }
 
  80% {
   -webkit-transform: translate(2px, -2px);
   transform: translate(2px, -2px);
  }
 
  100% {
   -webkit-transform: translate(0);
   transform: translate(0);
  }
 }

 .btt-ghf2-4 {
  position: relative;
  display: inline-block;
  margin: 15px;
  padding: 15px 30px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
  text-decoration: none;
  color: var(--bcol-main);
  background: transparent;
  cursor: pointer;
  transition: ease-out 0.5s;
  border: 2px solid var(--bcol-main);
  border-radius: 10px;
  box-shadow: inset 0 0 0 0 var(--bcol-main);
}

.btt-ghf2-4:hover {
  color: white;
  box-shadow: inset 0 -100px 0 0 var(--bcol-main);
}
.btt-ghf2-4:active {
  transform: scale(0.9);
}

.btt-ghf2-5{
  background-color: var(--bcol-main);
  padding: 14px 40px;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  border-radius: 10px;
  border: 6px dashed var(--bcol-main);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  transition: .4s;
 }
 
 .btt-ghf2-5 span:last-child {
  display: none;
 }
 
 .btt-ghf2-5:hover {
  transition: .4s;
  border: 6px dashed var(--bcol-main);
  background-color: var(--white);
  color: var(--bcol-main);
 }
 
 .btt-ghf2-5:active {
  background-color: var(--bg-main);
 }
 
 
 

 .btn {
  width: 30%;
  display: block;
  padding: 0.7em 1em;
  background: transparent;
  outline: none;
  border: 0;
  color: var(--bcol-main);
  letter-spacing: 0.1em;
  font-family: monospace;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
}

@media (max-width:575px) {
  .btn {
    width: 60%;}
}
.cube {
  margin: 0 auto;
  position: relative;
  transition: all 0.5s;
}

.cube .bg-top {
  position: absolute;
  height: 10px;
  background: var(--bcol-main);
  bottom: 100%;
  left: 5px;
  right: -5px;
  transform: skew(-45deg, 0);
  margin: 0;
  transition: all 0.4s;
}

.cube .bg-top .bg-inner {
  bottom: 0;
}

.cube .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  background: var(--bcol-main);
  transition: all 0.4s;
}

.cube .bg-right {
  position: absolute;
  background:var(--bcol-main);
  top: -5px;
  z-index: 0;
  bottom: 5px;
  width: 10px;
  left: 100%;
  transform: skew(0, -45deg);
  transition: all 0.4s;
}

.cube .bg-right .bg-inner {
  left: 0;
}

.cube .bg-inner {
  background: #28282d;
  position: absolute;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
}

.cube .text {
  position: relative;
  transition: all 0.4s;
  color: var(--white);
}

.cube:hover .bg-inner {
  background:var(--bcol-main);
  transition: all 0.4s;
}

.cube:hover .text {
  color: var(--white);
  transition: all 0.4s;
}

.cube:hover .bg-right,
.cube:hover .bg,
.cube:hover .bg-top {
  background: #28282d;
}

.cube:active {
  z-index: 9999;
  animation: bounce 0.1s linear;
}

@keyframes bounce {
  50% {
    transform: scale(0.9);
  }
}