/* introduction */
.container {
  margin-top: 100px;
  display: flex;
  border-radius: 40px;
  flex-wrap: wrap;
  overflow: hidden;
}

.container-right {
  background-color: white;
  width: 50%;
  padding: 150px 30px 50px 70px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.intro-border, .skill-services-border, .design-art-border {
  align-items: center;
  border-width: 1px;
  border-style: solid;
  border-radius: 6px;
  border-color: #c4c4c4;
  font-size: 12px;
  font-family: 'Fira Code', monospace;
  padding: 10px 15px;
  width: fit-content; 
  margin-bottom: 20px;
  color: #2E2C25;
}

.intro-border {
  margin-bottom: 10px;
}

.design-art-border {
  justify-content: center;
  margin: 0 auto;
  border-color: #ebe9df;
  color: #ebe9df;
}

.intro-heading {
  font-family: 'Libre Caslon Text', serif;
  font-size: 66px;
  margin-top: 0;
  color: #2E2C25;
  margin-bottom: 0;
}

.designer-txt {
  font-style: italic;
  font-weight: 700;
}

.work-text {
  display: flex;
  flex-wrap: wrap;
  font-family: 'Fira Code', monospace;
  font-size: 20px;
  margin-top: 0;
  color: #2E2C25;
  gap: 20px;
}

.about-me {
  font-family: 'Geist', sans-serif;
  width: 68%;
  text-align: justify;
  font-size: 15px;
  line-height: 20px;
  font-weight: 200;
  margin-top: 0;
  margin-bottom: 0;
  color: #2E2C25;
}

.container-left {
  width: 50%;
}

.intro-photo {
  border-radius: 0 40px 40px 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
}

/* skill services */
.skill-services {
  border-radius: 40px;
  margin-top: 40px;
  display: flex;
  padding: 70px 0;
  background-color: white;
  gap: 40px;
  overflow: hidden;
}

.left-services {
  width: 45%;
  justify-content: center;
}

.designer-img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 500px;
  border-radius: 0 20px 20px 0;
  display: block;
}

