@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans&display=swap");
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;
}
.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;
    gap: 20px;
  }
  .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 {
    max-width: 674px;
    margin-right: 20px;
    flex-grow: 1;
    gap: 20px;
  }
  .Headers .Logo_favicon {
    margin-left: 20px;
    flex-grow: 3;
  }
}

@media screen and (min-width: 320px) 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: 100%;
  }
  .Header_Links_Mob.active {
    width: 100%;
  }
}

/* ----------------------------------------Contact Us------------------------------------------------- */
.Contact_Us {
  margin-top: 50px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.Contact_Us .LCnt h3 {
  width: 624px;
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 8px;
}
.Contact_Us .LCnt p {
  width: 624px;
  color: #4E4E4E;
}
.Contact_Us img {
  width: 974px;
}
.Contact_Us .CUP1 {
  margin: auto;
  width: 1720px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.SandCS p{  
  line-height: 27px;
  color: #4E4E4E;
}
@media screen and (max-width:1919px) and (min-width:1601px) {
  .Contact_Us img {
    width: 700px;
  }
  .Contact_Us .CUP1 {    
    width: 1500px;       
    flex-grow: 1;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1600px) {
  .Contact_Us .LCnt h3 {
    font-size:43px !important;
    width: 100%;
  }
  .Contact_Us img {
    width: 700px;
  }
  .Contact_Us .CUP1 {
    margin: auto;
    width: 82vw !important;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1439px) {
  .Contact_Us .LCnt h3 {
    width: 500px;
  }
  .Contact_Us img {
    width: 400px;
  }
  .Contact_Us .CUP1 {
    margin: auto;
    width: 900px;
  }
  .Contact_Us .LCnt p {
    width: 500px;
  }
}
@media screen and (max-width: 1025px) and (min-width:770px) {
  .Contact_Us .LCnt {        
    width: 100%;
  }
  .Contact_Us .LCnt h3 {    
    font-size: 40px;
    width: 100%;
  }
  .Contact_Us .LCnt p {
    width: 100%;
  }
  .Contact_Us img {
    width: 300px;    
  }
  .Contact_Us .CUP1 {    
    width: 700px;
    margin: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 769px) {
  .Contact_Us .CUP1 {
    grid-gap: 24px;
    display: grid;
    width: 711px;
  }
  .Contact_Us .CUP1 h3 {
    text-align: left;
    font-size: 36px;
    font-weight: 700;
  }
 
  .Contact_Us .LCnt p {
    width: 624px;
  }
  .Contact_Us img {
    width: 430px;
    margin-left: 256px;
  }
}
@media screen and (min-width:427px) and (max-width:767px){
  .Contact_Us .CUP1 {
    width: 500px;
  }
  .Contact_Us .LCnt p{
    width: 500px;
    text-align: center;
  }

  .Contact_Us img {
    width: 300px;
    margin-left: 150px;
}
.SandCS h2{
  width: 100%;
}
}
@media screen and (max-width: 426px) {
  .Contact_Us {
    display: none;
  }
  .Contact_Us img {
    display: none;
  }
  .Contact_Us .CUP1 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .Contact_Us .CUP1 .LCnt {
    width: 343px;
    margin: auto;
  }
  .Contact_Us .LCnt p {
    width: 100%;
  }
}

.Arrow {  
  width: 20vw;    
}
.OurSER {   
  margin-top: 127px;    
  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;  
}
.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;
  z-index: -1;
}
.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);
  }
}



/* ------------------------------------------SandCS-------------------------------------------------------------- */
.SandCS {
  margin-top: 130px;
  margin-bottom: 130px;
}
.SandCS h2 {
  text-align: center;
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 50px;
}

.SandCS .SandCSdisc {
  text-align: justify;
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  width: 1430px;
  margin: auto;
  margin-bottom: 146px;
}
.SandCS .RPW {
  padding: 20px;
  display: flex;
  justify-content: space-around;  
  align-items: center;
  height: 526px;
  width: 1600px;
  margin: auto;
  /*border: 1px solid #c7c7c7;*/
  /*border-radius: 6px;*/
  /*box-shadow: 0 3px 4px #30475e4b;*/
}
.SandCS .RPW img {
  width: 105px;
  margin-bottom: 53px;
}
.SandCS .RPW h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #505050;
}
.SandCS .RPW p {
  width: 450px;
  font-size: 16px;
  font-weight: 400;
  color: #4e4e4e;
  text-align: justify;
}

