/* Fonts */
@import url('https://fonts.cdnfonts.com/css/norwester');
@import url('https://fonts.cdnfonts.com/css/montserrat?styles=17402,170281,17405,17395,17398,17400,17403,17391,17393,17389');
/* Fonts */
*,*::before,*::after{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    text-decoration: none;
    list-style: none;
    border: none;
}
:root{
    --color-white: hsl(0, 0%, 100%);
    --color-xlightgrey: hsl(0, 0%, 96%);
    --color-lightgrey: hsl(210, 1%, 65%);
    --color-grey: 	hsl(0, 1%, 37%);
    --color-black: hsl(0, 0%, 0%);
    --color-highlightblue: hsl(201, 100%, 45%);
    --color-highlightgreen: hsl(136, 53%, 43%);
    --color-highlightyellow: hsl(48, 100%, 50%);
    --color-highlightred: hsl(0, 99%, 50%);
    --color-highlightgrey: hsl(0, 0%, 96%);
    --border-radius: 0.3125rem;
    --btn-padding-lg: .8rem 2.75rem;
    --btn-padding-md: .6rem 1.8rem;
    --padding-y: .7rem 0;
    --padding-y24: 1.5rem 0;
    --padding-xy1: 1rem;
    --size-1px: 0.0625rem;
    --size-12px: 0.75rem;
    --size-14px: 0.875rem;
    --size-16px: 1rem;
    --size-18px: 1.125rem;
    --size-20px: 1.25rem;
    --size-24px: 1.5rem;
    --size-36px: 2.25rem;
    --font-primary: 'Norwester', sans-serif;
    --font-secondary: 'Montserrat', sans-serif;
    --transition: 300ms ease all;
    --shadow: rgba(0, 0, 0, 0.35) 0 0 0.5rem;
    --shadow-bottom: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.4);
    --swiper-pagination-color: hsl(0, 0%, 0%);
    --swiper-pagination-bullet-inactive-color: hsl(210, 1%, 65%);
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-bullet-size: .9rem;
    --swiper-pagination-bullet-horizontal-gap: .75rem;
}
h1{
    font-family: var(--font-primary);
}
h2{
    font-family: var(--font-secondary);
}
h3{
    font-family: var(--font-secondary);
}
h4{
    font-family: var(--font-secondary);
}
h5{
    font-family: var(--font-secondary);
}
p{
    font-family: var(--font-secondary);
}
.sh-1{
    font-family: var(--font-secondary);
    font-weight: bold;
    font-size: var(--size-24px);
}
.sh-2{
    font-family: var(--font-secondary);
    font-weight: bold;
    font-size: var(--size-20px);
}
.sh-3{
    font-family: var(--font-secondary);
    font-weight: bold;
    font-size: var(--size-18px);
}
.sh-4{
    font-family: var(--font-secondary);
    font-weight: bold;
    font-size: var(--size-16px);
}
.sh-5{
    font-family: var(--font-secondary);
    font-weight: bold;
    font-size: var(--size-14px);
}
.p-hint{
    font-family: var(--font-secondary);
    font-size: var(--size-14px);
    color: var(--color-lightgrey);
}
.p-hint-sm{
    font-family: var(--font-secondary);
    font-size: var(--size-12px);
    color: var(--color-lightgrey);
}
.mt-5{
    margin-top: 5rem !important;
}
.mt-12px{
    margin-top: var(--size-12px) !important;
}
.mt-24px{
    margin-top: var(--size-24px) !important;
}
.mt-36px{
    margin-top: var(--size-36px) !important;
}
.mt-48px{
    margin-top: 3rem !important;
}
.mt-60px{
    margin-top: 3.75rem !important;
}
.-mt-6{
    margin-top: 6rem !important;
}
.txt-center{
    text-align: center;
}
.title{
    margin: var(--size-24px) auto;
    font-size: var(--size-20px);
}
.link{
    text-decoration: underline;
    color: var(--color-highlightblue);
    font-weight: 600;
    cursor: pointer;
}
html, body{
    position: relative;
    min-height: 100%;
    overflow-x: hidden;
}
.no-bg{
    visibility: hidden;
}
body{
    font-family: var(--font-secondary);
    font-size: var(--size-14px);
    font-weight: 400;
    color: var(--color-black);
    overflow-x: hidden;
}
.container{
    width: 90%;
    margin: 0 auto;
}
img{
    display: block;
    width: 100%;
}
.btn{
    padding: var(--btn-padding-md);
    display: inline-block;
    cursor: pointer;
    border-radius: var(--border-radius);
    font-size: var(--size-12px);
    font-family: var(--font-secondary);
    font-weight: 500;
    transition: 300ms ease all;
    text-align: center;
    justify-content: center;
    letter-spacing: var(--size-1px);
    display: flex;
    align-items: center;
    gap: var(--size-12px);
    width: fit-content;
    height: auto;
}
.btn img{
    width: 2rem;
}
.btn-icon{
    padding: 1rem;
    display: inline-block;
    cursor: pointer;
    font-size: var(--size-16px);
    transition: var(--transition);
    background: none;
}
.btn-icon-flat{
    padding: 0 !important;
}
.btn-icon:disabled{
    background: var(--color-highlightgrey);
    border: var(--size-1px) solid var(--color-highlightgrey);
    color: var(--color-white);
    cursor: default;
}
.btn-solid{
    background: var(--color-black);
    border: var(--size-1px) solid var(--color-black);
    color: var(--color-white);
}
.btn-solid:hover,
.btn-solid:disabled
{
    background: var(--color-highlightgrey);
    border: var(--size-1px) solid var(--color-highlightgrey);
    color: var(--color-black);
}
.btn-outline{
    background: var(--color-white);
    border: var(--size-1px) solid var(--color-black);
    color: var(--color-black);
}
.btn-outline:hover,
.btn-outline:disabled
{
    background: var(--color-highlightgrey);
    border: 1px solid var(--color-highlightgrey);
    color: var(--color-black);
}
.btn-outline.active{
    background: var(--color-black);
    border: var(--size-1px) solid var(--color-black);
    color: var(--color-white);
}
.btn:disabled{
    cursor: default;
}
.btn-area{
    margin: 1.5rem auto;
    display: flex;
    justify-content: center;
    gap: var(--size-12px);
    flex-wrap: wrap;
}
.full-width{
    width: 100%;
}
.x-row{
    display: flex;
}
/* Scrollbar */
/* width */
::-webkit-scrollbar {
    width: .5rem;
    height: 0.375rem;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--color-black); 
    border-radius: var(--border-radius);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--color-grey); 
}
/* Scrollbar */
/* Checkbox */
.checkbox-container {
    display: block;
    position: relative;
    padding-left: var(--size-36px);
    margin-bottom: var(--size-12px);
    cursor: pointer;
    /* font-size: 22px; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: var(--transition);
    border-radius: var(--border-radius);
}
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: var(--size-24px);
    width: var(--size-24px);
    background-color: var(--color-xlightgrey);
    transition: var(--transition);
}
  .checkbox-container:hover input ~ .checkmark {
    background-color: var(--color-lightgrey);
    border: var(--size-1px) solid var(--color-black);
    border-radius: var(--border-radius);
}
  .checkbox-container input:checked ~ .checkmark {
    background-color: var(--color-xlightgrey);
}
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
  .checkbox-container input:checked ~ .checkmark:after {
    display: block;
}
  .checkbox-container .checkmark:after {
    left: 0.5rem;
    top: 0;
    width: 0.5rem;
    height: 1rem;
    border: solid var(--color-black);
    border-width: 0 0.125rem 0.125rem 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* Checkbox */
/* Pagination */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--size-12px);
    margin: var(--size-24px);
    flex-wrap: wrap;
}
button.btn-icon.pagination-btn.active{
    background: var(--color-black);
    border-radius: var(--border-radius);
    color: var(--color-white);
}
button.btn-icon.pagination-btn{
    background: var(--color-xlightgrey);
    border-radius: var(--border-radius);
    border: var(--size-1px) solid var(--color-xlightgrey);
    padding: .5rem;
    font-size: var(--size-12px);
}
button.btn-icon.pagination-btn:hover{
    border: var(--size-1px) solid var(--color-black);
}
/* Pagination */
/* Input */
.form-row {
    display: flex;
    gap: var(--size-12px);
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-end;
}
.form-row .form-group{
    width: 49%;
}
.form-group{
    margin: var(--size-12px) 0;
}
.form-group label{
    font-weight: 700;
    font-size: var(--size-16px);
    margin: var(--size-12px) 0;
}
input[type="text"],input[type="email"],input[type="date"],input[type="time"]{
    height: 3.125rem;
    padding: 1rem;
    border: var(--size-1px) solid var(--color-xlightgrey);
    border-radius: var(--border-radius);
    background: var(--color-xlightgrey);
    color: var(--color-black);
    font-size: var(--size-14px);
    font-family: var(--font-secondary);
    transition: var(--transition);
    width: 100%;
}
input[type="text"]::placeholder,input[type="email"]::placeholder,textarea::placeholder{
    color: var(--color-lightgrey);
    font-family: var(--font-secondary);
}
input[type="text"]:focus,input[type="email"]:focus,input[type="date"]:focus,input[type="time"]:focus,textarea:focus{
    border: var(--size-1px) solid var(--color-black);
}
.name.mt-12px {
    display: flex;
    justify-content: space-between;
}
.name input[type="text"], .name input[type="email"]{
    width: 45%;
}
textarea{
    padding: 1rem;
    border: var(--size-1px) solid var(--color-xlightgrey);
    border-radius: var(--border-radius);
    background: var(--color-xlightgrey);
    color: var(--color-black);
    font-size: var(--size-14px);
    font-family: var(--font-secondary);
    transition: var(--transition);
    width: 100%;
    resize: none;
}
.form-notify{
    text-align: center;
    position: relative;
}
.form-notify p{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: var(--size-12px) 0;
    width: 100%;
}
.form-notify .success{
    color: var(--color-highlightgreen);
    font-weight: 600;
}
.form-notify .warning{
    color: var(--color-highlightyellow);
    font-weight: 600;
}
.form-notify .error{
    color: var(--color-highlightred);
    font-weight: 600;
}
.form-notify .default{
    color: var(--color-grey);
    font-weight: 600;
}
/* Input */
/* Popup */
.popup-overlay {
    display: none;
    height: 100vh;
    width: 100%;
    background: rgb(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}
.popup {
    background: white;
    width: 50%;
    max-height: 70%;
    margin: 0 auto;
    position: relative;
    top: 20%;
    border-radius: var(--border-radius);
    padding: var(--padding-xy1);
    overflow-x: hidden;
}
.popup-close {
    text-align: end;
}
.forms {
    width: 37.5rem;
    margin: var(--size-36px) auto;
}
@media only screen and (max-width: 1200px){
    .popup{
        width: 90%;
        top: 10%;
        max-height: 90%;
    }
    .forms{
        width: 100%;
    }
    .form-row .form-group{
        width: 100%;
    }
}
/* Popup */
/* Navbar start */
nav{
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 11;
    padding: var(--padding-y);
    background: var(--color-white);
}
.nav-shadow{
    box-shadow: var(--shadow-bottom);
}
.nav-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}
a.logo {
    width: 9.375rem;
    height: 3.125rem;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.main-menu {
    display: flex;
    gap: var(--size-36px);
    letter-spacing: var(--size-1px);
}
a.menu-item {
    cursor: pointer;
    transition: var(--transition);
    position: relative;
    color: var(--color-black);
}
a.menu-item:hover {
    color: var(--color-black);
}
/* a.menu-item:hover::after{
    content: '';
    display: block;
    height: .2rem;
    background: var(--color-black);
    margin-top: .2rem;
    animation-name: smooth;
    animation-duration: 300ms;
} */
@keyframes smooth {
    from {opacity: 0;}
    to {opacity: 1;}
}
a.menu-item.active {
    color: var(--color-black);
    font-weight: 600;
}
a.menu-item.active::after{
    content: '';
    display: block;
    height: .2rem;
    background: var(--color-black);
    margin-top: .2rem;
}
.responsive-nav{
    display: none;
}
/* Responsive header start */
@media only screen and (max-width: 1200px) {
    nav .main-menu,.nav-contact{
        display: none;
    }
    a.logo {
        width: 5rem;
        height: 2rem;
        overflow: hidden;
        display: flex;
        align-items: center;
    }
    .responsive-nav{
        display: block;
        position: relative;
    }
    .responsive-menu-container{
        position: absolute;
        right: -5vw;
        width: 100vw;
        box-shadow: var(--shadow-bottom);
        height: 0;
        overflow: hidden;
        background: var(--color-white);
    }
    .responsive-menu{
        padding: 1rem;
        display: flex;
        flex-direction: column;
        gap: var(--size-24px);
        align-items: center;
    }
}
/* Responsive header end */
/* Navbar end */

/* Main start */
main{
    position: relative;
    min-height: 100vh;
}
.main-container{
    display: flex;
    /* grid-template-columns: 18vw auto 20vw; */
    position: relative;
    margin-top: 10rem;
    /* height: 100vh; */
}
.main-left{
    width: 18vw;
    margin-top: 9rem;
}
.main-right{
    width: 20vw;
    margin-top: 9rem;
} 
/* Main middle start*/
.middle-container{
    max-width: 43.75rem !important;
    margin: 0 auto;
    position: relative;
}
.main-middle{
    max-width: 43.75rem !important;
    width: 90%;
    margin: 0 auto;
    position: relative;
}
@media only screen and (max-width: 1200px){
    .middle-container{
        max-width: 90% !important;
    }
    .main-left{
        display: none;
    }
    .main-right{
        display: none;
    }
    .main-middle{
        width: 100%;
    }  
}
.hero{
    text-align: center;
}
.hero .hlp-txt{
    font-size: var(--size-20px);
}
.hero .audience{
    font-size: 2.5rem;
    color: var(--color-highlightblue);
}
.hero p{
    margin: var(--size-24px) 0;
}
.tgt-container{
    width: 100%;
    height: 3rem;
    overflow: hidden;
}
.services-container {
    margin-top: 10rem;
    /* display: flex; */
    position: relative;
}
.services {
    background: var(--color-xlightgrey);
    border-radius: var(--border-radius);
    width: 60%;
    height: fit-content;
}
.services-title {
    background: var(--color-black);
    color: var(--color-white);
    text-align: center;
    height: 3.125rem;
    line-height: 3.125rem;
    border-radius: var(--border-radius) var(--border-radius) 0 0;
}
ul.services-list {
    padding: 1rem;
}
.services-list li {
    margin: 12px 0;
    list-style: outside;
    margin-left: var(--size-12px);
    width: 95%;
}
.tools {
    background: var(--color-xlightgrey);
    border-radius: var(--border-radius);
    width: 60%;
    height: fit-content;
    position: absolute;
    right: -7rem;
    top: 30%;
    /* box-shadow: var(--shadow); */
}
.part-shadow{
    width: 4%;
    position: absolute;
    height: 15.3rem;
    right: 17.5rem;
    top: 30%;
    box-shadow: var(--shadow);
    border-radius: var(--border-radius);
}
@media only screen and (max-width: 1200px){
    .part-shadow{
        display: none;
    }
    .services{
        width: 100%;
    }
    .tools{
        position: relative;
        width: 100%;
        margin-top: var(--size-12px);
        right: 0;
    }
}
.v-prop{
    margin: 5rem auto;
    text-align: center;
}
.prop{
    font-size: var(--size-24px);
    color: var(--color-grey);
    font-weight: 500;
    margin: var(--size-12px) auto;
}
.prop span{
    font-weight: bold;
    color: var(--color-black);
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}
.p-point {
    display: flex;
    justify-content: space-around;
    margin: var(--size-20px) 0;
}
.v-prop .p-quote{
    background: white;
    padding: var(--padding-xy1);
    border: var(--size-1px) solid var(--color-grey);
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-bottom);
}
.p2{
    margin-left: -22rem;
}
.p3{
    margin-right: -22rem;
}

