@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Titillium+Web);
@import url(https://fonts.googleapis.com/css?family=Aldrich);
@import url(https://fonts.googleapis.com/css?family=Orbitron);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans);

@font-face {
    font-family: 'AORUS';
    src: url('../innergigabytefonts/AORUS.woff') format("woff");
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #222;
}

::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #999;
}

#divGoTop,
.EnterpriseButton {
    display: none !important;
}

@media screen and (min-width:960px) {
    #model-header {
        padding: 0.5% 0;
        position: unset;
        left: unset;
        top: unset
    }

    #model-header .header-sub-title {
        display: block
    }

    .model-content {
        margin-top: 120px;
        display: none;
    }

    .Content-TopArea .breadcrumb {
        margin-right: 0;
        margin-left: 0;
    }

    #PageMainContent .container {
        max-width: 90%;
        min-width: 90%;
    }

    .main-content .model-header>.header-sub-title {
        margin: 5px 0;
    }
}

* {
    margin: 0;
    padding: 0;
}

html,
body {
    background: black;
}

.InnerGIGABYTEContent {
    max-width: 2560px;
    margin: auto;
    padding: 0;
    width: 100%;
    overflow: hidden;
}

.InnerGIGABYTEContent h3 {
    text-align: left;
    font-size: 2rem;
    font-family: "AORUS", 'Arial', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
    color: #ddd;
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
    line-height: 1.2;
}

.InnerGIGABYTEContent h4 {
    font-family: "Titillium Web", 'Arial', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
    color: #ddd;
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
}

.InnerGIGABYTEContent p,
.InnerGIGABYTEContent ul,
.InnerGIGABYTEContent li {
    font-size: 1rem;
    line-height: 1.6rem;
    letter-spacing: 1.8px;
    color: #ddd;
    font-family: "Titillium Web", 'Arial', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    list-style: unset;
}

.InnerGIGABYTEContent * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
}

@media screen and (min-width:1201px) and (max-height:768px) {
    .InnerGIGABYTEContent h3 {
        line-height: unset;
    }

    .InnerGIGABYTEContent h4 {
        margin: 0;
    }

    .InnerGIGABYTEContent p,
    .InnerGIGABYTEContent ul,
    .InnerGIGABYTEContent li {
        font-size: 8px;
        line-height: unset;
        margin: 0;
    }
}

a.link {
    display: inline-flex;
    font-size: 0.9rem;
    color: #fff;
    margin: 0 0 1vw 0;
    padding: 0.5vw 2vw;
    background: #dddddd00;
    border: #46e6e6 1px solid;
    color: #46e6e6;
    font-family: "Aldrich", 'Arial', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
    text-decoration: none;
    transition: all .3s;
}

a.link:hover {
    color: #000;
    background: #46e6e6;
    border: #ff660000 1px solid;
}

.InnerGIGABYTEContent>div {
    background-color: #000;
    max-width: 2560px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

#kv * {
    position: absolute;
    width: 100%;
    margin: auto;
    inset: 0;
}

#kv,
#kv>*:first-child {
    position: relative;
    width: 100%;
}

.keyfeature {
    min-height: 100vh;
    background: url(../innergigabyteimages/kfbg.jpg) no-repeat, linear-gradient(239.1deg, #303030, #111, #111, #111);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #111;
    padding: 0 10%;
}

.keyfeature .rgb-icon {
    width: 100px;
}

.keyfeature>div {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1600px;
    width: 100%;
}

.keyfeature>div>img {
    width: 45vw;
}

.keyfeature .text {
    position: relative;
    max-width: 960px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

.InnerGIGABYTEContent>div.airflow {
    align-items: flex-start;
    text-align: center;
    padding: 5vw 0 0 0;
}

.airflow .text {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1vw;
}

.airflow p {
    max-width: 600px;
}

.airflow video {
    position: relative;
    height: 100vh;
}

#fans {
    flex-direction: column;
    gap: 1vw;
    text-align: center;
    padding: 5vw 0;
    position: relative;
}

#fans>img {
    position: absolute;
    width: 100%;
    top: 0;
}

#fans>*:not(img) {
    position: relative;
}

#fans p {
    max-width: 600px;
}

