@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/* font-family: "Roboto", sans-serif */
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');
/* font-family: "Rajdhani", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Protest+Revolution&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/* font-family: "Protest Revolution", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Bellefair&family=Protest+Strike&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/*  font-family: "Protest Strike", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap');
/* font-family: "Oxygen", sans-serif; */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    text-decoration: none;
}

html,
body {
    position: relative;
    line-height: 1.6;
    font-size: 62.5%;
}

#preloader {
    background: black url(../Image/galaxyloader.gif) no-repeat center center;
    background-size: 10%;
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 1000;
}

.whatsapp-float {
    position: fixed;
    bottom: 3.0rem;
    right: 1.0rem;
    z-index: 1000;

}

.whatsapp-float-btn {
    font-size: 3.0rem;
    color: black;
    background-color: green;
    border-radius: 5.0rem;
    transition: 0.3s;
}

.whatsapp-float-btn:hover {
    font-size: 3.0rem;
    color: white;
    background-color: #f20114;
    border-radius: 5.0rem;
}

/* Contact Information Start */
.top-bar {
    background-color: #f20114;
    padding: 5px 0;
}

.top-bar .thm-container {
    font-family: "Rajdhani", sans-serif;
    font-style: normal;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f20114;
    max-width: 1200vw;
    margin: 0 auto;
    padding: 1.0rem 1.5rem;

}

.thm-container .contact-infos {
    display: flex;
    align-items: center;
}

.thm-container .contact-infos li {
    list-style: none;
    margin-right: 2.0rem;
    font-size: 1.8rem;
}

.thm-container .contact-infos li span {
    color: #fff;
}

.top-bar .thm-container .social a {
    margin-right: 1.5rem;
    font-size: 2.0rem;
    color: #000;
}

.top-bar .thm-container .social a i:hover {
    font-size: 2.0rem;
    color: white;
}

/* Header Section Start*/
.header {
    background-color: #fff;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
}

nav.sticky {
    position: fixed;
    z-index: 1000;
    width: 100vw;
    top: 0;
    background-color: #fff;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
    -webkit-animation-name: slidesDown;
    animation-name: slidesDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes slidesDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

nav .nav-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200vw;
    margin: 0 auto;
    padding: 0.5rem 1.5rem;

}

nav .nav-bar .sidrebarOpen {
    font-size: 2.5rem;
    cursor: pointer;
    display: none;
}

.menu {
    display: flex;
    align-items: center;
}

.menu .nav-list {
    display: flex;
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
}

.menu .nav-list .nav-item {
    margin-right: 2.0rem;
}

.menu .nav-list .nav-link {
    text-decoration: none;
    color: #333;
    /* color: green; */
    transition: color 0.3s;
}

.menu .nav-list a:hover,
.menu .nav-list a.sepcial
{
    color: #f20114;
}

.logo-toggle {
    display: none;
}

.sidebarOpen,
.sidebarClose {
    display: none;
}

h1,
h2,
h3,
p {
    margin: 0;
    padding: 0;
}

.header nav .nav-bar .logo {
    width: 10.0rem;
    height: 7.0rem;
    border-radius: 50%;
}

.header nav .nav-bar .logo img {
    height: 7.0rem;
}

.nav-bar .nav-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-bar .nav-list li {
    list-style: none;
    margin-left: 3.0rem;
}

.nav-bar .nav-list li a {
    text-decoration: none;
    color: black;
    font-size: 2.0rem;
    font-family: "Rajdhani", sans-serif;
    font-style: normal;
    font-weight: 600;
}

/* Slider Section Start */
.slider {
    height: 80vh;
    width: 98.5vw;
    overflow: hidden;
    position: relative;
}

.slider .list .item {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0 0 0 0;
}

.slider .list .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider .list .item .content {
    position: absolute;
    top: 15%;
    width: 1140px;
    max-width: 80%;
    left: 50%;
    transform: translateX(-50%);
    padding-right: 30%;
    box-sizing: border-box;
    color: #fff;
    text-shadow: 0 5px 10px #0004;
}

