/* --------Fonts-------- */
@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-Light.woff2') format('woff2'),
        url('../font/Gilroy-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-LightItalic.woff2') format('woff2'),
        url('../font/Gilroy-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-Medium.woff2') format('woff2'),
        url('../font/Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy-RegularItalic';
    src: url('../font/Gilroy-RegularItalic.woff2') format('woff2'),
        url('../font/Gilroy-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-MediumItalic.woff2') format('woff2'),
        url('../font/Gilroy-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-Regular.woff2') format('woff2'),
        url('../font/Gilroy-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-SemiBoldItalic.woff2') format('woff2'),
        url('../font/Gilroy-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-SemiBold.woff2') format('woff2'),
        url('../font/Gilroy-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-Thin.woff2') format('woff2'),
        url('../font/Gilroy-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-Black.woff2') format('woff2'),
        url('../font/Gilroy-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-UltraLightItalic.woff2') format('woff2'),
        url('../font/Gilroy-UltraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-ThinItalic.woff2') format('woff2'),
        url('../font/Gilroy-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-UltraLight.woff2') format('woff2'),
        url('../font/Gilroy-UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-BlackItalic.woff2') format('woff2'),
        url('../font/Gilroy-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-BoldItalic.woff2') format('woff2'),
        url('../font/Gilroy-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-ExtraBold.woff2') format('woff2'),
        url('../font/Gilroy-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-Bold.woff2') format('woff2'),
        url('../font/Gilroy-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-ExtraBoldItalic.woff2') format('woff2'),
        url('../font/Gilroy-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-Heavy.woff2') format('woff2'),
        url('../font/Gilroy-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-HeavyItalic.woff2') format('woff2'),
        url('../font/Gilroy-HeavyItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}



html,
body,
div,
span,
p,
a,
del,
em,
img,
ol,
ul,
li,
fieldset,
form,
label {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    background: #000;
    background-attachment: fixed;
    color: #979797;
    line-height: 1;
    min-height: 100%;
    width: 100%;
    overflow-x: hidden;
    font-family: 'Gilroy';
}

ol,
ul {
    list-style: none;
}

p {
    font-size: 1em;
    line-height: 1.1em;
}

.fixedelement {
    position: fixed;
}

.absoluteelement {
    position: absolute;
}

/* Landing Page Css */
.landing_loader {
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    /* overflow: hidden; */
    z-index: 9999;
}

.landing_loader .faded {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 600px;
    background: linear-gradient(180deg, white, #ffffff03);
    display: block;
}

.splce_img {
    display: flex;
    align-items: flex-start;
    position: fixed;
    left: 50%;
    top: 120%;
    transform: translate(-50%, -50%);
    animation: welcmAnimation 7s forwards;
    animation-timing-function: linear;
    animation-delay: 3s;
}

@keyframes welcmAnimation {
    0% {
        top: 120%;
        opacity: 0;

    }

    25% {
        opacity: 1;
        top: 50%;
    }

    60% {
        top: 50%;
    }

    90% {
        opacity: 1;
    }

    100% {
        top: -70%;
        opacity: 0;
    }
}

.splce_img .wlcm_logo {
    z-index: 2;
    opacity: 1;
}

.splce_img img {
    position: relative;
}

.splce_img .wlcm_astro {
    padding-top: 25px;
    margin-left: -15px;
}

#floting_astronut {
    scale: 0.8;
}

.galxay_abt {
    width: 250px;
}




#earth {
    position: fixed;
    z-index: 9;
    width: 500px;
    animation-duration: 40s;
}

#saturn {
    width: 250px;
    /* animation: goDown 2s linear infinite; */
}

.floting_anim {
    animation: goDown 2s linear infinite;
}

#northen {
    position: fixed;
    bottom: 150px;
    right: 10%;
}

#satelite {
    position: fixed;
    z-index: 2;
    right: 0;
    width: 416px;
}

#jupiter {
    position: fixed;
    top: 100px;
    width: 140px;
}

#astronute {
    position: fixed;
    z-index: 10;
}

#milkiwave {
    position: fixed;
    max-width: 1000px; top: auto;
  left: 50%;
  transform: translate(-50%,0%);
  -webkit-transform: translate(-50%,0%);
}

.star {
    position: fixed;
    color: #fff;
    font-size: 10px;
    opacity: 0;
    animation: blink linear infinite;
}

