@import url('https://fonts.googleapis.com/css2?family=Anton&family=Cinzel:wght@500&display=swap');

p{
  font-weight: 500;
}
html,body{
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:border-box;
  box-sizing: border-box;
  min-width:2px; /* enter a pixel value more than 1px that distorts the layout on resize */ 
}

/* PAGE HEADERS!!! */
header {
    position: relative;
    height: 90%;
    width: 100%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:border-box;
    box-sizing: border-box;
    background-color: red;
}
header .container {
    position: relative;
    z-index: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:border-box;
    box-sizing: border-box;
}
header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.4;
    z-index: 1;
    background: linear-gradient(rgba(0, 0, 0, 1), transparent 700%); 
    -webkit-box-sizing: border-box;
    -moz-box-sizing:border-box;
    box-sizing: border-box;
    
}
header .overlay-2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  z-index: 1;
  background: 
    linear-gradient(217deg, rgba(255,0,0,.8), rgba(255,0,0,0) 40.71%),
    linear-gradient(127deg, #42423c, rgba(0,255,0,0) 10.71%),
    linear-gradient(320deg, rgba(0,0,255,.8), rgba(0,0,255,0) 30.71%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing:border-box;
  box-sizing: border-box;
}
header .overlay-3 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.9;
  z-index: 1;
  background: 
    linear-gradient(217deg, rgba(255,0,0,.8), rgba(255,0,0,0) 40.71%),
    linear-gradient(127deg, #42423c, rgba(0,255,0,0) 10.71%),
    linear-gradient(320deg, rgba(0,0,255,.8), rgba(0,0,255,0) 30.71%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing:border-box;
  box-sizing: border-box;
  color: black;
}
/* ALL THE PAGE HEADERS HERE */
.top-header{
  text-align: center;
}
#main-header{
  background-image: url('../media/pexels-divinetechygirl-1181345.jpg'); 
  background-size: cover; 
  background-position: center; 
  color: white; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  text-align: center; 
}
#about-us-header{
  background-image: url('../media/pexels-fauxels-3183150.jpg'); 
  background-size: cover; 
  background-position: center; 
  color: white; 
  display: flex;
  align-items: center;
  justify-content: left;
}
#blogs-header{
  background-image: url('../media/pexels-pixabay-355952.jpg'); 
  background-size: cover; 
  background-position: center; 
  color: white; 
  display: flex; 
  align-items: center; 
  justify-content: left; 
}
#our-work-header{
  background-image: url('../media/pexels-divinetechygirl-1181244.jpg'); 
  background-size: cover; 
  background-position: center; 
  color: white; 
  display: flex; 
  align-items: center; 
  justify-content: left;
}
#what-we-do-header{
  background-image: url('../media/pexels-kevin-ku-92347-577585.jpg');
  background-size: cover; 
  background-position: center; 
  color: white; 
  display: flex; 
  align-items: center;
  justify-content: left; 
}
#tech-header{
  background-image: url('../media/pexels-divinetechygirl-1181354.jpg'); 
  background-size: cover;
  background-position: center; 
  color: white; 
  display: flex; 
  align-items: center; 
  justify-content: left; 
}
#tech-header-2{
  background-image: url('../media/pexels-scottwebb-1029624.jpg'); 
  background-size: cover;
  background-position: center; 
  color: white; 
  display: flex; 
  align-items: center; 
  justify-content: left; 
  height: 500px;
}
#programs-header{
  background-image: url('../media/pexels-googledeepmind-17483868.jpg');
  background-size: cover;
  background-position: center; 
  color: white; 
  display: flex; 
  align-items: center; 
  justify-content: left; 
}
#contact-header{
  background-image: url('../media/pexels-mark-g-1057309-2401539.jpg');
  background-size: cover;
  background-position: center; 
  color: white; 
  display: flex; 
  align-items: center; 
  justify-content: left; 
}
#casestudy-header{
  background-image: url({{caseStudy.projectWorkImage.url}});
  background-size: cover;
  background-position: center; 
  color: white; 
  display: flex; 
  align-items: center; 
  justify-content: left; 
}
#viewblog-header{
  background-image: url({{caseStudy.projectWorkImage.url}});
  background-size: cover;
  background-position: center; 
  color: white; 
  display: flex; 
  align-items: center; 
  justify-content: left; 
}
/* END OF PAGE HEADERS!!! */