.slider .list .item .content .title,
.slider .list .item .content .type {
    font-size: 5em;
    font-weight: bold;
    font-family: "Rajdhani", sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3em;
}

.slider .list .item .content .description {
    font-family: "Rajdhani", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 2.5em;
}


.slider .list .item .type {
    color: red;
}

.slider .list .item .button {
    display: grid;
    grid-template-columns: repeat(2, 130px);
    grid-template-rows: 40px;
    gap: 5px;
    margin-top: 50px;
}

.slider .list .item .button button {
    border: none;
    background-color: #f20114;
    font-weight: 600;
    cursor: pointer;
    transition: 0.4s;
    font-family: "Rajdhani", sans-serif;
    font-style: normal;
    letter-spacing: 2px;
}
.slider .list .item .button button a{
    text-decoration: none;
}

.slider .list .item .button button:hover {
    letter-spacing: 3px;
    
}

.slider .list .item .button button:nth-child(2) {
    background-color: transparent;
    border: 1px solid #fff;
    color: #eee;
}

/* Thumbnail Section  */
.thumbnail {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: max-content;
    z-index: 100;
    display: flex;
    gap: 20px;
    display:none;
}

.thumbnail .item {
    width: 150px;
    height: 180px;
    flex-shrink: 0;
    position: relative;
}

.thumbnail .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 5px 0 15px rgba(0, 0, 0, 0.3);
}

/* nextPrevArrows Section  */
.nextPrevArrows {
    position: absolute;
    top: 80%;
    right: 52%;
    z-index: 100;
    width: 300px;
    max-width: 30%;
    display: flex;
    gap: 10px;
    align-items: center;
}

.nextPrevArrows button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: red;
    border: none;
    color: #fff;
    font-family: monospace;
    font-weight: bold;
    transition: .5s;
    cursor: pointer;
}

.nextPrevArrows button:hover {
    background-color: #fff;
    color: #000;
}

/* Animation Part */
.slider .list .item:nth-child(1) {
    z-index: 1;
}

/* animation text in first item */
.slider .list .item:nth-child(1) .content .title,
.slider .list .item:nth-child(1) .content .type,
.slider .list .item:nth-child(1) .content .description,
.slider .list .item:nth-child(1) .content .buttons {
    transform: translateY(50px);
    filter: blur(20px);
    opacity: 0;
    animation: showContent .5s 1s linear 1 forwards;
}

