@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;

}

:root {
    --bg: #19529D;
    --black: #000;
    --white: #fff;
    --btn: #0052c2;
    --bdr: #75B7E4;
    --blob: #0043;
    --h1: 40px;
    --h2: 35px;
    --h3: 28px;
    --h4: 22px;
    --h5: 18px;
    --h6: 15px;
    --p: 14px;
    --letter: 0.8px;
}

.ank {
    color: var(--black);
}

/* video background starts */
.banner {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    object-fit: cover;
    background-attachment: fixed;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: var(--black);

    mix-blend-mode: screen;
}

/* video background end */


/*------------landing page bg------------ */
.land {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    top: 0;
    width: 100%;
    overflow: hidden;
    color: var(--white);
    overflow-x: unset;
    text-align: center;
    position: absolute;
    background: linear-gradient(to bottom, #172a3a 0%, rgba(229, 229, 229, 0) 100%);
}

.buton {
    margin-top: 50px;
    background-color: var(--btn);
    padding: 15px;
    border-radius: 5px;
    cursor: pointer;
}

.buton:hover {
    box-shadow: 0 1rem 2.5rem rgba(18, 38, 63, .1), 0 .5rem 1rem -.75rem rgba(18, 38, 63, .1) !important;
    transform: translate3d(0, -3px, 0);
}

.but a {
    text-decoration: none;
    color: var(--white);
}

.il1 {
    width: 530px;
    height: 410px;
    animation: up-down 3s ease-in-out infinite alternate-reverse both;
}

.tagline {
    font-size: var(--h1);
    letter-spacing: 2px;
    text-align: center;
    font-family: 'Lato', sans-serif;
}

.para {
    text-align: center;
    font-size: var(--h4);
    font-weight: 200;
    letter-spacing: 2px;
}

.comet {
    display: none;
}

.custom-shape-divider-bottom-1641092460 {
    display: none;
}

/* land page design ends */

/* tilt phone starts */

.custom-shape-divider-bottom-1641092460 {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1641092460 svg {
    position: relative;
    display: block;
    width: calc(134% + 1.3px);
    height: 89px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1641092460 .shape-fill {
    fill: #FFFFFF;
}

/* tilt ends */

/* service section starts */

.head-serv {
    margin-top: 100px;
    text-align: center;
}

.services {
    display: flex;
    flex-direction: column;

}

.text {
    text-align: center;
    margin-bottom: 30px;
    font-size: var(--h5);
}

.serv1,
.serv2 {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-bottom: 40px;
}

.card {
    width: 280px;
    height: 270px;
    background: var(--white);
    box-shadow: 0 5px 12px rgb(0 0 0 / 10%), 0 15px 5px rgb(0 0 0 / 2%);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    cursor: pointer;
    border: 2px solid var(--bdr);
}

.serv-img {
    width: 40px;
    height: 40px;

}

.imgs {
    background-color: var(--blob);
    width: 80px;
    height: 80px;
    padding: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.serv-para {
    text-align: center;
    font-size: var(--p);
    letter-spacing: 0.8px;
    line-height: 25px;
}

/* service endss */

/* why choose us */

.pros {
    display: flex;
    padding: 30px;
    width: 90%;

}

.pro-whole {
    display: flex;
    align-items: left;
    border: 1px solid rgb(215 224 232);
    border-radius: 10px;
    padding: 20.4px;
    margin: 15px;
    margin-top: 32px;
}

.out {
    background: var(--bg);
    color: var(--white);
    margin-top: 80px;
}

.choose {
    display: flex;
    justify-content: center;
    background: var(--bg);
    padding-top: 15px;
    padding-bottom: 25px;
}

.svg {
    width: 80px;
    height: 80px;
}

.maingirl {
    display: flex;
    justify-content: center;
}

.point {
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pointed {
    flex-basis: 50%;
    line-height: 30px;
    letter-spacing: 0.6px;
}

.point img {
    width: 700px;
}

.double {
    display: flex;
    justify-content: space-evenly;
    line-height: 42px;
    letter-spacing: 0.6px;
}

.pro-box {
    padding-left: 20px;

}

.pro-box h3 {
    padding-bottom: 10px;
    color: var(--white);
}

.pro-box p {
    color: var(--white);
    margin-top: 15px;
    font-size: var(--p);
}

.count1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--white);
}

/* .count1 h2 {
    font-size: var(--h1);
} */

.pro-img {
    /* background: rgba(28, 28, 29, 0.3); */
    border-radius: 10px;
    display: flex;
    align-items: center;
    /* width: 140px; */
}

.maingirl img {
    height: 450px;
    width: 450px;
}

/* -----why chhose us-------- */

/* process timeline */

.time-h1 {
    color: blue;
    text-align: center;
    padding: 20px;
    padding-bottom: 30px;
}

.timeline {
    display: flex;
    padding-inline: 10%;
    justify-content: center;
}

.process {
    /* background-image: url("../images/service-transparent.webp"); */
    background-color: #fff1ef;
    background-repeat: no-repeat;
    background-size: cover;

}

.abs {
    font-size: var(--h4);
    line-height: 0.8em;
    padding-bottom: 50px;
}

.abs span {
    position: relative;
    display: block;
}

.para1,
.timepara {
    padding: 40px;
    width: 100%;
}

.para1 {
    position: relative;
    margin-bottom: 50px;
}

.para1:nth-child(odd) {
    padding-right: calc(50% + 30px);
}

.para1:nth-child(even) {
    padding-left: calc(50% + 30px);
}

.image1 img {
    width: 45%;
}

.para1 h2,
.timepara h2 {
    padding-bottom: 20px;
}

.new1 h2 {
    color: #d26e19;
    font-size: var(--h3);
}

.new2 h2 {
    color: #922cb6;
    font-size: var(--h3);
}

.new3 h2 {
    color: #277d30;
    font-size: var(--h3);
}

.new4 h2 {
    color: #467dff;
    font-size: var(--h3);
}

.new5 h2 {
    color: #f24b5c;
    font-size: var(--h3);
}

.new6 h2 {
    color: #f61143;
    font-size: var(--h3);
}

.para1 p {
    font-size: var(--h6);
    line-height: 28px;
    text-align: justify;
    letter-spacing: 0.8px;
    font-weight: 500;
    font-size: 16px;
}

.arrow1 {
    width: 350px;
    height: 300px;
    position: absolute;
    left: 200px;
    top: 70%;
    transform: rotate(20deg);
}

.arrow2,
.arrow4 {
    width: 1000px;
    height: 400px;
    position: absolute;
    right: 400px;
    top: 95%;
    transform: rotate(10deg);
}

.arrow3 {
    width: 550px;
    height: 130px;
    position: absolute;
    left: 200px;
    top: 105%;
    transform: rotate(-10deg);
}

.arrow5 {
    width: 400px;
    height: 200px;
    position: absolute;
    right: 300px;
    top: 100%;
    transform: rotate(-10deg);
}

.new4,
.new5,
.new3 {
    padding-top: 210px;
}

.new4 {
    padding-top: 150px;
}

.image1 {
    padding-bottom: 30px;
}

/* --------ends---- */


/* prjects sections starts*/

/* design 1 */

.allin {
    width: 100%;
    padding-inline: 100px;
    align-items: center;
    justify-content: space-between;
    padding-top: 100px;
    background: transparent;
    padding-bottom: 100px;
    display: none;
    text-align: justify;
}

.cod {
    position: relative;
    padding: 40px;
    color: rgb(37, 37, 37);
    border: 1px solid #467eaeb8;
    box-shadow: 0px 0px 8px #00000040;
    background: rgb(250, 246, 246);
    line-height: 30px;
    letter-spacing: 1px;
}

.cod::before {
    position: absolute;
    content: '';
    background: turquoise;
    width: 50%;
    height: 50%;
    top: -19px;
    left: -22px;
    z-index: -1;
}

.cod::after {
    position: absolute;
    content: '';
    background: rgb(123, 224, 64);
    width: 50%;
    height: 50%;
    bottom: -20px;
    right: -20px;
    z-index: -1;
}

.cod h2,
.cod h3 {
    margin-bottom: 20px;
}

/* ---design1--- */

/* design2 */
/* lap view prjcts */
.displays {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.trim {
    background-repeat: no-repeat;
    background-size: 100%;
}

.mobiles {
    background-image: url(../images/iphone-optimised.png);
    width: 95px;
    height: 196px;
    background-repeat: no-repeat;
    z-index: 5;
    display: none;
}

.mobiles iframe {
    width: 320px;
    height: 480px;
    top: 32px;
    left: 11px;
    overflow-y: hidden;
}

.laptop {
    background-image: url(../images/laptop-screen-optimised.png);
    width: 477px;
    background-repeat: no-repeat;
    height: 307px;
    z-index: 2;
}

.laptop iframe {
    width: 1280px;
    height: 802px;
    top: 26px;
    left: 60px;
    transform: scale(0.277);
    -webkit-transform: scale(0.277);
    -o-transform: scale(0.277);
    -ms-transform: scale(0.277);
    -moz-transform: scale(0.277);
    transform-origin: top left;
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
    -ms-transform-origin: top left;
    -moz-transform-origin: top left;
}

iframe {
    transform: scale(0.219);
    -webkit-transform: scale(0.219);
    -o-transform: scale(0.219);
    -ms-transform: scale(0.219);
    -moz-transform: scale(0.219);
    transform-origin: top left;
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
    -ms-transform-origin: top left;
    -moz-transform-origin: top left;
    margin: 0;
    padding: 0;
    position: relative;
    background-color: var(--white);
    border-color: var(--black);
}

iframe {
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}

.tablet {
    display: none;
}

.tablet iframe {
    display: none;
}

.mobile {
    display: none;
}

.mobile iframe {
    display: none;
}

/*-----end----------*/
.allins {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 50px;
    justify-content: space-around;
    padding-bottom: 80px;
}

.cood {
    box-shadow: 0px 0px 8px #00000040;
    width: 600px;
    height: auto;
    background: var(--white);
    border-radius: 10px;
    font-family: arial;
    color: #333;
}

.cood p {
    padding: 25px;
    padding-top: 40px;
    text-align: justify;
    letter-spacing: 0.5px;
    line-height: 34px;
}

.cood h1 {
    background: #982068;
    display: inline-block;
    color: var(--white);
    padding: 5px 25px;
    position: relative;
    left: -30px;
    border-bottom-left-radius: 5px;
    margin-top: 15px;
    font-size: var(--h2);

}

.card:hover {
    background: #dddddd40;
}

.cood h1:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    background: #b71540;
    top: 20px;
    left: 10px;
    transform: rotate(45deg);
    z-index: -1;
}

/* ----------prjects------- */

/* linee design  statrs */
.abs {
    font-size: var(--h4);
    line-height: 0.8em;
}

.abs span {
    position: relative;
    display: block;
}

.abs span:nth-child(1):after {
    content: '';
    position: absolute;
    top: 100%;
    right: 46%;
    height: 3px;
    width: 8%;
    background: #0084C9;
    z-index: 1;
    margin-top: 10px;
}

.abss {
    font-size: var(--h4);
    line-height: 0.8em;
}

.abss span {
    position: relative;
    display: block;
}

.abss span:nth-child(1):after {
    content: '';
    position: absolute;
    top: 100%;
    right: 45%;
    height: 3px;
    width: 10%;
    background: var(--white);
    z-index: 1;
    margin-top: 10px;
}

/*  line ends  */

/* ---------responsive  starts-----------*/


/* landing page responsive*/
@media (max-width: 850px) {
    .land {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 10px;
        background: var(--bg);

    }

    .il1 {
        width: 300px;
        height: 300px;
        padding-top: 35px;
    }

    .tagline {
        text-align: center;
        font-size: 26px;
    }

    .para {
        text-align: center;
        font-size: 12px;
    }

    .serv1,
    .serv2 {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: unset;
    }

    .card {
        margin-top: 15px;
    }

    .video {
        display: none;
    }

    .buton {
        display: none;
    }

    .comet {
        display: block;
    }

    .custom-shape-divider-bottom-1641092460 {
        display: block;
    }

    .overlay {
        background: none;
    }
}



@media (max-width: 450px) {

    .land,
    .banner,
    .overlay {
        height: 92vh;
    }

    .tagline {
        font-size: var(--h6);
    }

    .para {
        font-size: 10px;
        display: none;
    }

    .text {
        font-size: var(--p);
        line-height: 20px;
    }
}

@media (max-width: 1170px) {
    .ill1 {
        width: 340px;
        height: 340px;
    }
}

/* land ends respon */

/*----- tilt satrts----- */
/** For tablet devices **/
@media (min-width: 850px) and (max-width: 1023px) {
    .custom-shape-divider-bottom-1641092460 svg {
        width: calc(181% + 1.3px);
        height: 89px;
    }
}

/** For mobile devices **/
@media (max-width: 850px) {
    .custom-shape-divider-bottom-1641092460 svg {
        width: calc(300% + 1.3px);
        height: 104px;
    }

    .custom-shape-divider-bottom-1641092460 {
        bottom: 0;
    }
}

/*------- ends---------- */

/*------- why chhose respon ----------------*/
@media(max-width:1075px) {
    .point {
        flex-basis: 40%;
    }

    .pointed {
        flex-basis: 60%;
    }

    .pro-whole {
        flex-direction: column;

    }

    .pro-img {
        margin: 20px;
    }
}

@media(max-width:1000px) {
    .point {
        flex-basis: 40%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;

    }

    .double {
        flex-direction: column;
        height: 90%;
        justify-content: space-evenly;
    }

    .pointed {

        flex-basis: 60%;
    }

    .point .maingirl {
        display: none;
    }

    .point .counter {
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: space-evenly;
    }

    .count1 h2 {
        font-size: 50px;
    }

    .count1 p {
        font-size: 15px;
        text-align: center;
    }
}

@media(max-width:670px) {
    .pro-box h3 {
        font-size: 15px;
    }

    .pro-box p {
        font-size: 12px;
    }

    .pro-img {
        width: 100px;
        margin-bottom: 20px;
    }

    .pro-img svg {
        width: 80px;
        height: 60px;

    }

    .svg {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 650px) {
    .land {
        height: 92vh;
    }

    .tagline {
        font-size: var(--h4);
    }

    .para {
        font-size: 12px;
    }

    .para1 h2 {
        font-size: var(--h5);
    }

    .para1 p {
        font-size: var(--p);
        line-height: 25px;
    }
}

@media(max-width:600px) {
    .pros {
        flex-direction: column-reverse;
        padding: 10px;
        width: 100%;
    }

    .double {
        flex-direction: row;
        padding: 20px;

    }

    .count1 h2 {
        font-size: var(--h3);
    }
}

/* ends */

/* timeline respon */

@media(max-width:1340px) {

    .arrow2,
    .arrow4 {
        right: 400px;
    }
}

@media(max-width:1330px) {

    .new5,
    .new3 {
        padding-top: 150px;
    }
}

@media(max-width:1270px) {
    .arrow3 {
        width: 450px;
        height: 130px;
        position: absolute;
        left: 200px;
        top: 100%;
    }

    .arrow2,
    .arrow4 {
        width: 800px;
    }

    .arrow5 {
        width: 350px;
        height: 150px;
        position: absolute;
        right: 250px;
        top: 100%;
        transform: rotate(-10deg);
    }
}

@media(max-width:1110px) {

    .arrow2,
    .arrow4 {
        right: 300px;
    }

    .para1 h2 {
        font-size: var(--h4);
    }
}

@media(max-width:1075px) {

    .arrow1 {
        width: 290px;
        height: 300px;
        position: absolute;
        left: 150px;
        top: 70%;
        transform: rotate(20deg);
    }

    .arrow5 {
        width: 350px;
        height: 150px;
        position: absolute;
        right: 200px;
        top: 100%;
        transform: rotate(-10deg);
    }

}

@media(max-width:950px) {

    .arrow2,
    .arrow4 {
        width: 700px;
        height: 300px;
        right: 35%;
    }

    .arrow1 {
        width: 290px;
        height: 200px;
        position: absolute;
        left: 150px;
        top: 70%;
        transform: rotate(0deg);
    }

    .arrow3 {
        width: 400px;
        height: 100px;
        position: absolute;
        left: 150px;
        top: 100%;
    }

    .arrow5 {
        width: 300px;
        height: 150px;
        position: absolute;
        right: 170px;
        top: 100%;
        transform: rotate(-10deg);
    }

    .new5,
    .new3 {
        padding-top: 100px;
    }
}

@media(max-width:870px) {
    .arrow1 {
        width: 290px;
        height: 150px;
        position: absolute;
        left: 150px;
        top: 70%;
        transform: rotate(0deg);
    }

    .arrow3 {
        width: 350px;
        height: 90px;
        position: absolute;
        left: 150px;
        top: 100%;
    }

    .arrow5 {
        width: 280px;
        height: 100px;
        position: absolute;
        right: 15%;
        top: 110%;
        transform: rotate(-25deg);
    }

    .arrow2,
    .arrow4 {
        width: 700px;
        height: 250px;
        right: 35%;
    }
}

@media(max-width:800px) {
    .arrow1 {
        width: 290px;
        height: 150px;
        position: absolute;
        left: 80px;
        top: 75%;
        transform: rotate(0deg);
    }

    .arrow2,
    .arrow4 {
        width: 600px;
        height: 250px;
        right: 35%;
    }
}

@media(max-width:750px) {
    .dots {
        display: none;
    }

    .image1 {
        display: none;
    }

    .para1:nth-child(odd) {
        padding-right: 40px;
    }

    .para1:nth-child(even) {
        padding-left: 40px;
    }

    .new4,
    .new5,
    .new3 {
        padding-top: 40px;
    }

    .process {
        background: #efede6a6;
        padding: 20px;
    }

    .para1 {
        background: var(--white);

    }

    .timepara {
        display: none;
    }

    .timeline {
        margin-top: 50px;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .time1 {
        width: 95%;
        border-radius: 20px;
        padding: 50px;
        background: #f7f9f4cf;
        z-index: 1;
    }

    .para1:nth-child(odd):before {
        content: '';
        position: absolute;
        width: 150px;
        height: 100px;
        top: -30%;
        left: 0%;
        z-index: -1;
    }

    .para1:nth-child(even):before {
        content: '';
        position: absolute;
        width: 150px;
        height: 100px;
        top: -30%;
        right: 0%;
        z-index: -1;
    }

    .new1::before {
        display: none;
    }

    .new2::before {
        background: #d26e19;
    }

    .new3::before {
        background: #277d30;
    }

    .new4::before {
        background: #467dff;
    }

    .new5::before {
        background: #f24b5c;
    }

    .new6::before {
        background: #f61143;
    }
}

@media(max-width:600px) {
    .time1 {
        width: 98%;
        padding: 20px;
    }

    .timeline {
        padding: 1%;
    }
}

@media(max-width:450px) {
    .para1:nth-child(odd):before {
        width: 100px;
        height: 100px;
    }

    .para1:nth-child(even):before {
        width: 100px;
        height: 100px;
    }

    .para1:nth-child(odd) {
        padding: 25px;
    }

    .para1:nth-child(even) {
        padding: 25px;
    }
}

/*------- timeline respon ends------ */

/* prjct respon */
@media(max-width:1340px) {
    .laptop {
        display: none;
    }

    .mobiles {
        display: block;
    }
}

@media(max-width:810px) {
    .allin {
        padding-inline: 40px;
    }
}

@media(max-width:650px) {
    .cod {
        word-spacing: 5px;
    }
}

@media(max-width:550px) {
    .cod {
        box-shadow: 0px 0px 8px #00000040;
        letter-spacing: 1px;
        padding: 22px;
        line-height: 22px;
        font-size: var(--p);
    }
}

@media(max-width:950px) {
    .mobile {
        display: block;
    }

    .laptop {
        display: none;
    }

}

@media(max-width:840px) {
    .allins {
        flex-direction: column;
    }

    .cood {
        width: 80%;
        height: 80%;
    }
}

@media(max-width:563px) {
    .allins {
        display: none;
    }

    .allin {
        display: block;
    }
}

/* prjct respon end */


@media (min-width:1300px) {
    .card {
        width: 350px;
        height: 300px;
    }
}

/* responsive for monitors 23inch */
@media (min-width:1900px) {
    .banner {
        height: 90vh;
    }

    .overlay {
        height: 90vh;
    }

    .tagline {
        font-size: 50px;
    }

    .para {
        font-size: var(--h3);
    }

    .buton {
        margin-top: 65px;
        padding: 29px;
    }

    .but a {
        font-size: var(--h4);
    }

    .abs {
        font-size: var(--h2);
    }

    .text {
        font-size: var(--h3);
    }

    .card {
        width: 450px;
        height: 400px;

    }

    .serv-para {
        font-size: var(--h4);
        line-height: 33px;
    }

    .card h3 {
        font-size: 30px;
    }

    .abss {
        font-size: var(--h2);
    }

    /* point to pick */
    .pointed {
        flex-basis: 50%;
    }

    .pro-box p {
        font-size: var(--h4);
        line-height: 40px;
        letter-spacing: 1.8px;
        padding-left: 20px;
    }

    .pro-box h5 {
        padding-bottom: 15px;
        font-size: 33px;
        padding-left: 20px;
    }

    .pro-whole {
        padding: 36.4px;
    }

    .pro-box {
        padding-left: 40px;
    }

    .maingirl img {
        height: 550px;
        width: 550px;
    }

    .count1 h2 {
        font-size: 50px;
    }

    .count1 p {
        font-size: var(--h3);
        margin-top: 30px;
    }

    .count1 {
        margin-bottom: 35px;
    }

    /* timelinee */

    .para1 p {
        line-height: 58px;
        letter-spacing: 1.8px;
        font-size: var(--h4);
    }

    .para1 h2,
    .timepara h2 {
        padding-bottom: 25px;
        font-size: var(--h1);
    }

    .image1 img {
        width: 42%;
    }

    /* former projects */
    .cood p {
        padding: 50px;
        padding-top: 40px;
        text-align: justify;
        letter-spacing: 0.8px;
        line-height: 49px;
        font-size: var(--h4);
    }

    .cood {
        width: 950px;
    }

    .cood h1 {
        margin-top: 24px;
        font-size: 45px;
    }

    .serv-img {
        width: 80px;
        height: 80px;
    }

    .imgs {
        width: 130px;
        height: 130px;
    }

    .card h5 {
        font-size: var(--h3);
    }

    .svg {
        width: 120px;
        height: 120px;
    }

    .arrow1 {
        width: 486px;
        height: 311px;
        position: absolute;
        left: 334px;
        top: 65%;
        transform: rotate(10deg);
    }

    .arrow2 {
        width: 940px;
        height: 400px;
        position: absolute;
        right: 624px;
        top: 95%;
        transform: rotate(10deg);
    }

    .arrow3 {
        width: 494px;
        height: 178px;
        position: absolute;
        left: 288px;
        top: 100%;
        transform: rotate(-4deg);
    }

    .arrow4 {
        width: 890px;
        height: 450px;
        position: absolute;
        right: 700px;
        top: 100%;
        transform: rotate(10deg);
    }

    .arrow5 {
        width: 446px;
        height: 245px;
        position: absolute;
        right: 620px;
        top: 105%;
        transform: rotate(-10deg);
    }
}



@media (min-width:2500px) {
    .video {
        width: 100%;
    }

    .banner {
        background-image: url(../images/Home.jpg);
    }

    .tagline {
        font-size: 55px;
    }

    .para {
        font-size: 30px;
    }

    .buton {
        margin-top: 65px;
        padding: 31px;
    }

    .but a {
        font-size: var(--h3);
    }

    .abs {
        font-size: var(--h1);
        letter-spacing: 1.8px;
    }

    .text {
        font-size: 32px;
    }

    .card {
        width: 550px;
        height: 450px;

    }

    .serv-para {
        font-size: var(--h3);
        line-height: 45px;
    }

    .card h5 {
        font-size: var(--h2);
    }

    .abss {
        font-size: 45px;
    }

    /* point to pick */
    .pointed {
        flex-basis: 40%;
    }

    .pro-box p {
        font-size: var(--h3);
        line-height: 50px;
        letter-spacing: 1.8px;
        padding-left: 20px;
    }

    .pro-box h5 {
        padding-bottom: 15px;
        font-size: var(--h2);
        padding-left: 20px;
    }

    .pro-whole {
        padding: 50px;
    }

    .pro-box {
        padding-left: 40px;
    }

    .maingirl img {
        height: 700px;
        width: 700px;
    }

    .count1 h2 {
        font-size: 60px;
    }

    .count1 p {
        font-size: 32px;
        margin-top: 30px;
    }

    .count1 {
        margin-bottom: 60px;
    }

    /* timelinee */

    .para1 p {
        line-height: 58px;
        letter-spacing: 1.8px;
        font-size: 30px;
    }

    .para1 h2,
    .timepara h2 {
        padding-bottom: 35px;
        font-size: 45px;
    }

    .image1 img {
        width: 42%;
    }

    .svg {
        width: 150px;
        height: 150px;
    }

    /* former projects */
    .cood p {
        padding: 50px;
        padding-top: 40px;
        text-align: justify;
        letter-spacing: 0.8px;
        line-height: 49px;
        font-size: 30px;
    }

    .cood {
        width: 950px;
    }

    .cood h1 {
        margin-top: 24px;
        font-size: 45px;
    }

    .tablet {
        background-image: url(../images/ipad-optimised.png);
        width: 246px;
        height: 400px;
        z-index: 1;
        position: absolute;
        left: 357px;
        top: -21px;
        background-repeat: no-repeat;
        background-size: 100%;
        display: block;
    }

    .tablet iframe {
        width: 768px;
        height: 1024px;
        top: 35px;
        left: 38px;
        overflow-y: hidden;
        display: block;
    }

    .mobile {
        background-image: url(../images/iphone-optimised.png);
        position: absolute;
        width: 95px;
        height: 196px;
        top: 95px;
        left: -46px;
        z-index: 1;
        background-repeat: no-repeat;
        background-size: 100%;
        display: block;
    }

    .mobile iframe {
        width: 320px;
        height: 480px;
        top: 32px;
        left: 11px;
        overflow-y: hidden;
        display: block;
    }

    .pros {
        display: flex;
        padding: 70px;
        width: 100%;
    }

    .location1,
    .timing1 {
        margin-bottom: 35px;
    }

    .arrow3 {
        width: 600px;
        height: 159px;
        position: absolute;
        left: 402px;
        top: 105%;
        transform: rotate(-4deg);
    }

    .arrow1 {
        width: 580px;
        height: 384px;
        position: absolute;
        left: 334px;
        top: 65%;
        transform: rotate(10deg);
    }

    .arrow2 {
        width: 1000px;
        height: 400px;
        position: absolute;
        right: 850px;
        top: 95%;
        transform: rotate(10deg);
    }

    .arrow4 {
        width: 890px;
        height: 384px;
        position: absolute;
        right: 845px;
        top: 102%;
        transform: rotate(10deg);
    }

    .arrow5 {
        width: 660px;
        height: 315px;
        position: absolute;
        right: 600px;
        top: 112%;
        transform: rotate(-10deg);
    }
}