/*So-Creative */

/*@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');*/

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-BoldItalic.woff2') format('woff2'),
        url('../fonts/Satoshi-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Black.woff2') format('woff2'),
        url('../fonts/Satoshi-Black.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-BlackItalic.woff2') format('woff2'),
        url('../fonts/Satoshi-BlackItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Italic.woff2') format('woff2'),
        url('../fonts/Satoshi-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-LightItalic.woff2') format('woff2'),
        url('../fonts/Satoshi-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Regular.woff2') format('woff2'),
        url('../fonts/Satoshi-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-MediumItalic.woff2') format('woff2'),
        url('../fonts/Satoshi-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Bold.woff2') format('woff2'),
        url('../fonts/Satoshi-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Light.woff2') format('woff2'),
        url('../fonts/Satoshi-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Medium.woff2') format('woff2'),
        url('../fonts/Satoshi-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


* {
    margin: 0;
    padding: 0;
}

a:hover{color:#fff !important;}
ol,ul,li {
    margin: 0;
    padding: 0;
}
html{
    scroll-behavior: smooth;
}
body {
    font-family: 'Satoshi';
    overflow-x: hidden;
    background: #06071b url('../images/so-creative-bg.png');
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
}
body a {
    color: #000;
    text-decoration: none;
    transition: 0.5s;
    font-size: 16px;
	font-family: 'Satoshi';
}

body h1 {
    margin: 0;
    font-family: 'Satoshi';
    font-weight: bold;

}

body h2 {
    margin: 0;
	font-family: 'Satoshi';
    font-weight: bold;
   
}
body h3 {
	font-family: 'Satoshi';
    font-weight: bold;
}
body h4 {
	font-family: 'Satoshi';
    font-weight: bold;
}

body h5 {
    margin: 0;
	font-family: 'Satoshi';
    font-weight: bold;
}

body p {
    margin: 0;
    font-family: 'Satoshi';
    font-weight: 400;
    font-size: 16px;
	line-height:21px;
}
body.modal-open {
    overflow-x: hidden !important;
}
.form-control:focus {
    box-shadow: 0 0 0 .2rem rgb(230 18 137 / 17%) !important;
    background: transparent !important;
    border: 1px solid #e60f84 !important;
}
/* Awebber form CSS Start */
.af-form-wrapper {
    background: #11131b !important;
    border: 1px solid #2e313a !important;
    border-radius: 4px !important;
    text-align: center;
    width: 70%;
    margin: 0px auto !important;
    overflow: hidden;
}
.af-form-wrapper .af-form {
    background-color: #11131b !important;
    border: none !important;
    max-width: 100% !important;
}
.af-form-wrapper .af-form .af-body {
    padding: 33px 50px !important;
    width: 100%;
    float: left;
}
.af-form-wrapper .af-form .af-body .af-element {
    width: 50%;
    float: left;
}
.af-form-wrapper .af-form .af-body .af-element:nth-child(5) {
    width: 100%;
    float: left;
}
.af-form-wrapper .af-form .af-body .af-element label {
    color: #fff !important;
    font-family: 'Satoshi' !important;
    font-size: 16px !important;
}
.af-form-wrapper .af-form .af-body .af-element.buttonContainer {
    width: 100%;
    float: left;
}
.banner-sec .af-form-wrapper .af-form .af-body .af-element .af-textWrap input,
.work-together-sec .af-form-wrapper .af-form .af-body .af-element .af-textWrap input {
    background: #11141a !important;
    border: 1px solid #2e313a !important;
    height: 45px !important;
    border-radius: 4px !important;
    color: #fff !important;
    font-family: 'Satoshi' !important;
    font-size: 16px !important;
}
.banner-sec .af-form-wrapper .af-form .af-body .af-element .af-selectWrap select,
.work-together-sec .af-form-wrapper .af-form .af-body .af-element .af-selectWrap select{
    background: #11141a !important;
    border: 1px solid #2e313a !important;
    height: 45px !important;
    border-radius: 4px !important;
    color: #fff !important;
    font-family: 'Satoshi' !important;
    font-size: 16px !important;
}
.banner-sec .af-form-wrapper .af-form .af-body .af-element .af-textWrap textarea,
.work-together-sec .af-form-wrapper .af-form .af-body .af-element .af-textWrap textarea{
    background: #11141a !important;
    border: 1px solid #2e313a !important;
    height: 145px !important;
    border-radius: 4px !important;
    color: #fff !important;
    font-family: 'Satoshi' !important;
    font-size: 16px !important;
}
.banner-sec .af-form-wrapper .af-form .af-body .af-element.buttonContainer .submit,
.work-together-sec .af-form-wrapper .af-form .af-body .af-element.buttonContainer .submit {
    color: #fff !important;
    background: linear-gradient(180deg, rgba(243, 167, 221, 1) 0%, rgba(235, 80, 233, 1) 50%, rgba(229, 0, 109, 1) 100%) !important;
    padding: 12px 50px !important;
    border-radius: 6px !important;
    transition: 0.5s;
    border: none;
    margin-top: 20px;
    cursor: pointer;
    text-transform: uppercase;
}
.banner-sec #af-form-465511455 input.submit, .banner-sec #af-form-465511455 #webFormSubmitButton,
.work-together-sec #af-form-465511455 input.submit, .banner-sec #af-form-465511455 #webFormSubmitButton{
    border-radius: 6px !important;
    padding: 12px 50px !important;
    font-family: 'Satoshi' !important;
    font-size: 16px !important;
}
/* Awebber form CSS End */
/* Main CSS */
.header {
    padding: 10px 50px;
    max-width: 1738px !important;
    margin: 0px auto !important;
}
.header .get-qoute-btn {
    color: #fff;
    background: linear-gradient(180deg, rgba(243, 167, 221, 1) 0%, rgba(235, 80, 233, 1) 50%, rgba(229, 0, 109, 1) 100%);
    padding: 12px 20px;
    border-radius: 6px;
    transition: 0.5s !important;
    text-transform: uppercase;
}
.header .get-qoute-btn:hover{
    text-decoration: none !important;
    color: #fff !important;
    background:linear-gradient(180deg, #111419 0%, #1b1e24 100%);
}
.banner-sec {
    padding: 100px 0px;
}
.banner-sec h1 {
    font-size: 70px;
    padding-bottom: 20px;
    /*background: linear-gradient(180deg, #ffffff 0%, #ffb1da 25%, #ff5bb3 50%, #e5006d 75%, #000000 81%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;*/
    color: #fff;
}
.banner-sec h3 {
    color: #fff;
    font-size: 44px;
    padding-bottom: 20px;
}
.banner-form {
    background: #11131b !important;
    padding: 50px;
    border: 1px solid #2e313a;
    border-radius: 4px !important;
    text-align: center;
    width: 70%;
    margin: 0px auto;
}
.banner-form input[type="text"], .banner-form input[type="email"], .banner-form input[type="tel"], .banner-form select {
    background: #11141a;
    border: 1px solid #2e313a;
    height: 45px;
    border-radius: 4px !important;
    color: #fff;
}

.banner-form textarea{
     background: #11141a;
    border: 1px solid #2e313a;
    height: 150px;
    border-radius: 4px !important;
    color: #fff;
}
.banner-form input[type="submit"] {
    color: #fff;
    background: linear-gradient(180deg, rgba(243, 167, 221, 1) 0%, rgba(235, 80, 233, 1) 50%, rgba(229, 0, 109, 1) 100%);
    padding: 12px 50px;
    border-radius: 6px;
    transition: 0.5s;
    border: none;
    margin-top: 20px;
    cursor: pointer;
    text-transform: uppercase;
}
.banner-form input[type="submit"]:hover{
    text-decoration: none !important;
    color: #000 !important;
    background:linear-gradient(180deg, #fff 0%, #fff 100%);
}
.project-boxes {
    background: linear-gradient(180deg, #111419 0%, #1b1e24 100%);
    border: 1px solid #1d1e22;
    text-align: center;
    padding: 30px 0px;
    border-radius: 7px;
}
.project-boxes h3{
    font-size: 24px;
   /* background: linear-gradient(180deg, #ffffff 0%, #ffb1da 25%, #ff5bb3 68%, #e5006d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;*/
    color: #fff;
}
.project-boxes h3 span {
    color: #fff;
}
.build-row-new h3 {
    color: #fff;
    font-size: 20px;
    padding: 20px 0px 5px 0px;
    margin-bottom: 0px !important;
}
.build-row-new p {
    color: #fff;
}
.build-section .container {
    max-width: 1400px;
}
.tools-slider .slick-prev:before {
    content: url(../images/left-arrow.png) !important;
}
.tools-slider .slick-next:before {
    content: url(../images/right-arrow.png) !important;
}
.tech-tools-sec {
    padding: 70px 0px 50px 0px;
}
.tech-tools-sec .container {
    max-width: 1400px !important;
}
.tech-tools-sec h2 {
    color: #fff;
    font-size: 44px;
    padding-bottom: 10px;
}
.tech-tools-sec p {
    color: #fff;
    font-size: 16px;
    padding-bottom: 50px;
}
.tools-box {
    display: flex;
    align-items: center;
    width: 100%;
/*    justify-content: space-between;*/
    margin-bottom: 0px;
}
.tools-box h4 {
    color: #fff;
    font-size: 24px;
    margin-left: 10px;
}
.tech-tools-sec ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.build-section {
    padding: 50px 0px;
    background: url('../images/bg-img.jpg');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}

.build-section h2 {
    color: #fff;
    font-size: 40px;
    padding-bottom: 70px;
}
.build-row-setup {
    margin: 0px auto !important;
    max-width: 1000px;
    position: relative;
}
.number-section:before {
    position: absolute;
    height: 100%;
    width: 1px;
    background: #242730;
    right: -50%;
    content: '';
}
.number-section-two:before {
    position: absolute;
    height: 100%;
    width: 1px;
    background: #242730;
    left: -168px;
    content: '';
    z-index: -1;
}
.build-row-setup h5 {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(243, 167, 221, 1) 0%, rgba(235, 80, 233, 1) 50%, rgba(229, 0, 109, 1) 100%);
    line-height: 50px;
    color: #fff;
}
.build-row-setup h3 {
    color: #fff;
    font-size: 24px;
}
.build-row-setup p{
    color: #fff;
}
.launch-row-setup{
    padding: 50px 0px;
    margin: 30px auto !important;
    max-width: 1000px;
}
.launch-row-setup h6 {
    font-size: 24px;
    color: #fff;
}
.launch-row-setup a {
    color: #fff;
    background: linear-gradient(180deg, rgba(243, 167, 221, 1) 0%, rgba(235, 80, 233, 1) 50%, rgba(229, 0, 109, 1) 100%);
    padding: 12px 50px;
    border-radius: 6px;
    transition: 0.5s;
    border: none;
    margin-top: 70px;
    display: inline-block;
    text-transform: uppercase;
}
.launch-row-setup a:hover{
    text-decoration: none !important;
    background:linear-gradient(180deg, #111419 0%, #1b1e24 100%);
}
.who-will-section {
    padding: 0px 0px;
    background: #fff;
}
.who-will-section .container {
    max-width: 1400px !important;
}
.who-will-section h2 {
    font-size: 44px;
    color: #fff;
    padding-bottom: 15px;
}
.who-will-section h5 {
    color: #fff;
    font-size: 24px;
    padding-bottom: 20px;
}
.who-will-section p {
    color: #fff;
    padding-bottom: 20px;
}
.who-will-section ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 0;
    margin: 0;
    text-align: left;
    width: 50%;
    margin: 30px auto;
}
.who-will-section ul li{
    color: #fff;
}
.who-will-section ul li i {
    color: #ec0370;
    font-size: 20px;
    margin-right: 10px;
}
.recent-web-app-section {
    padding: 50px 0px;
}
.recent-web-app-section h2 {
    font-size: 44px;
    color: #fff;
    padding-bottom: 50px;
    padding-top: 20px;
}
.recent-web-app-section .web-apps-box {
    background: #1c1c20;
    padding: 10px;
    border: 1px solid #1c1c20;
    border-radius: 22px;
    transition: 0.5s;
}
.recent-web-app-section .web-apps-box:hover {
    box-shadow: 0 0 35px #e5006d;
}
.recent-web-app-section .web-apps-slide {
    padding: 25px 15px;
}
.recent-web-app-section .container {
    max-width: 1400px !important;
}
.recent-web-app-section .web-apps-box img {
    border-radius: 10px;
    width: 100%;
}
/*.recent-web-app-section .web-apps-box h3 {
    color: #fff;
    font-size: 23px;
    padding: 14px 0px;
    text-align: center;
    max-height: 59px;
    vertical-align: middle;
}*/
.recent-web-app-section .web-apps-box h3 {
    color: #ef0372;
    font-size: 23px;
    padding: 14px 0px;
    text-align: center;
    max-height: 59px;
    vertical-align: middle;
}
.recent-web-app-section a {
    color: #fff;
    background: linear-gradient(180deg, rgba(243, 167, 221, 1) 0%, rgba(235, 80, 233, 1) 50%, rgba(229, 0, 109, 1) 100%);
    padding: 12px 50px;
    border-radius: 6px;
    transition: 0.5s;
    border: none;
    margin-top: 70px;
    display: inline-block;
    text-transform: uppercase;
}
.recent-web-app-section a:hover, .why-so-section .get-qoute-sec a:hover{
    text-decoration: none !important;
    background:linear-gradient(180deg, #111419 0%, #1b1e24 100%);
}
.why-so-section {
    padding: 70px 0px;
    position: relative;
}
.why-so-section:before {
    content: url('../images/color-2.png');
    position: absolute;
    top: -34%;
    right: 0px;
    mix-blend-mode: exclusion;
    z-index: -1;
}
.why-so-section:after {
    content: url('../images/color-1.png');
    position: absolute;
    mix-blend-mode: exclusion;
    left: 0px;
    bottom: -6px;
    z-index: -1;
}
.why-so-section h2 {
    font-size: 44px;
    color: #fff;
    padding-bottom: 20px;
}
.why-so-section h5 {
    color: #fff;
    font-size: 24px;
    padding-bottom: 20px;
}
.why-so-section ul {
    list-style: none;
}
.why-so-section ul li {
    color: #fff;
    margin-bottom: 20px;
}
.why-so-section ul li i{
    color: #ec0370;
    font-size: 20px;
    margin-right: 10px;
}
.why-so-section .get-qoute-sec a {
    color: #fff;
    background: linear-gradient(180deg, rgba(243, 167, 221, 1) 0%, rgba(235, 80, 233, 1) 50%, rgba(229, 0, 109, 1) 100%);
    padding: 12px 30px;
    border-radius: 6px;
    transition: 0.5s;
    border: none;
    margin-top: 20px;
    display: inline-block;
    text-transform: uppercase;
}
.why-so-section .hand-img {
    width: 65%;
    margin: 0px auto !important;
    display: block;
}
.why-do-text-sec {
    padding-left: 90px;
}
.client-sec {
    padding: 50px 0px 0px 0px;
    border-top: 1px solid #2e313a;
}
.client-sec h2 {
    font-size: 44px;
    color: #fff;
}
.client-slider-sec {
    border-bottom: 1px solid #2e313a;
    padding: 50px 0px;
}
.client-slide img {
    filter: brightness(73.5);
}
.client-slider-sec .slick-prev:before,
.web-apps-slider .slick-prev:before {
    content: url(../images/left-arrow.png) !important;
}
.client-slider-sec .slick-next:before,
.web-apps-slider .slick-next:before {
    content: url(../images/right-arrow.png) !important;
}
.builds-section {
    padding: 50px 0px;
    background: #fff;
}
.builds-section h2 {
    font-size: 44px;
    color: #06071b;
    padding-bottom: 50px;
}
.custom-web-slider p {
    font-weight: bold;
}
.custom-web-slide img {
    margin: 0px auto;
}
.builds-section .build-box {
    background: #1d1e32;
    text-align: center;
    border-radius: 25px;
    margin-bottom: 30px;
    cursor: pointer;
    transition: 0.5s;
}
.builds-section .build-box:hover{
    background: #ec0370;
}

.builds-section .build-box h4{
    color: #fff;
    font-size: 16px;
    padding: 15px 0px;
}
.work-together-sec {
    padding: 50px 0px;
}
.work-together-sec h2 {
    color: #fff;
    font-size: 44px;
    padding-bottom: 50px;
}
.address-section {
    padding: 50px 15px;
}
.address-section .address-box {
    background: #1c1c28;
    border: 1px solid #1d1e22;
    text-align: center;
    padding: 30px 30px;
    border-radius: 7px;
    display: flex;
    min-height: 133px;
    flex-direction: row;
    justify-content: center;
}
.address-section .address-box .address-img-box {
    width: 10%;
    margin-bottom: 0px !important;
}
.address-section .address-box .address-text-box {
    width: 90%;
    text-align: left;
    padding: 0px 0px 0px 15px;
}
.address-section .address-box .address-text-box h2 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 9px;
}
.address-section .address-box .address-text-box p , .address-section .address-box .address-text-box p a {
    color: #fff;
    font-size: 16px;
}
.address-section .address-box .address-text-box p a:hover{
    color: #fff;
}
.address-section .container {
    max-width: 1400px !important;
}

.footer {
    padding: 0px 0px 50px 0px;
}
.footer .footer-logo {
    max-width: 10%;
}
/* WhatsApp Floating Button */
#whatsapp-button {
  position: fixed;
  bottom: 89px;
  right: 20px;
  background-color: #25D366;
  color: white;
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 30px;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  z-index: 1000;
}
#whatsapp-button:focus{
    outline: none !important;
}
/* Popup Box */
#whatsapp-popup {
    display: none;
    position: fixed;
    bottom: 163px;
    right: 20px;
    width: 281px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    padding: 15px;
    z-index: 999;
    transition: 0.5s;
}