@keyframes showContent {
    to {
        transform: translateY(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

.slider .list .item:nth-child(1) .content .title {
    animation-delay: 0.4s !important;
}

.slider .list .item:nth-child(1) .content .type {
    animation-delay: 0.6s !important;
}

.slider .list .item:nth-child(1) .content .description {
    animation-delay: 0.8s !important;
}

.slider .list .item:nth-child(1) .content .buttons {
    animation-delay: 1s !important;
}

/* Animation for next button click */
.slider.next .list .item:nth-child(1) img {
    width: 150px;
    height: 180px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    border-radius: 30px;
    animation: showImage .5s linear 1 forwards;
}

@keyframes showImage {
    to {
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
}

.slider.next .thumbnail .item:nth-last-child(1) {
    overflow: hidden;
    animation: showThumbnail .5s linear 1 forwards;
}

.slider.prev .list .item img {
    z-index: 100;
}

@keyframes showThumbnail {
    from {
        width: 0;
        opacity: 0;
    }
}

.slider.next .thumbnail {
    animation: effectNext .5s linear 1 forwards;
}

@keyframes effectNext {
    from {
        transform: translateX(150px);
    }
}

/* Animation for prev button click */
.slider.prev .list .item:nth-child(2) {
    z-index: 2;
}

.slider.prev .list .item:nth-child(2) img {
    animation: outFrame 0.5s linear 1 forwards;
    position: absolute;
    bottom: 0;
    left: 0;
}

@keyframes outFrame {
    to {
        width: 150px;
        height: 220px;
        bottom: 50px;
        left: 50%;
        border-radius: 20px;
    }
}

.slider.prev .thumbnail .item:nth-child(1) {
    overflow: hidden;
    opacity: 0;
    animation: showThumbnail .5s linear 1 forwards;
}

.slider.next .nextPrevArrows button,
.slider.prev .nextPrevArrows button {
    pointer-events: none;
}


.slider.prev .list .item:nth-child(2) .content .title,
.slider.prev .list .item:nth-child(2) .content .type,
.slider.prev .list .item:nth-child(2) .content .description,
.slider.prev .list .item:nth-child(2) .content .buttons {
    animation: contentOut 1.5s linear 1 forwards !important;
}

@keyframes contentOut {
    to {
        transform: translateY(-150px);
        filter: blur(20px);
        opacity: 0;
    }
}

/* Services */
section {
    padding: 3.0rem 2.0rem;
}

section .heading {
    text-align: center;
}

section .heading h1 {
    font-size: 5.0rem;
    color: #000;
    font-family: "Rajdhani", sans-serif;
    font-style: normal;
    text-transform: capitalize;
}

section .heading h1 span {
    color: #f20114;
    font-family: "Rajdhani", sans-serif;
    font-style: normal;
    text-transform: capitalize;
}

section .heading p {
    font-size: 1.8rem;
    color: black;
    font-family: "Oxygen", sans-serif;
    font-style: normal;
    font-weight: bold;
}

section .services-contanier {
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.services-contanier .services-item {
    flex: 1 1 calc(33.333% - 40px);
    margin: 20px;
    background: white;
    border-radius: 8px;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.services-contanier .services-item:hover {
    transform: translateY(-10px);
}

.services-item img {
    width: 100%;
    height: 200px;
    transition: 0.2s ease;
}

.services-contanier .services-item:hover img {
    /* transform: scale(1.1) rotate(-3deg); */
    transform: scale(1.1);
}

.services-item .services-title a {
    text-decoration: none;
}

.services-item .services-title h2 {
    text-align: center;
    font-size: 2.0rem;
    font-family: "Rajdhani", sans-serif;
    font-style: normal;
    text-transform: capitalize;
    color: #f20114;
    margin-top: 1.5rem;
}

/* About Section  */
.about {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
}

.about-contanier {
    display: flex;
    flex-wrap: wrap;
}

.about-left,
.about-right {
    flex: 1 1 50%;
    padding: 2.0rem;
}

.about-left h1 {
    font-size: 3.0rem;
    font-family: "Rajdhani", sans-serif;
    font-style: normal;
    text-transform: capitalize;
    margin-top: 20px;
}

.about-left h1 span {
    font-size: 3.0rem;
    margin-bottom: 10px;
    color: red;
}

.about-left p {
    font-size: 1.8rem;
    font-family: "Oxygen", sans-serif;
    font-style: normal;
    line-height: 1.5;
}

.about-contanier .about-left .about-titleOne::before {
    content: '';
    background: #f20114;
    width: 90px;
    height: 2px;
    border-radius: 5px;
    position: absolute;
    bottom: -60;
    left: 10;
    transform: translate(-50%);
}

.about-right img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* ------ About Page ------ */
.portofolio-contanier {
    width:100vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.portofolio-contanier .portofolio-box {
    flex: 1 1 calc(33% - 2rem);
    position: relative;
    border-radius: 10px;
    margin: 1rem;
    box-shadow: 0 0 5px #1f242d;
    overflow: hidden;
    display: flex;
}

.portofolio-box img {
    width: 100%;
    height: 250px;
    transition: .5s ease;
}

.portofolio-box:hover img {
    transform: scale(1.1);
}

.portofolio-box .portofolio-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, .1), black);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    transform: translateY(100%);
    transition: all .5s ease;
}

.portofolio-box:hover .portofolio-layer {
    transform: translateY(0);
}

.portofolio-layer i {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #1f242d;
    background: #fff;
    font-size: 25px;
}

.card-contactes {
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
}

.cards {
    width: 210px;
    border-radius: 8px;
    overflow: hidden;
    margin: 20px;
    border: none;
}

.cards img {
    width: 100%;
    height: 180px;
    border-radius: 8px;
}

.card-contentes {
    padding: 10px;
    font-family: "Rajdhani", sans-serif;
    font-style: normal;
    text-transform: capitalize;
}

.card-contentes h3 {
    color: black;
    font-size: 25px;
    margin-bottom: 8px;
}

.card-contentes p {
    color: black;
    font-size: 35px;
    line-height: 1;
}

.card-contentes .btn {
    display: inline-block;
    padding: 8px 16px;
    font-size: 50px;
    text-decoration: none;
    border-radius: 4px;
    margin-top: 15px;
    color: red;

}

.card-contentes .btn:hover {
    color: gray;
    cursor: pointer;
}

/* For Media Query @768 Contact Section*/
.card-container {
    display: none;
    width: 100%;
}

.card {
    display: inline-flex;
    width: 300px;
    height: 180px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    margin: 20px;
}

.card img {
    width: 120px;
    height: 180px;
    border-radius: 8px;
}

.card-content {
    padding: 10px;
    font-family: "Rajdhani", sans-serif;
    font-style: normal;
    text-transform: capitalize;
}

.card-content h3 {
    color: black;
    font-size: 13px;
    margin-bottom: 8px;
}

.card-content p {
    color: black;
    font-size: 12px;
    line-height: 1.3;
}

.card-content .btn {
    padding: 8px 16px;
    font-size: 20px;
    text-decoration: none;
    border-radius: 4px;
    margin-top: 15px;
    color: red;

}

/* Contact Section */
.contact {
    text-align: center;
}

.contact-info {
    background-color: #f20114;
    padding: 5% 1.0rem;
}

.contact-info h1 {
    font-size: 4.5rem;
    color: #fff;
    font-family: "Rajdhani", sans-serif;
    font-style: normal;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.contact-info p {
    font-size: 2.5rem;
    line-height: 1.5;
    color: black;
    font-family: "Rajdhani", sans-serif;
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;
}

.contact-person {
    text-align: center;
}

.contact-person .contact-slider {
    min-width: 100%;
    height: 80vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.contact-slider .contact-slider-item {
    position: absolute;
    max-width: 25rem;
    height: 400px;
    border-radius: 5px;
    transition: 0.5s;
    left: calc(50% - 110px);
}

.contact-slider .contact-slider-title {
    font-size: 5.0rem;
    font-weight: bold;
    color: #f20114;
}

.contact-slider .contact-slider-pargraph {
    font-size: 1.5rem;
    color: black;
    margin-bottom: 15px;
    font-family: "Rajdhani", sans-serif;
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;
}

.contact-slider-item img {
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.contact-slider .contact-slider-name {
    font-size: 2.0rem;
    color: black;
    margin-bottom: 5px;
    font-family: "Rajdhani", sans-serif;
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;
}

.contact-slider .contact-slider-profile {
    font-size: 1.3rem;
    color: black;
    font-family: "Rajdhani", sans-serif;
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;
}

#next,
#prev {
    position: absolute;
    color: black;
    background-color: transparent;
    border: none;
    font-size: 50px;
    font-weight: bold;
    left: 50px;
}

#next {
    left: unset;
    right: 50px;
}

/* -------Contact Page------- */
.contact-page {
    padding: 50px 20px;
}

.contact-page-box {
    text-align: center;
}

.contact-page-box .contact-page-detalis {
    font-size: 4.0rem;
    font-family: "Rajdhani", sans-serif;
    font-style: normal;
    font-weight: 600;
}

.contact-page-box .contact-page-detalis span {
    color: #f20114;
}

.contact-page-box .contact-page-day {
    font-size: 2.5rem;
    font-family: "Crimson Text", serif;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 10px;
}

.contact-page-box h4 {
    font-size: 2.0rem;
    font-family: "Rajdhani", sans-serif;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-page-box h4 .contact-page-email {
    color: #f20114;
    font-size: 1.5rem;
    font-family: "Rajdhani", sans-serif;
    font-style: normal;
    font-weight: 600;
}

.contact-page-box h4 .contact-page-number {
    font-size: 1.8rem;
    font-family: "Rajdhani", sans-serif;
    font-style: normal;
    font-weight: 600;
}

.contact-page-form {
    display: flex;
    flex-direction: column;
    padding: 20px 200px;
}

.contact-page .contact-page-form label {
    font-size: 2.0rem;
    font-family: "Rajdhani", sans-serif;
    font-style: normal;
    font-weight: 600;
}

.contact-page .contact-page-form label span {
    color: red;
    font-size: 2.5rem;
}

.contact-page .contact-page-form input {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.contact-page .contact-page-form input[type=text],
.contact-page .contact-page-form input[type=email] {
    font-size: 2.0rem;
    font-family: "Rajdhani", sans-serif;
    font-style: normal;
    font-weight: 600;
}

.contact-page .contact-page-form textarea {
    font-size: 2.0rem;
    font-family: "Rajdhani", sans-serif;
    font-style: normal;
    font-weight: 600;
    border: 2px solid black;
    border-radius: 5px;
}

.contact-page .contact-page-form input[type=submit] {
    width: 10.0rem;
    height: 4.0rem;
    padding: 5px;
    font-size: 1.5rem;
    text-transform: uppercase;
    background-color: #f20114;
    font-family: "Rajdhani", sans-serif;
    font-style: normal;
    font-weight: 600;
    color: white;
    border-radius: 10px;
}

/* ------Client Page------ */
.client {
    padding: 20px;
}

.client-logo-item {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
}

.client-logo-item .client-logo-image {
    max-width: 100%;
    height: 125px;
    overflow: hidden;
    border: 5px solid #a9a6a6;
    cursor: pointer;
}

.client-logo-item .client-logo-image img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .2s linear;
}

.client-logo-item .client-logo-image:hover img {
    transform: scale(1.1);
}

.client-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}

.client-popup span {
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 60px;
    font-weight: bold;
    color: black;
    cursor: pointer;
    z-index: 100;
}
.client-popup span:hover{
    color: red;
    font-size: 70px;
}
.client-popup img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    object-fit: cover;
}

/* Network Section */
.network {
    padding: 20px;
}
.network-image {
    width: 90vw;
    height: 60vh;
    
}
.network-image img{
    align-items: center;
    width: 60.0rem;
    height: 35.0rem;
}

/* Gallery */
.gallery-item {
    width: 100vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.gallery-item .gallery-image{
    flex: 1 1 calc(50% - 2rem);
    height: 400px;
    position: relative;
    border-radius: 10px;
    margin: 1rem;
    box-shadow: 0 0 5px #1f242d;
    overflow: hidden;
    display: flex;
}

.gallery-image img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
/*-------Footer Section---*/
.footer {
    background-image: linear-gradient(to top right, black, white);
    padding: 20px 0;
}

.footer .footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.footer .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer .footer-col {
    flex: 1;
    min-width: 200px;
    margin: 15px;
}

.footer-col h3 {
    font-size: 3.5rem;
    font-family: "Rajdhani", sans-serif;
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;
    color: white;
    margin-bottom: 15px;
}

.footer-col ul {
    list-style-type: none;
}

.footer-col ul li {
    margin-bottom: 10px;
}

.footer-col ul li h5 {
    font-size: 2.5rem;
    color: #fff;
    font-family: "Rajdhani", sans-serif;
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;
}

.footer-col ul li h6 {
    font-size: 2.0rem;
    color: #fff;
    font-family: "Rajdhani", sans-serif;
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;
}

.footer-col ul li span {
    color: #f20114;
}

.footer-col ul li a {
    color: #fff;
    font-size: 1.8rem;
    font-family: "Rajdhani", sans-serif;
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-col ul li a:hover {
    text-decoration: underline;
    color: red;
}

.footer-col p {
    color: #fff;
    font-size: 1.5rem;
    font-family: "Rajdhani", sans-serif;
    font-style: normal;
    text-transform: capitalize;
    text-decoration: none;
}

.footer hr {
    border: 0.5px solid #444;
    margin: 10px 0;
}

.copyright {
    text-align: center;
    color: #fff;
    font-family: "Rajdhani", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.2rem;
}
/* Media Query max-width 1200px */
@media (max-width:1200px) {

    html,
    body {
        font-size: 55%;
    }

    .thm-container .contact-infos li {
        font-size: 1.6rem;
    }

    .top-bar .thm-container .social a {
        font-size: 1.8rem;
    }

    nav.sticky {
        width: 1200px;
    }

    .nav-bar .nav-list li a {
        font-size: 1.9rem;
        font-weight: bold;
    }

    .slider {
        width: 100vw;
    }

    .slider .list .item .content .title,
    .slider .list .item .content .type {
        font-size: 7em;
        font-weight: bold;
    }

    .slider .list .item .content .description {
        font-size: 3.5em;
    }

    .slider .list .item .button button {
        font-size: 1.8rem;
    }

    section .heading h1 {
        font-size: 4.5rem;
    }

    section .heading p {
        font-size: 1.6rem;
    }

    .about-left p {
        font-size: 2.0rem;
        font-weight: bold;
        line-height: 1.8;
    }
    .portofolio-contanier .portofolio-box {
        flex: 1 1 calc(33.33% - 2rem);
    }
    .contact {
        text-align: center;
    }

    .contact-info {
        background-color: #f20114;
        padding: 5% 10px;
    }

    .contact-info h1 {
        font-size: 4.5rem;
    }

    .contact-info p {
        font-size: 2.5rem;
        line-height: 1.5;
    }

    .contact-person {
        text-align: center;
    }

    .contact-person .contact-slider {
        width: 90%;
    }

    .contact-slider .contact-slider-item {
        position: absolute;
        max-width: 28rem;
        height: 400px;
        border-radius: 5px;
        transition: 0.5s;
        left: calc(49% - 90px);
    }

    .contact-slider .contact-slider-title {
        font-size: 45px;
    }

    .contact-slider .contact-slider-pargraph {
        font-size: 13px;
        ;
    }

    .contact-slider-item img {
        width: 130px;
        height: 130px;
    }

    .contact-slider .contact-slider-name {
        font-size: 1.8rem;
    }

    .contact-slider .contact-slider-profile {
        font-size: 1.1rem;
    }

    #next,
    #prev {
        font-size: 40px;
        left: 40px;
    }

    #next {
        left: unset;
        right: 40px;
    }
    .network-image {
        width: 90vw;
        height: 60vh;
        
    }
    .network-image img{
        align-items: center;
        width: 60.0rem;
        height: 35.0rem;
    }
    .contact-page .contact-page-form textarea {
        font-size: 23px;
    }
}

/* Media Query max-width 990px */
@media (max-width:990px) {
    .thm-container .contact-infos li {
        font-size: 1.5rem;
        font-weight: 600;
    }

    .top-bar .thm-container .social a {
        font-size: 1.7rem;
        font-weight: 600;
    }

    .nav-bar .nav-list li a {
        font-size: 1.7rem;
        font-weight: 600;
    }

    nav.sticky {
        width: 990px;
    }

    .slider {
        height: 80vh;
        width: 100vw;
        overflow: hidden;
        position: relative;
    }

    .slider .list .item .content {
        left: 45%;
    }

    .slider .list .item .content .title,
    .slider .list .item .content .type {
        font-size: 5em;
        font-weight: bold;
    }

    .slider .list .item .content .description {
        font-size: 3.0em;
    }

    .slider .list .item .button button {
        font-size: 1.5rem;
    }

    .thumbnail .item {
        width: 120px;
        height: 150px;
    }

    .nextPrevArrows {
        top: 70%;
        right: 55%;
    }

    section .heading h1 {
        font-size: 4.0rem;
    }

    section .heading p {
        font-size: 1.5rem;
    }

    .services-item .services-title h2 {
        font-size: 1.9rem;
    }

    .about-left p {
        font-size: 1.5rem;
        line-height: 1.5;
    }

    .contact-info h1 {
        font-size: 4.0rem;
    }

    .contact-info p {
        font-size: 2.0rem;
    }

    .contact-person .contact-slider {
        width: 100%;
    }

    .contact-slider .contact-slider-item {
        max-width: 20rem;
        height: 250px;
    }

    .contact-slider .contact-slider-title {
        font-size: 3.5rem;
    }

    .contact-slider .contact-slider-pargraph {
        font-size: 1.1rem;
    }

    .contact-slider-item img {
        width: 120px;
        height: 120px;
    }

    .contact-slider .contact-slider-name {
        font-size: 1.1rem;
    }

    .contact-slider .contact-slider-profile {
        font-size: 1.1rem;
    }

    .contact-page .contact-page-form textarea {
        font-size: 16px;
    }

    .footer-col h3 {
        font-size: 25px;
    }

    .footer-col ul li a {
        font-size: 15px;
    }

    .footer-col p {
        font-size: 13px;
    }

    .copyright {
        font-size: 10px;
    }

    .footer-col ul li h5 {
        font-size: 20px;
    }

    .footer-col ul li h6 {
        font-size: 18px;
    }

}

/* Media Query max-width 786px */
@media screen and (max-width: 768px) {
    #preloader {
        background: black url(../Image/galaxyloader.gif) no-repeat center center;
        background-size: 12%;
    }
    .top-bar {
        border-bottom: 3px solid rgb(152, 149, 149);
    }
    .thm-container .contact-infos li {
        font-size: 1.3rem;
        margin-right: 1.5rem;
    }

    .top-bar .thm-container .social a {
        font-size: 1.8rem;
        margin-right: 1.0rem;
    }

    .top-bar .thm-container .social a i:hover {
        font-size: 1.8rem;
    }
    /* NavBar Start*/
    .header{
        background: #f20114;
        /* background: #fff; */
    }
    nav .nav-bar img{
        border-radius: 50%;
    }
    nav .nav-bar .sidrebarOpen {
        display: block;
        font-size: 40px;
    }
    nav .nav-bar .sidrebarClose {
        font-size: 40px;
    }
    .menu {
        position: fixed;
        height: 100vh;
        width: 100%;
        top: 0;
        left: -100%;
        background: linear-gradient(to right, #ff105f, #ffad06);
        /* background: #fff; */
        z-index: 1000;
        transition: all 0.5s ease;
    }

    nav.active .menu {
        left: 0;
        
    }
    .nav-bar .nav-list {
        flex-direction: column;
        width: 100vw;
    }
    .nav-bar .nav-list li a {
        color: white;
        font-size: 25px;
    }
    .nav-bar .nav-item {
        margin: 8px 8px;

    }
    .nav-bar .nav-item li a {
        display: block;
    }
    nav.sticky {
        position: fixed;
        z-index: 1000;
        width: 100%;
        height: 70px;
        top: 0;
        background: linear-gradient(to right, #ff105f, #ffad06);
        /* background: #fff; */
        color: #000;
        box-shadow: none;

    }
    nav.sticky .nav-bar .nav-item{
        margin: 8px 8px;
    }
    .logo-toggle {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        font-size: 40px;
        color: #fff;
    }

 /* NavBar End*/
    .slider .list .item .content {
        padding-right: 0;
        width: 40%;

        position: absolute;
        top: 15%;
        /* width: 1140px; */
        /* max-width: 80%; */
        left: 25%;
        transform: translateX(-50%);
        /* padding-right: 30%; */
        box-sizing: border-box;
        color: #fff;
        text-shadow: 0 5px 10px #0004;
    }

    .slider .list .item .content .title {
        font-size: 30px;
    }
    .slider .list .item {
        width: 100%;
    }
    
    .slider .list .item img {
        width: 100%;
        height: 100%;
        background-position: center;
        object-fit: cover;
    }
    /* section .services-contanier {
        flex-direction: column; 
    } */
    .services-contanier .services-item {
        flex: 1 1 calc(50% - 40px);
    }
    /* .portofolio-contanier{
        flex-direction: column;   
    } */
    .portofolio-contanier .portofolio-box {
        flex: 1 1 calc(33.3% - 2rem);
    }

    .contact-info h1 {
        font-size: 3.5rem;
    }

    .contact-info p {
        font-size: 2.2rem;
    }

    .contact-person {
        display: none;
    }

    .card-container {
        display: block;
    }

    .contact-page-form {
        display: flex;
        flex-direction: column;
        padding: 20px 50px;
    }

    .contact-page .contact-page-form input[type=text],
    .contact-page .contact-page-form input[type=email] {
        font-size: 15px;
    }

    .contact-page .contact-page-form textarea {
        font-size: 12px;
    }
    
    .logo-container{
        flex-direction: column;
    }
    .gallery-item .gallery-image{ 
        height: 200px;
    }

}

@media screen and (max-width: 520px) {
    .whatsapp-float-btn {
        background: linear-gradient(to right, #ff105f, #ffad06);
    }
    
    .whatsapp-float-btn:hover {
        background: linear-gradient(to right, #ff105f, #ffad06);
    }
    .top-bar {
        background: linear-gradient(to right, #ff105f, #ffad06);
        border-bottom: 3px solid rgb(152, 149, 149);
        padding: 3px 0;
    }
    .thm-container{
        background: linear-gradient(to right, #ff105f, #ffad06);
    }
    
    .thm-container .contact-infos li {
        font-size: 1.0rem;
        margin-right: 1.5rem;
    }

    .top-bar .thm-container .social a {
        display: none;
    }
    .header{
        background: linear-gradient(to right, #ff105f, #ffad06);
    }

    nav .nav-bar .sidrebarOpen {
        display: block;
        font-size: 30px;
    }
    nav .nav-bar .sidrebarClose {
        font-size: 30px;
    }
    .menu {
        background: linear-gradient(to right, #ff105f, #ffad06);
    }
    .nav-bar .nav-list li a {
        font-size: 20px;
    }
    .nav-bar .nav-item {
        margin: 5px 5px;
    }
    nav.sticky {
        background: linear-gradient(to right, #ff105f, #ffad06);

    }
    .slider .list .item .content .title {
        font-size: 20px;
    }
    .nextPrevArrows button {
        background: linear-gradient(to right, #ff105f, #ffad06);
    }
    section .heading h1 {
        font-size: 25px;
    }
    section .heading p {
        font-size: 12px;
    }
    .about-left h1 {
        font-size: 25px;
    }
    .about-left p {
        font-size: 12px;
    }
    section .services-contanier {
        flex-direction: column;
    }
    .portofolio-contanier {
        flex-direction: column;
    }

    .about-left {
        flex: 1 1 100%;
    }
    .contact-info {
        background: linear-gradient(to right, #ff105f, #ffad06);
    }
    .contact-info h1 {
        font-size: 25px;
    }
    .contact-info p {
        font-size: 18px;
    }
    .card {
        width: 280px;
        height: 130px;
    }
    .card img {
        width: 200px;
        height: 130px;
    }
    .card-content {
        padding: 5px;
    }
    
    .card-content h3 {
        font-size: 13px;
        margin-bottom: 4px;
    }
    .card-content p {
        font-size: 10px;
        line-height: 1.3;
    }
    
    .card-content .btn {
        padding: 5px 8px;
        font-size: 11px;
    
    }
    .contact-page-form {
        padding: 10px 10px;
    }

    .contact-page .contact-page-form input[type=text],
    .contact-page .contact-page-form input[type=email] {
        font-size: 12px;
    }

    .contact-page .contact-page-form textarea {
        font-size: 8px;
    }
    .contact-page .contact-page-form input[type=submit] {
        background: linear-gradient(to right, #ff105f, #ffad06);
    }
    .network-image {
        width: 90vw;
        height: 60vh;
        
    }
    .network-image img{
        align-items: center;
        width: 35.0rem;
        height: 35.0rem;
    }


}
    