@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans&display=swap");
/* body p {
  color: #4e4e4e;
} */
a {
  text-decoration: none;  
  color: black;
  font-weight: 600;    
}

p {
    line-height: 27px;
}

body{    
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.Headers{    
  background-color: #ffffff;
 top: 0;
 position: sticky;
 display: flex;
 justify-content: space-between;
 align-items: center;  
 height: 80px;
 border-radius: 0 0 10px 10px;
}
.Header_Links{        
  display: flex;
  justify-content: center;   
  gap: 80px;
  align-items: center;    
  margin-right: 90px;    
}
.Header_Links a:focus , .Header_Links a:hover {
    transition: 0.2s;
    color: #f05454;    
}
.Logo_favicon{
  margin-left: 90px;
}
.Header_Links_Mob{
  display: none;
}
.Hamburger{
  display: none;
}

@media screen and (max-width:3840px) and (min-width:2256px) {
  .Headers{
      width: 1609px;              
      margin: auto;
  }    
}

@media screen and (max-width:2255px) and (min-width:1920px) {
  .Headers {
    width: 1900px;
    margin: auto;
  }
}

@media screen and (max-width:1599px) and (min-width:1440px) {
  .Why_Hackit .Why_Hackit_boxe1 {
      width: 1360px;        
      margin: auto;
      display: flex;        
      align-items: center;
  }
  .Why_Hackit .Why_Hackit_boxe1 div {
      width: 400px;          
  } 
  .Why_Hackit .Why_Hackit_boxe1 div p {
      width: 100%;
  }
  .Why_Hackit .Why_Hackit_boxe2 {
      margin-top: 30px;
      width: 1360px;        
  }
  .Why_Hackit .Why_Hackit_boxe2 div {
      width: 630px;        
  }
}

@media screen and (min-width:1024px) and (max-width:1439px) {    
  .Header_Links {      
    width: 900px;
    margin-right: 20px;   
    flex-grow: 1;   
    gap: 20px; 
  }
  .Headers .Logo_favicon{ 
    margin-left: 20px;      
    flex-grow: 3;
  }
}


@media screen and (max-width:1023px ) {
  .Header_Links{
      display: flex;
      justify-content: center;   
      gap: 40px;
      align-items: center;
      margin-right: 50px;
  }
  .Logo_favicon{
      margin-left: 50px;
  }
  .Header_Links{
      display: none;
  }
  .Header_Links_Mob{    
      z-index: 1000000px;          
      transition: 0.5s;   
      border-top-right-radius: 20px;        
      border-bottom-right-radius: 20px;
      transform: translateX(-100%);
      height: 300px;
      color: white;        
      width: 500px;
      top: 80px;        
      position: absolute;
      display: flex;        
      justify-content: center;
      align-items: center;
      flex-direction: column;
      background-color: #f05454;   
      gap: 20px;     
  }
  .Header_Links_Mob.active{
      z-index: -1000000;
      transition: 0.5s;   
      border-top-right-radius: 20px;        
      border-bottom-right-radius: 20px;                
      transform: translateX(0px);
      height: 300px;
      color: white;        
      width: 500px;
      top: 80px;        
      position: absolute;
      display: flex;        
      justify-content: center;
      align-items: center;
      flex-direction: column;
      background-color: #f05454;   
      border: 1px solid #EAEBF0; 
      gap: 20px;       
  }
  .Header_Links_Mob a{      
      position: relative;                  
      z-index: 999;        
  }
  .Hamburger{                     
      transition: 0.3s;
      display: block;
      position: relative;        
      margin-right: 70px;
      height: 5px;
      width: 30px;        
      background-color: #f05454;        
  }
  .Hamburger::before{          
      transition: 0.3s;      
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px;
      left: 0px;
      position: absolute;
      content:' ';
      top: 8px;
      height: 5px;
      width: 30px;
      background-color: black;            
  }
  .Hamburger::after{        
      transition: 0.3s;
      left: 0px;
      border-top-right-radius: 20px;
      border-top-left-radius: 20px;
      position: absolute;
      content:' ';
      bottom: 8px;
      height: 5px;
      width: 30px;
      background-color: black;            
  }
  .Hamburger.active{        
      display: block;
      position: relative;
      margin-right: 70px;
      height: 5px;
      width: 30px;        
      background-color: #f05454;                
  }
  .Hamburger.active::before{           
      transition: 0.3s;
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px;
      position: absolute;        
      left: -10px;
      content:' ';
      top: 8px;
      height: 5px;
      width: 30px;
      background-color: black;            
  }
  .Hamburger.active::after{        
      transition: 0.3s;
      border-top-right-radius: 20px;
      border-top-left-radius: 20px;
      position: absolute;
      left: 10px;
      content:' ';        
      bottom: 8px;
      height: 5px;
      width: 30px;
      background-color: black;            
  }
  .Hamburger{
      transition: 0.3s;
      display: block;
      position: relative;
      margin-right: 30px;
      height: 5px;
      width: 30px;        
      background-color: #f05454;        
  }
  .Hamburger.active{
      margin-right: 30px;
  }
  .Logo_favicon{
      margin-left: 30px;
  }
  .Header_Links_Mob.active{        
      width: 70%;        
  }  
}



/* -------------------Home_Part---------------------- */

.Home_Part{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 162px;
}
.Home_Part1{    
  text-align: left;    
  display: grid;    
  margin-right: 122px;
}
.Home_Part1 h2{    
  margin-bottom: 0;    
  font-weight: 700;
  font-size: 52px;
  width: 624px;
  line-height: 160%;
}
.Home_Part1 p{
  margin-bottom: 16px;    
  font-weight: 400;
  font-size: 16px;
  width: 624px;    
}
.Home_Part1 button{
  color: white;
  width: 121px;
  height: 46px;
  font-weight: 600;
  font-size: 15px;
  background-color: #f05454;
  border: none;
  border-radius: 6px;
}

@media screen and (min-width:1024px) and (max-width:1439px) {
  .Home_Part1 h2{   
      display: none;         
  }
  .Home_Part1 p{
      display: none;        
  }
  .Home_Part1 button{
      display: none;     
  }
  .Home_Part1{
      position: absolute;                
  }
  .Home_Part img{
      width: 700px;
  }
}
@media screen and (min-width:768px) and (max-width:1023px)  {     
  .Home_Part{                   
      z-index: -50000;  
      display: grid;            
      height: auto;
      margin-top: 90px;
  }         
  .Home_Part1 h2{   
      display: block;
      margin: auto;
  }
  .Home_Part1 button{
      display: block;     
  }
  .Home_Part  img{        
      margin-left: 213px;
      width: 500px;
  }
  .Home_Part1{          
      margin-left: 50px;                
  }
  .container_ser1 {
     margin-top: 130px;
  }
}

@media screen and (max-width:767px) {
  .Home_Part {        
      height: auto;        
      margin-top: 40px; 
  }
  .Home_Part img{
    display: none;
  }
  .Home_Part1{           
    width: 400px; 
    margin: auto;             
  }
  .Home_Part .Home_Part1 p {  
    margin-top: 0;  
    display: block;
    width: 100%;
    text-align: justify;
  }
  .Home_Part1 h2{         
      margin-bottom: 24px;      
      width: 323px;               
      font-size: 36px;
      font-weight: 700;           
  }
  .Home_Part1 p{        
      display: none;
  }
  .Home_Part1{           
      width: 340px; 
      margin: auto;        
        
  }
}






/* ----------------------Container_ser_1--------------------------------------------------------------------------------------------- */
.container_ser1  {
  margin-top: 130px;
}
.container_ser1 .container_tittel h1{
  text-align: center;
}
.container_ser1 .container_tittel p {
  width: 1010px;
  text-align: center;
  margin: auto;  
}
.container_ser1 .container_tittel {
  margin-bottom: 46px;
}

.row1_ser {     
  display: grid;  
  grid-template-columns: repeat(4,425PX);      
  margin: auto;
  place-content: center;
  max-width: 1920px;
  gap: 20px;
}
.row1_ser .det1_ser {  
  border: 1px solid #D9D9D9;
   border-radius: 10px;
  height: 400px;
  width: 425px; 
}
.row1_ser .det1_ser {
  width: 425px;
  height: auto;
}
.row_img{
  width: 77px;
  display: flex;
    padding: 30px 16px 10px 26px;
    align-items: start;
}
.row1_ser .det1_ser .row_cont {
   width: 393px;
   margin: auto;
} 
.row1_ser .row_cont p {
  width: 100%;
  color: #4E4E4E;
}
.row_cont h3{
  font-size: 22px;
}
.para{
  height: 104px;
  line-height: 170%;
}
.ser_btn img{
  width: 12px;
}
.ser_btn {
  color: #437EF7;    
  border-radius: 6px;  
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  width: 100px;
  text-align: start;
  padding: 0px;
  font-size: 15px;
  cursor: pointer;
}
.ser_btn p{
    color:#437EF7 !important;
}
.spl_he{
  margin: auto;
}
@media screen and (max-width:1919px) and (min-width:1600px) {
  .row1_ser {    
    width: 1600px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;    
  }
  .row1_ser .det1_ser {    
    margin: 20px; 
    width: 475px; 
    height: 430px;  
  }
.row1_ser .det1_ser .row_cont{
  width: 450px;

}
.Home_Part1 {
  margin-right: 100px;
}
}
@media screen and (max-width:1919px) and (min-width:1601px) {
  .row1_ser {    
    width: 1600px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;    
  }
  .row1_ser .det1_ser {    
    margin: 10px;
    width: 425px;
    height: auto;
  }
.row1_ser .det1_ser .row_cont{
  width: 375px;

}
.Home_Part1 {
  margin-right: 100px;
}
}
@media screen and (max-width:1800px) and (min-width:1440px) {
  .container_ser1 .container_tittel p {    
    width: 1150px;
    margin: auto;
  }
  .container_ser1 .container_tittel{
      width: 1150px;
      margin: auto;
  }
  .row1_ser {     
    width: 1440px;   
    margin: auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;    
  }  
  .row1_ser .det1_ser  {
    margin: 20px;
  }
  .Home_Part1{
    margin-top: 100px;
    width: 600px;

  }
  .Home_Part img{
    width: 550px;
  }
}

@media screen and (max-width:1439px) and (min-width:768px) {
  .container_ser1 .container_tittel p {
    width: 768px;
    margin: auto;
  }
  .container_ser1 .row1_ser .row_img {
    object-fit: cover;
  }
  .row1_ser {
    width: 100%;    
    display: grid;
    grid-template-columns: 425px;
    flex-direction: column;
    place-items: center;
  }
  .row1_ser .det1_ser .row_cont {
    width: 644px;
    
  }
  .row1_ser .det1_ser{
    width: 708px;
    margin-bottom: 30px;
  }
  .para{
    height: 100px;
    line-height: 190%;
  }
  .row_img{
    padding: 30px 32px 10px 26px;
  }
  .spl_he{
    margin: 22px 0px 22px 0px;
  }

}
@media screen and (max-width:767px){
  
  .container_ser1 .row1_ser .det1_ser {    
    height: auto;
    width: 343px;    
    margin: auto;
  }
  .container_ser1 .row1_ser .det1_ser .row_cont {        
    width: 299px;
    margin: auto;
  }
  .container_ser1 .row1_ser .det1_ser .para {
    text-align: justify;
    /* width: 90%;  */
    line-height: 150%;
    height: 129px;   
  }
  .row_img{
    padding-top: 30px;
    padding-left: 21px
  }
  .row_cont h3{
    margin-top: 13px;
  }
  .container_ser1 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .container_ser1 .container_tittel p {    
    display: none;
  }
  .container_ser1 .row1_ser {    
    gap: 20px;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
  }
}
/* @media only screen and (max-width: 769px) {
  .container_ser1 {
    width: 740px;
    margin: auto;
  }
  .head_banner {
    flex-direction: column;   
  }
  .banner_cont {
    width: 580px;
    height: 180px;
  }
  .banner_img {
    width: 460px;
    margin-left: 200px;


  }
  .row1_ser {    
    display: flex;
    flex-direction: column;
    align-items: center;    
  }
  .det1_ser {
    width: 706px;
    margin-left: 15px;
  }
  .row_img {
    width: 100%;
    height: 100%;
  }
  .row_cont {    
    width: 660px;
    line-height: 24px;
    padding-bottom: 10px;
  }
  .container_tittel {    
    width: 100%;
    
  }
} */
@media only screen and (max-width: 464px) and (min-width: 320px){
  .Home_Part1 h2 {
    width: 315px;
  }
  .Home_Part .Home_Part1 p {
    width: 315px;
  }
  .container_ser1 .row1_ser .det1_ser {    
    width: 315px;
    margin: auto;
  }
}


/* --------------------------------------Contact Form ----------------------------------- */
.Contact_Form  {
  margin-top: 122px;    
}
.Contact_Form  h2{
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin: 50px;
}
.Contact_Form .CForm_All{  
  display: flex;     
  justify-content: space-between;
  align-items: center;
  width: 1665px;
  margin: auto;          
}
.Contact_Form .CForm_All img{
  width: 716px;
}
.Contact_Form .Form {
  height: 503px;    
  padding: 32px;
  border: 0.5px solid #DAE0E6;
  border-radius: 10px;
  /* display: grid; */
  display: flex;
  /* grid-gap: 24px; */
  flex-direction: column;
  justify-content: space-between  ;
}
.Contact_Form .Form .PInfo {    
  width: 100%;    
  display: grid;
  grid-template-columns: 1fr 1fr;    
  margin: 20px auto;
  grid-gap:24px; 
  
}
.Contact_Form .Form .PInfo input {
  width: 328px;
  height: 46px;    
  border-radius: 10px;   
  border: 1px solid #DAE0E6;
  padding-left: 16px  ;
  font-family: "Plus Jakarta Sans", sans-serif;
  outline: none;
}
.Contact_Form .Form  textarea {      
  padding: 12px 16px 12px 12px;  
  /* margin-left: 32px; */
  height: 201px;    
  border-radius: 10px;
  border: 0.5px solid #DAE0E6;    
  resize: vertical;
  font-family: "Plus Jakarta Sans", sans-serif;
  outline: none;
}
.Contact_Form .Form .Button {    
  display: flex;    
  justify-content: space-between;
  align-items: center;        
  width: 100%;        
}
.Contact_Form .Form .Button p{    
  width: fit-content;     
}
.Contact_Form .Form .Button .RobotCheck {
  border: 0.5px solid #DAE0E6;
  border-radius: 8px;
  padding: 0 10px 0 10px;
}
.Contact_Form .Form .Button button{
  color: #FFFFFF;
  background-color: #f05454;
  width: 88px;
  height: 46px;
  border: none;
  border-radius: 10px;
}

.RobotCheck {
  border: 1px solid #DAE0E6;
  display: flex;
  height: 46px;
}
.RobotCheck p {    
  margin: auto 0 auto 10px;       
}
.RobotCheck input {
  margin: auto;
  height: 20px;
  width: 20px;    
}

@media screen and (max-width:1919px) and (min-width:1600px) {    
  .Contact_Form .CForm_All{     
      width: 100%;   
      justify-content: center;
      margin: auto;        
      gap: 20px;
  }
  .Contact_Form .CForm_All img{
      width: 600px;
  }        
}

@media screen and (max-width:1599px) and (min-width:1440px) {    
  .Contact_Form .CForm_All {
      display: flex;
      justify-content: center;
      gap: 20px;
      max-width: 1250px;
  }
  .Contact_Form .CForm_All img{
      width: 500px;
  }
}

@media screen and (min-width:768px) and (max-width:1439px) {    
  .Contact_Form {
      height: auto;
  }
  .Contact_Form .CForm_All {    
      width: 70%;    
      height: auto;
      /* background-color: #437EF7; */

  }
  .Contact_Form .CForm_All .Form {               
      width: 100%;           
  }
  .Contact_Form .CForm_All .Form .PInfo{
      display: flex;        
      width: 100%;
  }
  .Contact_Form .CForm_All .Form textarea{           
      place-items: center;        
      width: 97%;
  }
  .Contact_Form .CForm_All .Form .Button{       
  }
  .Contact_Form .CForm_All .vector1 {
      display: none;
  } 
  .Contact_Form .Form {        
      width: 100%;
      margin: auto;
  }   
  .Contact_Form .Form .PInfo input {                

  }
}
@media screen and (min-width:768px) and (max-width:1023px){
  
  .Contact_Form .CForm_All .Form .PInfo input {
      width: 150px;
  }
  .Contact_Form .CForm_All .Form .PInfo {
      justify-content: space-between;
      width: 100%;        
  }
  .Contact_Form .CForm_All .Form .Button p{
      width: 268px;
  }
  .Contact_Form .CForm_All .Form .Button .RobotCheck {                
      width: 150px;        
  }

}

@media screen and (max-width:767px) {        
  .Contact_Form {        
      width: 100%;           
  }
  .Contact_Form .CForm_All {        
      width: 90%;    
      display: flex;    
      justify-content: center;
      align-items: center;
  }
  .Contact_Form .CForm_All .vector1 {
      display: none;
  }
  .Contact_Form .CForm_All label {
      margin-bottom: 10px;
  }
  .Contact_Form .Form {          
      border: none;
      width: 300px;    
      margin: auto;   
      height: 600px;        
  }
  .Contact_Form .Form .PInfo input {                
      width: 280px;
      margin: auto;
  }
  .Contact_Form .Form .PInfo {      
      width: 100%;          
      display: grid;
      grid-template-columns: 1fr;
  }
  .Contact_Form .Form  textarea {
      height: 100px;
  }
  .Contact_Form .Form .Button {
      width: 300px;        
      display: grid;
      height: 300px;
  }
}
@media screen and (max-width:376px) {
  .Contact_Form .Form {          
      border: none;
      width: 290px;  
      margin: auto;    
  }
  .Contact_Form .Form .PInfo input {
      margin: auto;
      width: 280px;     
  }
}


/* -------------------------------OurSER--------------------------------------------- */

.Arrow {  
  width: 20vw;    
}
.OurSER {   
  margin-top: 80px;    
  display: flex;
  justify-content: center;
  align-items: center;  
  margin-bottom: 127px;
  padding: 0 30px 0 30px;    
  width: 93vw;
}
.OurSER .SliderOuter { 
  border-radius: 0 100px 100px 0;     
  width: 75vw ;  
  overflow: hidden;      
  display: flex;
  justify-content: start;
  align-items: center; 
  z-index: -1;
}
.OurSER .Slider {              
  transition: 0.5s;
  display: flex;  
  justify-content: start;
  align-items: center;
  gap: 2.55vw;      
  width: 170vw;      
  animation-name: scroller;  
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.OurSER .Slider img{ 
  border: 1px solid #C9C9C9; 
  border-radius: 50%;  
  width: 7.5vw;
  padding: 1.25vw;
  height: 7.5vw;
  
}  
@media screen and (max-width:768px) {
  .OurSER {        
      padding: 0;        
  }
  .OurSER .SliderOuter {          
        width: 63vw;          
  }
  .OurSER .Slider {              
      /* width: 10vw; */
  }
}
@media screen and (max-width:767px) {
  .OurCostomer {
      display: none;
    }
    .OurSER {
      display: none;  
    }  
}

@keyframes scroller {
  0% {
    transform: translateX(0vw);
  }  
  100% {
    transform: translateX(-159vw);
  }
}


