@charset "UTF-8";

.section {
    width: 100%;
    height: 100vh !important;
    overflow: hidden;
}

#section1 {
    background-image: url('../images/new_main.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.section1_dots {
    position: fixed;
    top: 5%;
    right: 5%;
    cursor: pointer;
    width: 35px;
    height: 35px;
    z-index: 1001;
}
.section1_dots img{
    width:100%;
    height:100%;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(150px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInUp {
    animation: fadeInUp 1.5s ease-out forwards;
}

.animate-on-scroll {
    opacity: 0;
}
.hover-bounce {
    position: relative;
    z-index: 9999;
    cursor: pointer;
    color: #111111;
}

.bounce {
    display: inline-block;
    transition: transform 0.3s;
}

.hover-bounce:hover .bounce {
    animation: bounce 0.6s infinite alternate;
}

@keyframes bounce {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(10px);
    }
}

/* #scrollToTopBtn:hover {} */

.close_icon {
    position: absolute;
    top: 5%;
    right: 6%;
    cursor: pointer;
    width: fit-content;
    height: fit-content;
    cursor: pointer;
    z-index: 1001;
}

.close_icon i {
    font-size: 35px;
    color: #e9e9e9;
}

.close_icon i:hover {
    color: #fff;
}

.menu_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.637);
    display: none;
    justify-content: center;
    z-index: 99999;
}

#overlay .menu_item {
    height: 150px;
    justify-content: flex-start;
    margin-right: 7%;
    margin-left: 2%;
}

#overlay .menu_item .menu_title {
    margin-bottom: 30px;
    color: #fff;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.menu_title::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: red;
    transition: width 0.3s ease-in-out;
}

.menu_title:hover::after {
    width: 100%;
}

#overlay .menu_item .menu_sub_title div {
    margin-bottom: 30px;
    color: #e9e9e9;
    cursor: pointer;
}

#overlay .menu_item .menu_sub_title div:hover {
    color: #ffffff;
    font-weight: bolder;
}

#section2 {
    background-color: #ffffff;
}

.main_sect2_wrap {
    width: 100%;
    justify-content: space-between;
}

.main_sect1_txt1,
.main_sect1_txt2 {
    color: #ffffff;
}

.main_sect2_txt1 {
    letter-spacing: -1.8px;
    color: #333333;
    position: relative;
    z-index: 99;
}

.main_sect2_txt2 {
    z-index: 1;
}

.main_sect2_circle {
    position: absolute;
    top: 58%;
    left: 17%;
    width: 200px;
    height: 200px;
    background-color: #f5f5f5;
    border-radius: 50%;
    z-index: 0;
}

.main_sect2_redCircle {
    background-color: #e91d24;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: white;
}

.main_sect2_txt3 {
    color: #111111;
    padding-left: 115px;
    font-feature-settings: 'kern' 1;
    word-spacing: -0.1em;
}

.main_sect2_right .sect2_nums {
    position: relative;
    height: 60px;
    align-items: center;
    align-content: center;
    padding: 45px 0;
    z-index: 99;
}

#section3 {
    background-color: #000000;
    position: relative;
    overflow: hidden;
}

.sect3_circles {
    width: 100%;
    height: 375px;
    position: relative;
}

:root {
    --bg: #000000;
    --primary: #e91d24;
    --solid: #fff;
    --btn-w: 10em;
    --dot-w: calc(var(--btn-w) * 0.2);
    --tr-X: calc(var(--btn-w) - var(--dot-w));
}

.container {
    width: 22%;
    height: 310px;
    position: relative;
}

.cir-btn {
    position: relative;
    width: 100%;
    height: 100%;
    color: #ffffff;
    border: 2px solid var(--primary);
    border-radius: 50%;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.3em;
    line-height: 2em;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cir-btn:hover {
    background-color: var(--primary);
}

.cir-btn:hover .dot {
    width: 0;
    height: 0;
}

.cir-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.cir-btn:hover::after {
    width: 280px;
    height: 280px;
    border: 0.5px dashed rgb(255, 255, 255);
}

.dot {
    content: '';
    position: absolute;
    top: 47%;
    left: 98%;
    width: 20px;
    height: 20px;
    background: var(--primary);
    border-radius: 50%;
    transform-origin: -148px;
    animation: orbit 4.8s infinite linear;
}

.circle1 {
    z-index: 1;
}

.circle2 {
    z-index: 2;
}

.circle3 {
    z-index: 3;
}

.circle4 {
    z-index: 2;
}

.circle5 {
    z-index: 1;
}

.circle1:hover,
.circle2:hover,
.circle3:hover,
.circle4:hover,
.circle5:hover {
    z-index: 99;
}

.dot1 {
    animation-delay: 0s;
}

.dot2 {
    animation-delay: 0.5s;
}

.dot3 {
    animation-delay: 1s;
}

.dot4 {
    animation-delay: 1.5s;
}

.dot5 {
    animation-delay: 2s;
}

.cir-btn:hover .dot {
    animation-play-state: running;
}

@keyframes orbit {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.circles_container{
display: flex;
    justify-content: center;
    align-items: center;
}

.cir-wrap {
    width: 100%;
}

.container {
    margin-left: -80px;
}

.container:first-child {
    margin-left: 0;
}

#section4 {
    background-image: url('../images/bg_main2.png');
    background-size: cover;
    background-repeat: no-repeat;
}

#section4 a {
    color: white;
}

