.main-slide-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;

    color: var(--cl-white);
    min-height: 250px;
}

.channel-logo{
    width: 60%;
    padding: 8px;
    margin-bottom: 1rem;
}



/*========================*/
/*========================*/

/*SOLUTION SECTION*/

/*========================*/
/*========================*/
.gradient-wrapper{
    margin-bottom: 1rem;
}

.gradient-icon{
    text-align: center;
    margin-bottom: 1rem;
}

.gradient-icon img{
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.gradient-title{
    font-family: var(--font-bold), sans-serif;
}

.gradient-title h3{
    font-size: 16px;
}

.gradient-title, .gradient-desc{
    color: var(--cl-white);
    text-align: center;
}


/*========================*/
/*========================*/

/*CHALLENGE SECTION*/

/*========================*/
/*========================*/
.challenge-wrapper{
    width: 90%;

    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
}

.challenge-title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    font-family: var(--font-bold), sans-serif;
    text-align: center;
}

.challenge{
    position: absolute;
    width: 100%;
    height: 100%;

    top: 0;
    left: 0;
}

.challenge .point{
    position: absolute;
    display: block;
    width: 60px;

    font-size: 5px;
    text-align: center;
    transform: translate(-50%,-50%);
}

.challenge .p1:after,.challenge .p2:after,
.challenge .p3:after,.challenge .p4:after,
.challenge .p5:after,.challenge .p6:after,
.challenge .p7:after,.challenge .p8:after{
    content: "";
    display: block;
    width: 45px;
    height: 45px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
}

.challenge .p1{
    top: 13%;
    left: 50%;
}

.challenge .p1:after{
    background-image: url("../../assets/img/challenge/icon-1.png");
    top: 0;
    left: 50%;

    transform: translate(-50%,-100%);
}

.challenge .p2{
    top: 25%;
    left: 76%;
}

.challenge .p2:after{
    background-image: url("../../assets/img/challenge/icon-2.png");
    top: 0;
    left: 50%;

    transform: translate(-50%,-100%);
}

.challenge .p3{
    top: 50%;
    left: 87%;
}

.challenge .p3:after{
    background-image: url("../../assets/img/challenge/icon-3.png");
    top: 50%;
    left: 100%;

    transform: translate(-25%,-50%);
}

.challenge .p4{
    top: 76%;
    left: 76%;
}

.challenge .p4:after{
    background-image: url("../../assets/img/challenge/icon-4.png");
    top: 100%;
    left: 50%;

    transform: translate(-50%,0);
}


.challenge .p5{
    top: 87%;
    left: 50%;
}

.challenge .p5:after{
    background-image: url("../../assets/img/challenge/icon-5.png");
    top: 100%;
    left: 50%;

    transform: translate(-50%,0);
}

.challenge .p6{
    top: 76%;
    left: 24%;
}

.challenge .p6:after{
    background-image: url("../../assets/img/challenge/icon-6.png");
    top: 100%;
    left: 50%;

    transform: translate(-50%,0);
}

.challenge .p7{
    top: 50%;
    left: 14%;
}

.challenge .p7:after{
    background-image: url("../../assets/img/challenge/icon-7.png");
    top: 50%;
    left: 0;

    transform: translate(-75%,-50%);
}

.challenge .p8{
    top: 24%;
    left: 24%;
}

.challenge .p8:after{
    background-image: url("../../assets/img/challenge/icon-8.png");
    top: 0;
    left: 50%;

    transform: translate(-50%,-100%);
}



/*========================*/
/*========================*/

/*WHY CHOOSE US SECTION*/

/*========================*/
/*========================*/
.shipment-slide img{
    object-fit: contain;
    width: 90%;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
}


/*========================*/
/*========================*/

/*VIDEO SECTION*/

/*========================*/
/*========================*/
.video-thumbnail {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    z-index: 5;
}

.video-video, .video-thumbnail {
    border-radius: 25px;
    overflow: hidden;
}

.video-video{
    text-align: center;
}

.btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    background-image: var(--bg-gradient-horizon);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 20px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

h1,h2,h3,h4,h5,h6{
    font-family: var(--font-bold), sans-serif;
}



/*========================*/
/*========================*/

/*SERVICES SECTION*/

