a {
    text-decoration: none;
    color: black;
}
h1, h2, h3, h4, h5, h6, p, a, li {
    font-family: 'Poppins', sans-serif;
}

#cs-content-main h5 {
    font-weight: 400;
    line-height: 1.6;
}
#banner-head {
    text-align: center;
    padding-top: 10em;
    padding-bottom: 5em;
}
#banner-head h1 {
    font-size: 5em;
}
.lp-btn-style:hover {
    background-color: #6372FF !important;
}

.cs-grid-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}
.cs-grid-item {
    flex: 0 0 32%;
    padding: 1.1em;
    margin-bottom: 2em;
    border-radius: 8px;
    /* background: radial-gradient(161.60% 106.46% at 1.69% 50.00%, rgba(255, 108, 33, 0.20) 0%, rgba(21, 0, 233, 0.00) 100%); */
    background: #fff;
}
.cs-grid-item:hover {
    transition: all .2s ease-in-out;
    box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.07);
}
.cs-card-img {
    border-radius: 8px;
    overflow: hidden;
}
.cs-card-img video {
    width: 100%;
    height: auto;
}
.cs-card-img img {
    max-width: 100%;
    border-radius: 8px;
}
.cs-card-content {
    padding-top: 2em;
}
.cs-card-content-vid {
    padding-top: 1.8em;
}

/* Case Study template */

#cs-banner-all {
    padding-top: 10em;
    text-align: center;
}
.txt-btn {
    color: #6372FF;
    text-decoration: none;
}
.txt-btn:hover {
    transition: all .2s ease-in-out;
    color: #000;
    text-decoration: underline;
}
#cs-content-main .cs-content-div {
    text-align: center;
    padding: 0 5%;
}
#cs-content-main .cs-content-div p {
    font-size: 1.25em;
}
#cs-content-main .cs-content-img {
    max-width: 100%;
    margin: 4em auto;
    border-radius: 8px;
}
#cs-content-main .cs-content-vid-div {
    margin: 4em auto;
}
#cs-content-main .cs-content-vid {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
}
#cs-content-main .cs-content-txt-div {
    margin: 2em auto;
    margin-bottom: 4em;
    text-align: left;
}
.cs-morecs-txt {
    justify-content: space-between;
}
.cs-content-txt-div ul {padding: 0;}
.cs-content-txt-div li {
    font-weight: 500;
    padding: 0.15em 0 0.6em 2em;
    list-style: none;
    background-repeat: no-repeat;
    background-image: url('./imgs/services/brand.svg');
}
.cs-content-txt-div li[data-type="brand"]{
    background-image: url('./imgs/services/brand.svg');
}
.cs-content-txt-div li[data-type="uiux"]{
    background-image: url('./imgs/services/uiux.svg');
}
.cs-content-txt-div li[data-type="webdev"]{
    background-image: url('./imgs/services/webdev.svg');
}
.cs-content-txt-div li[data-type="animation"]{
    background-image: url('./imgs/services/animation.svg');
}
.cs-content-txt-div li[data-type="AItools"]{
    background-image: url('./imgs/services/AITools.svg');
}
.cs-content-txt-div li[data-type="influencer"]{
    background-image: url('./imgs/services/influencer.svg');
}

#contact-projPage {
    background: linear-gradient(#fff 50%, #000 50%);
}
.contact-form-cs {
    padding: 4em;
    border: 2px solid #000;
    background: #fff;
    box-shadow: 5px 5px 0px #000000;
    border-radius: 25px;
}
.cs-contactform-div #contactform {
    display: flex;
    flex-direction: column;
}
.contactform-inputs-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5em;
}
.cs-contactform-div #contactform input {
    border: none;
    border-bottom: #000 1px solid;
}
#contactform input[name="comment"] {
    grid-column: 1 / span 3;
}
.cs-contactform-div #contactform input[type="submit"]{
    background-color: #6372FF;
    border: #000 1px solid;
    width: max-content;
    justify-self: center;
    align-self: center;
    margin-top: 1.2em;
}
#contactform input:focus-visible {
    outline: none;
    border: none;
    border-bottom: 2px solid #6372FF;
}

@media (max-width:1199px) {
    #cs-banner-all {
        padding-top: 8em;
    }
    #cs-content-main .cs-content-img {
        margin: 2em auto;
    }
    #cs-content-main .cs-content-vid-div {
        margin: 2em auto;
    }
    #cs-content-main .cs-content-div h5 {
        font-size: .9em;
    }
    #cs-content-main .cs-content-div p {
        font-size: .9em;
    }
    .cs-content-txt-div li {
        padding: 0.08em 0 0.75em 2.2em;
    }
    .contact-form-cs {
        padding: 3em 2em;
    }
    #contactform input {
        width: 100%;
    }
    #contactform input[name="comment"] {
        grid-column: auto;
    }
    .contactform-inputs-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width:767.99px) {
    #cs-content-main .cs-content-div h3 {
        font-size: 1.2em;
    }
    #cs-content-main .cs-content-div h5 {
        font-size: .8em;
    }
    #cs-content-main .cs-content-div p {
        font-size: .8em;
    }
    .cs-morecs-txt {
        flex-direction: column;
        text-align: center;
    }
    .cs-grid-container .cs-grid-item {
        flex: 0 0 100%;
        margin-top: 1em;
    }
}