/* Popup Arrow */
#whatsapp-popup::after {
  content: "";
  position: absolute;
  bottom: -10px; /* Push it below the popup */
  right: 20px; /* Align with button */
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: white transparent transparent transparent;
  filter: drop-shadow(0 -1px 1px rgba(0,0,0,0.1));
}

#whatsapp-popup h4 {
  margin-top: 0;
  color: #25D366;
}

#whatsapp-popup a {
  display: inline-block;
  margin-top: 10px;
  color: white;
  background: #25D366;
  padding: 10px;
  border-radius: 5px;
  text-decoration: none;
}
/* Call Button (stacked to the left) */
#call-button {
    background: linear-gradient(180deg, rgba(243, 167, 221, 1) 0%, rgba(235, 80, 233, 1) 50%, rgba(229, 0, 109, 1) 100%);
    right: 20px;
    position: fixed;
    bottom: 20px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
}
@keyframes wiggle {
  0%   { transform: rotate(0deg); }
  25%  { transform: rotate(15deg); }
  50%  { transform: rotate(-15deg); }
  75%  { transform: rotate(10deg); }
  100% { transform: rotate(0deg); }
}
#call-button .floating-button {
  background: transparent;
  border: none !important;
  font-size: 25px;
  color: #fff;
  cursor: pointer;
  animation: wiggle 1.5s infinite;
}