.spark_star {
    box-shadow: 0 0 30px #fff;
    font-size: 30px;
    justify-content: center;
    align-items: center;
    line-height: 0.2;
}

.spark_star::before,
.spark_star::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 8px;
    height: 8px;
    background-color: transparent;
    border-radius: 100px;
    box-shadow: 0 0 40px #fff;
}

.blnking_anim {
    animation: blink linear infinite;
}

@keyframes blink {

    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@keyframes animStar {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(-2000px);
    }
}

.filter_blink {
    animation: filter_blink 4s linear infinite;
}

@keyframes filter_blink {

    0%,
    100% {
        filter: opacity(0);
    }

    50% {
        filter: opacity(1);
    }
}

.milkiway_blink {
    animation: milkiiway_blink 4s linear infinite;
}

@keyframes milkiiway_blink {

    0%,
    100% {
        filter: opacity(0.6);
    }

    50% {
        filter: opacity(1);
    }
}

.northen_light_blink {
    animation: northen_blink 4s linear infinite;
}

@keyframes northen_blink {

    0%,
    100% {
        filter: opacity(0.5);
    }

    50% {
        filter: opacity(0.8);
    }
}


.screen_2 {
    /* background-color: #fff; */
    background: linear-gradient(180deg, white, #ffffff03);
    width: 100%;
    position: fixed;
    height: 100vh;
    padding-top: 100px;
    z-index: 999;
}

.screen_2::before {
    content: "";
    width: 100vw;
    height: 300px;
    top: -298px;
    background: linear-gradient(180deg, #ffffff03, white);
    position: absolute;
}

.white_bg {
    width: 100vw;
    background-color: #fff;
    height: 100vh;
    top: 0;
    left: 0;
}

#ufo {
    left: 130px;
    scale: 0.8;
}

.aboutText {
    padding: 220px 60px 0px 60px;
    border: 3px solid #caa952;
    border-radius: 100% 100% 0 0;
    max-width: 600px;
    margin-left: auto;
    position: fixed;
}

.aboutText p {
    font-size: 17px;
    color: #000;
    padding: 10px 0;
    line-height: 1.6;
    font-weight: 500;
}

.abtHeading {
    bottom: 330px;
    left: 80px;
    font-size: 100px;
    color: #caa952;
    font-weight: 700;
}

.fixstar {
    left: 6%;
    top: 0%;
    z-index: 99;
    position: absolute;
    animation: scaleAndRotate 5s infinite;
    opacity: 0;
}

@keyframes scaleAndRotate {
    0% {
        transform: scale(0.5) rotate(0deg);
        opacity: 0.6;
    }

    50% {
        transform: scale(1.0) rotate(180deg);
        opacity: 1;
    }

    100% {
        transform: scale(0.5) rotate(360deg);
        opacity: 0.6;
    }
}


.star_one {
    top: 15%;
    left: 2%;
    animation-delay: 1s;
}

.star_two {
    top: 8%;
    left: 0;
    animation-delay: 2s;
}

.star_four {
    top: 5%;
    left: 15%;
    animation-delay: 2s;
    display: none
}

.star_five {
    top: 17%;
    left: 19%;
    animation-delay: 2s;
    display: none
}

.star_six {
    top: 10%;
    left: 33%;
    animation-delay: 2s;
    display: none
}

.star_seven {
    top: 53%;
    left: 25%;
    animation-delay: 2s;
}

.star_eight {
    top: 44%;
    left: 35%;
    animation-delay: 2s;
    display: none
}

.star_nine {
    top: 68%;
    left: 32%;
    animation-delay: 2s;
    display: none
}

.star_ten {
    top: 23%;
    left: 45%;
    animation-delay: 2s;
    display: none
}

.star_eleven {
    top: 58%;
    left: 4%;
    animation-delay: 2s;
}

.star_teweel {
    top: 78%;
    left: 53%;
    animation-delay: 2s;
}

.star_thirteen {
    top: 48%;
    left: 47%;
    animation-delay: 2s;
}

.star_fourteen {
    top: 82%;
    left: 42%;
    animation-delay: 2s;
}

.round_wheel {
    width: 750px;
    height: 750px;
    border: 1px solid #002a0e;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center;
}

.round_wheel::before {
    content: "";
    position: fixed;
    width: 400px;
    height: 400px;
    border: 1px solid #002a0e;
    border-radius: 100%;
}


#production,
#branding,
.strategy,
#digital {
    filter: invert(1);
}

