@charset "utf-8";

/*Reset*/

video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: 400;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

:before,
:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    outline: none;
    text-decoration: none;
    color: #fff;
}

img {
    vertical-align: middle;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}


/*did this body auto height to make fancy box work properly */

body {
    height: auto;
}

.isHover {
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
}

.isHover:hover {
    cursor: pointer;
    opacity: 0.8;
}

.row {
    max-width: 1920px;
    margin: 0 auto;
}

.row ::after {
    content: "";
    display: table;
    clear: both;
}

.row--med {
    max-width: 1200px;
    padding: 20px;
}

.row--med__header {
    padding: 0 0 20px 20px;
}

.u-center-text {
    text-align: center !important;
}

.u-margin-bottom-small {
    margin-bottom: 15px !important;
}

.u-margin-bottom-medium {
    margin-bottom: 40px !important;
}

.u-margin-bottom-big {
    margin-bottom: 80px !important;
}

.u-margin-top-small {
    margin-top: 15px !important;
}

.u-margin-top-medium {
    margin-top: 40px !important;
}

.u-margin-top-big {
    margin-top: 80px !important;
}

.u-margin-top-huge {
    margin-top: 100px !important;
}

.u-margin-right-medium {
    margin-right: 40px !important;
}

h5 {
    font-size: 16px;
}


/* h4 {
  font-family: good-times, sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 1.5px;
} */

h4 {
    font-family: good-times, sans-serif;
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1;
    text-transform: capitalize;
}

h3 {
    font-family: good-times, sans-serif;
    font-size: 20px;
    line-height: 1.25;
    text-transform: uppercase;
}

.mediaTitle {
    font-family: good-times, sans-serif;
    font-style: initial;
    letter-spacing: 7px;
}

h2 {
    /* font-family: good-times, sans-serif; */
    font-weight: 400;
    font-size: 6vw;
    letter-spacing: 1.85px;
    line-height: 1;
    margin-bottom: 10px;
    position: relative;
    /* text-shadow: 0 0 10px rgb(0, 0, 0, 0.85), 0 0 20px rgb(0, 0, 0, 0.85); */
    text-transform: uppercase;
    z-index: 1;
}

.colorShadow {
    text-shadow: -2px 0 rgba(0, 0, 0, 0.85), 2px 0 rgba(0, 0, 0, 0.85), 0 2px rgba(0, 0, 0, 0.85), 0 -2px rgba(0, 0, 0, 0.85), 0 0 10px rgba(16 165 202), 0 0 15px  rgba(16 165 202), 0 0 20px rgba(16 165 202);
}

p {
    font-size: 16px;
    text-transform: uppercase;
}

.shadow {
    text-shadow: -2px 0 rgba(0, 0, 0, 0.85), 2px 0 rgba(0, 0, 0, 0.85), 0 2px rgba(0, 0, 0, 0.85), 0 -2px rgba(0, 0, 0, 0.85);
}

.font-bold {
    font-weight: 700;
}

.font-black {
    font-weight: 800;
}

.italic {
    font-style: italic;
}

.giveShadow {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.55), 0 0 20px rgba(0, 0, 0, 0.55), -1px -1px 0 rgba(0, 0, 0, 0.55), 1px -1px 0 rgba(0, 0, 0, 0.55), -1px 1px 0 rgba(0, 0, 0, 0.55), 1px 1px 0 rgba(0, 0, 0, 0.55), -2px -2px 0 rgba(0, 0, 0, 0.55), 2px -2px 0 rgba(0, 0, 0, 0.55), -2px 2px 0 rgba(0, 0, 0, 0.55), 2px 2px 0 rgba(0, 0, 0, 0.55);
}

@media screen and (min-width: 640px) {
    body {
        /* font-size: 16px; */
    }
    h3 {
        font-size: 21px;
    }
    h2,
    .mediaTitle {
        font-size: 40px;
        color: #f0f0f0;
    }
    h1 {
        /* font-size: 40px; */
    }
    p {
        font-size: 18px;
    }
}

@media screen and (min-width: 1400px) {
    /* h4 {
    font-size: 25.25px;
  } */
    h3 {
        font-size: 29px;
    }
    h2,
    .mediaTitle {
        font-size: 50px;
    }
    p {
        font-size: 20px;
    }
}


/*HSims*/

#HSims {
    position: relative;
    z-index: 1;
}