.border-5, .border-w-5 {
  border-width: 5px !important;
}
.border-white {
  border: 1px solid transparent;
  border-color: #fff !important;
}
hr.hr-primary {
  border-top-color: #CC164D!important;
}
em {
  font-style: italic;
}
.font-weight-normal {
  font-weight: 400 !important;
}

.circular-image {
  text-align:center;
  width: 150px; 
  height: 150px; 
  border-radius: 50%; 
  object-fit: cover; 
  border: 2px solid #fff; 
}
#navbar-image{
    width: 120px;
    height:70px;
}
.tech-img{
  border-radius: 20px;
  width: 100%;
  height: auto;
}
.engineerchititle{
    font-size: 60px;
    font-family: 'Anton', sans-serif;
    font-weight: 800;
    margin-top: auto;
    font-family: 'Anton', sans-serif;
    padding:30px;
    font-size: 64px;
}
nav{
    background-color: #fff;
    margin-top:5px;
    font-family: 'Cinzel', serif;
}
.long-red-line{
    height: 5px;
    width: 100%;
    background-color: red;
}
.nav-link{
    font-size: 20px;
}
.bottom-nav{
    height: 80px;
    display: inline;
}
#contact-us{
    background-color: red;
    color: white;
}
#contact-us .nav-link{
    color: white;
}

.nav-item { color: red;display:inline-block; margin:0;text-transform:uppercase; }
.nav-item:after {
  display:block;
  content: '';
  border-bottom: solid 3px red;  
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
}
.nav-item:hover:after { transform: scaleX(1); }
.nav-item.fromRight:after{ transform-origin:100% 50%; }
.nav-item.fromLeft:after{  transform-origin:  0% 50%; }
.typewrite{
    font-family: 'Cinzel', serif;
    font-size: 22px;
    color: white;
}
.first-section{
    background-color: #fff;
}
.we-help{
    padding:100px;
    padding-top: 200px;
    padding-bottom: 200px;
}
.we-help-1{
    color: white;
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .3)), url(../media/work1.jpg) center no-repeat;
    background-position: center top;
}
.we-help-about{
    color: white;
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../media/work1.jpg) center no-repeat;
    background-position: center top;
}
.we-help-h1{
    font-family: 'Anton', sans-serif;
}
.we-help-h1-2{
    font-family: 'Anton', sans-serif;
    color: red;
}
.we-help-2{
  color: white;
  background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../media/ux1.jpg) center center no-repeat fixed;
  background-position: center bottom;
}
.we-help-3{
  color: white;
  background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../media/blogImages/programming-1873854_1920.png) center center no-repeat fixed;
  background-position: center bottom;
}
.we-help-4{
  color: white;
  background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../media/pexels-pixabay-159304\ \(1\).jpg) center center no-repeat fixed;
  background-position: center center;
}
.second-section{
  background-color: orange;
  height: 500px;
}
.purpose-word{
  background-color: red;
  padding:1px 5px 1px 5px;
}
.we-help-1 h3{
  background-color: white;
  color: red;
  padding:10px;
  font-family: 'Cinzel', serif;
}
.insights{
  padding:100px;
  padding-top: 200px;
  padding-bottom: 200px;
  background-color: red;
  color: white;
}
.insights h3{
  background-color: white;
  color: red;
  padding: 20px;

}
.fourth-section{
  background-color: white;
  margin-top: 100px;
  margin-bottom:100px;
  height: 200px;
  font-family: 'Anton', sans-serif;
}
.what-we-do-link a{
  text-decoration: none;
  color: white;
  font-family: 'Cinzel', serif;

}
.what-we-do-title{
  color: white;
  font-family: 'Anton', sans-serif;
  padding:40px;
  font-size: 64px;
  text-align: left;
}
.what-we-do-title{
  color: white;
  font-family: 'Anton', sans-serif;
  padding:40px;
  font-size: 64px;
  text-align: left;
}
.tech-title{
  color: red;
  font-family: 'Anton', sans-serif;
  padding:40px;
  font-size: 64px;
  text-align: left;
}
.tech-header-2 p {
  border: 1px solid red;
}
.what-we-do-description{
  color: white;
  padding:40px;
  font-size: 18px;
  text-align: left;
  width: 80%;
}
.tech-description{
  color: black;
  padding:40px;
  font-size: 18px;
  text-align: left;
  width: 80%;
}
#clients {
  padding: 60px 0
}

