@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans&display=swap");

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Plus Jakarta Sans", sans-serif;
}

p {
  line-height: 27px;
}

a {
  text-decoration: none;
  color: black;
  font-weight: 600;
}

.Headers {
  border-radius: 0 0 10px 10px;
  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;
  }
  .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: 900px;
    margin-right: 20px;
    flex-grow: 1;
    gap: 50px;
  }
  .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%;
  }
}

/* ----------------------------------------Contact Us------------------------------------------------- */
.Contact_Us {
  margin-top: 50px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.Contact_Us .LCnt h3 {
  font-size: 51px;
  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;
}

@media screen and (max-width: 1919px) and (min-width: 1600px) {
  .Contact_Us .CUP1 {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
  }
  .Contact_Us .CUP1 img {
    width: 700px;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1599px) {
  .Contact_Us img {
    width: 700px;
  }
  .Contact_Us .CUP1 {
    width: 1330px;
    margin: auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .Contact_Us .LCnt h3 {
    display: none;
  }
  .Contact_Us .LCnt p {
    display: none;
  }
  .Contact_Us img {
    width: 800px;
    margin: auto;
  }
  .Contact_Us .CUP1 {
    margin: auto;
    width: 750px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .Contact_Us .CUP1 {
    grid-gap: 24px;
    display: grid;
    width: 711px;
  }
  .Contact_Us .LCnt p {
    line-height: 28px;
    width: 624px;
  }
  .Contact_Us img {
    width: 430px;
    margin-left: 256px;
  }
}
@media screen and (max-width: 767px) {
  .Contact_Us img {
    display: none;
  }
  .Contact_Us .CUP1 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .Contact_Us .CUP1 .LCnt {
    width: 100%;
    margin: auto;
  }
  .Contact_Us .LCnt p {
    width: 100%;
  }
  .Contact_Us .LCnt h3 {
    text-align:center;
    width:100%;
    font-size:42px;
  }
  
}
/* -------------------------------------- */

.CViewPort {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 1613px;
  margin: 0px auto;
  background-color: #eff0f2;
  padding: 29px 125px 29px 125px;
  border-radius: 6px;
}
.CViewPort div {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-direction: column;
  height: 122px;
}
.CViewPort div h1 {
  font-weight: 700;
  font-size: 48px;
}
.CViewPort div h3 {
  font-weight: 600;
  font-size: 20px;
}
.CViewPort div p {
  width: 287px;
  font-size: 16px;
  font-weight: 400;
}

@media screen and (max-width: 1919px) and (min-width: 1600px) {
  .CViewPort {
    width: 80%;
  }
}

/* @media screen and (max-width:1439px) and (min-width:1024px) {
    .CViewPort{       
         width: 100%;
    }
} */

@media screen and (min-width: 1440px) and (max-width: 1600px) {
  .CViewPort {
    width: 1390px;
    margin: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .CViewPort {
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 74px;
    padding: 52px auto 52px auto;
  }
  /* .CViewPort div h1 {
        font-weight: 700;
        font-size: 48px;
    }
    .CViewPort div h3 {
        font-weight: 600;
        font-size: 20px;
    }
    .CViewPort div p {
        width: 287px;
        font-size: 16px;
        font-weight: 400;
    } */
}
@media screen and (max-width: 767px) {
  .CViewPort {
    height: 606px;
    width: 343px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
}

/* --------------------------------------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;
    width: 100%;
  }
  .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%;
    margin-top: 0;
  }
  .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;
    padding: 0px;
  }
  .Contact_Form .Form .PInfo input {
    margin: auto;
    width: 280px;
  }
}

.contactUs-detail {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 89vw;
  margin: auto;
}

.contactUs-detail img {
  width: 50vw;
}

@media screen and (max-width: 768px) {
  .contactUs-detail img:last-child {
    display: none;
  }
  .contactUs-detail img {
    width: 100%;
  }
}

/* --------------------------------------Contact html ----------------------------------- */

.Contact_det {
  max-width: 700px;
}
.cont-fulldets img {
  width: 40px;
}
.Contact_det h1 {
  font-size: 50px;
}

.cont-fulldets div {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 20px;
}
.cont-fulldets p {
  font-size: 20px;
  line-height: 30px;
  margin: 0;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .cont-fulldets {
    max-width: 300px;
    margin: auto;
  }
  .Contact_det h1 {
    max-width: 300px;
    font-size: 30px;
    text-align: center;
  }
  .cont-fulldets div {
    gap: 15px;
  }
  .cont-fulldets img {
    width: 30px;
  }
  .cont-fulldets p {
    font-size: 14px;
    font-weight: normal;
  }
}