.main_sect4_wrapper {
    width: 100%;
    justify-content: space-between;
}

.main_sect4_left {
    width: 45%;
    color: #fff;
}

.main_sect4_txt1 {
    white-space: nowrap;
}

.main_sect4_txt2 {
    /* margin-top: 72px; */
    margin-bottom: 70px;
}

.main_sect4_txt2 p {
    padding-bottom: 30px;
    white-space: nowrap;
}

.main_sect4_right {
    z-index: 999;
    width: 45%;
}

.main_sect4_right img {
    width: 90%;
}

#section5 {
    background-color: #fff;
}

.main_sect5_txt1 {
    letter-spacing: -2.8px;
    color: #333333;
    z-index: -1;
    white-space: nowrap;
}

.main_sect5_circle {
    position: absolute;
    top: 58%;
    left: 17%;
    width: 200px;
    height: 200px;
    background-color: #f5f5f5;
    border-radius: 50%;
    z-index: -1000;
}

.main_sect5_left {
    width: 50%;
    z-index: 99;
}

.main_sect5_right {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}

.icon_arrow,
.main_sect5_txt2,
.main_sect5_right > div {
    z-index: 99;
}

#section6 {
    height: 732px !important;
}

/* mobile */
@media screen and (max-width: 767px) {
    #section1 {
        background-image: url(../images/new_main_mobile.png);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .close_icon i {
        font-size: 20px !important;;
    }
    #overlay .menu_item .menu_title {
        margin-bottom: 20px;
    }
    #overlay .menu_item .menu_sub_title div {
        margin-bottom: 20px;
    }
    .section1_dots {
        width: 25px;
        height: 25px;
    }
.main_sect1_txt2{
    font-size:2em !important;
    white-space: nowrap;
}
    .main_sect2_circle {
        top: 53%;
        left: 15%;
        width: 100px;
        height: 100px;
    }

    .main_sect2_redCircle {
        width: 35px;
        height: 35px;
    }

    .main_sect2_txt3 {
        padding-left: 35px;
    }

    .main_sect2_right .sect2_nums {
        padding: 5px 0;
    }
.circles_container{
    align-items: flex-start;
}
    .cir-wrap {
       padding: 40% 0;
   }

    .container {
        margin-left: 0;
        margin-top: -15px;
        width: 36%;
        height: fit-content;
        position: relative;
        aspect-ratio: 1 / 1;
    }

    .container:first-child {
        margin-left: 0;
        margin-top: 0;
    }

    .cir-btn::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        border-radius: 50%;
        transform: translate(-50%, -50%);
    }

    .cir-btn:hover::after {
        width: 80%;
        height: fit-content;
        aspect-ratio: 1 / 1;
        border: 0.5px dashed rgb(255, 255, 255);
    }

    .dot {
        display: none;
    }
    .cir-btn span{
        font-size:12px;
    }

    .main_sect4_left {
        width: 100%;
        color: #fff;
    }

    .main_sect4_txt1 {
        white-space: nowrap;
        font-size: 35px !important;
    }

    .main_sect4_right {
        width: 100%;
        padding-top: 70px;
    }

    .main_sect4_right img {
        width: 90%;
        position: absolute;
        z-index: -1000;
        top: 15%;
        opacity: 1;
    }

    .main_sect5_circle {
        top: 45%;
        left: 15%;
        width: 100px;
        height: 100px;
    }

    .main_sect5_txt2 {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
    }

    .main_sect5_right,
    .main_sect5_left {
        width: 100%;
        justify-content: flex-start;
    }


    #section6 {
        height: 480px !important;
    }
}

/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .in_dot {
        width: 14px;
        height: 14px;
    }

    .cir-wrap {
        flex-direction: row !important;
    }
}

/* pc */
@media screen and (min-width: 1025px) and (max-width: 1400px) {
}