.p4{
    margin-left: -12rem;
}
.p5{
    margin-right: -16rem;
}
.p-points-container{
    display: none;
}
.swiper-slide {
    height: auto !important;
}
@media only screen and (max-width: 1200px){
    .p-point{
        display: none;
    }
    .p-points-container{
        display: inline-block;
        width: 100%;
        overflow: hidden;
    }
    .swiper-pagination{
        position: relative !important;
        margin: var(--size-24px) 0;
    }
    .prop{
        font-size: var(--size-20px);
        color: var(--color-grey);
        font-weight: 500;
        margin: var(--size-12px) auto;
    }
}
.projects{
    width: 100%;
    background: var(--color-xlightgrey);
    padding: var(--padding-y24);
    margin: 5rem auto;
}
.projects-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: var(--size-24px);
}
.project {
    width: 35%;
    border-radius: var(--border-radius);
    background: var(--color-white);
    overflow: hidden;
}
.project .project-caption{
    padding: var(--padding-xy1);
}
.project-category{
    font-size: var(--size-12px);
    color: var(--color-lightgrey);
    margin: var(--size-12px) 0;
}
.project-title{
    margin: var(--size-12px) 0;
}
.project-summary{
    margin: var(--size-12px) 0;
    /* color: var(--color-grey); */
}
.project-links{
    display: flex;
    justify-content: space-between;
    margin: var(--size-12px) 0;
    flex-wrap: wrap;
    gap: var(--size-12px);
}
@media only screen and (max-width: 1200px){
    .projects-wrapper{
        margin: 0 auto;
        width: 90%;
    }
    .project{
        width: 100%;
    }
}
.about {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--size-12px);
}
.about img {
    width: 15rem;
    object-fit: cover;
    border-radius: var(--border-radius);
}
.about-me {
    width: 80%;
    margin: var(--size-12px) auto;
}
.abt-btn-area {
    margin-top: 1.5rem;
    display: flex;
    gap: var(--size-12px);
    flex-wrap: wrap;
}
@media only screen and (max-width: 1200px){
    .about{
        flex-wrap: wrap;
    }
    .abt-btn-area{
        justify-content: center;
    }
}
.reviews{
    width: 100%;
    background: var(--color-xlightgrey);
    padding: 3rem 0;
    margin: 5rem auto;
}
.review {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--size-12px);
    margin: 0 auto;
    border: var(--size-1px) solid var(--color-xlightgrey);
    border-radius: 5px;
    padding: 1rem;
    box-shadow: var(--shadow-bottom);
    background: var(--color-white);
    height:100%;
    justify-content: space-evenly;
}
.review img{
    width: 10rem;
    object-fit: cover;
    border-radius: var(--border-radius);
}
.review-quote{
    color: var(--color-grey);
}
.reviews-container{
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
.reviews-res-container{
    display: none;
}
@media only screen and (max-width: 1200px){
    .reviews-container{
        display: none;
    }
    .reviews-res-container{
        display: inline-block;
        width: 100%;
        overflow: hidden;
    }
    .swiper-pagination-rvws{
        position: relative;
        margin: var(--size-24px) auto;
        text-align: center;
        transition: .3s opacity;
        transform: translate3d(0, 0, 0);
        z-index: 10;
    }
}
.cta{
    margin: 5rem auto;
}
.social{
    display: flex;
    flex-direction: column;
    width: fit-content;
    gap: var(--size-12px);
    position: fixed;
    right: 1%;
    top: 10%;
}
.social-res{
    display: none;
}
@media only screen and (max-width: 1200px){
    .social{
        display: none;
    }
    .social-res{
        display: flex;
        justify-content: center;
        gap: var(--size-12px);
        margin: var(--size-12px) auto;
    }
}
.social .social-link{
    background: var(--color-white);
    padding: 1rem 1.2rem;
    border: var(--size-1px) solid var(--color-lightgrey);
    border-radius: 50%;
    box-shadow: var(--shadow-bottom);
    text-align: center;
    font-size: var(--size-16px);
    cursor: pointer;
    transition: var(--transition);
    color: var(--color-black);
}

.facebook:hover{
    background:  #1877F2;
    color: var(--color-white);
}
@media only screen and (max-width: 1200px){
    .social-res .social-link{
        background: var(--color-white);
        border: var(--size-1px) solid var(--color-lightgrey);
        border-radius: 50%;
        box-shadow: var(--shadow-bottom);
        text-align: center;
        font-size: var(--size-16px);
        cursor: pointer;
        transition: var(--transition);
        color: var(--color-black);
        width: 3rem;
        height: 3rem;
        line-height: 3rem;
    }
}
.youtube:hover{
    background:  #FF0000;
    color: var(--color-white);
}
.linkedin:hover{
    background:  #0077B5;
    color: var(--color-white);
}
.whatsapp:hover{
    background:  #128c7e;
    color: var(--color-white);
}
.footer {
    background: var(--color-black);
    color: var(--color-white);
    padding: 1rem;
    /* margin-top: 5rem; */
    width: 100%;
    position: relative;
    /* bottom: 0;
    left: 0; */
}
/* Case study page */
.page-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5rem;
    align-items: flex-start;
    text-align: center;
}
.page-title{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--size-12px);
}
.page-heading-pull-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2rem;
    align-items: flex-start;
    text-align: center;
    gap: var(--size-24px);
}
.page-heading-pull-left .page-title {
    display: flex;
    flex-direction: column;
    gap: var(--size-12px);
    align-items: flex-start;
}
.page-heading-img {
    background: url('../images/bg/1.jpg');
    background-color: var(--color-xlightgrey);
    background-position: 0% 6%;
    background-repeat: no-repeat;
    border-radius: var(--border-radius);
    height: 12rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5rem;
}
.heading-caption{
    text-align: center;
}
/* Case study page */
/* Shop page start*/
.search {
    background: var(--color-xlightgrey);
    display: flex;
    align-items: center;
    height: 3.125rem;
    border-radius: var(--border-radius);
    padding: .1rem;
    transition: var(--transition);
}
.search input.text {
    height: 2.9rem;
    width: 90%;
    background: transparent;
    padding: var(--padding-xy1);
    font-size: var(--size-14px);
    border-radius: 0;
}
.search input.text:focus{
    /* border-top: var(--size-1px) solid var(--color-black);
    border-bottom: var(--size-1px) solid var(--color-black);
    border-left: var(--size-1px) solid var(--color-xlightgrey); */
    border: var(--size-1px) solid var(--color-xlightgrey);
}
.search .search-btn {
    font-size: var(--size-16px);
    background: none;
    cursor: pointer;
    width: 10%;
}
.search input::placeholder{
    color: var(--color-lightgrey);
}
.categories{
    margin-top: var(--size-24px);
}
.categories h3{
    margin: var(--size-12px) 0;
}
.breadcrumb{
    margin: var(--size-24px) 0;
}
.cards .projects-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: var(--size-12px);
}
.cards .project {
    width: 44%;
    border-radius: var(--border-radius);
    background: var(--color-xlightgrey);
    overflow: hidden;
    cursor: pointer;
    transition: var(--transition);
}
@media only screen and (max-width: 1200px){
    .cards .project{
        width: 100%;
    }
}
.cards .project:hover{
    box-shadow: var(--shadow-bottom);
}
.img-cta{
    margin: 5rem auto;
    /* background-image: url('../images/bg/banner.jpg'); */
    background-color: var(--color-xlightgrey);
    height: 12.5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-radius: var(--border-radius);
}
.shop-cta{
    background-image: url('../images/bg/3.jpg');
    background-color: var(--color-xlightgrey);
    background-position: 50% 8%;
    background-repeat: no-repeat;
    background-size: cover;
}
.search-cta{
    background-image: url('../images/bg/4.jpg');
    background-color: var(--color-xlightgrey);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.blog-cta{
    background-image: url('../images/bg/11.jpg');
    background-color: var(--color-xlightgrey);
    background-position: 50% 38%;
    background-repeat: no-repeat;
    background-size: cover;
}
@media only screen and (max-width: 1200px){
    .blog-cta{
        background-position: 50% 120%;
    }
}
.post-cta{
    background-image: url('../images/bg/12.jpg');
    background-color: var(--color-xlightgrey);
    background-position: 50% 38%;
    background-repeat: no-repeat;
    background-size: cover;
}
@media only screen and (max-width: 1200px){
    .post-cta{
        background-image: url('../images/bg/14.jpg');
        background-position: 50% 96%;
    }
}
.ads{
    display: flex;
    gap: var(--size-12px);
    flex-direction: column;
}
.ad img{
    width: 100%;
    height: 20rem;
    object-fit: cover;
    border-radius: var(--border-radius);
    cursor: pointer;
}
.mobile-ads, .mobile-dropdown{
    display: none;
}
@media only screen and (max-width: 1200px){
    .mobile-dropdown{
        margin: var(--size-24px) 0;
    }
    .clickable {
        height: 3.125rem;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: var(--size-1px) solid var(--color-black);
        border-radius: var(--border-radius);
        padding: 1rem;
    }
    .blog-dropdown-container, .blog-categories-dropdown-container, .dropdown-container{
        height: 0;
        overflow: hidden;
    }
    .expand{
        animation-name: expand;
        animation-duration: 300ms;
    }
    @keyframes expand {
        from {height: 0;}
        to {height: auto !important;}
    }
    .shrink{
        animation-name: shrink;
        animation-duration: 300ms;
    }
    @keyframes shrink {
        from {height: auto;}
        to {height: 0;}
    }
    .dropdown {
        padding: 1rem;
    }
    .mobile-ads, .mobile-dropdown{
        display: block;
    }
    .mobile-ads{
        display: flex;
        flex-direction: column;
        gap: var(--size-12px);
        margin: var(--size-36px) 0;
    }
}
/* Shop page end*/
/* Blog page start*/
.blog-categories{
    margin: var(--size-12px) 0;
}
.blog-categories .category {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--color-xlightgrey);
    border: var(--size-1px) solid var(--color-xlightgrey);
    border-radius: var(--border-radius);
    margin: var(--size-12px) 0;
    padding: .3rem;
    transition: var(--transition);
    cursor: pointer;
}
.blog-categories .category:hover{
    border: var(--size-1px) solid var(--color-black);
}
.sm-posts{
    margin: var(--size-24px) 0;
}
.sm-posts-top{
    margin: var(--size-12px);
}
.sm-post-container.mt-12px {
    display: flex;
    gap: var(--size-12px);
    flex-wrap: wrap;
    overflow: hidden;
}
.sm-post {
    width: 70% !important;
    border: var(--size-1px) solid var(--color-white);
    border-radius: var(--border-radius);
    overflow: hidden;
    transition: var(--transition);
    cursor: pointer;
    user-select: none;
}
.sm-post-caption{
    padding: .3rem;
}
.sm-post:hover{
    background: var(--color-xlightgrey);
    border: var(--size-1px) solid var(--color-xlightgrey);
}
.featured-img {
    height: 30rem;
    overflow: hidden;
    border-radius: 5px;
}
.featured-img img{
    object-fit: cover;
}
@media only screen and (max-width: 1200px){
    .featured-img {
        height: 24rem;
    }
}
.post-text{
    color: var(--color-black);
}
.post-que.mt-24px {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.qued-post {
    width: fit-content;
    padding: var(--padding-xy1);
    border-radius: var(--border-radius);
    transition: var(--transition);
    cursor: pointer;
}
.qued-post:hover{
    background: var(--color-xlightgrey);
}
.prev-post-top {
    display: flex;
    align-items: center;
    gap: var(--size-12px);
}
.post-que img {
    width: 10rem;
    height: 10rem;
    object-fit: cover;
    border-radius: var(--border-radius);
}
.next-post-top {
    display: flex;
    align-items: center;
    gap: var(--size-12px);
    justify-content: flex-end;
}
/* Blog page end*/
/* Case study page start*/
.rounded{
    border-radius: var(--border-radius);
}
.case-list li {
    list-style: disc;
    text-align: left;
    padding: .4rem 8rem;
    list-style-position: inside;
}
@media only screen and (max-width: 1200px){
    .case-list li {
        padding: .4rem 0;
    }
}
.bp-primary{
    background: #149DE1;
    color: var(--color-white);
    padding: 4rem;
}
.bp-d-blue{
    background: #003585;
    color: var(--color-white);
    padding: 4rem;
}
.bp-y{
    background: #FEBA02;
    color: var(--color-black);
    padding: 4rem;
}
.prototype-container{
    position: relative;
    overflow: hidden;
    height: 31.25rem;
}
.prototype{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 1200px){
    .bp-primary, .bp-d-blue, .bp-y{
        padding: 2rem;
    }
}
/* Case study page end*/
/* Main middle end*/
/* Main start */