@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&display=swap');

:root{
    --hover-col-1: #ff7f00;
    --hover-col-2: #00eeff;
    --hover-col-3: #f6ff00;
    --hover-col-4: #ff0084;
    --hover-col-5: #00ff4c;
    --hover: var(--hover-col-4);
    --white: #fff;
    --black: #060606;
    --transition: 0.3s cubic-bezier(0.23, 1, 0.320, 1);
    --black-opacity: #1d1d1dc4;
}

html,
body {
    position: relative;
    height: 100%;
}

body{
    background-color: var(--black);
    direction: ltr;
    font-family: 'Cormorant', sans-serif !important;
    font-size: 18px;
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100vh;
    color: var(--white);
}

a{
    text-decoration: none;
}

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

.section{
    padding: 51px 0;
}

.title{
    font-size: 19px;
    color: var(--hover);
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 27px;
}

.row-sm-box,
.row-lg-box{
    flex-direction: column;
}

.button-1{
  align-items: center;
  background-color: transparent;
  border: 1px solid var(--hover);
  box-sizing: border-box;
  color: var(--hover);
  cursor: pointer;
  display: inline-flex;
  fill: var(--hover);
  font-family: Inter,sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 48px;
  justify-content: center;
  letter-spacing: -.8px;
  line-height: 24px;
  min-width: 140px;
  outline: 0;
  padding: 0 18px;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-1:active,
.button-1:focus,
.button-1:hover {
  border-color: var(--white);
  color: var(--white);
  fill: var(--white);
  background-color: var(--hover);
}

.button-2 {
  background: var(--hover);
  border: 0;
  border-radius: 14px;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system,system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.5;
  outline: transparent;
  padding: 7px 26px;
  text-align: center;
  text-decoration: none;
  transition: box-shadow .3s ease-in-out;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
}

.button-2:not([disabled]):focus,
.button-2:not([disabled]):hover {
  box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem var(--hover), .125rem .125rem 1rem rgba(255, 255, 255, 0.5);
  color: var(--black);
  background-color: var(--hover);
}
.button-3{
  align-items: center;
  background-color: transparent;
  border: 1px solid var(--hover);
  box-sizing: border-box;
  color: var(--hover);
  cursor: pointer;
  display: inline-flex;
  fill: var(--hover);
  font-family: Inter,sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 48px;
  justify-content: center;
  letter-spacing: -.8px;
  line-height: 24px;
  min-width: 140px;
  outline: 0;
  padding: 0 18px;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-3:active,
.button-3:focus,
.button-3:hover {
  border-color: var(--white);
  color: var(--black);
  fill: var(--white);
  background-color: var(--hover);
}

.button-4 {
  background: var(--hover);
  border: 0;
  border-radius: 14px;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system,system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.5;
  outline: transparent;
  padding: 7px 26px;
  text-align: center;
  text-decoration: none;
  transition: box-shadow .3s ease-in-out;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
}

.button-4:not([disabled]):focus,
.button-4:not([disabled]):hover {
  box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem var(--hover), .125rem .125rem 1rem rgba(255, 255, 255, 0.5);
  color: var(--black);
  background-color: var(--hover);
}
.button-5 {
  background: var(--hover);
  border: 0;
  border-radius: 14px;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system,system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.5;
  outline: transparent;
  padding: 7px 26px;
  text-align: center;
  text-decoration: none;
  transition: box-shadow .3s ease-in-out;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
}

.button-5:not([disabled]):focus,
.button-5:not([disabled]):hover {
  box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem var(--hover), .125rem .125rem 1rem rgba(255, 255, 255, 0.5);
  color: var(--black);
  background-color: var(--hover);
}

.nav-logo__img{
    width:  93px;
    height:  93px;
}

.navbar{
    position: relative;
}

.nav-logo__img > img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header-logo_hdjf77{
    display: flex;
    flex-direction: row;
    gap: 7px;
    align-items: center;
    justify-content: center;
}

.header__title{
    color: var(--white);
    transition: var(--transition);
    font-weight: 800;
    text-transform: uppercase;
    font-size: 26px;
}

.header-logo_hdjf77:hover .header__title,
.header-logo_hdjf77:focus .header__title{
    color: var(--hover);
}

.nav-link_yue8{
    color: var(--white);
    transition: var(--transition);
    font-weight: 400;
    text-align: center;
}

.nav-item:hover .nav-link_yue8,
.nav-item:focus .nav-link_yue8,
.nav-item:active .nav-link_yue8{
    color: var(--hover);
}


.navbar-toggler{
    color: var(--white);
    transition: var(--transition);
}

.offcanvas{
    background-color: var(--black);
}

.navbar-nav{
    gap: 19px;
}

.btn-cl{
    color: var(--white);
    border: none;
    outline: none;
    background-color: transparent;
    transition: var(--transition);
}

.btn-cl:hover,
.btn-cl:focus,
.btn-cl:active{
    color: var(--hover);
}

.hero_hdb8{
    position: relative;
    overflow: hidden;
}

.hero-title{
    text-align: center;
    color: var(--white);
    position: relative;
}

.hero-btn{
    padding: 248px 0;
    background: url('creativecove/back/bg-dark-06915d10655e04.jpg') no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.hero-btn::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #000000, rgb(0 0 0 / 57%));
}

.hero-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.header-box__btn{
    position: relative;
}

swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper {
    height: 360px;
    width: 100%;
}

.mySwiper2 {
    height: 360px;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper2 swiper-slide {
    width: 100%;
    height: 100%;
    opacity: 0.4;
    cursor: pointer;
}

.mySwiper2 .swiper-slide-thumb-active {
    opacity: 1;
}

swiper-slide .video-box-4,
swiper-slide .video-box-3,
swiper-slide .video-box-2,
swiper-slide .video-box-1 {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-box-1{
    background: url('creativecove/back/bg-dark-06915d10655e04.jpg') no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.video-box-2{
    background: url('creativecove/back/bg-dark-26915d10655e28.jpg') no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.video-box-3{
    background: url('creativecove/back/bg-dark-36915d10655e46.jpg') no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.video-box-4{
    background: url('creativecove/back/bg-dark-46915d10655e64.jpg') no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.video-container4,
.video-container3,
.video-container2,
.video-container1{
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
}

.button-video-close{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    cursor: pointer;
    color: var(--white);
}

.video-player4,
.video-player3,
.video-player1,
.video-player2{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.button-play4,
.button-play3,
.button-play2,
.button-play1{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid var(--white);
    background-color: #ffffff51;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.button-play4:hover,
.button-play4:focus,
.button-play3:hover,
.button-play3:focus,
.button-play2:hover,
.button-play2:focus,
.button-play1:hover,
.button-play1:focus{
    background-color: #ffffff83;
}

.button-play4 > svg,
.button-play3 > svg,
.button-play1 > svg,
.button-play2 > svg{
    color: var(--white);
    width: 40px;
    height: 40px;
}

.ben-box{
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    height: 100%;
    width: 100%;
    padding: 28px;
    background: url('creativecove/back/opacity_bg-06915d10655ed7.png') no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.ben-box::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.709), rgba(0, 0, 0, 0.387));
}

.ben-box > .row{
    height: 100%;
    align-items: center;
}

.ben-text_hsdu44{
    text-align: center;
    color: var(--white);
    font-weight: 800;
    position: relative;
}

.ben-img{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.ben-img > img{
    width: 142px;
    height: 142px;
    object-fit: contain;
}

.au-box_d8h9{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    gap: 20px;
}

.au-section_df8{
    background: url('creativecove/back/opacity_bg-06915d10655ed7.png') no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.au-text{
    text-align: center;
    font-weight: 800;
}

.gallery-img_fc9j{
    width: 100%;
    height: 142px;
    transition: var(--transition);
    cursor: pointer;
    filter: brightness(0.7);
}

.gallery-img_fc9j:hover,
.gallery-img_fc9j:focus{
    transform: scale(1.02);
    filter: brightness(1);
}

.gallery-img_fc9j > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.big-gallery-img{
    width: 100%;
    height: 360px;
}

.big-gallery-img > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.games-box_bd78{
    overflow: hidden;
    position: relative;
    width: 100%;
}

.games-box_bd78::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
}

.game-img{
    width: 100%;
    height: 349px;
}

.game-box-even > .game-img{
    height: 360px;
}

.game-img > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-col{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.overlay{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.83), rgba(0, 0, 0, 0.83));
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    padding: 20px;
    color: var(--white);
    opacity: 0;
    transition: var(--transition);
}

.games-box_bd78:hover .overlay,
.games-box_bd78:focus .overlay{
    opacity: 1 !important;
}

.game-box-text > p{
    text-align: center;
}

.read-else,
.gamse-titles{
    color: var(--hover);
    transition: var(--transition);
    font-weight: 800;
}

.read-else:hover,
.read-else:focus,
.gamse-titles:hover,
.gamse-titles:focus{
    opacity: 0.7;
    color: var(--hover);
}

.section-comments{
    background: url('creativecove/back/opacity_bg-06915d10655ed7.png') no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.col-com-img{
    position: relative;
}

.com-img{
    width: 100%;
    height: 349px;
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translate(-50%, 0%);
}

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

.com-avatar{
    width: 93px;
    height: 93px;
    overflow: hidden;
    border-radius: 50%;
}

.com-avatar > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.com-box_ydfg7{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    gap: 12px;
    margin-bottom: 20px;
}

.com-text{
    text-align: center;
}

.com-name{
    color: var(--hover);
    font-weight: 800;
}

.section-form{
    background: url('creativecove/back/opacity_bg-06915d10655ed7.png') no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.form{
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contact-form-item{
    width: 100%;
}

.contact-form-item > input,
.contact-form-item > textarea,
.input-main--element--group,
.textarea-main--element--group{
    width: 100%;
    background-color: #111;
    padding: 12px 20px;
    border: 1px solid var(--hover);
}

.privacy{
    transition: var(--transition);
    color: var(--hover);
}

.privacy:hover,
.privacy:focus{
    opacity: 0.7;
}

.footer_jd8f8{
    position: relative;
}

.footer_jd8f8::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgb(67 67 67 / 76%), rgba(0, 0, 0, 0.315));
}

.footer_jd8f8 > .container{
    position: relative;
}

.disclaimer_dh7f6y{
    background: url('creativecove/back/opacity_bg-06915d10655ed7.png') no-repeat;
    background-position: center;
    background-color: #FF6F91b0;
    background-size: cover;
    border-radius: 12px;
    background-attachment: fixed;
    padding: 27px;
    text-align: center;
}

.disclaimer-img{
    width: 50px;
    height: 50px;
}

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

.copyright{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 7px;
}

.copyright-box_d9fg{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
}

.footer-logo-wr{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.nav-footer{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
}

.nav-item-footer_sdufgj > a{
    transition: var(--transition);
}

.nav-item-footer_sdufgj:hover > a,
.nav-item-footer_sdufgj:focus > a{
    color: var(--hover);
}

.footer-logo{
    flex-direction: column;
}

.footer-logo > .header__title{
    text-align: center;
}

.category_jdfjun{
    padding: 150px 0;
}

.contact-page-item_sdgft5{
    background: url('creativecove/back/opacity_bg-06915d10655ed7.png') no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 12px;
    background-attachment: fixed;
    padding: 27px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap:20px;
    align-items: center;
    justify-content: center;
}

.contact-text,
.contact-page-item_sdgft5 > a{
    color: var(--hover);
    font-weight: 800;
    transition: var(--transition);
}

.contact-page-item_sdgft5:hover > a,
.contact-page-item_sdgft5:focus > a{
    opacity: 0.7;
}

.map-ydfg{
    height: 349px;
    border-radius: 12px;
    overflow: hidden;
}

.map-ydfg > iframe{
    height: 100%;
    border-radius: 12px;
    filter: opacity(0.8);
    -webkit-filter: opacity(0.8);
    transition: var(--transition);
}

.map-ydfg:hover > iframe,
.map-ydfg:focus > iframe{
    filter: opacity(1);
    -webkit-filter: opacity(1);
}

.contact-form-section_dfu{
    background: url('creativecove/back/opacity_bg-06915d10655ed7.png') no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 12px;
    background-attachment: fixed;
}
.block-direction{
    display: flex;
    flex-direction: column-reverse;
    gap:27px;
}
.page-img{
    width: 100%;
    height: 349px;
    margin: 0 auto;
    float: none;
    padding: 20px;
}

.page-img > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.step-img_dyfg{
    width: 142px;
    height: 142px;
}

.step-img_dyfg > img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.step-box{
    background: url('creativecove/back/opacity_bg-06915d10655ed7.png') no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 12px;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 20px;
}

@media(min-width: 576px){
    .row-sm-box{
        flex-direction: row;
    }
}

@media (max-width: 767px){
    .main-row{
        flex-direction: column !important;
    }

    .main-col{ 
        flex-direction:  column !important;
    }
}

@media (min-width: 768px){
    .author-avatar{
        width: 270px;
        height:349px;
    }

    .comment-av-wr{
        width: 270px;
        height: 349px;
    }

    
    .copyright{
        flex-direction: row;
    }

}

@media (max-width: 991px){
    .com-img{
        display: none;
    }
}

@media (min-width: 992px){
     .row-lg-box{
        flex-direction: row;
    }

    .hero-btn{
        padding: 203px 0;
    }

    .main-row{
        flex-direction: row-reverse;
    }

    .mySwiper {
        height: 700px;
    }

    .mySwiper2 {
        height: 700px;
    }

    .form{
        width: 80%;
    }

    .copyright-box_d9fg{
        flex-direction: row;
        gap: 27px;
    }
    .page-img{
        width: 400px;
        height: 360px;
        float: right;
    }

    .step-box{
        flex-direction: row;
    }
}

.box-iframe{
    iframe{
        width: 100%;
        height: 100vh;
        border: none;
    }
}



.footer-logos {
  display: flex;
  justify-content: center; 
  align-items: center;
  gap: 20px;
  padding: 20px;
  flex-direction: row;
  flex-wrap: wrap;

  a img {
    max-height: 50px;
    width: 100%;
    display: block;
    max-width: none;
    transition: 0.3s linear;
    
    &:hover,
    &:hover{
      transform: scale(0.96);
      opacity: 0.8;
    }
  }
}