@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Inconsolata:wght@200..900&display=swap");


body{
    /* font-family: "Nunito", sans-serif; */
    /* font-family:"ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji"; */
    font-family: ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    /* height: 1000vh; */
    overflow-x: hidden;
    font-family: Gilroy;
}
  
@font-face {
    font-family: Gilroy;
    src: url(static/fonts/gilroy/Gilroy-UltraLight.ttf);
    font-style: normal;
    font-weight: 200;
}
@font-face {
    font-family: Gilroy;
    src: url(static/fonts/gilroy/Gilroy-UltraLightItalic.ttf);
    font-style: italic;
    font-weight: 200;
}
@font-face {
    font-family: Gilroy;
    src: url(static/fonts/gilroy/Gilroy-Light.ttf);
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: Gilroy;
    src: url(static/fonts/gilroy/Gilroy-LightItalic.ttf);
    font-style: italic;
    font-weight: 300;
}
@font-face {
    font-family: Gilroy;
    src: url(static/fonts/gilroy/Gilroy-Thin.ttf);
    font-style: normal;
    font-weight: 100;
}
@font-face {
    font-family: Gilroy;
    src: url(static/fonts/gilroy/Gilroy-ThinItalic.ttf);
    font-style: italic;
    font-weight: 100;
}
@font-face {
    font-family: Gilroy;
    src: url(static/fonts/gilroy/Gilroy-Regular.ttf);
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: Gilroy;
    src: url(static/fonts/gilroy/Gilroy-RegularItalic.ttf);
    font-style: italic;
    font-weight: 400;
}
@font-face {
    font-family: Gilroy;
    src: url(static/fonts/gilroy/Gilroy-Medium.ttf);
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: Gilroy;
    src: url(static/fonts/gilroy/Gilroy-MediumItalic.ttf);
    font-style: italic;
    font-weight: 500;
}
@font-face {
    font-family: Gilroy;
    src: url(static/fonts/gilroy/Gilroy-SemiBold.ttf);
    font-style: normal;
    font-weight: 600;
}
@font-face {
    font-family: Gilroy;
    src: url(static/fonts/gilroy/Gilroy-SemiBoldItalic.ttf);
    font-style: italic;
    font-weight: 600;
}
@font-face {
    font-family: Gilroy;
    src: url(static/fonts/gilroy/Gilroy-Bold.ttf);
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: Gilroy;
    src: url(static/fonts/gilroy/Gilroy-BoldItalic.ttf);
    font-style: italic;
    font-weight: 700;
}
@font-face {
    font-family: Gilroy;
    src: url(static/fonts/gilroy/Gilroy-ExtraBold.ttf);
    font-style: normal;
    font-weight: 800;
}
@font-face {
    font-family: Gilroy;
    src: url(static/fonts/gilroy/Gilroy-ExtraBoldItalic.ttf);
    font-style: italic;
    font-weight: 800;
}
@font-face {
    font-family: Gilroy;
    src: url(static/fonts/gilroy/Gilroy-Heavy.ttf);
    font-style: normal;
    font-weight: 900;
}
@font-face {
    font-family: Gilroy;
    src: url(static/fonts/gilroy/Gilroy-Heavy.ttf);
    font-style: italic;
    font-weight: 900;
}
  
#vvNavbar{
    width:100%;
    height:65px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: fixed;
    top:0;
    left:0;
    backdrop-filter: blur(20px);
    z-index:2;
    /* background-color: rgb(255,255,255,0.75); */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px 25px;
}

