.fwt-welcome-section {
    width: 100%;
    height: 100vh;
    background-color: #05A1D9;
}

.fwt-welcome-section::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-image: url(../images/hero-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    opacity: 0.3;
}

.fwt-welcome-content {
    position: relative;
    z-index: 1;
}

.fwt-welcome-logo {
    background-color: #fff;
    border-radius: 50%;
    width: 195px;
    height: 195px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.fwt-welcome-logo img {
    width: 155px;
    height: 155px;
}

.fwt-welcome-content p {
    font-size: 24px;
    line-height: 36px;
    color: #fff;
}

.fwt-slide {
    width: 55px;
    height: 6px;
    border: 1px solid #fff;
    margin-right: 10px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.fwt-slide:hover {
    background-color: #fff;
}

@media (max-width:767px) {
    .fwt-welcome-content p {
        font-size: 18px;
        line-height: 30px;
    }
}

@media (max-width:575px) {
    .fwt-welcome-logo {
        width: 150px;
        height: 150px;
    }

    .fwt-welcome-logo img {
        width: 120px;
        height: 120px;
    }
}