.SandCS .RPW .R,
.SandCS .RPW .P,
.SandCS .RPW .W {
  height: 435px;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  /*justify-content: space-around;*/
  align-items: center;
}

/* ----- */

.SandCS .SandCS_Details {
  display: grid;
  grid-gap: 220px;
}
.SandCS .SandCS_Details img {
  width: 194px;
  /* height: 400px;
  background-color: #30475e; */
}
.SandCS .SandCS_Details h3 {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 24px;
}
.SandCS .SandCS_Details p {
  font-weight: 400;
  font-size: 16px;
  text-align: justify;
  width: 934px;
}
.SandCS .SandCS_Details .SandCS_Details_M {
  display: flex;
  width: 1419px;
  margin: auto;
  justify-content: space-around;
  align-items: center;
}

.SandCS .SandCS_Details .SandCS_Details_M .SandCS_Details_M_IMG_SPCL1 {
  display: none;
}

@media screen and (max-width: 1600px) and (min-width: 1441px) {
  .SandCS .RPW {    
    width: auto;   
    margin-left: 20px;
    margin-right: 20px;
    /* flex-grow: 1; */
  }

}
@media screen and (min-width: 1440px) and (max-width:1599px) {
  .SandCS .RPW {
    height: auto;
  }
  .SandCS .SandCSdisc {
    width: 1200px;
  }
  .SandCS .RPW {
    width: 1200px;
    margin: auto;
  }
  .SandCS .RPW p {
    width: 350px;
  }
  .SandCS .SandCS_Details .SandCS_Details_M {
    width: 1300px;
    margin: auto;
  }
  .SandCS .SandCS_Details p {
    width: 800px;
  }
}
@media screen and (max-width: 1439px) and (min-width: 1026px) {
  .SandCS {
    /* background-color: #d6d6d6; */
  }
  .SandCS .SandCSdisc {
    flex-grow: 1;
    width: 900px;    
  }
  .SandCS_Details {
    width: 100%;        
  }
  .SandCS .SandCS_Details .SandCS_Details_M {    
    width: 1025px;
  }
  .SandCS .SandCS_Details .SandCS_Details_cnt {        
    width: 500px;
  }    
  .SandCS .SandCS_Details .SandCS_Details_cnt p {
    width: 100%;
  }

  .SandCS h2 {
    width: 850px;
    margin: auto;
    margin-bottom: 30px;
  }
  .SandCS .RPW {
    width: 1025px;
  }
  .SandCS .RPW p {
    width: 300px;    
}
}

