@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@100..900&display=swap');

.exo-2-uniquifier {
    font-family: "Exo 2", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:"Exo 2", sans-serif;
    text-decoration: none;
}

body {
    zoom: 90%;       
    zoom: 0.8;     
    -moz-transform: scale(0.8); 
    -moz-transform-origin: top left;
}


html {
    background-color:#000014;
}


.whatsapp-float {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    z-index: 1000;
    transition:  0.3s ease;
}

.whatsapp-float img {
    width: 76%;
    height: 76%;
    border-radius: 50%;
    position: relative;
    left: 1.25px;
    top: 1px;
}

.whatsapp-float:hover {
    background-color: #1faa52;
}

header {
    display: flex;
    position: sticky;
    top: 0;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px rgba(221, 221, 221, 0.672);
    z-index: 999;
    height: 65px;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(38, 36, 36, 0.5);
}

header .passion {
    position: relative;
    left: 150px;
    font-size: 1.7em;
    font-weight: 600;
    color: white;
}

header .nav-link {
    font-size: 1.1em;
    display: flex;
    justify-content: center;
    gap: 30px;
}

header .nav-link a {
    /* margin-right: 40px; */
    color: white;
    transition: 0.4s;
}

header .nav-link a:hover {
    color: #1594E7;
}


@keyframes stars-drift {
    from { background-position: 0 0; }
    to   { background-position: 0 70px; }
}

.stars { animation: stars-drift 13s linear infinite alternate; }


header .button {
    position: relative;
    right: 150px;
    font-size: 1.4em;
    font-weight: 400;
    background-color:black;
    border: solid 0.5px #1594E7;
    padding: 3px 35px 3px 35px;
    border-radius: 10px;
    color: white;
    transition: 0.5s;
    text-align: center;
    text-transform: capitalize;
}

header .button:hover {
    background-color:rgb(50, 50, 50);
}

.button-massge {
    color: white;
    font-weight: 400;
    opacity: 0.7;
}