.HSimsImg {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.mainHSimsUptoTablet {
    display: block;
    height: 100%;
    width: 100%;
}

.mainHSimsUptoTablet {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.mainHSimsDesktop {
    display: none;
}

.esrbContainer {
    bottom: 10px;
    height: 72px;
    left: 10px;
    margin: 0 auto;
    position: absolute;
    z-index: 1;
}

.esrbHSims {
    height: 100%;
}

#HSims:before {
    /* background-image: url(../img/HSims/overlay.png);
  background-repeat: repeat; */
    background: rgba(0, 0, 0, 0.55);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}

.HSimsVideo {
    height: 100%;
    left: -15%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 150%;
    z-index: -1;
}

.HSimsGroup {
    left: 50%;
    /* padding: 100px 0 80px; */
    padding: 200px 0 120px;
    position: relative;
    text-align: center;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 95%;
    max-width: 1000px;
    z-index: 1;
}

.HSimsGroup img {
    width: 100%;
}

.HSimsGroup h4 {
    font-size: 40px;
    letter-spacing: 5px;
    margin: 8px auto;
    text-transform: uppercase;
    text-shadow: 0 0 10px #9f8c59, -1px -1px 0 #9f8c59, 1px -1px 0 #9f8c59, -1px 1px 0 #9f8c59, 1px 1px 0 #9f8c59;
}

.HSimsBtn,
.HSimsBtnOutline {
    background: #10a5ca;
    /* border: 2px solid #000; */
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin: 20px 0 0;
    padding: 4px 30px;
    text-transform: uppercase;
    white-space: nowrap;
    width: 250px;
}


.HSimsBtnred
  {
    background: red;
    /* border: 2px solid #000; */
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin: 20px 0 0;
    padding: 4px 30px;
    text-transform: uppercase;
    white-space: nowrap;
    width: 250px;
}

.setNavPoint {
    padding: 4px 25px;
}

.HSimsBtnOutline {
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid #000;
    color: #fff;
    text-shadow: 0 0 5px #000;
}

.HSimsPlatforms {
    width: 100%;
    margin-top: 50px;
}

.HSimsPlatforms img {
    width: auto;
    height: 30px;
    margin: 10px 10px 0 0;
    display: inline-block;
}

.HSimsPlatforms img:last-child {
    margin-right: 0;
}

img.HSimsSteam {
    height: 35px;
}

img.HSimsWindows {
    height: 27px;
}

@media screen and (min-width: 700px) {
    .hideBreak {
        display: none;
    }
    .HSimsGroup {
        padding: 210px 0 200px;
    }
}

@media screen and (min-width: 1080px) {
    .HSimsLogo {
        opacity: 1;
    }
    .mainHSimsUptoTablet {
        display: none;
    }
    .mainHSimsDesktop {
        display: block;
        height: 100%;
        width: 100%;
    }
    .mainHSimsDesktop .bgCharacters {
        height: 100%;
        left: 50%;
        max-width: 1270px;
        position: absolute;
        top: 0;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        z-index: 1;
    }
    .mainHSimsDesktop .bgOnly {
        height: 100%;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0;
    }
}


/*media*/

#media {
    position: relative;
    background: black;
    margin-top: 0;
}

.media {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    overflow: hidden;
}

.no-webp .media,
.no-js .media {
    background-image: url("../img/media/bg_media_640.jpg");
}

.webp .media {
    background-image: url("../img/media/bg_media_640.webp");
}

.mediaGroup {
    padding: 50px 0;
    text-align: center;
}

.mediaParagraph {
    margin: 0 auto;
    max-width: 640px;
    color: white;
}

.trailerContainer {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    text-align: center;
}

.trailerNext,
.trailerPrev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 30px !important;
}

.playTrailer {
    cursor: pointer;
    border: 3px solid #10a5ca;
    max-width: 600px;
    width: 100%;
}

.trailerNext {
    right: 0;
}

.trailerPrev {
    left: 0;
    z-index: 1;
}

.mediaImg {
    width: 100%;
}

.carouselVideo {
    /* height: 560px; */
    -o-object-fit: cover;
    /* object-fit: cover; */
    width: 100%;
}

.trailerCarousel {
    position: relative;
    width: 83%;
    margin: 0 auto;
}

.playButton {
    left: 50%;
    opacity: 0.75;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px !important;
}

.esrbTrailer {
    height: 72px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.dot {
    border: none;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    margin: 3px;
    cursor: pointer;
}

.dot__active {
    background-color: #c7ff34;
}

@media screen and (min-width: 640px) {
    .mediaGroup {
        padding: 75px 0;
    }
    .trailerCarousel {
        width: 95%;
    }
    .trailerNext {
        right: -15px;
    }
    .trailerPrev {
        left: -15px;
    }
}

@media screen and (min-width: 768px) {
    .mediaMainText {
        font-size: 25px;
    }
}

@media screen and (min-width: 1024px) {
    .trailerNext {
        right: -23px;
    }
    .trailerPrev {
        left: -23px;
    }
}

@media screen and (min-device-width :240px) and (max-device-width: 900px) {
    .sliderimg {
        width: 320px;
        height: 230px;
    }
    .HSimsLogo {
        opacity: 1;
        position: relative;
        width: "371px";
        height: "160px";
    }
    .trailerNext,
    .trailerPrev {
        visibility: hidden;
    }
}

@media screen and (min-device-width :900px) {
    .sliderimg {
        width: 520px;
        height: 322px;
    }
    .HSimsLogo {
        opacity: 1;
        position: relative;
        width: "371px";
        height: "160px";
    }
}

.mature {
    position: relative;
    left: 3%;
    color: red;
    opacity: 50%;
}


#Aisection {
    position: relative;
    width: 100%;
    height: 100vh;
    padding: 0;
    margin: 0;
    overflow: hidden; 
    display: flex;
    flex-direction: column; /* Alinha os itens verticalmente */
    justify-content: center; /* Centraliza na vertical */
    align-items: center; /* Centraliza na horizontal */
}

#Aisection img {
    position: relative;
    width: 70%;
    height: auto;
    object-fit: cover;
}

.learn-more {
    margin-top: 20px; /* Adiciona espaço entre a imagem e o botão */
}
 




