@charset "utf-8";

@font-face {
    font-family: SVN Gilroy Regular;
    src: url('../../font/SVN-Gilroy-Regular.otf');
}

@font-face {
    font-family: SVN Gilroy Medium;
    src: url('../../font/SVN-Gilroy-Medium.otf');
}

@font-face {
    font-family: SVN Gilroy SemiBold;
    src: url('../../font/SVN-Gilroy-SemiBold.otf');
}

:root {
    --my-gradient: linear-gradient(to right, #ff50a0, #00c8ff); /* define gradient variable */
    --my-gradient-reverse: linear-gradient(to right, #00c8ff, #ff50a0);
}

html {
    scroll-behavior: smooth;
}

body {
    padding: 0;
    background-image: url("/layouts/web/images/gdf2024/background.jpeg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.section-title {
    font-size: 24px;
    text-align: center;
    font-family: SVN Gilroy SemiBold;
}

@media screen and (min-width: 768px) {
    .section-title {
        font-size: 36px;
    }
}

/*----------------HEADER-----------*/

header {
    background-color: #000000;
}

header nav {
    padding: 0 !important;
}

header .nav-item {
    margin: 2px 20px -3px 20px;
    border-top: 1px solid #4d4d4d;
}

header .nav-link {
    color: #fff;
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: relative;
    font-family: SVN Gilroy Regular;
    font-size: 18px;
}

header button.register {
    margin: 5px 0 15px 10px;
    padding: 6px 20px;
    background-image: var(--my-gradient);
    color: #ffffff;
    border-radius: 5px !important;
    font-family: SVN Gilroy Medium;
    outline: none;
    border: none;
}

header button.register:hover {
    background-image: var(--my-gradient-reverse);
}

.navbar {
    min-height: 55px;
}

.navbar-toggler:focus {
    outline: none;
}

.navbar-toggler-icon .fa-bars {
    color: #ffff;
    margin-top: 5px;
}

@media screen and (min-width: 992px){
    header .nav-item {
        border-top: none;
    }

    header .nav-link:after {
        content: '';
        position: absolute;
        width: 0;
        height: 3px;
        left: 50%;
        bottom: -6px;
        background-image: var(--my-gradient);
        transition: all ease-in-out .2s;
    }

    header .nav-link:hover {
        color: #ffffff;
    }

    header .nav-link:hover:after, header .nav-item.active .nav-link:after {
        width: 100%;
        left: 0;
    }

    header button.register {
        margin: 5px 0 5px 10px;
    }
}

/*----------------INTRO-----------*/

#intro {
    margin-top: 55px;
}

#intro .banner {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 767px){
    #intro .banner-div {
        margin-left: -15px;
        margin-right: -15px;
    }

    #timeline {
        background-image: var(--my-gradient);
    }

    #timeline .phone-timeline table td {
        font-size: 13px !important;
    }
}

@media screen and (min-width: 768px){
    #intro {
        background-size: 100% 55%;
    }
}

@media screen and (min-width: 1024px){
    #intro {
        background-size: 100% 60%;
    }

}

/*----------------BENEFIT-----------*/

#benefit .benefit-item {
    text-align: center;
}

#benefit .row {
    padding: 10px;
}

#benefit .benefit-item {
    padding: 5px;
}

#benefit .benefit-img {
    width: 100%;
    height: auto;
}

@media screen and (min-width: 1024px){
    #benefit .row {
        margin-left: 0;
        margin-right: 0;
        padding-left: 200px;
        padding-right: 200px;
    }

    #benefit .benefit-img {
        max-width: unset !important;
        width: 100%;
        height: auto;
    }
}

/*----------------CONDITION-----------*/

#condition img {
    width: 100%
}

@media screen and (min-width: 1024px){
    #condition .condition-div {
        padding-left: 200px;
        padding-right: 200px;
    }
}

/*----------------TIMELINE-----------*/

#timeline {
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.section-title {
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
}

#timeline .pc-timeline {
    width: 100%;
}

#timeline .phone-timeline table {
    margin: auto;
}

#timeline .pc-timeline {
    display: none;
}

#timeline .phone-timeline .text {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-family: "SVN Gilroy SemiBold";
    margin-top: -24px;
    margin-bottom: 12px;
}

#timeline .phone-timeline table td {
    border-left: 4px solid #fff;
    position: relative;
    font-size: 18px;
    padding: 10px 20px;
    font-family: SVN Gilroy Regular;
    color: #fff;
}

#timeline .phone-timeline table td:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #fff;
    top: 50%;
    left: -8px;
    transform: translateY(-50%);
}

#timeline .on-board {
    font-size: 28px;
    font-weight: bold;
}

@media screen and (min-width: 768px){
    #timeline .phone-timeline {
        display: none;
    }

    #timeline .pc-timeline {
        display: block;
    }

    #timeline {
        background-image: url("/layouts/web/images/gdf2024/timeline-bg.png");
    }
}

/*----------------PARTNER-----------*/

.partner-img {
    justify-content: space-around;
}

.partner-img img {
    height: 85px;
    width: auto;
    opacity: .5;
    margin-top: 20px;
}

.partner-img img:hover {
    opacity: 1;
}

/*---------------- NEWS -----------*/
#news .section-content {
    border: solid 2px #1e78b4;
    border-radius: 10px;
}