#clients .clients-wrap {
  border-top: 1px solid #d6eaff;
  border-left: 1px solid #d6eaff;
  margin-bottom: 30px
}
#clients .client-logo {
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #d6eaff;
  border-bottom: 1px solid #d6eaff;
  overflow: hidden;
  background: #fff;
  height: 160px
}
#clients img {
  transition: all 10s ease-in-out
}
.down-arrow{
  color: red;
}
.down-arrow:hover{
  transform: translateY(25px) scale(1);
  transition: transform 300ms 0ms cubic-bezier(.5,.11,.51,.11);
  color: red;
}
.custom-toggler.navbar-toggler { 
  border-color: lightgreen; 
} 
.design-build-deploy{
  font-size: 60px;
  text-align: center;
  font-family: 'Anton', sans-serif; 
}

/* TIMELINE FEATURE ON SERVICES PAGE */
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}
.item{
  background-color: white;
  padding: 0;
  padding-bottom: 10px;
  float:left;
  color: black;
  border: 1px solid black;
}

.item button{
  font-family: 'Cinzel', serif;
  padding: 20px;
  line-height: normal;
}
.item p{
  text-align: left;
  padding: 20px;
}
.item h3{
  color: red !important;
  font-weight: bold;
  padding: 20px;
}
.item img{
  width: 100%;
  height: 40%;
  margin-bottom: 30px;
}
.first-section-tech-stack{
  height: 100%;
  background-color: white;
  
}
.picking-tech{
  font-size: 45px;
  padding: 20px;
  font-family: 'Anton', sans-serif;
}
.first-section-django {
  background: linear-gradient(270deg, #179d28, #0d921e, #80bb3b);
  background-size: 600% 600%;
  -webkit-animation: AnimationName 30s ease infinite;
  -moz-animation: AnimationName 30s ease infinite;
  animation: AnimationName 30s ease infinite;
}
@-webkit-keyframes AnimationName {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
@keyframes AnimationName {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
.carousel:hover{
  cursor: grab;
}
.carousel:hover:active{
  cursor: grabbing;
};
.btn{
  width: 100%;
}
.carousel button{
  padding: 30px;
  width: 100%;
  border-radius: 0;
  border-right: 2px solid black;
  border-left: 2px solid black;
  background-color: red;
}
#next {
  cursor: pointer;
  position: relative;
  font-weight: bold;
  font-size: 20px;
  user-select: none;
  transition: 0.2s ease-in;
}
#next:hover:before {
  opacity: 1;
}
#next span {
  display: inline-block;
  transition: 0.6s ease-in;
}
#next:hover span {
  transform: translateX(30px);
}
.workItem:hover span{
  transform: translateX(30px);
}
.first-section a{
  color: white;
  text-decoration: none;
}
.first-section a{
  color: white;
  text-decoration: none;
}
.third-section a{
  color: white;
  text-decoration: none;
}
.django-title{
  padding: 30px;
  font-family: 'Anton', sans-serif;
}
.django-row{
  margin-top: 50px;
  text-align: center;
}
.django-p{
  text-align: left;
  border: 2px solid green;
  padding: 20px;
}
.django-intro{
  margin: 0 auto;
}
.design-section{
  background-color: blue;
}
.footer{
  height: 30%;
  background-color: red;
  color: white;
}
.contact-form{
  padding: 50px;
}
.right-side{
  background-color: blue;
  height: 100%;
}
.contact-section{
  padding: 100px;
}
form{
  background-color: red;
}
input{
  padding: 5px;
  border-radius: 20px;
}
input:active{
  text-decoration: none;
  outline: none;
}
.hello-email{
  text-decoration: underline;
}
.blog{
  border: 2px solid black;
  height: 100%;
  color: black;
}
.work-title{
  font-size: 50px;
  font-weight: 800;
}
.work-details{
  margin: 0 auto;
  margin-top: 200px;
  width: 70%;
}
/* Zoom Out #1 */
.workItem {
	-webkit-transform: scale(.9);
	transform: scale(.9);
	-webkit-transition: .3s ease-in-out;
  transition: .9s ease-in-out;
  color: white;
}
.workItem:hover {
	-webkit-transform: scale(1);
  transform: scale(1);
  cursor: pointer;
  color: red;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
.btn {
  top: 0;
  left: 0;
  transition: all 0.15s linear 0s;
  position: relative;
  display: inline-block;
  padding: 15px 25px;
  background-color: red;
  text-transform: uppercase;
  color: white;
  font-family: arial;
  letter-spacing: 1px;
  box-shadow: -6px 6px 0 #404040;
  text-decoration: none;
}
.btn:hover {
  top: 3px;
  left: -3px;
  box-shadow: -3px 3px 0 #404040;
}
.btn:hover::after {
  top: 1px;
  left: -2px;
  width: 4px;
  height: 4px;
}
.btn:hover::before {
  bottom: -2px;
  right: 1px;
  width: 4px;
  height: 4px;
}
.btn::after {
  transition: all 0.15s linear 0s;
  content: '';
  position: absolute;
  top: 2px;
  left: -4px;
  width: 8px;
  height: 8px;
  background-color: #404040;
  transform: rotate(45deg);
  z-index: -1;
}
.btn::before {
  transition: all 0.15s linear 0s;
  content: '';
  position: absolute;
  bottom: -4px;
  right: 2px;
  width: 8px;
  height: 8px;
  background-color: #404040;
  transform: rotate(45deg);
  z-index: -1;
}
a.btn {
  position: relative;
}
a:active.btn {
  top: 6px;
  left: -6px;
  box-shadow: none;
}
a:active.btn:before {
  bottom: 1px;
  right: 1px;
}
a:active.btn:after {
  top: 1px;
  left: 1px;
}
.newsletter {
  padding: 80px 0;
  background: url(../media/interstellar.svg);
  background-position: center center;
  }
.newsletter .content {
max-width: 650px;
margin: 0 auto;
text-align: center;
position: relative;
z-index: 2; }
.newsletter .content h2 {
color: white;
margin-bottom: 40px; }
.newsletter .content .form-control {
height: 50px;

border-radius:0;
}
.newsletter .content.form-control:focus {
box-shadow: none;
border: 2px solid red;
}
.newsletter .content .button {
min-height: 50px; 
border-radius:0;
background: red;
color: #fff;
font-weight:600;
}
.contactForm{
  margin: 0 auto;
  height: 100%;
  background-color: red;
  padding: 100px;
  margin-top: 100px;
  margin-bottom: 200px;
  color: white;
}
.contactInputs{
  border-radius: 0;
}
.contact-title{
  font-family: 'Anton', sans-serif;
  color: white;
}
.contact-input{
  border-radius: 0;
}
input{
  height: 50px;
}
select {

  /* make arrow and background */

  background:
    linear-gradient(45deg, transparent 50%, grey 50%),
    linear-gradient(135deg, grey 50%, transparent 50%),
    linear-gradient(to right, white, white);
  background-position:
    calc(100% - 21px) calc(1em + 2px),
    calc(100% - 16px) calc(1em + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;

  /* styling and reset */

  border: thin solid grey;
  font: 300 1em/100% "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  border-radius: 0;
  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance:none;
  -moz-appearance:none;
}
.login-button{
  padding:22px;
  background-color: blue;
  color: white;
  border: none;
}
.login-background{
  background-image: url(../media/pexels-kelly-lacy-4642503.jpg);
  background-repeat: none;
  background-position: center center;
}
.loginForm{
  height: 100%;
  background-color: red;
  padding: 100px;
  margin-top: 140px;
  margin-bottom: 200px;
  color: white;
  opacity: .9;
  border: 2px solid black;
}
.messages-section{
  width: 100%;
  background-color: white;
  height: 1050px;
}
#back2Top {
  width: 40px;
  line-height: 40px;
  overflow: hidden;
  z-index: 999;
  display: content;
  cursor: pointer;
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  position: fixed;
  bottom: 50px;
  right: 0;
  background-color: red;
  color: white;
  text-align: center;
  font-size: 30px;
  text-decoration: none;
}
#back2Top:hover {
  background-color: black;
  color: red;
}
.casestudy-text{
  font-size: 18px;
  font-family: 'Cinzel', serif;
  font-weight: 500;
}
.casestudy-description{
  margin: 0 auto;
}
.item a{
  text-decoration: none !important;
  text-align: left;
  color: black !important;
}
#contact-section{
  background-color:black !important;
}
.get-started-h1{
  color: red;
}