#call-button .floating-button:focus {
  outline: none !important;
}
.launch-img {
    width: 22px;
    height: 22px;
    margin-right: 6px;
}
.address-section .address-box .address-text-box p{
    min-height: 42px;
}
.plan-slide img {
    margin: 0px auto;
}
/* Media Querry */
@media (min-width: 320px) and (max-width: 370px){
.banner-sec h1 {
    font-size: 39px !important;
}
}
@media (min-width: 320px) and (max-width: 767px){
.address-section .address-box .address-text-box p {
    min-height: auto;
}
.tools-slider .slick-prev {
    left: 40%;
    top: 141%;
}
.web-apps-slider .slick-prev {
    left: 40%;
    top: 103%;
}
.tools-slider .slick-next{
    right: 40%;
    top: 141%;
}
.web-apps-slider .slick-next{
    right: 40%;
    top: 103%;
}
/*Awebber Form CSS Start*/
.af-form-wrapper {
    width: 100%;
}
.af-form-wrapper .af-form .af-body {
    padding: 20px 15px !important;
}
.af-form-wrapper .af-form .af-body .af-element {
    width: 100%;
    float: left;
}
.banner-sec .af-form-wrapper .af-form .af-body .af-element .af-textWrap textarea, 
.work-together-sec .af-form-wrapper .af-form .af-body .af-element .af-textWrap textarea {
    height: 80px !important;
}
/*Awebber Form CSS End*/
.banner-sec h1 {
    font-size: 44px;
}
.build-row-setup .number-section, .build-row-setup .number-section-two {
    text-align: center !important;
    margin-top: 20px !important;
}
.tools-box h4 {
    font-size: 19px;
}
.build-row-setup h3 {
    text-align: center !important;
}
.build-row-setup p {
    text-align: center !important;
}
.banner-form textarea {
    height: 100px;
}
.header {
    padding: 10px 15px;
}
.header .col-md-6 {
    width: 50%;
}
.header .get-qoute-btn {
    padding: 9px 14px;
}
.number-section:before{
    display: none !important;
}
.banner-sec h3 {
    font-size: 24px;
}
.banner-form {
    padding: 30px 30px;
    width: 100%;
}
.project-boxes {
    margin-bottom: 20px;
}
.tech-tools-sec h2 {
    font-size: 24px;
}
.build-section h2 {
    font-size: 24px;
    padding-bottom: 30px;
}
.build-row-setup h5 {
    margin: 40px auto;
}
.build-row-setup:nth-child(3), .build-row-setup:nth-child(5) {
    flex-direction: column-reverse;
}
.who-will-section h2 {
    font-size: 24px;
}
.who-will-section h5 {
    font-size: 20px;
}
.who-will-section ul {
    gap: 15px;
    width: 65%;
    margin: 20px auto;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}
.recent-web-app-section {
    padding: 0px 0px 50px 0px;
}
.recent-web-app-section h2 {
    font-size: 24px;
    padding-top: 50px;
}
.recent-web-app-section .web-apps-box {
    margin-bottom: 20px;
}
.recent-web-app-section .web-apps-box img {
    width: 100%;
}
.recent-web-app-section .web-apps-box h3 {
    padding: 14px 0px;
    margin-bottom: 0px !important;
}
.why-do-text-sec {
    padding-left: 15px;
    padding-bottom: 60px;
}
.why-so-section h2 {
    font-size: 24px;
}
.why-so-section h5 {
    font-size: 20px;
}
.client-sec h2 {
    font-size: 24px;
}
.client-slide a img {
    display: block;
    margin: 0px auto;
}
.client-slider .slick-prev {
    left: 21px !important;
}
.client-slider .slick-next {
    right: 21px !important;
}
.builds-section h2 {
    font-size: 24px;
}
.work-together-sec {
    padding: 0px 0px 50px 0px;
}
.work-together-sec h2 {
    font-size: 24px;
    padding-top: 50px;
}
.address-section .address-box {
    margin-bottom: 20px;
}
.footer .footer-logo {
    max-width: 25%;
}
}