@media screen and (max-width: 1025px ) and (min-width:770px)  {
  .SandCS .SandCSdisc {
    width: 80%;
  }
  .SandCS .RPW {
    display: grid;
    width: 90%;
    border: none;
    box-shadow: 0 0 0;    
    height: auto;
  }
  .SandCS .RPW p {
    width: 90%;
    margin-bottom: 20px;
  }
  .SandCS .RPW .R,
  .SandCS .RPW .P,
  .SandCS .RPW .W {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
  .SandCS .SandCS_Details .SandCS_Details_M {
    width: 100%;
    margin: auto;
  }
  .SandCS .SandCS_Details p {
    width: 400px;
  }
}
@media screen and (max-width: 769px) {
  .SandCS .SandCSdisc {
    width: 90%;
    /*padding: 0 30px 0 30px;*/
  }
  .SandCS .RPW {    
    height: auto;
    display: flex;    
    flex-direction: column;
    width: 100%;
    border: 1px solid #9b9a9a;
    border-radius: 16px;
    padding: 42px 0 42px 0;
  }
  .SandCS .SandCS_Details .SandCS_Details_M {
    width: 320px;
    display: grid;
    place-content: center;
    margin: auto;
    margin-top: 15px;
  }
  .SandCS .SandCS_Details img {
    width: 194px;
    /* margin: auto; */
    margin-bottom: 24px;
  }
  .SandCS .SandCS_Details p {
    width: 708px;
  }

  /* .SandCS .SandCS_Details .SandCS_Details_cnt {              
        width: 100%;
        background-color: #fe0000;
    } */
  .SandCS .SandCS_Details .SandCS_Details_M .SandCS_Details_M_IMG_SPCL1 {
    display: block;
  }
  .SandCS .SandCS_Details .SandCS_Details_M .SandCS_Details_M_IMG_SPCL2 {
    display: none;
  }
}
@media screen and (min-width:427px) and (max-width:767px){
  .SandCS .SandCS_Details p {
    width: 410px;
  }
}
@media screen and (max-width: 426px) {
  .SandCS .SandCS_Details h3 {
    text-align: left;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 24px;
    width: 346px;
  }
  .SandCS {
    margin-top: 40px;
    margin-bottom: 102px;
  }
  .SandCS h2 {
    text-align: left;
  }
  .SandCS .SandCSdisc {
    width: 342px;
  }
  .SandCS .RPW {
    width: 300px;
    margin: 0 auto;
    border: none;
  }
  .SandCS .RPW p{
      width: 350px;
  }
  .SandCS h2 {
    text-align: center;
    text-align: center;
    max-width: 343px;
    margin: auto;
    font-size: 25px;
  }
  .SandCS .SandCSh2 {
    text-align: left;
    width: 343px;
    margin: auto;
    margin-bottom: 30px;
  }
  .SandCS .SandCS_Details {
    grid-gap: 64px;
  }
  .SandCS .SandCS_Details img {
    width: 100px;
    /* margin: auto; */
    margin-bottom: 24px;
  }
  .SandCS .SandCS_Details p {
    width: 343px;
    margin: auto;
  }
  .SandCS .SandCS_Details .SandCS_Details_M:last-child h3 {
    width: 300px;
  }
  .SandCS .RPW .R,
.SandCS .RPW .P,
.SandCS .RPW .W {
    height: auto;
}

}

@media screen and (max-width: 375px) {
  .SandCS .SandCS_Details p {
    max-width: 320px;
    margin: auto;
  }
.SandCS .SandCSdisc{
   font-size: 16px;
}
.SandCS .RPW p{
   max-width: 320px;
}
  .SandCS .SandCS_Details h3 {
    text-align: left;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 24px;
    width: 300px;
  }
  .SandCS .SandCSdisc{
    width: 320px;
  }
  .SandCS .SandCSh2{
    width: 320px;
    margin: auto;
  }
  .SandCS .SandCS_Details .SandCS_Details_M:last-child h3 {
    padding-left: 15px;
  }
}

/* --------------------------------------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 {
  padding: 32px;
  border: 1px solid #8b8a8a;
  border-radius: 10px;
  display: grid;
  grid-gap: 24px;
}
.Contact_Form .Form .PInfo {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: auto;
  grid-gap: 24px;
}
.Contact_Form .Form .PInfo input {
  width: 336px;
  height: 46px;
  border-radius: 10px;
  border: 1px solid #8b8a8a;
  padding-left: 16px;
}
.Contact_Form .Form textarea {
  padding: 12px 16px 12px 12px;
  /* margin-left: 32px; */
  height: 201px;
  border-radius: 10px;
  resize: vertical;
}
.Contact_Form .Form .Button {
  display: flex;
  justify-content: space-between;
}
.Contact_Form .Form .Button button {
  color: #ffffff;
  background-color: #f05454;
  width: 88px;
  height: 46px;
  border: none;
  border-radius: 10px;
}
@media screen and (max-width:1919px) and (min-width:1601px) {
  .Contact_Form .CForm_All img {
    width: 650px;
  }
  .Contact_Form .CForm_All {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1600px;
    margin: auto;
  }
}
@media screen and (max-width: 1600px) and (min-width: 1438px) {
  .Contact_Form .CForm_All img {
    width: 650px;
  }
  .Contact_Form .CForm_All {
    width: 100%;
    margin: auto;
  }
  .Contact_Form .Form {
    width: 700px;
    margin: auto;
  }

  .Contact_Form .Form .PInfo input {
    width: 300px;
  }
  .Contact_Form .Form textarea {
    width: 639px;
  }
  .Contact_Form .Form .Button {
    width: 641px;
    place-items: center;
  }
}
@media screen and (max-width: 1439px) and (min-width: 1026px) {
  .Contact_Form .CForm_All img {
    width: 300px;
  }
  .Contact_Form .CForm_All {
    width: 100%;
    margin: auto;
  }
  .Contact_Form .Form {
    width: 700px;
    margin: auto;    
  }

  .Contact_Form .Form .PInfo input {
    width: 300px;
  }
  .Contact_Form .Form textarea {
    width: 639px;
  }
  .Contact_Form .Form .Button {
    width: 641px;
    place-items: center;
  }
}
@media screen and (max-width: 1025px) and (min-width:770px) {
  .Contact_Form .CForm_All {
    width: 100%;
  }
  .Contact_Form .CForm_All img {
    display: none;
  }
  .Contact_Form .Form {
    margin: auto;
    width: 100%;
    margin: 0 10px 0 10px;
  }
}
@media screen and (max-width: 769px) {
  .Contact_Form .CForm_All {
    width: 706px;
  }
  .Contact_Form .CForm_All img{
    display: none;
  }
  .Contact_Form .Form {
    width: 100%;
  }
  .Contact_Form .Form .PInfo input {
    width: 270px;
  }
}
@media screen and (min-width:427px) and (max-width:767px) {
  .Contact_Form .CForm_All {
    width: 500px;
  }
  .Contact_Form .Form {
    width: 100%;
  }
  .Contact_Form .Form .PInfo input {
    width: 200px;
  }
}
@media screen and (max-width: 426px) {
  .Contact_Form .CForm_All {
    width: 100%;
  }
  .Contact_Form .Form {
    border: none;
    width: 100%;
  }
  .Contact_Form .Form .PInfo input {
    width: 343px;
  }
  .Contact_Form .Form .PInfo {
    display: grid;
    grid-template-columns: 1fr;
  }
  .Contact_Form .Form textarea {
    height: 143px;
  }
  .Contact_Form .Form .Button {
    display: grid;
  }
}
@media screen and (max-width: 376px) {
  .Contact_Form .Form {
    border: none;
    width: 360px;
    margin: auto;
  }
  .Contact_Form .Form .PInfo input {
    width: 100%;
  }
}