/*========================*/
/*========================*/
.service-wrapper{
    position: relative;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.service-box{
    position: absolute;
    top: 5%;
    left: 65%;

    width: 60%;
    transform: translate(-50%, 0);
}

.service-title{
    line-height: 1.2;
    font-family: var(--font-bold),sans-serif;
    font-size: 16px;

    border-bottom: 1px solid #7D7E80;

    margin-bottom: 2rem;
    min-height: 40px;

    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.service-point{
    font-size: 10px;
    padding-left: 12px;
}

.service-point li{
    margin-bottom: 8px;
}




/*========================*/
/*========================*/

/*AWARD SECTION*/

/*========================*/
/*========================*/
.award-wrapper{
    margin-top: -4rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.award-title{
    font-family: var(--font-bold),sans-serif;
    font-size: 14px;
    margin-bottom: 1rem;
}




/*========================*/
/*========================*/

/*INTELLIGENCE SECTION*/

/*========================*/
/*========================*/
.slide-icon{
    max-width: 60px;
    margin-bottom: 1rem;
}




/*========================*/
/*========================*/

/*ABOUT SECTION*/

/*========================*/
/*========================*/
.story-wrapper{
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
}

.story-avatar{
    position: absolute;
    top: -2rem;
    left: -2rem;
    max-width: 90px;
}

.story-box{
    position: absolute;
    top: 0;
    left: 0;
    padding: 1rem;
}

.story-title,.story-pos{
    font-family: var(--font-bold),sans-serif;
    margin-left: 25%;
    width: 75%;
}

.story-pos{
    font-size: 11px;
}

.story-desc{
    padding-top: 1.5rem;
    margin-left: 12.5%;
    margin-right: 6%;
    font-size: 11px;
}

.story-icon{
    position: absolute;
    bottom: 2%;
    right: 5%;

    max-width: 40px;
}



/*========================*/
/*========================*/

/*FOOTER SECTION*/

/*========================*/
/*========================*/
.footer-info .footer-icon{
    width: 30px;
    text-align: center;
    padding-top: 5px;
}

.footer-info .footer-icon:before{
    width: 30px;
    display: block;
}

footer {
    padding: 3rem 0;
    background-image: var(--bg-gradient-horizon);
    color: #fff;
    bottom: 0;
    display: block;
}

footer #footer-logo {
    max-width: 120px;
    padding-bottom: 2rem;
    filter: brightness(0) invert(1);
}

footer .footer-info {
    padding-bottom: 2rem;
}

footer .fa {
    color: white;
    font-weight: 900;
}

footer .footer-info ul li {
    padding-bottom: 1rem;
}

footer p {
    color: white;
    margin-bottom: 1rem;
}

footer a {
    text-decoration: none;
    color: white;
}

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

footer .social-inline-list {
    display: flex;
    list-style: none;
    justify-content: start;
    padding: 0 1rem;
}

.social-inline-list {
    display: flex;
    list-style: none;
    justify-content: start;
    padding: 0 1rem;
}

ul.social-inline-list li a img{
    width: 35px;
    height: 35px;
    object-fit: contain;
    margin-right: 1rem;
}

footer h3 {
    text-transform: uppercase;
    color: white;
    padding-bottom: 2rem;
    font-weight: bold;
    font-size: 1.2rem;
}




/*========================*/
/*========================*/

/*HEADER SECTION*/

/*========================*/
/*========================*/
.logo img{
    max-width: 80px;
}
.gos-header{
    padding: 1rem 0;
}

.gos-navbar{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gos-menu{
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}

.gos-menu ul{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    list-style: none;
}

.sidebar-icon{
    max-width: 40px;
    filter: invert(1);
}

.mobile-menu{
    position: fixed;
    left: 0;
    top: 0;

    width: 100%;
    height: 0;

    background-image: var(--bg-gradient-vertical);
    z-index: 99;

    overflow-y: scroll;
    transition: ease 1s all;
}

.mobile-menu .sidebar-icon{
    filter: invert(0);
}

.mobile-nav{
    padding: 1rem;
    list-style: none;
}

.mobile-item{
    margin-bottom: 1.5rem;
}

.mobile-link{
    color: var(--cl-white);

    font-size: 16px;
    font-weight: 600;
    text-decoration: unset;
}

.mobile-expand{
    height: 100%;
    transition: ease 1s all;
}

.hideOnMobile{
    display: none;
}



/*========================*/
/*========================*/

/*CONTACT SECTION*/

/*========================*/
/*========================*/
.contact-title{
    font-size: 1rem;
    font-weight: bold;
}

.contact-info-list{
    padding-left: 12px;
}

#contact .social-inline-list {
    display: flex;
    flex-direction: row;
    justify-content: left;
    gap: 2rem;
    padding-bottom: 2rem;
    list-style-type: none;
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
}


.embed-video{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    height: 100%;
    overflow: hidden;
    display: none;
    z-index: 11;
}

.op-0{
    opacity: 0;
    z-index: -1;
}