.vvNavBarLeftContainer{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.vvNavBarLogo{
    height:45px;
}

.vvNavBarRightItem{
    text-decoration: none;
    margin:0 15px;
    font-weight: 500;
    font-size:18px;
    color:black;
}

.vvNavBarRightItemButton{
    color:white;
    background-color: #40BEE9;
    padding:10px 25px;
    border-radius: 20px;
    font-weight: 600;
}

.vvHeroSection{
    width:100%;
    height:100vh;
    padding-top:80px;
    background-color: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
}

.vvHeroSectionTitle{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin:0 auto;
    color: black;
    /* backdrop-filter: blur(20px);
    padding:25px 50px;
    border-radius: 20px; */
}

.vvWhoWeAre{
    width:100%;
    height:100vh;
    padding-top:80px;
    background-color: cornsilk;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vvOurVerticals{
    width:100%;
    /* height:100vh; */
    padding-top:80px;
    background-color: #40BEE9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 10px 100px 0px;
}

.vvOurVerticals .vvTitle{
    text-align: center;
    color: white;
    margin: 75px auto 75px auto;
}   

.vvOurVerticals .vvTitle h1{
    font-weight: 800 !important;
    font-size: 60px;
}

.vvVerticalItemContainer{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 768px) {
    .vvVerticalItemContainer{
        width: 100%;
        display: flex;
        flex-direction: column;
    }   
}

.vvVerticalLine{
    width: 2px;
    height: 200px;
    border-right: dashed 5px rgb(255,255,255,0.5);
}

.vvVerticalItem{
    color: white;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.vvVerticalItemIcon{
    font-size: 75px !important;
}

.vvVerticalItemHeading{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin:30px 0px;
}

.vvVerticalItem .material-symbols-rounded{
    font-size: 45px;
    margin: 0px 10px;
}

.vvVerticalItemDescription{
    width: 300px;
    font-weight: 300;
    font-size: 25px !important;
    text-align: center;
}

.vvCaseStudiesProjects{
    width: 100%;
    /* height: 100vh; */
    padding: 40px 0px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vvTestimonials{
    width:100%;
    height:100vh;
    padding-top:80px;
    background-color: lightskyblue;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vvContactCTA{
    width:100%;
    height:100vh;
    padding-top:80px;
    background-color: lightyellow;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vvFooter{
    width:100%;
    /* height:100vh; */
    padding-top:80px;
    /* background-color: lightgreen; */
    padding:50px 25px 0px 25px;
}

.vvFooterVerticalContainer{
    width: 100%;
    padding:0px 125px 0px 125px;
    /* background-color: aquamarine; */
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}

.vvFooterVerticalItem{
    width: 300px;
    margin: 0px 25px;
}

.vvFooterVerticalItemTitle{
    margin: 30px 0px;
}

.vvFooterVerticalItemIcons{
    display: flex;
    flex-direction: row;
    float: left;

}

.vvFooterVerticalItemIcon{
    font-size: 30px !important;
    margin:0px 20px 0px 0px;
}

.vvFooterVerticalItemLink{
    display: flex;
    flex-direction: column;
    font-weight: 500;
    margin:10px 0px;
    cursor: pointer;
    font-size: 18px;
    color:#111;
    text-decoration: none;
}

.vvFooterVerticalItemLabel{
    padding-bottom: 0px 0px 20px 0px;
    font-weight: 500;
}

.vvFooterVerticalItemDesc{
    padding:0px 0px 20px 00px;
}

.vvFooterDivider{
    width:85%;
    margin:0 auto;
}

.vvFooterHorizontalContainer{
    width: 100%;
    padding:50px 125px;
    /* background-color: aquamarine; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
}

.vvFooterHorizontalTitle{
    display: flex;
    align-items: center;
    justify-content: center;
    margin:0px 0px 25px 0px;
}

.vvFooterHorizontalItems{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vvFooterHorizontalItem{
    width: 375px;
    margin: 10px 25px;
    background-color: #f1f1f1;
    padding:10px 25px;
    border-radius: 10px;
    min-height: 50px;
}

.vvFooterButtonTitle{
    font-weight: 700;
    font-size: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.vvFooterButtonTitle span{
    margin:0px 10px 0px 0px;
}

.vvFooterBottomContainer{
    width: 100%;
    padding:25px 110px;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}

.vvFooterBottomContainerRightItems a{
    margin:0 20px;
}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .vvFooterVerticalContainer{
        width: 100%;
        padding:0px 25px 0px 25px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .vvFooterVerticalItem{
        width: 400px;
        margin: 25px 25px 30px 25px;
    }
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
    .vvFooterVerticalContainer{
        width: 100%;
        padding:0px 10px 0px 10px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .vvFooterVerticalItem{
        width: 300px;
        margin: 25px 0px 30px 0px;
    }
    .vvFooterHorizontalContainer{
        width: 100%;
        padding:50px 5px 20px 5px;
    }
    .vvFooterBottomContainer{
        width: 100%;
        padding:25px 5px 30px 5px;
        display: flex;
        flex-direction: column-reverse;
    }

    .vvFooterBottomContainerRightItems a{
        margin: 20px;
    }
    .vvFooterBottomContainerLeftItems{
        margin: 20px 10px 10px 20px;
    }

}


/* Small devices (landscape phones, less than 768px) */
@media (max-width: 768px) {
    .vvFooter{
        width:100%;
        padding:50px 10px 0px 10px;
    }
    .vvFooterVerticalContainer{
        width: 100%;
        padding:0px 25px 0px 25px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .vvFooterVerticalItem{
        width: 300px;
        margin: 25px 25px 30px 25px;
    }
    .vvFooterHorizontalContainer{
        width: 100%;
        padding:50px 25px 0px 25px;
    }
    .vvFooterHorizontalItems{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin:0px 0px 25px 0px;
        flex-wrap: wrap;
    }
    .vvFooterHorizontalItem{
        width: 300px;
        margin: 25px 25px;
        background-color: #f1f1f1;
        padding:10px 25px;
        border-radius: 10px;
        min-height: 50px;
    }
    .vvFooterBottomContainer{
        width: 100%;
        padding:25px 25px 30px 25px;
        display: flex;
        flex-direction: column-reverse;
    }
    .vvFooterBottomContainerRightItems {
        display: flex;
        flex-direction: column;
    }
    .vvFooterBottomContainerRightItems a{
        margin: 10px;
    }
    .vvFooterBottomContainerRightItems a:last-child{
        margin: 10px 10px 20px 10px;
    }
    .vvFooterBottomContainerLeftItems span{
        margin: 10px 10px 10px 10px;
    }

}








































































































section{
    text-align: center;
    padding: 50px 1rem;
    overflow-x: hidden;
}

.swiper-container {
    width: 100%;
    height: auto;
}

.swiper-full-mobile {
    position: relative;
    margin: 0 auto;
    padding-bottom: 50px;
}

.swiper-slide {
    height: 530px;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
}  

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.swiper-slide.swiper-slide-active img {
    border-radius: 0;
}

.swiper-button-next,
.swiper-button-prev {
    color: #40BEE9;
}

.swiper-pagination-bullet {
    background: #111;
    opacity: 0.4;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

@media (max-width: 768px) {
    .swiper-slide {
      width: 200px;
    }
}

@media (max-width: 480px) {
    .swiper-slide {
      margin-left: 7.5px;
      width: 400px !important;
      overflow-x: hidden !important;
    }
}

.vvSlideOverlay{
    position: absolute;
    top:0px;
    left:0;
    z-index:99;
    background-image: linear-gradient(transparent,black);
    height:100%;
    width:100%;
}

.vvSlideTitle{
    position: absolute;
    bottom:30px;
    left:0;
    z-index:100;
    color:#f1f1f1;
    width:60%;
    text-align: left;
    padding:0px 20px;
    line-height: 45px;
}

.vvSlideImage{
    transition: 0.4s linear;
}

.swiper-slide:hover .vvSlideImage{
    transform: scale(115%);
}

.swiper-slide:hover .vvSlideOverlay{
   background-image: linear-gradient(transparent,rgb(0,0,0,0.7),black);
}

.vvSlideTitle1{
    font-weight: 500;
}

.vvSlideTitle2{
    font-weight: 400;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 16px;
}

.vvSlideTitle2 a{
    text-decoration: none;
    color:white;
}

.vvCaseStudiesProjectsFilterButton{
    margin:0px 25px;
    background-color: white;
    border:none;
    padding:5px 35px;
    font-size: 20px;
    font-weight: 300;
    color:black;
}

.vvCaseStudiesProjectsFilterButtonActive {
    border-bottom: 2px solid #40BEE9;
    color:#40BEE9;
    font-weight: 700;
}

@media (max-width: 480px) {
    .vvCaseStudiesProjectsFilterButton{
        margin:0px 15px;
        background-color: white;
        border:none;
        padding:5px 15px;
        font-size: 20px;
        font-weight: 300;
        color:black;
    }
    .vvCaseStudiesProjectsFilterButtonActive {
        border-bottom: 2px solid #40BEE9;
        color:#40BEE9;
        font-weight: 700;
    }
}
