.roateting_anim {
    animation: rotate 30s linear infinite forwards;
}

.big_galaxy {
    width: 450px;
}

.ufo_sm {
    scale: 0.8;
}

@keyframes rotate {
    0% {
        rotate: 0deg;
    }

    100% {
        rotate: 360deg;
    }
}

.scaling_element {
    animation: scaling 6s linear infinite forwards;
   /*transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    animation: goDown 2s linear infinite;*/
}

@keyframes scaling {
    0% {
        scale: 0.9;
    }

    50% {
        scale: 0.8;
    }

    100% {
        scale: 0.9;
    }
}

.topUpDown {
    animation: UpDown 4s linear infinite forwards;
}

@keyframes UpDown {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(20px);

    }

    0% {
        transform: translateY(0px);
    }
}

#white_satelite {
    left: 35%;
}

/* -------Service Text Animation--------- */
.circle-text {
    text-transform: uppercase;
    font-family: sans-serif;
    position: absolute;
    top: 76px;
    text-align: center;
    color: #fff;
    width: 150px;
    margin-left: -110px;
    font-weight: 400;
    left: 68px;
}

.circle-icon {
    font-size: 40px;
    color: #fff;
}

.circle_wraper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-origin: top;
    z-index: 1050;
}

.slidercircle {
    width: 750px;
    height: 750px;
}

.circle-middle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 180px;
    margin-top: 180px;
    width: 140px;
    height: 140px;
    background: linear-gradient(330deg, #003511 0%, #003511 100%);
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    transition: 1s;
}

.circle-middle:hover {
    box-shadow: 0 0 150px 55px #ffde00;
}

.circle-one {
    margin-left: 150px;
    margin-top: 150px;
    width: 400px;
    height: 400px;
    /* border: 2px solid #003511; */
    position: absolute;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

.circle-arround-one {
    text-align: center; width: 210px;
  height: 210px;
  border: 1px solid #FFF;
  border-radius: 50%;
  line-height: 110px;
}

.circle-arround-one .text {
    font-size: 36px;
    color: #fff;
    margin-top: -30px;
    font-weight: 500; 
}

.circle-two {
    width: 700px;
    height: 700px;
    /* border: 2px solid #003511; */
    position: absolute;
    border-radius: 50%;
}

.circle-arround-two-1,
.circle-arround-two-2,
.circle-arround-two-3,
.circle-arround-two-4 {
    cursor: pointer;
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    top: 220px;
    left: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}

.circle-arround-two-1 {
    transform: rotate(45deg) translateX(350px) rotate(-45deg);
    -webkit-animation: orbit3 60s linear infinite;
    -moz-animation: orbit3 60s linear infinite;
    -o-animation: orbit3 60s linear infinite;
    animation: orbit2 60s linear infinite;
    transition: 1s;
}

.circle-arround-two-2 {
    transform: rotate(45deg) translateX(-350px) rotate(-45deg);
    -webkit-animation: orbit3 60s linear infinite;
    -moz-animation: orbit3 60s linear infinite;
    -o-animation: orbit3 60s linear infinite;
    animation: orbit3 60s linear infinite;
    transition: 1s;
}

.circle-arround-two-3 {
    transform: rotate(45deg) translateY(350px) rotate(-45deg);
    -webkit-animation: orbit3 60s linear infinite;
    -moz-animation: orbit3 60s linear infinite;
    -o-animation: orbit3 60s linear infinite;
    animation: orbit4 60s linear infinite;
    transition: 1s;
}

.circle-arround-two-4 {
    transform: rotate(45deg) translateY(-350px) rotate(-45deg);
    -webkit-animation: orbit3 60s linear infinite;
    -moz-animation: orbit3 60s linear infinite;
    -o-animation: orbit3 60s linear infinite;
    animation: orbit5 60s linear infinite;
    transition: 1s;
}

.circle-arround-two-1 i:hover,
.circle-arround-two-2 i:hover,
.circle-arround-two-3 i:hover,
.circle-arround-two-4 i:hover {
    -webkit-animation: rotate-center 0.6s ease-in-out both;
    animation: rotate-center 0.6s ease-in-out both;
}

.circle-two:hover .anima {
    animation-play-state: paused;
}

.service_name {
    font-size: 30px;
    color: #fff;
    margin-top: -30px;
    font-weight: 500;
    opacity: 0;
    transition: .4s all;
}

.circle-two a:hover .service_name {
    opacity: 1;
}

.service_text {
    opacity: 1;
    transition: opacity 0.3s ease;
}

@-webkit-keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes orbit2 {
    from {
        -webkit-transform: rotate(0deg) translateX(350px) rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg) translateX(350px) rotate(-360deg);
    }
}

