@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600&display=swap);


:root {
  --color-primary: #7a66fc;
  --color-heading: #010066;
  --color-primary-hover: #6a53ff;
}

* {
    margin: 0;
    padding: 0;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}

  .gp-responsive {
    background-image: url(image/header_section_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 200px;
    padding-left: 150px;
    padding-bottom: 200px;
  }

  .gp-welcome,
  .gp-description {
    color: white;
  }

  .gp-welcome {
    font-size: 48px;
    font-weight: 600;
    border: solid 4px white;

    width: -moz-fit-content;

    width: fit-content;
    padding: 16px 32px;
    border-radius: 60px;
  }

  .gp-description {
    font-size: 32px;
    font-weight: 500;
    width: 50%;
  }

  @media screen and (max-width: 500px) {
    .gp-responsive {
      padding: 24px;
    }

    .gp-description {
      width: 100%;
    }

    .gp-responsive {
      background-position: left;
      background-image: url("image/header_section_bg%201mobile.jpg");
    }
  }

  .gp-slideshow-container {
    display: flex;
    align-items: center;
    position: relative;
  }

  .gp-btn-section {
    padding-top: 50px;
    padding-bottom: 200px;
  }

  .gp-each-slide-effect > div {
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    height: 800px;
    width: 100%;
  }

  .react-slideshow-container .default-nav {
    height: 30px;
    background: rgba(255, 255, 255, 0.6);
    width: 30px;
    border: 0;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  @media only screen and (max-width: 768px) {
    .gp-each-slide-effect > div {
      height: 100px;
      width: 100%; 
    }

    .gp-btn-section {
      padding-top: 50px;
      padding-bottom: 100px;
    }
  }

  @media only screen and (max-width: 1024px) {
    .gp-each-slide-effect > div {
      height: 500px;
      width: 100%;
    }
    .gp-btn-section {
      padding-top: 50px;
      padding-bottom: 100px;
    }
  }

  @media only screen and (max-width: 576px) {
    .gp-each-slide-effect > div {
      height: 300px;
      width: 100%;
    }

    .gp-btn-section {
      padding-top: 50px;
      padding-bottom: 100px;
    }
  }

  @media only screen and (max-width: 375px) {
    .gp-each-slide-effect > div {
      height: 200px;
    }
    .gp-btn-section {
      padding-top: 30px;
      padding-bottom: 30px;
    }
  }

  .gp-mainTopic {
    text-align: left;
    font-size: 46px;
    font-weight: 700;
  }

  .gp-myDetails {
    font-family: "Inter", sans-serif;
    font-size: 20px;
  }

  .gp-col {
    width: 50%;
  }

  .gp-myPhoto {
    width: 250px;
  }

  .gp-aboutRow {
    display: flex;
    align-items: center;
    gap: 32px;
    justify-content: center;

    padding: 64px 0px;
  }

  @media screen and (max-width: 500px) {
    .gp-aboutRow {
      flex-direction: column;
      padding: 24px;
    }

    .gp-col {
      width: 100%;
    }
  }

  .gp-project {
    display: flex;
    gap: 48px;
    padding: 32px 150px;
    align-items: center;
    justify-content: center;
  }

  .gp-project > img {
    width: 700px;
    border-radius: 12px;
  }

  .gb-project-text {
    width: 700px;
  }

  .gb-project-text > p {
    font-size: 24px;
  }

  .gb-project-text > h2 {
    color: black;
  }

  .blue {
    background-color: #193452;
  }

  .blue > .gb-project-text > p,
  .blue > .gb-project-text > h2 {
    color: white;
  }

  .left {
    flex-direction: row-reverse;
  }

  @media screen and (max-width: 500px) {
    .gp-project {
      flex-direction: column;
      padding: 24px;
    }

    .gp-project > img {
      width: 300px;
    }

    .gb-project-text {
      width: 100%;
    }

    .gb-project-text > p {
      width: 100%;
      font-size: 18px;
    }

    .gb-project-text > h2 {
      color: black;
    }
  }