* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    list-style: none;
}

.jw-album-image img, .jw-element-image img { 
    pointer-events: none; 
    -webkit-touch-callout: none; }
.pswp__share-tooltip .pswp__share--download { 
    display: none; 
}

html {
    scroll-behavior: smooth;
}

.container {
    padding: 10px 10%;
}

header {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 33px 9%;
}

.logo {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}

.logo img {
    width: 60px;
    height: auto;
}

.navlist {
    display: flex;
}

.navlist a {
    color: #fff;
    margin-left: 60px;
    font-size: 15px;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    transition: all .55s ease;
}

.nav-btn a {
    text-decoration: none;
    color: #fff;
    background: #ff5e00;
    padding: 14px 25px;
    border-radius: 25px;
}

#menu-icon {
    color: #fff;
    font-size: 30px;
    z-index: 1001;
    cursor: pointer;
    display: none;
}

.hero {
    height: 100%;
    width: 100%;
    min-height: 100vh;
    background: url(images/cs2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 2rem;
}

#section {
    padding: 0 19%;
}

.hero-text .fa-play {
    margin-right: 5px;
}

.hero-text h2 {
    font-family: "Audiowide", sans-serif;
    font-size: 90px;
    line-height: 1;
    width: 200px;
    height: 50px;
    color: #fff;
    margin: 0 0 45px;
}

.hero-text h1 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

.hero-text p {
    color: #fff;
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 40px;
}

.hero-img img {
    width: 450px;
    margin-left: 50px;
    height: auto;
}

.hero-text a {
    display: inline-block;
    color: #fff;
    background: #ff5e00;
    border: 1px solid transparent;
    padding: 12px 30px;
    text-decoration: none;
    line-height: 1.4;
    font-size: 14px;
    font-weight: 500;
    border-radius: 30px;
    text-transform: uppercase;
    transition: all .55s ease;
}

.hero-text a:hover {
    background: transparent;
    border: 1px solid #fff;
    transform: translateX(8px);
}

.hero-text a.ctaa {
    background: transparent;
    border: 1px solid #fff;
    margin-left: 20px;
}

.hero-text a.ctaa i {
    vertical-align: middle;
    margin-right: 5px;
}

.icons {
    position: absolute;
    top: 35%;
    left: 12%;
    padding: 0 9%;
    transform: translateX(-50%);
}

.icons a {
    text-decoration: none;
}

.icons i {
    display: block;
    margin: 26px 0;
    font-size: 24px;
    color: #fff;
    transition: all .55s ease;
}

.icons i:hover {
    color: #ffc09b;
    transform: translateY(-5px);
}

.scroll-down {
    position: absolute;
    bottom: 6%;
    right: 9%;
}

.scroll-down a {
    text-decoration: none;
}

.scroll-down i {
    display: block;
    padding: 12px;
    font-size: 25px;
    color: #fff;
    background: #ff5e00;
    border-radius: 30px;
    transition: all .55s ease;
}

.scroll-down i:hover {
    transform: translateY(-5px);
}

@media (max-width: 1535px) {
    header {
        padding: 15px 3%;
        transition: .2s;
    }

    .icons {
        padding: 0 3%;
        transition: .2s;
    }

    .scroll-down {
        right: 3%;
        transition: .2s;
    }
}

@media (max-width: 1460px) {
    .hero-img img {
        width: 100%;
        margin-left: -5px;
        height: auto;
    }

    .hero-text {
        margin-left: 10px;
    }

    .hero-text h2 {
        font-size: 75px;
        margin: 0 0 30px;
    }
}

@media (max-width: 1195px) {
    #section {
        padding: 0.3%;
        transition: .2s;
    }

    .hero-text {
        padding-top: 115px;
    }

    .hero-img {
        text-align: center;
    }

    .hero-img img {
        width: 500px;
        margin-left: -5px;
        height: auto;
    }

    .hero {
        height: 100%;
        gap: 1rem;
        grid-template-columns: 1fr;
    }

    .icons {
        display: none;
    }

    .scroll-down {
        display: none;
    }
}

@media (max-width: 990px) {
    #menu-icon {
        display: block;
        z-index: -1;
    }
    .navlist {
        position: absolute;
        top: 0;
        right: -100%;
        width: 220px;
        height: 100vh;
        background: linear-gradient(#ff5e00, #bb0000);
        display: flex;
        align-items: left;
        flex-direction: column;
        padding: 80px 20px;
        z-index: 2;
        transition: all .55s ease;
    }

    .nav-btn {
        margin-top: 20px;
    }

    .nav-btn a {
        text-decoration: none;
        color: #bb0000;
        background: #ffffff;
        text-align: center;
        padding: 10px 12px;
        border-radius: 20px;
    }

    .navlist .fa-solid {
        display: block;
        font-size: 25px;
    }

    ul .fa-solid {
        position: absolute;
        top: 25px;
        left: 25px;
        cursor: pointer;
    }

    .navlist a {
        margin-left: 0;
        display: block;
        margin: 15px 0;
        font-size: 18px;
    }
    .open {
        right: 0;
    }
    .close-icon {
        display: block;
    }
    .close {
        right: -100%;
    }
}