/* MOBILE */
/* Media Queries */
@media only screen and (max-width: 414px) {
  #main-header{
    background-image: url('../media/pexels-divinetechygirl-1181345.jpg'); /* Set the path to your image */
    background-size: cover; /* Cover the entire background */
    background-position: center; /* Center the background image */
    color: white; /* Text color */
    display: flex; /* Center content */
    align-items: center; /* Vertical center */
    justify-content: center; /* Horizontal center */
    text-align: center; /* Center text */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
  }
  .we-help-2{
    color: white;
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../media/ux1.jpg) center center no-repeat scroll;
    background-position: center bottom;
  }
  .we-help-3{
    color: white;
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../media/blogImages/programming-1873854_1920.png) center center no-repeat scroll;
    background-position: center bottom;
  }
  .we-help-4{
    color: white;
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../media/pexels-pixabay-159304\ \(1\).jpg) center center no-repeat scroll;
    background-position: center center;
  }
}

@media only screen and (max-width: 375px) {
  .we-help-2{
    color: white;
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../media/ux1.jpg) center center no-repeat scroll;
    background-position: center bottom;
  }
  .we-help-3{
    color: white;
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../media/blogImages/programming-1873854_1920.png) center center no-repeat scroll;
    background-position: center bottom;
  }
  .we-help-4{
    color: white;
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../media/pexels-pixabay-159304\ \(1\).jpg) center center no-repeat scroll;
    background-position: center center;
  }
}