.right-services {
  width: 55%;
  padding-right: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.what-we-bring {
  font-family: 'Libre Caslon Text', serif;
  font-size: 56px;
  font-weight: 500;
  color: #2E2C25;
  margin-top: 0;
  margin-bottom: 40px;
}

.service-title {
  display: flex;
  gap: 20px;
}

.service-heading {
  width: 35%;
}

.service-heading p {
  font-family: 'Libre Caslon Text', serif;
  font-weight: 500;
  font-style: italic;
  font-size: 38px;
  margin: 0;
  color: #2E2C25;
}

.service-list {
  flex: 1;
  margin-top: 0;
}

.service-listt {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 24px 48px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-listt li {
  color: black;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #2E2C25;
  font-weight: 300;
}

.dot {
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #D34530;
}

.right-services hr {
  width: 100%;
  height: 1px;
  border: none;
  background-color: #c4c4c4;
  margin: 40px 0;
}

.lets-look {
  font-family: 'Libre Caslon Text', serif;
  font-size: 56px;
  font-weight: 500;
  text-align: center;
  margin: 30px 0;
  font-style: italic;
}

/* features work */
.images-container, .hobby-sec {
  background-color: #151410;
  border-radius: 40px;
  padding: 70px;
  margin-top: 40px;
  overflow: hidden;
}

.features-work {
  font-family: 'Libre Caslon Text', serif;
  font-size: 56px;
  font-weight: 500;
  font-style: italic;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  display: block;
  margin: 20px 0;
  color: #ebe9df;
}

.col-img-container {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.up-imgs, .down-imgs {
  display: flex;
  gap: 25px;
}

.up-left-img {
  width: 60%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 10px;
}

.up-right-img img, .up-left-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.up-right-img {
  width: 40%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 10px;
}

.down-left-img, .down-middle-img, .down-right-img {
  flex: 1;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 10px;
}

.down-left-img img, .down-middle-img img, .down-right-img img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}

/* contact me */
.contact-me-area {
  font-family: 'Libre Caslon Text', serif;
  text-align: center;
  margin-top: 130px;
  overflow: hidden;
}

.want-to {
  font-size: 56px;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 30px;
  color: #2E2C25;
  margin-top: 0;
}

.lets-chat {
  font-size: 44px;
  font-style: italic;
  margin-top: 0;
  margin-bottom: 50px;
  font-weight: 500;
  color: #2E2C25;
}

.contact-button button {
  padding: 10px 25px;
  font-family: 'Geist', sans-serif;
  background-color: #2E2C25;
  color: white;
  border: none;
  font-weight: 100;
  border-radius: 20px;
  transition: background-color 0.15s;
  cursor: pointer;
}

.contact-button button:hover {
  background-color: #4e4b3d;
}

.contact-button button:active {
  background-color: #625e4d;
}

.contact-dot {
  margin: 200px 0;
  font-size: 30px;
  text-align: center;
}

.still-here {
  font-size: 34px;
  font-style: italic;
  margin-bottom: 0;
}

/* hobby section */
.hobby-sec {
  padding-top: 20px;
}

.nothing-serious {
  text-align: center;
  font-family: 'Geist', sans-serif;
  color: #ebe9df;
  padding-bottom: 20px;
  font-size: 16px;
}

/*.....MEDIA QUERY.....*/

@media only screen and (max-width: 1000px) {

/* introduction */

  .container {
    margin-top: 120px;
    width: 100%;
    border-radius: 20px;
  }

  .container-right {
    padding: 70px 20px 30px 20px;
    border-radius: 20px;
    gap: 20px;
  }

  .intro-heading {
    font-size: 40px;
    width: 100%;
    margin-bottom: 0;
  }

  .work-text {
    font-size: 12px;
  }

  .about-me {
    width: 100%;
  }

  .intro-border {
    margin-bottom: 0;
  }

  /* skill services */

  .skill-services {
    display: flex;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 20px;
    border-radius: 20px;
  }

  .service-listt {
   display: block;
   list-style: none;
   padding: 0;
   margin: 0;
  }

  .service-listt li {
    color: black;
    font-size: 18px;
    gap: 10px;
    color: #2E2C25;
    margin-bottom: 10px;
  }

  .left-services {
    width: 100%;
    height: 400px;
    border-radius: 20px;
  }

  .right-services {
    width: 100%;
    padding: 10px 20px 30px 20px;
  }

  .designer-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 20px;
  }

  .what-we-bring {
    width: 100%;
    font-size: 46px;
    margin-bottom: 40px;
  }

  .service-heading p {
    font-size: 32px;
  }

  /* features work  ----  hobby section */

  .images-container, .hobby-sec {
    padding: 40px 20px 30px 20px;
    border-radius: 20px;
  }



}

@media only screen and (max-width: 700px) {

  /* introduction */

  .container {
    margin-top: 110px;
    width: 100%;
    flex-direction: column;
    gap: 20px;
    border-radius: 20px;
  }

  .intro-border {
    margin-bottom: 0;
  }

  .container-left {
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 20px;
  }

  .container-right {
    width: 100%;
    padding: 70px 20px 30px 20px;
    border-radius: 20px;
  }

  .intro-heading {
    font-size: 42px;
    width: 100%;
    margin-bottom: 0;
  }

  .work-text {
    font-size: 14px;
  }

  .about-me {
    width: 100%;
  }

  .intro-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 20px;
  }

  /* skill services */

  .skill-services {
    display: flex;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 20px;
    border-radius: 20px;
  }

  .left-services {
    width: 100%;
    height: 400px;
    border-radius: 20px;
  }

  .right-services {
    width: 100%;
    padding: 10px 20px 30px 20px;
  }

  .designer-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 20px;
  }

  .what-we-bring {
    width: 100%;
    font-size: 48px;
    margin-bottom: 30px;
  }

  .service-title {
    display: flex;
    flex-direction: column;
  }

  .service-list {
   flex: 1;
   margin-top: 0;
  }

  .service-listt {
   display: block;
   list-style: none;
   padding: 0;
   margin: 0;
  }

  .service-listt li {
    color: black;
    font-size: 18px;
    gap: 10px;
    color: #2E2C25;
    margin-bottom: 10px;
  }

  .dot {
    height: 10px;
    width: 10px;
    border-radius: 100%;
    background-color: #D34530;
  }

  .service-heading {
    width: 100%;
  }

  .right-services hr {
    width: 100%;
    height: 1px;
    border: none;
    background-color: #c4c4c4;
    margin: 30px 0;
  }

  /* features work  ----  hobby section */

  .images-container, .hobby-sec {
    padding: 40px 20px 30px 20px;
    border-radius: 20px;
  }

  .features-work {
    font-size: 42px;
  }

  .up-imgs {
    display: flex;
    flex-direction: column;
  }

  .up-left-img {
    width: 100%;
  }

  .up-right-img {
    width: 100%;
  }

  .down-imgs {
    display: grid;
  }

  .down-left-img, .down-middle-img, .down-right-img {
    width: 100%;
  }

  .down-middle-img img, .down-right-img img {
    max-width: 100%;
    height: auto;
  }

  /* contact me */

  .contact-me-area {
    font-family: 'Libre Caslon Text', serif;
    text-align: center;
    margin-top: 100px;
  }

  .want-to {
    font-size: 40px;
  }

  .lets-chat {
    font-size: 38px;
  }

  .contact-dot {
    margin: 150px 0;
  }

  .still-here {
    font-size: 32px;
  }

}