@media (max-width: 680px) {
    .hero-img img {
        width: 90%;
        margin-left: -5px;
        height: auto;
    }
    .hero-text h1 {
        font-size: 14px;
    }
    .hero-text h2 {
        font-size: 50px;
        margin-bottom: 5px;
    }
    .hero-text p {
        font-size: 11px;
        margin-bottom: 40px;
    }
    .hero-text a {
        border: 1px solid transparent;
        padding: 8px 26px;
        line-height: 1.4;
        font-size: 10px;
        font-weight: 500;
        border-radius: 30px;
    }
}


/*----------- About ---------*/

#about {
    padding: 80px 0;
    color: #ababab;
    background: linear-gradient(#0a0a0a, #292929);
}

.row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about-col-1 {
    flex-basis: 60%;
}

.about-col-1 img {
    width: 400px;
    height: auto;
    border-radius: 15px;
}

.cube-container {
    perspective: 800px;
    width: 200px;
    height: 200px;
    margin: 100px auto;
}

.cube {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    animation: rotate 5s linear infinite;
    color: azure;
}

.face {
    position: absolute;
    width: 200px;
    height: 200px;
    border: 1px solid rgb(255, 255, 255);
    box-shadow: 0 0 40px #ffa16a;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
}

.front  { transform: rotateY(0deg) translateZ(100px); }
.back   { transform: rotateY(180deg) translateZ(100px); }
.left   { transform: rotateY(-90deg) translateZ(100px); }
.right  { transform: rotateY(90deg) translateZ(100px); }
.top    { transform: rotateX(90deg) translateZ(100px); }
.bottom { transform: rotateX(-90deg) translateZ(100px); }

@keyframes rotate {
    0% { transform: rotateX(0deg) rotateY(0deg); }
    100% { transform: rotateX(360deg) rotateY(360deg); }
}

.about-col-1 {
    flex-basis: 60%;
}

.about-col-2 {
    width: 450px;
}

.sub-title {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 30px;
    color: #fff;
}

.tab-titles {
    display: flex;
    margin: 20px 0 40px;
}

.btn {

    margin-top: 50px;
}

.btn i {
    margin-right: 5px;
}

.btn a {
    text-decoration: none;
    padding: 15px 25px;
    border-radius: 25px;
    font-size: 16px;
    color: #fff;
    background-color: #ff5e00;
}

.btn a:hover {
    background-color: #e74900;
    color: #fff;
    transition: .55s all ease;
}

/*----------- Server ---------*/

.server {
    background: linear-gradient(#292929, #0a0a0a);
    padding-top: 5%;
    padding-bottom: 5%;
    color: #ababab;
}

.about-col-3 {
    width: 600px;
}

.about-col-4 {
    width: 520px;
}

.name-server {
    font-size: 20px;
}

.text-lg h4 {
    font-size: 14px;
    margin-bottom: 5px;
}

.text-lg span {
    font-weight: bolder;
    color: #ffc09b;
}

.stats{
    margin-top: 12%;
}

.col-text{
    text-align: center;
    font-size: 20px;
    margin-top: 160px;
}

.col-text h4{
    text-align: center;
    font-size: 24px;
}

.stats {
    display: flex;
    align-items: center;
    justify-content: center;
}

.skill {
    position: relative;
    width: 160px;
    height: 160px;
    margin: 5% 0;
}

.outer {
    height: 160px;
    width: 160px;
    padding: 20px;
    box-shadow: -2px -2px #747474;
    border-radius: 50%;
}

.inner {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 2px 2px #8f8f8f71;
}

#number {
    font-weight: 600;
    color: #ababab;
    font-size: 20px;
    text-align: center;
}

#number-2 {
    font-weight: 600;
    color: #ababab;
    font-size: 20px;
    text-align: center;
}

#number-3 {
    font-weight: 600;
    color: #ababab;
    font-size: 20px;
    text-align: center;
}

circle {
    fill: none;
    stroke: url(#GradientColor);
    stroke-width: 20px;
    stroke-dashoffset: 300;
    animation: animate 8s linear infinite;/* forward with offset 100 */
}

.c-1 {
    stroke-dasharray: 490;
    color: #ff5e00;
}

.c-2 {
    stroke-dasharray: 610;
}

.c-3 {
    stroke-dasharray: 420;
}

svg {
    position: absolute;
}

@keyframes animate {
    100% {
        stroke-dashoffset: 157.5;
    }
}

/* ------------------- services --------------*/

#services {
    padding-top: 5%;
    padding-bottom: 7%;
    color: #fff;
    background: #141414;
}