@media only screen and (min-width: 1920px) {
  .what-we-do-title{
    margin: auto;
  }
}

@media only screen and (max-width: 430px) {
  .what-we-do-title {
    font-size: 40px;
    margin-top: 120px;
  }
  .engineerchititle{
    font-size: 29px;
  }
  .we-help-2{
    color: white;
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../media/ux1.jpg) center center no-repeat scroll;
    background-position: center bottom;
  }
  .we-help-3{
    color: white;
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../media/blogImages/programming-1873854_1920.png) center center no-repeat scroll;
    background-position: center bottom;
  }
  .we-help-4{
    color: white;
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../media/pexels-pixabay-159304\ \(1\).jpg) center center no-repeat scroll;
    background-position: center center;
  }
}

@media only screen and (max-width: 375px) {
  .what-we-do-title {
    font-size: 35px;
    margin-top: 150px;
  }
  .engineerchititle{
    font-size: 30px;
  }
  .we-help-2{
    color: white;
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../media/ux1.jpg) center center no-repeat scroll;
    background-position: center bottom;
  }
  .we-help-3{
    color: white;
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../media/blogImages/programming-1873854_1920.png) center center no-repeat scroll;
    background-position: center bottom;
  }
  .we-help-4{
    color: white;
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../media/pexels-pixabay-159304\ \(1\).jpg) center center no-repeat scroll;
    background-position: center center;
  }
}

@media (pointer: coarse) and (hover: none) {
  #main-header{
    background-image: url('../media/pexels-divinetechygirl-1181345.jpg'); /* Set the path to your image */
    background-size: cover; /* Cover the entire background */
    background-position: center; /* Center the background image */
    color: white; /* Text color */
    display: flex; /* Center content */
    align-items: center; /* Vertical center */
    justify-content: center; /* Horizontal center */
    text-align: center; /* Center text */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
  }
}