/* ------------------------Standards--------------------------------------------------------------- */

.Standards .HeadingStd{
  text-align: center;
  font-size: 2em;  
}
.standard_contents {   
  max-width: 1200px;
  text-align: center;
  line-height: 40px;
  margin: 50px auto;
  
}
.Standards .standard_dtls  {
  display: flex;
  max-width: 1430px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin: auto;
  gap: 20px;
  /* background-color: gray; */
}
.Standards .standard_dtls img {
      object-fit: contain;
    width: 80px;
    height: 80px;
    margin: 20px;
}
.Standards .standard_dtls div { 
  display: flex;
  flex-direction: column;   
  /* justify-content: space-between;  */
  align-items: center;
  /*border: 2px solid black;*/
  box-shadow: 0 5px 5px #cdcdcd;
  border-radius: 10px;
  /* max-width: 1430px;
  margin: auto;
  line-height: 40px; */
  height: 420px;    
  width: 400px;
  /* background-color: #8b8a8a; */
}
.Standards .standard_dtls div h2 {
  text-align: center;
}
.Standards .standard_dtls div p {  
  max-width: 350px;
  margin: 20px 20px;
  line-height: 27px;
  text-align: left;

  /* background-color: #eaebf0; */
}
/* @media screen and (max-width:768px) and (min-width:320px) {
  .Standards .HeadingStd {
    margin-bottom:100px;
    background-color: #C9C9C9;
  }
} */
@media screen and (max-width:1440px) {
  .Standards .HeadingStd {
    margin: auto 50px 50px ;
  }
  .standard_contents {  
    max-width: 1250px;
    text-align: justify;
    line-height: 40px;
    margin: 50px auto;        
    padding: 0 20px 0 20px;
  }
  .Standards .standard_dtls  {
    gap: 10px;
    max-width: 1300px;    
  }
  /* .Standards div {
    max-width: 1250px;
    margin: auto 50px;
  } */
}
@media screen and (max-width:425px) {
  .Standards .HeadingStd {
    width: 75%;
  } 
  .Standards .standard_dtls div {
    height: auto;
  }
  
}








