@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Black.woff2') format('woff2'),
        url('../fonts/Montserrat-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-BlackItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'),
        url('../fonts/Montserrat-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-BoldItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraBoldItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraLightItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Italic.woff2') format('woff2'),
        url('../fonts/Montserrat-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraLight.woff2') format('woff2'),
        url('../fonts/Montserrat-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.woff2') format('woff2'),
        url('../fonts/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ThinItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-MediumItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-LightItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Thin.woff2') format('woff2'),
        url('../fonts/Montserrat-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}


*,
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat';
    scroll-behavior: smooth;
}

.container {
    max-width: 90%;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

a {
    text-decoration: none;
}

header {
    padding: 20px 0px;
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgb(164 168 192 / 20%);
}

.head_wraper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.site_logo {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1.5px;
    color: #333850;
    font-weight: bold;
}

section.hero_section {
    width: 100%;
    position: relative;
}

.herotext-inner {
    max-width: 850px;
    width: 100%;
}

.hero_text {
    max-width: 48%;
    flex: 0 0 48%;
}

.hero_wraper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: calc(100vh - 42px);
    height: 100%;
}

.gg-chevron-right {
    position: relative;
    display: block;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    position: absolute;
    bottom: 50px;
    left: 0;
    margin: 0 auto;
    right: 0px;
    transform: rotate(90deg);
    background-color: #001c4b;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #001c4b;
    transition: 0.3s ease all;
}
.btnTarget:hover .gg-chevron-right{
border-color: #001c4b;
background-color: #fff;
}
.btnTarget:hover  .gg-chevron-right::after{
color: #001c4b;
}
.gg-chevron-right::after {
    content: "";
    display: block;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(-45deg);
    color: #fff;

}

.hero_image {
    max-width: 48%;
    flex: 0 0 48%;
}

.hero_image img {
    width: 100%;
    object-fit: cover;
    display: block;
    margin-left: auto;
}

.hero_text h2 {
    font-size: 22px;
    color: #000000;
    font-weight: 700;
    text-align: left;
    letter-spacing: normal;
}

.hero_text h1 {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    font-size: 60px;
}

.blue_text {
    color: #001d4b;
}

.hero_text p {
    color: #333333;
    font-size: 22px;
    font-weight: 400;
    padding: 24px 0;
}

.banner_btn {
    display: block;
    max-width: 215px;
    width: 100%;
    background-color: #05163a;
    text-align: center;
    color: #fff;
    padding: 15px 0;
    border-radius: 10px;
    border: 1px solid transparent;
    transition: 0.3s ease all;
}
.banner_btn:hover {
    border: 1px solid #05163a;
    background-color: #fff;
    color: #05163a;
}

.banner_btn1 {
    display: block;
    max-width: 215px;
    width: 100%;
    background-color: white;
    text-align: center;
    color: #05163a;
    padding: 15px 0;
    border-radius: 10px;
    border: 1px solid #05163a;
    transition: 0.3s ease all;
}
.banner_btn1:hover {
    border: 1px solid #05163a;
    background-color: #05163a;
    color: #fff;
}

.button-container {
  display: flex;
}

.textmiddle {
 color: #333333;
    font-size: 22px;
    font-weight: 400;
    padding: 24px 0;
 text-align: center;
}




.client-logos-section {
    text-align: center;
    padding: 20px;
}


.client-logos-section .logo-container {
   display: grid;
    gap: 10px; 
    justify-items: center; 
}

/* Same size logos*/
.client-logos-section .logo-container img {
    width: 100%; 
    max-width: 250px; 
    height: 250px; 
    object-fit: contain; 
    display: block;
	
}

.client-logos-section h2 {
text-align: center;
    font-size: 60px;
    font-weight: 700;
    color: #000000;
}




header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .social-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

header .social-links a {
    margin-left: 15px;
}

header .linkedin-link img {
    width: 30px;
    height: 30px;
}

header .head_wraper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}


















@media (min-width: 375px) {
    .client-logos-section .logo-container {
        grid-template-columns: repeat(1, 1fr); 

    }
}