#fans .spacer {
    width: 100%;
    height: 500vh;
    position: relative;
}

.boom {
    width: 100%;
    height: 100vh;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

.boom .imgs {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.boom img {
    height: 100%;
    position: absolute;
    object-fit: contain;
    transform: translate(0, 0);
    opacity: 0;
}

#fans .boom img:nth-child(1),
#fans .boom img:nth-child(8) {
    opacity: 1;
}

.max {
    max-width: 2560px;
    width: 100%;
    height: 105vh;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.max .sec-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 1920px;
    width: 100%;
    height: 100%;
}

.max-bg {
    position: absolute;
    object-fit: cover;
    height: 100%;
}

.max-container {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.max-text {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1vw;
    z-index: 1;
}

.max-text>p {
    max-width: 600px;
    text-align: center;
}

.max-btns-group {
    padding: 0 0 1vw;
    max-width: 1440px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}

.max-btns-left {
    width: 30%;
    height: 100%;
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.max-btns-right {
    width: 30%;
    height: 100%;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.max-btns-left.transparent,
.max-btns-right.transparent {
    opacity: 0;
    cursor: default;
}

.max-btns-right>div,
.max-btns-left>div {
    width: 33px;
    height: 33px;
    border: #ccc 1px solid;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all .5s;
    margin: 0 1vw;
}

.max-btns-right>div>div,
.max-btns-left>div>div {
    position: absolute;
    width: 9px;
    height: 9px;
    border-top: #ccc 1px solid;
    border-right: #ccc 1px solid;
    transform: rotate(45deg);
    left: 9px;
    transition: all .5s;
}

.max-btns-left>div>div {
    transform: rotate(225deg);
    left: unset;
    right: 9px;
}

.max-btns-right:hover>div,
.max-btns-left:hover>div {
    border: #46e6e6 1px solid;
}

.max-btns-right:hover>div>div,
.max-btns-left:hover>div>div {
    border-top: #46e6e6 1px solid;
    border-right: #46e6e6 1px solid;
}

.max-btns {
    width: 100%;
    height: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
}

.max-btn {
    vertical-align: bottom;
    position: relative;
    cursor: pointer;
    transition: all .5s;
    margin: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: calc(100% / 3);
    height: 100%;
    transform: translateX(0);
}

.max-btn h4 {
    position: relative;
    margin: 0;
    font-family: 'Aldrich', 'Arial', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
    font-size: 1.2rem;
    color: #ddd;
    transition: all .5s;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 0 10%;
    white-space: normal;
}

.max-btn:hover h4,
.max-btn.active h4 {
    color: #46e6e6;
}

.max-btn>div {
    width: 100%;
    height: 2px;
    margin: 2vh 0 0 0;
    position: relative;
    transition: all .5s;
    background-color: #565656;
}

.max-btn:hover div,
.max-btn.active div {
    background-color: #46e6e6;
}

.max-imgs {
    width: 100%;
    height: 65%;
    max-height: 60vh;
    position: relative;
    pointer-events: none;
}

.max-imgs>div {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.max-imgs p {
    position: absolute;
    text-align: center;
    transform: translateY(-1rem);
    max-width: 700px;
    font-size: .75rem;
    line-height: 1.5;
    letter-spacing: 1px;
}

.max-imgs div,
.max-imgs img {
    height: 100%;
    position: absolute;
    margin: auto;
    inset: 0;
    opacity: 0;
    transition: all .5s linear;
}

.max-imgs div.active,
.max-imgs .active img,
.max-imgs img.active {
    opacity: 1;
}

.max-imgs .fade1 {
    position: absolute;
    animation: imgfade1 infinite 4s linear;
}

.max-imgs .fade2 {
    position: absolute;
    animation: imgfade2 infinite 4s linear;
}

@keyframes imgfade1 {
    0% {
        opacity: 0;
    }

    15% {
        opacity: 1;
    }

    30% {
        opacity: 1;
    }

    45% {
        opacity: 1;
    }

    60% {
        opacity: 0;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes imgfade2 {
    0% {
        opacity: 0;
    }

    15% {
        opacity: 0;
    }

    30% {
        opacity: 0;
    }

    45% {
        opacity: 1;
    }

    60% {
        opacity: 1;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

#cable {
    position: relative;
    width: 100%;
    height: 105vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#cable>img {
    position: absolute;
    width: 100%;
    top: 0;
}

#cable>div {
    max-width: 1000px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#cable>div .text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1vw;
    padding: 2.5vw;
}

#cable>div h3,
#cable>div p {
    width: 100%;
    text-align: center;
}

#cable>div .imgs {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#cable .imgs img {
    position: relative;
    width: 100%;
}

#cable .imgs img.zoom {
    position: absolute;
    margin: auto;
    inset: 0;
}

#easyinstall,
.utility {
    max-width: 2560px;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #181818;
}

.utility-img-bg {
    position: absolute;
    width: 100%;
    object-fit: cover;
}

.utility-container {
    max-width: 1600px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.5vw;
}

.utility-text {
    max-width: 600px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 1vw;
    z-index: 1;
}

.utility-btns {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: .5vw;
}

.utility-btns span {
    white-space: nowrap;
    color: #ddd;
    font-size: 0.5rem;
}

.utility-btn {
    position: relative;
    cursor: pointer;
    transition: all .5s;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.utility-btn h4 {
    color: #ddd;
    font-size: 1.2rem;
    margin: 0;
}

.utility-btn h4:hover,
.utility-btn.active h4 {
    color: #46e6e6;
}

.utility-btn p {
    clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
    height: 0;
    font-size: .75rem;
    line-height: 1.5;
    letter-spacing: 1px;
    padding: 5px 0;
}

.utility-btn.active p {
    transition: clip-path .5s;
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
    height: unset;
}

.utility-btn>div {
    width: 2px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-1rem);
    transition: all .5s;
    clip-path: polygon(0 50%, 0 50%, 100% 50%, 100% 50%);
    background-color: #ddd;
}

.utility-btn:hover div,
.utility-btn.active div {
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
    background-color: #46e6e6;
}

.utility-btn .link:hover {
    color: #ddd;
    font-weight: bold;
    text-shadow: 0 0 1rem #46e6e6, 0 0 1.5rem #46e6e6, 0 0 2rem #46e6e6;
}

.utility-imgs {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.utility-imgs img {
    max-width: 970px;
    width: 100%;
    position: absolute;
    transition: all .5s linear;
    opacity: 0;
}

.utility-imgs img.active {
    position: relative;
    opacity: 1;
}

#glass {
    position: relative;
    width: 100%;
    height: 250vh;
    justify-content: flex-start;
    align-items: flex-start;
}

#glass .camera {
    position: relative;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

#glass .camera>img {
    position: absolute;
    height: 100%;
    margin: auto;
    inset: 0;
    opacity: 0;
}

#glass .camera>img.base {
    opacity: 1;
}

#glass .camera>div {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
    gap: 2.5vw;
    padding: 0 0 2.5vw 0;
}

#glass .camera .text {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 1vw;
}