#news .section-title-info {
    font-size: 20px;
    font-family: SVN Gilroy Bold;
    color: #e65a28;
    text-align: center;
}

#news .section-content {
    padding: 12px 12px;
    text-align: justify;
    font-family: SVN Gilroy Medium;
}

@media screen and (min-width: 1024px) {
    #news .container {
        padding-left: 100px;
        padding-right: 100px;
    }

    #news .section-content {
        padding: 20px 32px;
        text-align: justify;
    }
}

#news .news-item {
    margin-top: 24px;
}

#news .news-box {
    padding: 0 10px;
    min-height: 80px;
    background-color: #231F20;
    border-radius: 10px;
    font-family: SVN Gilroy SemiBold;
    color: #fff;
    opacity: 0.8;
    border: 1px solid;
    border-image-source: linear-gradient(to right, #FF8600, #ff50a0, #00c8ff);
    border-image-slice: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

#news a {
    text-decoration: none;
    margin-top: 12px;
}

#news a:hover .text {
    color: #007bff;
    opacity: 1;

}

/*----------------IMAGES-----------*/

@keyframes fadeIn{
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

#images .carousel-item {
    animation: fadeIn ease 2s;
    position: relative;
}

#images .carousel-item img {
    width: 100%;
    height: auto;
    border-radius: 30px;
}

#images .carousel-item .img-bg {
    width: 100%;
    height: 50%;
    background-image: linear-gradient(to bottom, transparent, #000);
    position: absolute;
    bottom: 0;
    border-radius: 0 0 30px 30px;
}

#images .carousel-item span {
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    white-space: nowrap;
    font-family: SVN Gilroy Medium;
}

#images .carousel-indicators {
    position: unset;
    margin-top: 20px;
}

#images .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin: 15px;
    background-color: #999999;
    cursor: pointer;
}

#images .carousel-indicators li.active:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 2px solid #999999;
    margin-top: 5px;
    margin-left: -5px;
}

@media screen and (min-width: 768px) {
    #images .carousel-item img {
        /*width: 100%;*/
        /* height: 400px !important; */
        object-fit: cover;
    }

    #images .carousel-item span {
        font-size: 24px;
        bottom: 30px;
    }
}

/*----------------FOOTER-----------*/
footer {
    background-color: transparent;
    color: #ffffff !important;
    font-size: 14px;
    font-family: SVN Gilroy Regular;
    margin-bottom: 400px;
}

footer .footer-title {
    font-size: 18px;
    font-family: SVN Gilroy Medium;
}

footer .footer-item div {
    font-weight: 600;
}

footer ul {
    list-style-type: none;
    padding: 0;
}

footer li {
    padding: 7px 0;
}

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

footer a:hover {
    color: #fff;
    opacity: 1;
    text-decoration: none;
}

footer hr {
    border-top: 1px solid #fff;
    opacity: 0.5;
}

footer .below-footer {
    padding-bottom: 100px;
}

footer .company-name {
    font-family: SVN Gilroy Medium;
}

footer .social-link {
    opacity: 0.7;
    font-weight: bold;
}

footer .fa-facebook {
    padding: 3px 6.5px;
    border: 2px solid;
    border-radius: 100%;
}

footer .fa-linkedin {
    padding: 3px 4px;
    border: 2px solid;
    border-radius: 100%;
    margin-left: 5px;
}

@media screen and (min-width: 1024px){
    .below-footer {
        padding-bottom: 120px;
    }
}

/*----------------BUTTON REGISTER-----------*/
#btn-register-fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: transparent;
    text-align: center;
    cursor: pointer;
    z-index: 1000;
    font-family: SVN Gilroy Medium;
}

#btn-register-fixed .icon-pc {
    display: none;
}

#btn-register-fixed .icon-mobile {
    display: inline-block;
}

#btn-register-fixed .btn-click {
    background-image: var(--my-gradient);
    background-repeat: no-repeat;
    color: #ffffff;
    display: inline;
    margin: 10px;
    animation: shadow-pulse 1s infinite;
    border-radius: 8px;
}

@media screen and (min-width: 1024px){
    #btn-register-fixed {
        width: unset;
        right: 0;
        text-align: left;
        padding: 12px 8px !important;
    }

    #btn-register-fixed .icon-pc {
        display: inline-block;
    }

    #btn-register-fixed .icon-mobile {
        display: none;
    }

    #btn-register-fixed .btn-click {
        display: block;
        margin: 5px 10px;
        text-align: center;
    }
}

@keyframes shadow-pulse
{
    0% {
        box-shadow: 0 0 0 0px rgba(255, 80, 160, 1);
    }

    100% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
}

/*----------------BTN BACK TO TOP-----------*/

#back-to-top{
    display: none;
    position: fixed;
    bottom: 60px;
    right: 0;
    background: #000000;
    opacity: 0.7;
    color: #ffffff;
    padding: 10px 15px;
    transition: .5s;
    font-size: 20px;
    z-index: 1000;
    cursor: pointer;
}

#back-to-top:focus, #back-to-top:hover{
    opacity: 1;
}

@media screen and (min-width: 1024px){
    #back-to-top{
        bottom: unset;
        top: 50%
    }
}

#register-modal .modal-header,
#btn-register-fresher {
    background-image: var(--my-gradient) !important;
    border: none !important;
}