@-moz-keyframes orbit2 {
    from {
        -moz-transform: rotate(0deg) translateX(350px) rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg) translateX(350px) rotate(-360deg);
    }
}

@-o-keyframes orbit2 {
    from {
        -o-transform: rotate(0deg) translateX(350px) rotate(0deg);
    }

    to {
        -o-transform: rotate(360deg) translateX(350px) rotate(-360deg);
    }
}

@keyframes orbit2 {
    from {
        transform: rotate(0deg) translateX(350px) rotate(0deg);
    }

    to {
        transform: rotate(360deg) translateX(350px) rotate(-360deg);
    }
}

@-webkit-keyframes orbit3 {
    from {
        -webkit-transform: rotate(0deg) translateX(-350px) rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg) translateX(-350px) rotate(-360deg);
    }
}

@-moz-keyframes orbit3 {
    from {
        -moz-transform: rotate(0deg) translateX(-350px) rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg) translateX(-350px) rotate(-360deg);
    }
}

@-o-keyframes orbit3 {
    from {
        -o-transform: rotate(0deg) translateX(-350px) rotate(0deg);
    }

    to {
        -o-transform: rotate(360deg) translateX(-350px) rotate(-360deg);
    }
}

@keyframes orbit3 {
    from {
        transform: rotate(0deg) translateX(-350px) rotate(0deg);
    }

    to {
        transform: rotate(360deg) translateX(-350px) rotate(-360deg);
    }
}

@-webkit-keyframes orbit4 {
    from {
        -webkit-transform: rotate(0deg) translateY(350px) rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg) translateY(350px) rotate(-360deg);
    }
}

@-moz-keyframes orbit4 {
    from {
        -moz-transform: rotate(0deg) translateY(350px) rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg) translateY(350px) rotate(-360deg);
    }
}

@-o-keyframes orbit4 {
    from {
        -o-transform: rotate(0deg) translateY(350px) rotate(0deg);
    }

    to {
        -o-transform: rotate(360deg) translateY(350px) rotate(-360deg);
    }
}

@keyframes orbit4 {
    from {
        transform: rotate(0deg) translateY(350px) rotate(0deg);
    }

    to {
        transform: rotate(360deg) translateY(350px) rotate(-360deg);
    }
}

@-webkit-keyframes orbit5 {
    from {
        -webkit-transform: rotate(0deg) translateY(-350px) rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg) translateY(-350px) rotate(-360deg);
    }
}

@-moz-keyframes orbit5 {
    from {
        -moz-transform: rotate(0deg) translateY(-350px) rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg) translateY(-350px) rotate(-360deg);
    }
}

@-o-keyframes orbit5 {
    from {
        -o-transform: rotate(0deg) translateY(-350px) rotate(0deg);
    }

    to {
        -o-transform: rotate(360deg) translateY(-350px) rotate(-360deg);
    }
}

@keyframes orbit5 {
    from {
        transform: rotate(0deg) translateY(-350px) rotate(0deg);
    }

    to {
        transform: rotate(360deg) translateY(-350px) rotate(-360deg);
    }
}

.stopanima {
    animation-play-state: paused !important;
}


/******************************/
.creator {
    position: fixed;
    right: 5px;
    top: 5px;
    font-size: 13px;
    font-family: sans-serif;
    text-decoration: none;
    color: #f1f1f1;
}

.creator:hover {
    color: pink;
}

.creator i {
    font-size: 12px;
}

.zigzag {
    width: 100%;
    height: 80px;
}

.zig_line {
    /* display: block;
    background: url(../images/single-wave.png) 0 center;
    background-size: 32px;
    background-repeat: repeat-x;
    animation: move 10s linear infinite;
    -webkit-animation: move 10s linear infinite;
    animation-play-state: running;
    width: 100%;
    height: 8px;
    margin-top: 2px; */
}