@media (min-width: 600px) {
    .client-logos-section .logo-container {
        grid-template-columns: repeat(2, 1fr); 

    }
}

@media (min-width: 900px) {
    .client-logos-section .logo-container {
        grid-template-columns: repeat(3, 1fr); 

    }
}

@media (min-width: 1200px) {
    .client-logos-section .logo-container {
        grid-template-columns: repeat(4, 1fr); 

 
    }
}










.client_projects span {
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
    color: #05163a;
    text-align: center;
    display: block;
}

.client_projects h3 {
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    color: #000000;

}

.carousel__viewport {
    display: none;
}

.projects_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

section.client_projects {
    padding: 100px 0 0;
}

.fancybox__caption {
    text-align: center;
}

.projects_wrapper a {
    display: block;
    max-width: 48%;
    margin: 100px 0;
    width: 100%;
    position: relative;
}

.fancybox h3 {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    opacity: 0;
    transition: 0.3s ease all;
    padding: 15px 0;
    z-index: 3;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 20px;
}

.fancybox::after{
    display: flex;
    z-index: 2;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 20px;
    transition: opacity 300ms ease;
    opacity: 0;
    background: linear-gradient(180deg, transparent 62%, rgba(0,0,0,0.00345888) 63.94%, rgba(0,0,0,0.014204) 65.89%, rgba(0,0,0,0.0326639) 67.83%, rgba(0,0,0,0.0589645) 69.78%, rgba(0,0,0,0.0927099) 71.72%, rgba(0,0,0,0.132754) 73.67%, rgba(0,0,0,0.177076) 75.61%, rgba(0,0,0,0.222924) 77.56%, rgba(0,0,0,0.267246) 79.5%, rgba(0,0,0,0.30729) 81.44%, rgba(0,0,0,0.341035) 83.39%, rgba(0,0,0,0.367336) 85.33%, rgba(0,0,0,0.385796) 87.28%, rgba(0,0,0,0.396541) 89.22%, rgba(0,0,0,0.4) 91.17%);
    pointer-events: none;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 3px;
    left: 0;
}

.fancybox:hover h3 {
    opacity: 1;
}
.fancybox:hover::after{
    opacity: 1;
}

.projects_wrapper img {
    width: 100%;
    object-fit: cover;
}

footer {
    padding: 30px 0;
}

.copywriting {
    text-align: center;
    color: #333333;
    line-height: 19.6px;
    font-weight: 400;
    font-size: 14px;
}

@media(max-width: 1705px) {
    .hero_text h1 {
        font-size: 40px;
    }
}

@media (max-width:1200px) {


    .container {
        max-width: 95%;
        padding: 0 30px;
    }

    .hero_text h2 {
        font-size: 20px;
    }

    a.btnTarget {
        display: none;
    }
}

@media (max-width:992px) {
    .hero_text h1 {
        font-size: 30px;
    }

    .hero_text p {
        font-size: 18px;
    }

    .hero_image img {
        width: 90%;
    }

    .client_projects h3 {
        font-size: 40px;
    }

    .projects_wrapper a {
        margin: 50px 0;
    }

    .hero_text h1 {
        font-size: 25px;
    }

    .banner_btn {
        max-width: 190px;
    }

    .projects_wrapper a {
        max-width: 100%;
    }
}

@media (max-width:767px) {
    .hero_wraper {
        flex-direction: column-reverse;
    }

    .hero_image {
        max-width: 100%;
        flex: 0 0 100%;
        width: 100%;
    }

    .hero_text {
        max-width: 100%;
        flex: 0 0 100%;
        padding-top: 50px;
    }

    .hero_text h1 {
        font-size: 26px;
        text-align: center;
    }

    .hero_text h2 {
        padding-bottom: 20px;
        text-align: center;
    }

    .hero_text {
        text-align: center;
    }

    .author_name,
    .author_desc {
        text-align: center;
    }

    .client_projects h3 {
        font-size: 30px;
    }

	.client-logos-section h2 {
 font-size: 30px;
}

.textmiddle {
 font-size: 18px;
}

    .banner_btn {
        margin: 0 auto;
    }



}