.stars {
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url(./imges/star.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: repeat;
    opacity: 0.2;
    z-index: -1;
    top: 0;
    left: 0;
    pointer-events: none;
}

.hero .passion-image {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.hero .hero-content h2 {
    color: white;
    font-size: 3.5em;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    line-height: 80px;
    margin-top: 25px;
}

.hero .hero-content h4 {
    color: #fffc;
    font-size: 1em;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    margin-top: 15px;
}

.hero div .hero-button  {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    background-image:linear-gradient( to right, #1A2E63, #1594E7);
    width: 200px;
    height: 50px;
    padding-top: 13px;
    border-radius: 10px;
    font-size: 1.2em;
    color: white;
    font-weight: 500;
}

.hero .hero-img {
    display: flex;
    justify-content: center;
    margin-top: 55px;
}


.hero .hero-img .transparent-box {
    background-color: #06629f5c;
    width: 1370px;
    height: 780px;
    z-index: -1;
    margin-top: 30px;
    border-radius: 10px;
    box-shadow: -5px -16px 60px 5px  #1594E7;
}

.hero .hero-img img {
    z-index: 998;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 26px;
}

.line {
    z-index: 2;
    background-image: linear-gradient(90deg, #777bfb00, #1594E7 26%, #146aa4 70%, #777bfb00);
    width: 100%;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 90px;
}

.hero .info {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
}

.hero .info h1 {
    font-size: 5em;
    color: white;
}

.hero .info h4 {
    font-size: 2.3em;
    color: #1594E7;
    text-transform: capitalize;
    margin-top: 15px;
}

.hero .info .title-imge {
    margin-top: 70px;
}

.project .powrpoint {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.project .powrpoint h2 {
    font-size: 3.5em;
    color: white;
    text-transform: capitalize;
    font-weight: 700;
    margin-top: 50px;
}

.project .powrpoint h4 {
    color:#1594E7;
    font-size: 1.6em;
    text-transform: capitalize;
    font-weight: 400;
    margin-top: 15px;
}

.project .project-cards {
    margin-top: 80px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 100px;
}

.project .project-cards .card {
    display: flex;
    text-align: center;
    transition: 0.4s ease;
    z-index: 888;
    width: 45%;
}

.project .project-cards .card:hover {
    transform: translateY(-12px);
}

.project .project-cards .card .box {
    background-color: #00132a;
    width: 90%;
    height: 100%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px rgba(255, 254, 254, 0.442);
    border-bottom: none;
    transition: transform 0.4s ease-in-out;
    padding: 0 12px;
}

.project .project-cards .card .box::after {
    content: "";
    position: relative;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #777bfb00, #1594E7 26%, #146aa4 70%, #777bfb00);
}

.project .project-cards .card .box .card-info img {
    margin-top: 12px;
    border-radius: 10px;
    width: 99%;
}

.project .project-cards .card .box .card-info h3 {
    margin-top: 20px;
    color: white;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 1.3em;
    margin-bottom: 20px;
}

.contacttt .contacttt-info h3 {
    display: flex;
    justify-content: center;
    font-size: 2.5em;
    color: #1594E7;
    margin-top: 15px;
    text-transform: capitalize;
}

.work {
    display: flex;
    justify-content: center;
    text-align: center;
}

.work .work-info {
    margin-top: 30px;
}

.work .work-info h2 {
    color: white;
    font-size: 4.2em;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    line-height: 80px;
    margin-top: 25px;
}

.work .work-info h4 {
    color: #fffc;
    font-size: 1em;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}


.project .project-cards .card .box1::after {
    content: "";
    position: relative;
    left: 0;
    bottom: -20px;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #777bfb00, #1594E7 26%, #146aa4 70%, #777bfb00);
}

.project .project-cards .card .box1 .card-info img {
    margin-top: 12px;
    border-radius: 10px;
}

.project .project-cards .card .box1 .card-info h3 {
    margin-top: 20px;
    color: white;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 1.3em;
}

.footer {
    margin-top: 150px;
    padding: 20px;
    background-color: #00132a52;
    width: 100%;
}

.footer .footer-continer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 400px;
}

.footer .footer-continer .footer-continer-left {
    margin: 20px 0 0 0;
    width: 20%;
}

.footer .footer-continer .footer-continer-left p {
    font-size: 1.6em;
    color: white;
    font-weight: 700;
    margin-top: 20px;
    line-height: 32px;
    letter-spacing: 0.6px;
    width: 100%;
    text-transform: capitalize;
}

.footer .footer-continer .footer-continer-left hr {
    margin-top: 20px;
    width: 20%;
}

.footer .footer-continer .footer-continer-center {
    margin: 20px 0 0 0;
}

.footer .footer-continer .footer-continer-center h3 {
    color: #1594E7;
    font-weight: 500;
    font-size: 1.4em;
}

.footer .footer-continer .footer-continer-center a {
    color: rgba(255, 255, 255, 0.452);
    font-weight: 400;
    font-size: 1.1em;
    margin-top: 15px;
    display:flex;       
    transition: 0.4s ease;
    word-spacing: 4px;
    text-transform: capitalize;
}

.footer .footer-continer .footer-continer-center a:hover {
    transform: translateX(5px);
    color: #fff;
}

.footer .footer-continer .footer-continer-right {
    margin-top: 20px;
}

.footer .footer-continer .footer-continer-right h3 {
    color: #1594E7;
    font-weight: 500;
    font-size: 1.4em
}


.footer .footer-continer .footer-continer-right p {
    color: white;
    font-size: 1.2em;
    font-weight: 400;
    margin-top: 12px;
}

.footer .footer-continer .footer-continer-right .social-icon {
    display: flex;
    gap: 15px;
}

.footer .footer-continer .footer-continer-right .social-icon a  {
    color: white;
    font-size: 2.2em;
    margin-top: 20px;
    transition: 0.4s ease;
}

.footer .footer-continer .footer-continer-right .social-icon a:hover {
    color: #1594E7;
}

.footer .footer-continer .footer-continer-right img {
    position: relative;
    left: 500px;
    opacity: 0.1;
}

/* O�U+O3USU, O'O�USO� OU,O�U.O�USO� O"O�U�U.U,U� */
::-webkit-scrollbar {
  width: 13px; /* O1O�O OU,O'O�USO� */
}

/* O�U+O3USU, OU,U.O3OO� */
::-webkit-scrollbar-track {
  background: #c0c0c092; /* U,U^U+ OrU,U?USOc OU,U.O3OO� */
  border-radius: 3px; /* O�O1U, OU,O-U^OU? U.O3O�O_USO�Oc */
}

/* O�U+O3USU, U.U,O"O OU,O�U.O�USO� */
::-webkit-scrollbar-thumb {
  background: #1594E7; /* U,U^U+ OU,U.U,O"O */
  border-radius: 3px; /* O�O1U, OU,O-U^OU? U.O3O�O_USO�Oc */
}

/* O1U+O_ U.O�U^O� OU,U.OU^O3 U?U^U, OU,U.U,O"O */
::-webkit-scrollbar-thumb:hover {
  background: #1594E7; /* U,U^U+ OU,U.U,O"O O1U+O_ OU,O�U?OO1U, */
}

::selection {
  background: #1A2E63; /* U,U^U+ OU,OrU,U?USOc O1U+O_ OU,O�O-O_USO_ */
  color: #ffffff; /* U,U^U+ OU,U+O� O1U+O_ OU,O�O-O_USO_ */
}

::-moz-selection {
  background: #1A2E63; 
  color: #ffffff; 
}

.hero .info .title-imge img {
    width: 33%;
    display: flex;
    margin: 0 auto;
    margin-bottom: 30px;
}

.scroll-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 1s ease, transform 1s ease;
}

/* U,U.O USO_OrU, OU,O1U+O�O� O1U,U% OU,O'OO'Oc */
.scroll-reveal.scroll-show {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 767px) {
    header {
        flex-direction: column;
        align-items: center;
        height: 120px;
    }

    .hero .info h1 {
        font-size: 4em;
    }

    .hero .info h4 {
        font-size: 2em;
    }

    
    header .button {
        right: 0;
        padding: 5px 25px 5px 25px;
        font-size: 1.2em;
        bottom: 20px;
    }

    header .nav-link {
        margin-top: 20px;
    }

    header .passion {
        display: none;
    }

    .hero .hero-content h2 {
        font-size: 2.8em;
        padding: 20px;
    }

    .hero .hero-content h4 {
        padding: 0 20px;
    }
    
    .hero .hero-img {
        display: none;
    }
    
    .about-us .about-info h1 {
        font-size: 4em;
    }

    .about-us .about-info .about-box h2 {
        font-size: 3.5em;
    }

    .about-us .about-info .about-box p {
        font-size: 1.2em;
    }

    .why-passion .boxs {
        flex-direction: column;
        align-items: center;
    }

    .about-us .why-passion .box {
        width: 90%;
    }

    .about-us .why-passion .box .box-info h3 {
        margin-bottom: 4px;
    }

    .clint h2 {
        font-size: 3.5em;
    }

    .clint .slide-wapper .swiper-button-next {
        display: none;
    }

    .clint .slide-wapper .swiper-button-prev {
        display: none;
    }

    .clint .continer .card-item p {
        font-size: 1.1em;
    }
    
    .clint .continer .card-item p span {
        font-size: 19px;
    }

    .clint .continer .card-item .clint-name {
        font-size: 17px;
    }

    .toch .toch-box {
        width: 90%;
    }

   .footer .footer-continer {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 70px;
    }

    .footer .footer-continer .footer-continer-left p {
        display: none;       
    }

    .footer .footer-continer .footer-continer-left hr {
        display: none;
    }

    .footer .footer-continer .footer-continer-center h3 {
        display: block;
    }

    .footer .footer-continer .footer-continer-right {
        text-align: center;
    }

    .footer .footer-continer .footer-continer-right .social-icon {
        justify-content: center;
    }
    
    
    .work .work-info h2 {
        font-size: 4em;
    }

    .work .work-info h4 {
        padding: 10px;
    }

    .services .services-hero-img img {
        display: none;
    }

    .services h3 {
        display: none;
    }

    .services .services-hero-img {
        display: none;
    }

    .project .powrpoint h2 {
        font-size: 2.6em;
    }

    .social-media .powerpoint-one h2 {
        font-size: 2.6em;

    }

    .project .project-cards .card .box {
        transform: scale(1.6);
        border-radius: 10px;
    }

    .project .project-cards {
        gap: 200px;
    }

    .project .project-cards .card .box .card-info img {
        transform: scale(1.0);
        border-radius: 7px;
    }

    .project .project-cards .card .box .card-info h3 {
        font-size: 0.7em;
    }

    .social-media .project-cards .card .box1 {
        transform: scale(1.4);
    }

    .social-media .project-cards {
        gap: 200px;
    }

    .social-media .project-cards .card .box1 .card-info h3 {
        font-size: 0.8em;
    }

    .services .services-hero-content h2 {
        font-size: 3em;
        padding: 10px;
    }

    .our-services .our-services-info h1 {
        font-size: 4em;
    }

    .our-services .our-services-boxs .box {
        width: 80%;
    }

    .our-services .our-services-boxs .box .box-content h2 {
        font-size: 2.2em;
    }

    .our-services .our-services-boxs .box .box-content p {
        font-size: 1em;
    }

    .contacttt .contacttt-info h3 {
        font-size: 2em;
    }

    .contacttt .contacttt-info h4 {
        font-size: 1.1em;
        padding: 10px;
    }

    .hero .info .title-imge img {
        width: 60%;
    }

        header .nav-link .nav-blog {
        display: none;
    }
}

/* Small Screens */

@media (min-width: 768px) and (max-width: 1200px) {

    header .passion {
        left: 70px;
    }

    header .button {
        right: 70px;
    }
    
    .hero .info .title-imge img {
        width: 40%;
    }


    .hero .hero-content h2 {
        font-size: 3em;
        padding: 10px;
    }

    .hero .hero-content h4 {
        padding: 10px;
    }

    .hero .hero-img .transparent-box {
        width: 80%;
        
    }

    .about-us .about-info .about-box p {
        font-size: 1.3em;
    }

    .about-us .why-passion .box .box-info p {
        font-size: 1.3em;
    }

    .about-us .why-passion .box {
        width: 80%;
    }

    .why-passion .boxs {
        flex-direction: column;
        align-items: center;
    }

    .clint .slide-wapper .swiper-button-next {
        display: none;
    }

    .clint .slide-wapper .swiper-button-prev {
        display: none;
    }

    .clint .continer .card-item p {
        font-size: 1.1em;
    }
    
    .clint .continer .card-item p span {
        font-size: 19px;
    }

    .clint .continer .card-item .clint-name {
        font-size: 17px;
    }

    .toch .toch-box {
        width: 70%;
    }

        .footer .footer-continer {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 70px;
    }

    .footer .footer-continer .footer-continer-left p {
        display: none;       
    }


    .footer .footer-continer .footer-continer-center h3 {
        display: block;
    }

    .footer .footer-continer .footer-continer-right {
        text-align: center;
    }

    .footer .footer-continer .footer-continer-right .social-icon {
        justify-content: center;
    }

    .footer .footer-continer .footer-continer-left hr {
        display: none;
    }
    .services .services-hero-content h2 {
        font-size: 3em;
    }

    .our-services .our-services-info h1 {
        font-size: 4em;
    }

    .our-services .our-services-boxs .box {
        width: 44%;
    }
    

}

@media (min-width: 1200px) and (max-width: 1670px){

    .footer .footer-continer {
        gap: 200px;
    }

    .footer .footer-continer .footer-continer-left p {
        font-size: 1.5em;
        width: 120%;
    }

/* Medium Screens */

@media (max-width: 992px) {

}

/* Large Screens */

@media (min-width: 1200px) {
}
}