.zig_line::before {
    content: "";
    display: block;
    background: url(../images/single-wave.png) 0 center;
    background-size: 32px;
    background-repeat: repeat-x;
    animation: move 10s linear infinite;
    -webkit-animation: move 10s linear infinite;
    animation-play-state: running;
    width: 100%;
    height: 8px;
    margin-top: 2px;
}


@-webkit-keyframes move {
    from {
        background-position: 2px center;
    }

    to {
        background-position: 1000px center;
    }
}

@keyframes move {
    from {
        background-position: 2px center;
    }

    to {
        background-position: 1000px center;
    }
}

/* 
.zig_inner::after,
.zigzag::before,
.zigzag::after {
    content: "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 60px;
    text-decoration: underline;
    color: transparent;
    text-decoration-style: wavy;
    text-decoration-color: #969797;
    text-decoration-line: underline;
    animation: anim_wave 3s linear infinite;
}

.zigzag::after {
    top: 15px;
}


.zig_inner::after {
    top: 30px;
}

@keyframes anim_wave {
    0% {
        transform: translateX(-1px);
    }

    100% {
        transform: translateX(-55px);
    }
}

@keyframes waveAnimation {
    0% {
        background-position-y: 0%;
    }

    99% {
        background-position-y: 1500%;
    }

    100% {
        background-position-y: 0%;
    }
} */

.zig_inner {
    width: 100%;
    height: 60px;
    background-color: #fff;
    background-image: linear-gradient(135deg, #ccc 25%, transparent 25%),
        linear-gradient(225deg, #ccc 25%, transparent 25%),
        linear-gradient(315deg, #ccc 25%, transparent 25%),
        linear-gradient(45deg, #ccc 25%, transparent 25%);
    background-position: -30px 0, -30px 0, 0 0, 0 0;
    background-size: 40px 40px;
    background-repeat: repeat;
    position: absolute;
    bottom: 0;
    rotate: -180deg;
    animation: bgzigzag 20s linear infinite;
}

@keyframes bgzigzag {
    0% {
        background-position: -30px 0, -30px 0, 0 0, 0 0;
    }

    100% {
        background-position: -500px 0, -500px 0, 0 0, 0 0;
    }
}

/* ------Screen 4 Css Start---------- */
.screen_4 {
    /* background-color: #fff; */
    background: linear-gradient(180deg, white, #ffffff03);
    padding: 80px 15px 180px 15px;
    position: fixed;
    z-index: 999;
    width: 100%;
}

.screen_4 .inner_content {
    max-width: 1600px;
    margin: 0 auto;
}

.screen_4 .inner_content .logo {
    display: block;
    text-align: center;
}

.screen_4 .contact_info {
    padding-top: 50px;
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: space-between;
    padding-bottom: 40px;
}

.screen_4 .contact_info .eye_side {
    width: 50%;
}

.screen_4 .contact_info .eye_side .eye_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
}

.screen_4 .contact_info .eye_side .eye_icon img {
    width: 230px;
}

.screen_4 .info_side {
    width: 50%;
}

.screen_4 .contact_info .info_side ul li {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 20px;
}

.screen_4 .contact_info .info_side ul li:last-child {
    margin-bottom: 0
}

.screen_4 .contact_info .info_side ul li .icon {
    width: 115px;
    position: relative;
}

.screen_4 .contact_info .info_side ul li .icon img {
    scale: 0.8;
}

.screen_4 .contact_info .info_side ul li .text {
    width: calc(100% - 130px);
    position: relative;
}

.screen_4 .contact_info .info_side ul li .text a,
.screen_4 .contact_info .info_side ul li .text p {
    font-size: 24px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    pointer-events: none;
}

.modal-dialog {
    max-width: 1200px;
    position: relative;
}

.modal-dialog .fix_planate {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
    width: 120px;
}

.modal-dialog .fix_planate2 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 99;
    width: 120px;
    left: auto;
}

.modal-dialog .fix_planate img,
.modal-dialog .fix_planate2 img {
    max-width: 100%;
}

.modal p {
    margin: 10px 0;
    font-size: 16px;
    color: #000;
}

.modal .modal-title {
    color: #000;
}

.modal-backdrop.show {
    opacity: .9;
}

.content_block {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px 80px !important;
}

.content_block .content_img {
    width: 45%;
}

.content_block .content_img img {
    max-width: 100%;
}

.content_block .content_text {
    width: 50%;
    padding-right: 50px;
    padding-top: 0 !important;
}

.content_block .content_text2 {
    padding: 0 0 0 50px;
}

.content_block .content_text h2 {
    font-size: 80px;
    color: #bc922d;
    font-weight: 700;
    margin-bottom: 20px;
}

.content_block .content_text p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
}

.content_block .content_text p span {
    display: block;
    color: #003913;
    font-weight: 900;
    margin: 5px 0;
}

.content_block .content_text ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.content_block .content_text ul li {
    display: block;
    color: #003913;
    font-weight: 900;
    margin: 5px 0;
    list-style: none
}

.modal-header .close,
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 1;
    transition: .4s all;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 10;
}

.modal-header .close:hover {
    scale: 1.1;
    opacity: 1;
}

.modal-header {
    border: none;
    padding: 0;
}

.button_scrollup {
    display: inline-block;
    text-align: center;
    position: fixed;
    bottom: 5px;
    transition: background-color .3s,
        opacity .5s, visibility .5s, bottom .4s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    animation: goDown 2s linear infinite;
    color: #FFF;
    font-weight: 600;
}

.button_scrollup img {
    width: 35px;
    rotate: 180deg;
}

.button_scrollup:hover {
    cursor: pointer;
}

.button_scrollup.show {
    opacity: 1;
    visibility: visible;
    bottom: 0px;
}

.scroll_down_icon img {
    width: 30px;
}

.scroll_down_icon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    animation: goDown 2s linear infinite;
}