.services-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding: 5px 3px;
    margin-top: 50px;
}

.services-list p {
    padding: 20px 30px;
}

.services-list div {
    background: linear-gradient(#000000, #3f3f3f44);
    margin: 5px 5px;
    padding: 40px;
    font-size: 16px;
    font-weight: 300;
    border-right: 10px;
    transition: background 0.5s, transform 0.5s;

}

.vip {
    width: 80px;
    height: auto;
}

.services-list div i {
    font-size: 50px;
    margin-bottom: 30px;
}

.services-list div h2 {
    font-family: "Audiowide", sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}

.services-list h3 {
    font-size: 25px;
    margin-top: 10px;
}

.services-list div a {
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    margin-top: 30px;
    border: 1px solid;
    padding: 10px 15px;
    border-radius: 10px;
    display: inline-block;
}

.services-list div a:hover {
    color: #bb0000;
    background-color: #fff;
    transition: all 1s ease;
}

.services-list div:hover {
    background: linear-gradient(#ff3300, #bb0000);
    transform: translateY(-18px);
}

.box p {
    font-family: "Audiowide", sans-serif;
    font-size: 14px;
}

/* ------------------- Suggestions --------------*/

.suggest {
    background: #0a0a0a;
    padding-top: 7%;
    padding-bottom: 7%;
    color: #ababab;
}

.recommend-img {
    width: 120%;
    height: auto;
}

/* ------------------- Ban Appeal --------------*/

.bans {
    background: linear-gradient(#0a0a0a, #292929);
    padding-top: 7%;
    padding-bottom: 7%;
    color: #ababab;
}

.col-img img {
    width: 70%;
    height: auto;
}

/* ------------------- Story --------------*/

.story {
    position: relative;
    color: #ffffff;
    padding-top: 7%;
    padding-bottom: 7%;
    background: url(images/cscover-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.about-col-5 {
    width: 540px;
    height: auto;
}

.story-border {
    position: relative;
    padding: 40px 30px;
    margin: 20px 10px;
    box-shadow: 0 0  20px #ffc09b;
    background: #000000a1;
    border-radius: 30px;
}

#spots {
    width: 400px;
    height: 400px;
    margin: auto;
    transform: rotate(45deg);
}

/* ------------------- General --------------*/

.general {
    background: linear-gradient(#252525, #0a0a0a);
    padding-top: 7%;
    padding-bottom: 7%;
    color: #ababab;
}

.general p {
    padding: 25px 20px;
    border: 3px solid #ffc09b;
    border-radius: 25px;
}

.general .sub-title {
    margin-bottom: 40px;
}

/* ------------------- Management --------------*/

.management {
    background: #0a0a0a;
    padding-top: 7%;
    padding-bottom: 7%;
    color: #ababab;
}

.card {
    position: relative;
    width: 350px;
    height: 450px;
    display: flex;
    margin: 20px;
    border-radius: 30px;
    justify-content: center;
    -ms-align-atimes: center;
    align-items: center;
    overflow: hidden;
}

.card h3 {
    color: azure;
    text-shadow: 2px 2px #25252b;
    font-size: 35px;
    margin-top: 130px;
    text-align: center;
    z-index: 2;
}

.card h3 span {
    color: #ababab;
    text-shadow: 2px 2px #25252b;
    font-size: 14px;
    font-weight: bolder;
}

.card img {
    position: absolute;
    width: 150px;
    height: auto;
    top: 40px;
    left: 100px;
    z-index: 3;
}

.card::before {
    content: '';
    position: absolute;
    width: 250px;
    height: 150%;
    background: linear-gradient(to right,#ffbea5, #ffffff);
    animation: anima 4s linear infinite;
}

.card::after {
    content: '';
    position: absolute;
    background: linear-gradient(#000000, #1b1b1b);
    border-radius: 30px;
    inset: 3px;
}

@keyframes anima {
    from 
    {
        transform: rotate(0deg);
    }
    to 
    {
        transform: rotate(360deg);
    }
}

/* ------------------- Application --------------*/

.app {
    background: linear-gradient(#0a0a0a, #252525);
    padding-top: 7%;
    padding-bottom: 7%;
    color: #ababab;
}

.recommend-img img {
    width: 70%;
    height: auto;
}

/* ------------------- General Text  --------------*/

.general-2 {
    background: linear-gradient(#252525, #0a0a0a);
    padding-top: 7%;
    padding-bottom: 7%;
    color: #ababab;
}

/*-------- Memories ---------*/

#memories {
    background: linear-gradient(#0a0a0a, #252525);
    padding: 50px 0;
    color: #fff;
}

.work-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 40px;
    margin-top: 50px;
}

.work {
    border-radius: 18px;
    position: relative;
    overflow: hidden;
}

.work img {
    width: 100%;
    border-radius: 10px;
    display: block;
    transition: transform 0.5s;
}

.work:hover img{
    transform: scale(1.1);
}

.work:hover .layer {
    height: 100%;
}

/*----------- Q & A -----------*/

.qa {
    background: linear-gradient(#252525, #0a0a0a);
    padding-top: 7%;
    padding-bottom: 7%;
    color: #ababab;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: #313131;
    color: #ababab;
    cursor: pointer;
    padding: 25px;
    width: 100%;
    border: none;
    text-align: left;
    border-radius: 30px;
    outline: none;
    font-size: 18px;
    font-weight: bold;
    transition: 0.4s;
  }
  
  .active, .accordion:hover {
    background: #3b3b3b;
    color: #fff;
  }
  
  .accordion:after {
    content: '\002B';
    color: #ababab;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }
  
  .active:after {
    content: "\2212";
  }
  
  .panel {
    padding: 0 18px;
    margin: 15px 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }

  /*----------- Footer -----------*/

.footer {
    background: #0a0a0a;
    padding-top: 7%;
    padding-bottom: 2%;
    color: #ffffff;
}

.col a {
    text-decoration: none;
    color: #ababab;
    font-size: 18px;
}

.col {
    margin-bottom: 50px;
}

.col a i {
    padding: 20px 0;
}

.col a:hover {
    color: #ffc09b;
    transition: 1s all ease;
}

.col h3  {
padding: 20px 0;
}

.footer p {
    font-size: 14px;
    color: #ababab;
}

/*----------- media queries -----------*/
@media (max-width: 1535px) {
.recommend-img {
    padding-top: 15%;
}
.recommend-img img {
    width: 55%;
}
.col-img {
    padding: 12% 0;
}
.col-img img {
    width: 55%;
}
}

@media only screen and (max-width: 600px) {
    .logo img {
        width: 40px;
        height: auto;
    }
    p {
        font-size: 14px;
    }
    .about-col-1 img {
        height: auto;
        width: 300px;
        margin-bottom: 30px;
    }
    .sub-title {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .about-col-1, .about-col-2 {
        flex-basis: 100%;
    }
    .about-col-2 {
        width: 280px;
    }
    .about-col-3 {
        width: 280px;
    }
    .services-list p {
        font-size: 12px;
        padding: 30px 0;
    }
    .layer p {
        font-size: 10px;
    }
    .name-server {
        font-size: 16px;
    }
    .btn a {
        padding: 10px 17px;
        font-size: 15px;
    }
    .text-lg h4 {
        font-size: 12px;
    }
    .about-col-3 h4 {
        text-align: left;
        justify-content: left;
    }
    .center {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 10%;
    }
    .stats{
        margin-top: 15%;
        margin-bottom: 5%;
    }
    .col-text{
        text-align: center;
        font-size: 24px;
        margin-top: 50px;
    }
    .services-list div a {
        font-size: 14px;
        padding: 8px 15px;
    }
    .recommend-img {
        padding-top: 30%;
        width: 90%;
    }
    .recommend-img img {
        width: 95%;
    }
    .bans {
        padding-top: 15%;
        padding-bottom: 20%;
    }
    .col-img {
        padding: 20% 0;
    }
    .col-img img {
        width: 80%;
    }
    .story-border {
        position: relative;
        padding: 20px 20px;
        margin: 10px 5px;
        box-shadow: 0 0  20px #ffc09b;
        background: #000000a1;
        border-radius: 30px;
    }
    #spots {
        margin-top: 50px;
        margin-left: 20px;
        width: 200px;
        height: 200px;
    }
    .card {
        width: 230px;
        height: 330px;
        display: flex;
        margin-bottom: 20px;
        margin-left: 20px;
    }
    .card h3 {
        font-size: 25px;
        margin-top: 130px;
    }
    .card h3 span {
        font-size: 10px;
    }
    .card img {
        position: absolute;
        width: 100px;
        height: auto;
        top: 40px;
        left: 67px;
        z-index: 3;
    }
    .card::before {
        display: none;
    }
    .general .sub-title {
        margin-bottom: 40px;
        margin-top: 40px;
    }
    .general-2 p {
        font-size: 14px;
    }
    .accordion {
        padding: 15px;
        width: 100%;
        font-size: 14px;
      }
      .col a {
        text-decoration: none;
        color: #ababab;
        font-size: 14px;
    } 
    .col {
        margin-bottom: 30px;
        margin-right: 50px;
    }
    .col a i {
        padding: 15px 0;
    }
    .col h3  {
    padding: 15px 0;
    font-size: 14px;
    margin-right: 50px;
    }
    .footer p {
        font-size: 10px;
        color: #ababab;
    }
}

#msg {
    color: #61b752;
    margin-top: -35px;
    display: block;
}
