html{
    max-width: 100vw;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
}

body{
    margin: 0;
    padding-top: 75px;
    max-width: 100vw;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

main {
    flex: 1 0 auto; /* Allow main to grow and fill space */
}

header{
    margin: 0;
}

/* Navigation bar styles */

        /* Mobile elements */
        @media(max-width: 1140px){

        .navbar{
            display: none;
        }

        .mobileheader{
            margin: 0;
            display: flex;
            align-items: center;
            justify-items: center;
            top: 0;
            position: fixed;
            width: 100%;
            height: 75px;
            z-index: 100;
            overflow-x: hidden;
            background: linear-gradient(90deg, #222444 0%, #085981 50.5%);
        }

        .openmenu{
            display: flex;
            cursor: pointer;
        }

        .mobile-minilogo{
            display: none;
        }

        .mobile-bancrafttitle {
            padding-left: 30px;
            height: 28px;
        }

        .mobilemenu{
            display: flex;
            position: fixed;
            flex-direction: column;
            justify-content: flex-start;
            align-items: center;
            background: linear-gradient(90deg, #222444 0%, #085981 50.5%);
            width: 250px;
            height: 100%;
            left: -100%;
            z-index: 100;
            transition: left 0.5s ease-in-out;
        }

        .mobilemenu .contactbutton{
            font-family: Outfit;
            font-size: 25px;
            color: rgb(255, 255, 255);
            background-color: transparent;
            border-radius: 57px;
            border: 1px solid #FFF;
            padding: 14px 25px;
            align-items: flex-end;
            gap: 10px;
        }


        .mobilemenu button{
            border: none;
            margin-top: 10px;
            margin-bottom: 10px;
            padding: 14px 25px;
            font-family: Outfit;
            font-size: 25px;
            width: 80%;
            color: rgb(255, 255, 255);
            background-color: transparent;
            cursor: pointer;
        }
        }


        @media(min-width: 1140px){
        .mobileheader, .mobilemenu{
            display: none;
        }
        }
        /* Mobile elements */

@media(min-width: 1140px){

    .mobileheader, .mobilemenu{
        display: none;
    }

.gradient-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% 50%, #085981 5%, #222444 20%);
    transition: background 0.2s ease-out;
    pointer-events: none;
}

.navbar{
    display: flex;
    justify-content: flex-start;
    margin: 0;
    top: 0;
    position: fixed;
    width: 100%;
    height: 75px;
    z-index: 10;
    overflow: hidden;
}

.navbar a{
    width: 350px;
    height: 100%;
}

.homebutton{
    display: flex;
    width: 350px;
    align-items: center;
    z-index: 1000;
}

.navbuttons{
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 30px;
}

.empty{
    width: 100%;
}

.minilogo, .bancrafttitle {
    padding-left: 21px;
    height: 28px;
}


.navbuttons .contactbutton{
    font-family: Outfit;
    font-size: 25px;
    color: rgb(255, 255, 255);
    background-color: transparent;
    border-radius: 57px;
    border: 1px solid #FFF;
    padding: 14px 25px;
}

.navbuttons button{
    border: none;
    white-space: nowrap;
    padding-inline: 50px;
    font-family: Outfit;
    font-size: 25px;
    color: rgb(255, 255, 255);
    background-color: transparent;
    cursor: pointer;
}
}
/* Navigation bar styles end */



/* Landing page styles */

        /* Mobile elements */
        @media(max-width: 800px){

        .homepage{
            display: flex;
            position: relative;
            overflow: hidden;
            width: 100%;
            height: 100vh;

        }


        .logo{
            width: 150px;
            padding-bottom: 30px;
        }

        .introp{
            width: 350px;
            font-family: Outfit;
            font-size: 60px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            line-height: 1.2;
            background: linear-gradient(90deg, #222444 0%, #085981 50.5%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin: 0;
        }



        .intro{
            width: 100%;
            height: 100%;
            margin-left: 30px;
            margin-top: 30px;
            position: absolute;
            z-index: 4;
            overflow: hidden;
        }

        .keepreading{
            display: none;
        }

        .home-contact-button{
        font-family: Outfit;
        font-size: 25px;
        color: #222444;
        background-color: transparent;
        border-radius: 57px;
        border: 1px solid #222444;
        padding: 14px 25px;
        margin-top: 30px;
        }

        .homepagebckgrnd{
            justify-self: end;
            z-index: 1;
            position: absolute;
            width: 100%; /* Keep the same width */
            height: 100%;
            overflow: hidden;
        }

        .homepagebckgrnd img {
            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: 70% center !important;
            opacity: 0;
            transition: opacity 1s ease-in-out;
            overflow: hidden;
        }

        .homepagebckgrnd img.active {
            opacity: 1;
        }

        .gradienthome{
            position: absolute;
            width: 100%;
            height: 100%;
            z-index: 3;
            background: linear-gradient(90deg, #FFF 30%, rgba(255, 255, 255, 0.00) 100%);
            overflow: hidden;
        }
        }
        /* Mobile elements */


@media(min-width: 800px){

.home-contact-button{
    display: none;
}

.homepage{
    display: grid;
    grid-template-columns: 17% 83%;
    grid-template-rows: 100%;
    position: relative;
    overflow: hidden;

}


.logo{
    width: 279px;
    height: 160px;
    margin-block: 30px;
    margin-left: 5px;
}

.introp{
    width: 500px;
    font-family: Outfit;
    font-size: 70px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    line-height: 1.2;
    background: linear-gradient(90deg, #222444 0%, #085981 50.5%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-block: 30px;
}

.homepage button {
    font-family: Outfit;
    font-size: 40px;
    background: linear-gradient(90deg, #222444 0%, #085981 50.5%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: left;
    margin-block: 30px;
    text-decoration: underline;
    text-decoration-color: #222444;
    outline: none;              
    box-shadow: none;           
    border: none;
    cursor: pointer;
}

.intro{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 655px;
    z-index: 4;
    margin-left: 18vw;
    margin-block: 50px;
}

.homepagebckgrnd{
    justify-self: end;
    z-index: 1;
    position: absolute;
    width: 100%; /* Keep the same width */
    height: 100%;
    overflow: hidden;
}

.homepagebckgrnd img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.homepagebckgrnd img.active {
    opacity: 1;
}

.gradienthome{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: linear-gradient(90deg, #FFF 30%, rgba(255, 255, 255, 0.00) 74%);
}
}
/* Landing page end */


/* About us style */

        /* Mobile elements */
        @media(max-width: 1140px){

        .biglogopng{
            height: 200px;
            object-position: left;
        }
        
        .stockpng1{
            width: 100%;
            height: 200px;
            object-fit: cover;
            object-position: right;
        }
        
        .aboutstrip{
            display: grid;
            grid-template-columns: 100%;
            grid-template-rows: 1fr 1fr 200px;
            position: relative;
        }
        
        .biglogo{
            grid-column: 1/2;
            grid-row: 3/4;
            margin-left: -60px;
            justify-self: start;
            z-index: 10;
        }
        
        .stockimage1{
            grid-column: 1/3;
            grid-row: 3/4;
            width: 100%;
        }
        
        .abouttext{
            grid-column: 1/2;
            grid-row: 1/2;
            margin-left: 30px;
            align-self: top;
        }

        .abouttext h1{
            flex-shrink: 0;
            background: linear-gradient(90deg, #085981 0%, #222444 50.5%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-family: Outfit;
            margin-block: 30px;
            font-size: 55px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }
        
        .abouttext p{
            margin-right: 30px;
            background: linear-gradient(90deg, #085981 0%, #222444 50.5%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-family: Outfit;
            font-size: 18px;
            font-style: normal;
            font-weight: 300;
            line-height: normal;
            text-align: justify;
        }

        .MISSION{
            grid-column: 1/2;
            grid-row: 2/3;
            margin-left: 30px;
            align-self: top;
        }
        
        .MISSION p{
            margin-right: 30px;
            background: linear-gradient(90deg, #085981 0%, #222444 50.5%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-family: Outfit;
            font-size: 18px;
            font-style: normal;
            font-weight: 300;
            line-height: normal;
            text-align: justify;
        }
        
        .MISSION ul{
            width: 80%;
            background: linear-gradient(90deg, #085981 0%, #222444 50.5%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-family: Outfit;
            font-style: normal;
            font-weight: 300;
            line-height: 250%;
            text-align: justify;
            margin-bottom: 30px;
        }
        
        .MISSION h1{
            margin-bottom: 30px;
            margin-top: 0;
            margin-right: 30px;
            background: linear-gradient(90deg, #085981 0%, #222444 50.5%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-family: Outfit;
            font-size: 55px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            text-align: right;
        }

        }
        /* Mobile elements */


@media(min-width: 1140px){

.aboutstrip{
    display: grid;
    grid-template-columns: 17% 33% 33% 17%;
    grid-template-rows: 100%;
    position: relative;
}

.biglogopng{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
}

.stockpng1{    
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
}



.biglogo{
    grid-column: 1 / 1;
    grid-row: 1 / 1;
    justify-self: end;
    z-index: 5;
}

.stockimage1{
    overflow: hidden;
    grid-column: 4/5;
    grid-row: 1/2;
}

.gradientabout{
    grid-column: 4/5;
    grid-row: 1/2;
    width: 100%;
    background: linear-gradient(100deg, #ffffff 22%, rgba(255, 255, 255, 0.00) 22.2%);
    z-index: 1;
}

.abouttext{
    margin-top: -50px;
    grid-column: 2/2;
    grid-row: 1/2;
    padding-block: 50px;
    padding-left: 30px;
    width: 100%;
}

.abouttext h1{
    margin-bottom: 30px;
    flex-shrink: 0;
    background: linear-gradient(90deg, #085981 0%, #222444 50.5%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;    font-family: Outfit;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.abouttext p{
    width: 90%;
    background: linear-gradient(90deg, #085981 0%, #222444 50.5%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;    font-family: Outfit;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-align: justify;
}

.MISSION{
    margin-top: -50px;
    margin-left: 30px;
    grid-column: 3/4;
    grid-row: 1/2;
    padding-block: 50px;
    width: 100%;
}

.MISSION p{
    width: 90%;
    background: linear-gradient(90deg, #085981 0%, #222444 50.5%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Outfit;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-align: justify;
}

.MISSION ul{
    width: 80%;
    background: linear-gradient(90deg, #085981 0%, #222444 50.5%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Outfit;
    font-style: normal;
    font-weight: 300;
    line-height: 250%;
    text-align: justify;
}

.MISSION h1{
    margin-bottom: 30px;
    margin-right: 10%;
    background: linear-gradient(90deg, #085981 0%, #222444 50.5%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Outfit;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: right;
}

}
/* About Us style end */


/* Services styles */

        /* Mobile elements */
        @media(max-width: 1150px){
            
        .servicesheader{
        display: grid;
        background: linear-gradient(90deg, #222444 30%, #085981 100%);
        grid-template-columns: 30% 70%;
        position: relative;
        margin-block: 100px;
        }

        .icon{
        grid-column: 1/2;
        grid-row: 1/1;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 60px;
        color: #f8cf45;
        }

        .servimg1{
        grid-column: 1/2;
        grid-row: 2/3;
        }
        
        .servicesheader img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: right;
        }
        
        .servicestitle{
        padding-block: 30px;
        grid-column: 2/3;
        grid-row: 1/2;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content:center;
        position: relative;
        z-index: 5;
        }
        

        
        .servtitle{
            color: #ffffff;
            font-family: Outfit;
            font-size: 55px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            margin: 0;
        }


        .servicestitle p{
            padding-right: 30px;
            color: #ffffff;    
            font-family: Outfit;
            font-size: 18px;
            font-style: normal;
            font-weight: 200;
            line-height: normal;
        }

        .serviceslist{
        grid-column: 2/3;
        grid-row: 2/3;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        }

        .serviceslist button{
        padding-inline: 10px;
        padding-block: 10px;
        border-right: none;
        border-bottom: none;
        border-left: 1px solid #ffffff;
        border-top: 1px solid #ffffff;
        font-family: Outfit;
        font-size: 20px;
        font-weight: 300;
        width: 100%;
        color: #ffffff;
        text-align: left;
        background-color: transparent;
        cursor: pointer;
        }

        .mc{
        display: grid;
        grid-template-columns: 100vw;
        margin-bottom: 60px;
        }

        .mc ul{
        grid-column: 1/1;
        grid-row: 2/3;
        font-family: Outfit;
        line-height: 150%;
        font-weight: 200;
        font-size: 18px;
        margin-inline: 30px;
        }

        .mc-slider{
        display: grid;
        }

        .mc-slider img{
        grid-column: 1/2;
        grid-row: 1/1;
        height: 300px;
        width: 100%;
        object-fit: cover;
        object-position: 50% 25%;
        }

        .mc-slider h1{
        grid-column: 1/1;
        grid-row: 1/1;
        font-family: Outfit;
        font-weight: 200;
        color: #ffffff;
        font-size: 50px;
        margin-left: 30px;
        z-index: 4;
        }

        .gradient{
        grid-column: 1/2;
        grid-row: 1/1;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, #ffffff00 0%, #085981 70%);
        z-index: 3;
        }
        
         .esag{
        display: grid;
        grid-template-columns: 100vw;
        margin-bottom: 60px;
        }

        .esag ul{
        grid-column: 1/1;
        grid-row: 2/3;
        font-family: Outfit;
        line-height: 150%;
        font-weight: 200;
        font-size: 18px;
        margin-inline: 30px;
        }

        .esag-slider{
        display: grid;
        }

        .esag-slider img{
        grid-column: 1/2;
        grid-row: 1/1;
        height: 300px;
        width: 100%;
        object-fit: cover;
        }

        .esag-slider h1{
        grid-column: 1/1;
        grid-row: 1/1;
        font-family: Outfit;
        font-weight: 200;
        color: #ffffff;
        font-size: 45px;
        margin-left: 30px;
        z-index: 4;
        }

        .gradient2{
        grid-column: 1/2;
        grid-row: 1/1;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, #0000002c 0%, #085981 70%);
        z-index: 3;
        }


        .it{
        display: grid;
        grid-template-columns: 100vw;
        margin-bottom: 60px;
        }

        .it ul{
        grid-column: 1/1;
        grid-row: 2/3;
        font-family: Outfit;
        line-height: 150%;
        font-weight: 200;
        font-size: 18px;
        margin-inline: 30px;
        }

        .it-slider{
        display: grid;
        }

        .it-slider img{
        grid-column: 1/2;
        grid-row: 1/1;
        height: 300px;
        width: 100%;
        object-fit: cover;
        object-position: 50% 25%;
        }

        .it-slider h1{
        grid-column: 1/1;
        grid-row: 1/1;
        font-family: Outfit;
        font-weight: 200;
        color: #ffffff;
        font-size: 50px;
        margin-left: 30px;
        z-index: 4;
        }

        .gradient3{
        grid-column: 1/2;
        grid-row: 1/1;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, #ffffff00 0%, #085981 70%);
        z-index: 3;
        }



        .ds{
        display: grid;
        grid-template-columns: 100vw;
        }

        .ds ul{
        grid-column: 1/1;
        grid-row: 2/3;
        font-family: Outfit;
        line-height: 150%;
        font-weight: 200;
        font-size: 18px;
        margin-inline: 30px;
        }

        .ds-slider{
        display: grid;
        }

        .ds-slider img{
        grid-column: 1/2;
        grid-row: 1/1;
        height: 300px;
        width: 100%;
        object-fit: cover;
        object-position: top;
        }

        .ds-slider h1{
        grid-column: 1/1;
        grid-row: 1/1;
        font-family: Outfit;
        font-weight: 200;
        color: #ffffff;
        font-size: 50px;
        margin-left: 30px;
        z-index: 4;
        }

        .gradient4{
        grid-column: 1/2;
        grid-row: 1/1;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, #ffffff00 0%, #085981 70%);
        z-index: 3;
        }

        }



@media(min-width: 1150px){

#services {
    scroll-margin-top: 80px; /* adjust based on header height */
}


.servicesheader{
    display: grid;
    background: linear-gradient(90deg, #222444 30%, #085981 100%);
    grid-template-columns: 17% 33% 33% 17%;
    grid-template-rows: 100%;
    position: relative;
    margin: 0;
}

.icon{
    grid-column: 1/1;
    grid-row: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 80px;
    color: #f8cf45;
}

.servicesheader img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
    transform: scaleX(-1);
}

.servimg1{
    grid-column: 4/5;
    grid-row: 1 / 1;
}

.servicestitle{
    padding-right: 30px;
    padding-left: 30px;
    grid-column: 2/3;
    grid-row: 1/1;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content:center;
    position: relative;
    z-index: 5;
}


.servtitle{
    color: #ffffff;
    font-family: Outfit;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}


.servicestitle p{
    grid-column: 2/3;
    grid-row: 1/1;
    color: #ffffff;    
    font-family: Outfit;
    font-size: 26px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    text-align: left;
}

.serviceslist{
    grid-column: 3/4;
    grid-row: 1/1;
    padding-inline: 30px;
    padding-block: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.serviceslist button{
    padding-block: 20px;
    padding-right: 20px;
    border-right: 1px solid #ffffff;
    border-bottom: none;
    border-left: none;
    border-top: none;
    font-family: Outfit;
    font-size: 25px;
    font-weight: 300;
    text-align: right;
    width: 100%;
    color: #ffffff; 
    background-color: transparent;
    cursor: pointer;
}


.mc{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.mc:hover .mc-slider {
    transform: translateX(-68%);
}

.mc ul{
    position: absolute;
    font-family: Outfit;
    line-height: 200%;
    font-weight: 200;
    font-size: 24px;
    margin-left: 28%;
    z-index: -1;
}

.mc-slider{
    background: linear-gradient(90deg, #222444 0%, #085981 50.5%);
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 400px;
    width: 83%;
    align-items: center;
    transition: transform 0.7s cubic-bezier(0.77, 0, 0.175, 1);
}


.mc-slider h1{
    grid-column: 2/3;
    grid-row: 1/1;
    font-family: Outfit;
    font-weight: 200;
    color: #ffffff;
    font-size: 60px;
    text-align: right;
    margin-right: 50px;
    z-index: 4;
}

.gradient{
    grid-column: 1/2;
    grid-row: 1/1;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #22244400 50%, #085981 95%);
    z-index: 3;
}

.mc-slider img{
    grid-column: 1/2;
    grid-row: 1/1;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.esag:hover .esag-slider{
    transform: translateX(68%);
}

.esag:hover .esag ul{
    z-index: 1;
}

.esag{
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
}

.esag ul{
    position: absolute;
    font-family: Outfit;
    max-height: 500px;
    line-height: 150%;
    font-size: 24px;
    font-weight: 200;
    margin-left: 18%;
    margin-right: 28%;
    z-index: 1;
    overflow: hidden;
    overflow-y: auto; /* Scrolls vertically if needed */
    overflow-x: hidden;
}

.esag-slider{
    background-color: #085981;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 600px;
    width: 83%;
    align-items: center;
    justify-content: end;
    margin-left: auto;
    transition: transform 0.7s cubic-bezier(0.77, 0, 0.175, 1);
    height: 100%;
    z-index: 3;
}

.esag-slider h1{
    grid-column: 1/2;
    grid-row: 1/1;
    font-family: Outfit;
    font-weight: 200;
    color: #ffffff;
    font-size: 57px;
    text-align: left;
    margin-left: 50px;
    z-index: 4;
}

.gradient2{
    grid-column: 2/3;
    grid-row: 1/1;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #085981 5%, #22244400 50%);
    z-index: 3;
}

.esag-slider img{
    grid-column: 2/3;
    grid-row: 1/1;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.it:hover .it-slider {
    transform: translateX(-68%);
}

.it{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.it ul{
    position: absolute;
    font-family: Outfit;
    line-height: 200%;
    font-weight: 200;
    font-size: 24px;
    margin-left: 28%;
    margin-right: 18%;
    z-index: -1;
}

.it-slider{
    background: linear-gradient(90deg, #222444 0%, #085981 50.5%);
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 400px;
    width: 83%;
    align-items: center;
    transition: transform 0.7s cubic-bezier(0.77, 0, 0.175, 1);
}

.it-slider h1{
    grid-column: 2/3;
    grid-row: 1/1;
    font-family: Outfit;
    font-weight: 200;
    color: #ffffff;
    font-size: 60px;
    text-align: right;
    margin-right: 50px;
    z-index: 4;
}

.gradient3{
    grid-column: 1/2;
    grid-row: 1/1;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #22244400 50%, #085981 95%);
    z-index: 3;
}

.it-slider img{
    grid-column: 1/2;
    grid-row: 1/1;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.ds:hover .ds-slider {
    transform: translateX(68%);
}

.ds{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.ds ul{
    overflow-x: hidden;
    position: absolute;
    font-family: Outfit;
    line-height: 150%;
    font-weight: 200;
    font-size: 24px;
    margin-left: 18%;
    margin-right: 510px;
    z-index: -1;
}

.ds-slider{
    background-color: #085981;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 400px;
    width: 83%;
    align-items: center;
    justify-content: end;
    margin-left: auto;
    transition: transform 0.7s cubic-bezier(0.77, 0, 0.175, 1);
}

.ds-slider h1{
    grid-column: 1/2;
    grid-row: 1/1;
    font-family: Outfit;
    font-weight: 200;
    color: #ffffff;
    font-size: 60px;
    text-align: left;
    margin-left: 50px;
    z-index: 4;
}

.gradient4{
    grid-column: 2/3;
    grid-row: 1/1;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #085981 5%, #22244400 50%);
    z-index: 3;
}

.ds-slider img{
    grid-column: 2/3;
    grid-row: 1/1;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
}



/* References */


        @media(max-width: 768px){

        .refstrip{
        display: grid;
        grid-template-columns: 30% 70%;
        grid-template-rows: 100%;
        margin-bottom: 30px;
        }
        
        .ref-icon{
        grid-column: 1/1;
        grid-row: 1/1;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 60px;
        color: #f8cf45;
        }

        .refstrip h1{
            color: #ffffff;
            font-family: Outfit;
            font-size: 55px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            margin: 0;
        }

        .refstrip h4{
            font-family: Outfit;
            font-size: 18px;
            width: 80%;
            color: #ffffff;
            font-weight: 200;
            margin-block: 26px;
        }


        .refstrip p{
        margin-left: 17%;
        font-family: Outfit;
        font-size: 16px;
        color: #ffffff;
        font-weight: 200;
        margin-block: 30px;
        text-align: center;
        width: 66%;
        }

        .ref p{
        font-family: Outfit;
        font-size: 16px;
        color: #ffffff;
        font-weight: 200;
        margin-block: 30px;
        text-align: center;
        }

        .ref{
        background: linear-gradient(90deg, #222444 30%, #085981 100%);
        margin-block: 100px;
        }

        .reftitle{
            grid-column: 2/3;
            grid-row: 1/1;
            margin-block: 30px;

        }


        .slider-wrapper{
            position: relative;
            height: 400px;
        }

        .reflist{
            position: relative;
            width: 100vw;
            height: 400px;
            overflow: hidden;
            background: linear-gradient(90deg, #222444 30%, #085981 100%);
        }

        .slider-wrapper button{
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            font-size: 100px;
            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
            border-radius: 12px;
            box-shadow: 0 0 20px rgba(36, 32, 66, 0.798);
            color: #ffffff;
            background: #22244486;
            border: none;
            height: 50%;
            cursor: pointer;
            z-index: 10;
        }

        .nav-button-left {
            left: 5%;
        }
        
        .nav-button-right {
            right: 5%;
        }

        .doc-card{
            display: flex;
            align-items: center;
            justify-content: center;
            height: 50%;
            aspect-ratio: 1/1;
            background: #ffffff;
            border-radius: 30px;
            cursor: pointer;
            margin-block: 50px;
            position: absolute;
            top: 0;
            left: 50%;
            transition: transform 0.4s ease, opacity 0.4s ease;
            opacity: 0;
        }

        .pos-1 { transform: translateX(-4000%); opacity: 0; z-index: 0; }
        .pos-2 { transform: translateX(-290%); opacity: 0.6; z-index: 1; }
        .pos-3 { transform: translateX(-170%); opacity: 1; z-index: 2; }
        .pos-4 { transform: translateX(-50%); opacity: 1; z-index: 3; }
        .pos-5 { transform: translateX(70%); opacity: 1; z-index: 2; }
        .pos-6 { transform: translateX(190%); opacity: 0.6; z-index: 1; }


        a {
            display: flex;
            flex-direction: column;
            justify-content: space-evenly;
            align-items: center;
            width: 100%;
            height: 100%;
        }

        .wrapper{
            display: flex;
            flex-direction: column;
            justify-content: space-evenly;
            align-items: center;
            width: 80%;
            height: 80%;
            border: 1px solid #085981;
            border-radius: 24px;

        }

        .card-title p{
            text-align: center;
            font-size: 16px;
            padding-top: 5px;
            width: 90%;
            height: 90px;
            text-overflow: hidden;
            background: linear-gradient(90deg, #085981 0%, #222444 50.5%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;    font-family: Outfit;
            margin: 0 auto;
        }

        .card-icon i{
            font-size: 65px;
            color: #222444;
        }
        }

@media(min-width: 768px){


.refstrip{
    display: grid;
    grid-template-columns: 17% 66% 17%;
    grid-template-rows: 100%;
    margin-bottom: 60px;
}

.ref-icon{
    grid-column: 1/1;
    grid-row: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 80px;
    color: #f8cf45;
}

.refstrip h1{
    color: #ffffff;
    font-family: Outfit;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.refstrip h4{
    font-family: Outfit;
    font-size: 28px;
    color: #ffffff;
    font-weight: 200;
    margin-block: 26px;
}

.refstrip p{
    margin-left: 17%;
    font-family: Outfit;
    font-size: 22px;
    color: #ffffff;
    font-weight: 200;
    margin-block: 30px;
    text-align: center;
    width: 66%;
}

.ref p{
    font-family: Outfit;
    font-size: 22px;
    color: #ffffff;
    font-weight: 200;
    margin-block: 30px;
    text-align: center;
}

.ref{
    background: linear-gradient(90deg, #222444 30%, #085981 100%);
    margin-block: 100px;
}



.reftitle{
    grid-column: 2/3;
    grid-row: 1/1;
    margin-block: 50px;

}


.slider-wrapper{
    position: relative;
    height: 400px;
}

.reflist{
    position: relative;
    width: 100vw;
    height: 400px;
    overflow: hidden;
    background: linear-gradient(90deg, #222444 30%, #085981 100%);
}

.slider-wrapper button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 100px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(36, 32, 66, 0.798);
    color: #ffffff;
    background: #22244486;
    border: none;
    height: 75%;
    cursor: pointer;
    z-index: 10;
}

.nav-button-left {
    left: 16%;
  }
  
  .nav-button-right {
    right: 16%;
  }

.doc-card{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 75%;
    aspect-ratio: 1/1;
    background: #ffffff;
    border-radius: 30px;
    cursor: pointer;
    margin-block: 50px;
    position: absolute;
    top: 0;
    left: 50%;
    transition: transform 0.4s ease, opacity 0.4s ease;
    opacity: 0;
}

.pos-1 { transform: translateX(-4000%); opacity: 0; z-index: 0; }
.pos-2 { transform: translateX(-290%); opacity: 0.6; z-index: 1; }
.pos-3 { transform: translateX(-170%); opacity: 1; z-index: 2; }
.pos-4 { transform: translateX(-50%); opacity: 1; z-index: 3; }
.pos-5 { transform: translateX(70%); opacity: 1; z-index: 2; }
.pos-6 { transform: translateX(190%); opacity: 0.6; z-index: 1; }


a {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    height: 100%;
}

.wrapper{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 80%;
    height: 80%;
    border: 1px solid #085981;
    border-radius: 24px;

}

.card-title p{
    text-align: center;
    font-size: 16px;
    width: 90%;
    background: linear-gradient(90deg, #085981 0%, #222444 50.5%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;    font-family: Outfit;
    margin: 0 auto;
}

.card-icon i{
    font-size: 65px;
    color: #222444;
}
}

/*References end*/

/* Footer */

    @media(max-width: 768px){

        .contact{
        display: grid;
        grid-template-columns: 30% 40% 30%;
        grid-template-rows: 250px;
        background: linear-gradient(90deg, #222444 30%, #085981 100%);
        }

        .site-wrapper{
            position: relative; /* Needed for absolute positioning inside */
            height: 100%;
        }

        .site-wrapper p a{
            position: absolute;
            bottom: 0;
        }

        .cnticon{
            grid-column: 1/2;
            grid-row: 1/1;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 60px;
            color: #f8cf45;
        }

        .cnt{
            grid-column: 2/3;
            grid-row: 1/1;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .cnt p{
            text-align: center;
            font-family: Outfit;
            color: #ffffff;
            font-size: 30px;
            margin: 0;
            margin-top: 40px;
        }

        .cnt a{
            font-family: Outfit;
            color: #ffffff;
            text-decoration: underline;
            padding: 0;
            margin: 0;
            font-size: 20px;
        }

    }


@media(min-width: 768px){

.site-wrapper{
    position: relative; /* Needed for absolute positioning inside */
    height: 100%;
}

.site-wrapper p a{
    position: absolute;
    bottom: 0;
}

.cnticon{
    grid-column: 1/2;
    grid-row: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 80px;
    color: #f8cf45;
}

.contact{
    display: grid;
    grid-template-columns: 17% 66% 17%;
    grid-template-rows: 250px;
    background: linear-gradient(90deg, #222444 30%, #085981 100%);
}

.cnt{
    grid-column: 2/3;
    grid-row: 1/1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cnt p{
    text-align: center;
    font-family: Outfit;
    color: #ffffff;
    font-size: 40px;
    margin: 0;
    margin-top: 40px;
}

.cnt a{
    font-family: Outfit;
    color: #ffffff;
    text-decoration: underline;
    padding: 0;
    margin: 0;
    font-size: 28px;
}
}
/* Footer */