@keyframes goDown {
    0% {
        transform: translate(-50%, -35px);
    }

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

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

}

.modal-body {
    height: 90vh;
    overflow: auto;
    display: flex;
    align-items: center;
}

.modal-dialog {
    max-width: 100%;
    width: 95%;
    margin: 0 auto;
    padding: 0;
    padding-top: 5vh;
}

.modal {
    padding: 0 !important;
    z-index: 9999;
}

/* Media Query */
@media screen and (max-width:1800px) {
    .screen_4 {
        padding: 50px 15px 200px 15px;
    }

    .screen_4 .contact_info {
        padding-top: 60px;
    }

    .screen_4 .contact_info .info_side ul li {
        margin-bottom: 30px;
    }
}

.pulse1 {
    position: absolute;
    width: 50px;
    height: 50px;
    margin: auto;
    top: -100px;
    left: 70px;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    border: 3px solid rgba(255, 255, 255, .1);

    -webkit-animation: pulsejg1 2s linear infinite;
    -moz-animation: pulsejg1 4s linear infinite;
    animation: pulsejg1 2s linear infinite;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    -webkit-box-shadow: inset 0px 0px 15px 10px rgba(0, 0, 0, .8);
    -moz-box-shadow: inset 0px 0px 15px 10px rgba(0, 0, 0, .8);
    box-shadow: inset 0px 0px 15px 10px rgba(0, 0, 0, .8);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.pulse2 {
    position: absolute;
    width: 50px;
    height: 50px;
    margin: auto;
    top: -100px;
    left: 70px;
    bottom: 0;
    right: 0;
    z-index: 2;
    opacity: 0;
    border: 1px solid rgba(255, 255, 255, 0);

    -webkit-animation: pulsejg2 4s linear infinite;
    -moz-animation: pulsejg2 2s linear infinite;
    animation: pulsejg2 2s linear infinite;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    -webkit-box-shadow: inset 0px 0px 12px 5px rgba(255, 255, 255, .8);
    -moz-box-shadow: inset 0px 0px 12px 5px rgba(255, 255, 255, .8);
    box-shadow: inset 0px 0px 12px 5px rgba(255, 255, 255, .8);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@-webkit-keyframes pulsejg1 {
    0% {
        -webkit-transform: scale(.2);
        opacity: 0;
    }

    50% {
        -webkit-transform: scale(.4);
        opacity: 0;
    }

    60% {
        -webkit-transform: scale(.9);
        opacity: .2;
    }

    70% {
        -webkit-transform: scale(1.1);
        opacity: .35;
    }

    80% {
        -webkit-transform: scale(1.25);
        opacity: .2;
    }

    100% {
        -webkit-transform: scale(1.4);
        opacity: 0;
    }
}

@-moz-keyframes pulsejg1 {
    0% {
        -moz-transform: scale(.2);
        opacity: 0;
    }

    50% {
        -moz-transform: scale(.4);
        opacity: 0;
    }

    60% {
        -moz-transform: scale(.9);
        opacity: .2;
    }

    70% {
        -moz-transform: scale(1.1);
        opacity: .35;
    }

    80% {
        -moz-transform: scale(1.25);
        opacity: .2;
    }

    100% {
        -moz-transform: scale(1.4);
        opacity: 0;
    }
}

@keyframes pulsejg1 {
    0% {
        transform: scale(.2);
        opacity: 0;
    }

    50% {
        transform: scale(.4);
        opacity: 0;
    }

    60% {
        transform: scale(.9);
        opacity: .1;
    }

    70% {
        transform: scale(1.1);
        opacity: .25;
    }

    80% {
        transform: scale(1.25);
        opacity: .1;
    }

    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

@-webkit-keyframes pulsejg2 {
    0% {
        -webkit-transform: scale(.6);
        opacity: 0;
    }

    40% {
        -webkit-transform: scale(.8);
        opacity: .05;
    }

    50% {
        -webkit-transform: scale(1);
        opacity: .1;
    }

    60% {
        -webkit-transform: scale(1.1);
        opacity: .3;
    }

    80% {
        -webkit-transform: scale(1.2);
        opacity: .1;
    }

    100% {
        -webkit-transform: scale(1.3);
        opacity: 0;
    }
}

@-moz-keyframes pulsejg2 {
    0% {
        -moz-transform: scale(.6);
        opacity: 0;
    }

    40% {
        -moz-transform: scale(.8);
        opacity: .05;
    }

    50% {
        -moz-transform: scale(1);
        opacity: .1;
    }

    60% {
        -moz-transform: scale(1.1);
        opacity: .3;
    }

    80% {
        -moz-transform: scale(1.2);
        opacity: .1;
    }

    100% {
        -moz-transform: scale(1.3);
        opacity: 0;
    }
}

@keyframes pulsejg2 {
    0% {
        transform: scale(.6);
        opacity: 0;
    }

    40% {
        transform: scale(.8);
        opacity: .05;
    }

    50% {
        transform: scale(1);
        opacity: .1;
    }

    60% {
        transform: scale(1.1);
        opacity: .3;
    }

    80% {
        transform: scale(1.2);
        opacity: .1;
    }

    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}


.tabmode,
.mobilemode,
.samll_laptop,
.mobile_img {
    display: none;
}

.mobile_img img {
    max-width: 100%;
}

.screen_4 .contact_info .eye_side .eye_icon.mobilemode {
    display: none;
}



.marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 14px;
    overflow-x: hidden;
}

.track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 32s linear infinite;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}


#saturn {
    transform-style: preserve-3d;
}