.InnerGIGABYTEContent>div.io {
    position: relative;
    width: 100%;
    height: 200vh;
    justify-content: flex-start;
    align-items: flex-start;
}

#io .camera {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    overflow: hidden;
}

#io .camera>img {
    position: absolute;
    height: 100%;
    margin: auto;
    inset: 0;
}

#io .camera>div {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
    gap: 2.5vw;
    transform: translateY(-100%);
}

#io .camera .text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1vw;
}

#io h3,
#io p {
    text-align: center;
    max-width: 800px;
}

.rgb {
    max-width: 2560px;
    width: 100%;
    min-height: 100vh;
    padding: 5vw 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5vw;
    overflow: hidden;
    background-image: url(../innergigabyteimages/rgb-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.rgbs {
    max-width: 1600px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.5vw;
}

.rgb-text {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    position: relative;
    gap: 1vw;
}

.rgb-text>h3 {
    transition: all .8s;
}

.rgb-text>h4 {
    transition: all .8s;
}

.rgb-text>p {
    transition: all .8s;
}

.rgb-text a {
    transition: transform .8s, color .5s, border .5s, background 1s;
}

.rgb-text h3,
.rgb-text h4 {
    text-align: right;
}

.rgb-text p {
    text-align: right;
    width: 100%;
    max-width: 650px;
}

.rgb-text .note {
    font-size: .75rem;
    line-height: 1.5;
    letter-spacing: 1px;
    margin: -0.5rem 0 0 0;
}

.rgb-learn-more {
    display: flex;
    justify-content: center;
    align-items: center;
}

.rgb-learn-more .link {
    display: flex;
    overflow: hidden;
    font-size: 0.9rem;
    padding: 0.6vw 2vw;
}

.rgb-learn-more .link:hover {
    text-decoration: none;
}

.rgb-imgs {
    max-width: 750px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.off-light,
.rgb-bgs {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.rgb-bgs>* {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.rgb-bgs>div>* {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.rgb-bgs *.active {
    display: flex;
}

.rgb-cover {
    width: 100%;
    position: relative;
    pointer-events: none;
    z-index: 1;
}

.huerotate.active {
    animation: huerotate 4s linear infinite;
}

@keyframes huerotate {
    0% {
        filter: hue-rotate(0);
    }

    100% {
        filter: hue-rotate(359deg);
    }
}

.flash {
    animation: flash .5s linear infinite;
}

@keyframes flash {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.doubleflash {
    animation: doubleflash 1s linear infinite;
}

@keyframes doubleflash {
    0% {

        opacity: 1;
    }

    10% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    30% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

.pulse {
    animation: pulse 4s linear infinite;
}

@keyframes pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .1;
    }

    100% {
        opacity: 1;
    }
}

.rgb-btn-colorpicker {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2vw;
    position: relative;
    flex-direction: row;
    z-index: 1;
}

.rgb-btns {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 1vw;
}

.rgb-btns::-webkit-scrollbar {
    height: 0px;
}

.rgb-btns>div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    filter: grayscale(1);
    width: 60px;
    transition: all .5s;
}

.rgb-btns>div:hover {
    filter: grayscale(0);
    transform: translateY(-1px)
}

.rgb-btns>div.active {
    filter: grayscale(0);
}

#wheelPicker {
    display: block;
}

.rgb-btns p {
    font-family: 'Aldrich', 'Arial', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
    color: #46e6e6;
    text-align: center;
    line-height: 1;
    font-size: .5rem;
}

.pwm {
    max-width: 1600px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.5vw;
}

.pwm img {
    max-width: 700px;
    width: 100%;
}

.pwm>div {
    max-width: 750px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

.compatibility {
    position: relative;
    overflow: hidden;
    width: 100%;
    background-color: #111;
}

.compatibility .camera {
    position: relative;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 3vw;
}

.compatibility .spacer {
    min-height: 300vh;
    display: none;
}

.compatibility .slider {
    position: relative;
    width: 100%;
    height: 80%;
}

.compatibility .slider img {
    height: 100%;
    position: absolute;
    margin: auto;
    inset: 0;
}

.illustration-announce {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10vh 0;
}

.illustration-announce p {
    text-align: center;
}

.InnerGIGABYTEContent>div.dots {
    position: fixed;
    right: 1vw;
    top: 50%;
    color: white;
    z-index: 9999;
    display: grid;
    justify-items: flex-end;
    gap: 16px;
    overflow: hidden;
    transform: translateY(-50%);
    background-color: unset;
    max-width: unset;
    width: unset;
    justify-content: unset;
    align-items: unset;
}

.dots a {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.dots a p {
    white-space: nowrap;
    color: #ffffff90;
    font-size: 1rem;
    text-align: right;
    opacity: 0;
    pointer-events: none;
    padding: 0 1rem 0 0;
    position: relative;
    left: 100%;
    font-family: "Titillium Web", 'Arial', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
    width: 0;
}

.dots a div {
    background-color: #ffffff30;
    width: 6px;
    height: 26px;
    border-radius: 3px;
    transition: .2s;
}

.dots a div.active {
    background-color: #ffffff90;
}

.dots a:hover {
    text-decoration-color: #00000000;
}

.dots a:hover p {
    opacity: 1;
    pointer-events: unset;
    left: 0;
    width: 100%;
    transition: all .5s;
}

.dots a:hover div {
    background-color: #ffffff90;
}