#aboutPage{
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 102vh;
    background: linear-gradient(to top, rgba(11, 5, 28, 0) 40%, #0B051C 100%), url(./Textures/sardinBack.png);
    background-size: 100px;
    backdrop-filter: brightnes(2);
    overflow: scroll;
    position: relative;
    align-items: center;

    @media screen and (max-width: 1000px){
        height: 97vh;
    }
}

#gameConcept{
    width: calc(100% - 40px);
    padding: 41px 20px;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

#theunivers{
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    
}
#blockAbout{
    width: calc(80% - 40px);
    max-width: 1002px;
    padding: 60px 10px 70px 10px;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 40px;
    background: #FFF7ED;
    border-radius: 10px;
    box-shadow: 0px 0px 67px -27px #ffffff;
    margin-bottom: 100px;

    @media screen and (max-width: 1000px){
        width: calc(92% - 40px);
        margin-bottom: 60px;
    }
}

#aboutPageTitlePage{
        width: calc(100vw - 30px - 30px);
    padding: 110px 30px 30px 30px;
    color: white;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    position: relative;

    @media screen and (max-width: 1000px){
        padding: 0px 30px 30px 30px;
    }
}
#aboutPageTitlePage > h1{
    font-size: 70px;
    text-shadow: 4px 5px #3800FF;
    margin-bottom: -50px;
}
.frontPageTitlesdark{
    font-size: 60px;
    color: #887a68;
    z-index: 2;
    text-align: center;
    max-width: 900px;
    text-transform: uppercase;

    @media screen and (max-width: 1000px){
       font-size: 44px;
    }
}
.pHomedark{
    display: flex;
    position: relative;
    justify-content: center;
    z-index: 1;
    font-size: 30px;
    color: #0c0520b0;
    z-index: 10;
    /* font-size: 22px; */
    line-height: 21px;
    width: 700px;
    text-align: center;
    font-size: 16px;

    @media screen and (max-width: 1000px){
       width: 300px;
    }
}

#videoContainerAbout{
    position: relative;
  width: 100%;
  max-width: 800px; 
  aspect-ratio: 16 / 9;
  margin: 20px auto 75px auto;
  border: solid 2px white;
    border-radius: 10px !important;
  box-shadow: 0px 0px 31px -12px white;

  @media screen and (max-width: 1000px){
        width: 88%;
    }
}

#videoContainerAbout iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 12px;
}

.theuniversDiv{
    display: flex;
    flex-direction: row;
    gap: 50px;

    @media screen and (max-width: 1000px){
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
}
.theuniversDiv > img{
    width: 200px;
  height: 200px;
  object-fit: cover;
}

#gameplayFeatureAbout{
    display: flex;
    width: 100%;
    padding: 50px 0px;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    @media screen and (max-width: 1000px){
        padding: 0px 0px 0px 0px;
    }
}

#gameplayFeatureAboutDiv{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    max-width: 970px;
    margin-top: 40px;
    gap: 5px;

    @media screen and (max-width: 1000px){
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            max-width: 345px;
            margin-top: 40px;
            gap: 5px;
    }
}
#gameplayFeatureAboutDiv > div{
    width: calc(100% / 2);
    color: rgb(12 5 33);
    justify-content: flex-start;
    display: flex;
    align-items: center;
    flex-direction: column;

    @media screen and (max-width: 1000px){
            width: calc(100%);
    }
}
#gameplayFeatureAboutDiv > div > h1{
    font-size: 37px !important;

    @media screen and (max-width: 1000px){
          font-size: 27px !important;
    }
}

.pageDividerabout{
    @media screen and (max-width: 1000px){
        width: 200px;
        padding: 39px 0px 0px 0px !important;
    }
}



.carousel {
  width: 490px;
  text-align: center;
  position: relative;
  margin: 20px 0px 0px 0px;

  @media screen and (max-width: 1000px){
        width: 100%;
}
}

.slide {
  display: none;
  justify-content: center;
  align-items: center;
}

.slide.active {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.slide img {
  width: 400px;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
    background-color: #150f2a;
    border: solid 2px #0c0520;

    @media screen and (max-width: 1000px){
        width: 250px;
        height: 250px;
    }
}
#gameplayFeatureAboutSocial{
    @media screen and (max-width: 1000px){
        padding: 0px 0px 40px 0px;
    }
}
.slide p {
        width: 100%;
        margin-top: 10px;
    height: 65px;
    text-transform: uppercase;
    font-size: 18px;
    color: #887a68;

    @media screen and (max-width: 1000px){
        width: 82%;
        font-size: 15px;
    }
}

.prev, .next {
  position: absolute;
  top: 40%;
  background: black;
  color: white;
  border: none;
  font-size: 24px;
  padding: 10px;
  cursor: pointer;
}

.prev { left: -40px; }
.next { right: -40px; }

#bulletPoint{
    width: 65%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    color: #47403685;
    font-size: 16px;
}

#bulletPoint p {
  position: relative;
  padding-left: 20px;
}

#bulletPoint p::before {
  content: "•";
  position: absolute;
  left: 0;
  font-size: 20px;
}


#skillsFeature{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
#skillsFeature > div {
    display: flex;
    gap: 40px;
    flex-direction: row;

    @media screen and (max-width: 1000px){
        gap: 10px;
    }
}
#separationAbout{
    height: 100px; 
    width: 100px;

    @media screen and (max-width: 1000px){
        height: 0px; 
        width: 0px;
    }
}
#skillsFeature > div > img{
    width: 70px;

    @media screen and (max-width: 1000px){
        width: 54px;
    }
}


#socialAboutDiv{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#socialAboutDivContainer{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px 120px;
    width: 856px;

    @media screen and (max-width: 1000px){
        gap: 22px;
        flex-direction: column;
    }
}

.socialAboutDivChild{
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-align: justify;
    justify-content: flex-start;
    height: 457px;

    @media screen and (max-width: 1000px){
        height: auto;
    }

}
.socialAboutDivChild2{
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-align: justify;
    justify-content: flex-start;
    height: 340px;
}
.socialAboutDivChild2 img,
.socialAboutDivChild img{
    width: 250px;
    height: 250px;
    object-fit: cover;
    background-color: #150f2a;
    border: solid 2px #0c0520;

}
.socialAboutDivChild2 p,
.socialAboutDivChild p{
    width: 250px;

}

#buildingAboutDiv{
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
#buildingAboutDiv img{
    max-width: 700px;
    border-radius: 6px;
    
    @media screen and (max-width: 1000px){
        max-width: 300px;
    }
}

.roapmap{
    max-width: 700px;
    border-radius: 6px;

    @media screen and (max-width: 1000px){
        max-width: 300px;
    }
}