.innner_block {
    width: 100px;
    height: 40px;
    position: relative;
}

#saturn .innner_block {
    width: 250px;
    height: 150px;
    /*border: 2px solid #333;*/
    position: relative;
    /*overflow: hidden;*/
    bottom: 80px;
}

#saturn .innner_block-2 {
    width: 250px;
    height: 150px;
    /*border: 2px solid #333;*/
    position: relative;
    overflow: hidden;
    bottom: 10px;
    right: 50px;
}

#saturn img {
    width: 150px;
    position: absolute;
    /*animation: saturan_anim 50s linear infinite;*/
    transition: transform 25s;
}

/*@keyframes saturan_anim {*/
/*    0% {*/
/*        left: 0%;*/
/*        bottom: 10%;*/
/*    }*/

/*    25% {*/
/*        left: 50%;*/
/*        bottom: 20%;*/
/*    }*/

/*    50% {*/
/*        left: 50%;*/
/*        bottom: 60%;*/
/*    }*/

/*    75% {*/
/*        left: 0%;*/
/*        bottom: 10%;*/
/*    }*/

/*    100% {*/
/*        left: 0%;*/
/*        bottom: 60%;*/
/*    }*/
/*}*/

/*#saturn{bottom: 300px !important;}*/

#loader {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    height: 100vh;
    background-color: transparent;
    z-index: 99999;
    text-align: center;
    line-height: 100vh;
    font-size: 150px;
    font-family: 'Gilroy';
    /* background-image: url(../images/text_bg.png);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    color: #002a0e;
    font-weight: 700;
}


.screen_4 .inner_content{position: relative}
.insta{width: 30px; position: absolute; right: 0; top: 0; z-index: 10}
.insta img{width: 100%;}
