.speachbubble {
  max-width: 495px;
  background-color: #bb924e;
  border-radius: 20px;
  padding: 20px;
  display: block;
  margin: auto;
  font-size: 1.8rem;
  font-style: italic;
}

.profile-img {
  height: 122px;
  border-radius: 200px;
  box-shadow: 0px 0px 3px black;
  filter: grayscale(1);
  position: absolute; 
  margin-left: -72px;

}

.welcome-text {
  background-color: #444444;
  width: 100%;
  padding: 40px;
}

.welcome-text-content {
  width: 70%;
  text-align: center;
  margin: auto;
}

.welcome-text-content h4 {
  color: #bb924e;
}

.welcome-text-content h3 {
  color: #bb924e;
}

.welcome-text-content p {
  color: white;
  font-size: 1.5rem;
}

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

  .services-inner {
    width: 70%;
    display: grid;
    grid-template-columns: 50% 50%;
    background-color: rgb(50, 50, 50);
    color: white;
    text-align: center;
    margin: auto;
  }

  .service-item:nth-child(1) {
    border-bottom: 1px solid #c3c3c3;
  }

  .service-item:nth-child(2) {
    border-bottom: 1px solid #c3c3c3;
    border-left: 1px solid #c3c3c3;
  }

  .service-item:nth-child(3) {
    border-bottom: 1px solid #c3c3c3;
    border-left: none;
  }

  .service-item:nth-child(4) {
    border-bottom: 1px solid #c3c3c3;
    border-left: 1px solid #c3c3c3;
  }

  .service-item:nth-child(5) {
    border-left: none;
    border-bottom: none;
  }

  .service-item:nth-child(6) {
    border-left: 1px solid #c3c3c3;
  }
}

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

  .services-inner {
    width: 85%;
    display: grid;
    grid-template-columns: 100%;
    background-color: rgb(50, 50, 50);
    color: white;
    text-align: center;
    margin: auto;
  }

  .service-item:nth-child(1) {
    border-bottom: 1px solid #c3c3c3;
  }

  .service-item:nth-child(2) {
    border-bottom: 1px solid #c3c3c3;
    border-left: none;
  }

  .service-item:nth-child(3) {
    border-bottom: 1px solid #c3c3c3;
    border-left: none;
  }

  .service-item:nth-child(4) {
    border-bottom: 1px solid #c3c3c3;
    border-left: none;
  }

  .service-item:nth-child(5) {
    border-left: none;
    border-bottom: 1px solid #c3c3c3;
  }

  .service-item:nth-child(6) {
    border-left: none;
  }
}

.full {
  background-color: rgba(0, 0, 0, 0.75) !important;
  position: fixed;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 100000;
  transform: none !important;
  clip-path: none !important;
  filter: none !important;
}

.full .content {
  background-color: rgba(0, 0, 0, 0.75) !important;
  height: 100% !important;
  width: 100% !important;
  display: grid;
  transform: none !important;
  clip-path: none !important;
  filter: none !important;
}

.full .content img {
  transform: none !important;
  animation: ease-in 0.5s ease;
  max-width: 100% !important;
  max-height: 100% !important;
  width: fit-content !important;
  height: fit-content !important;
  margin: auto;
  clip-path: none !important;
  filter: none !important;
}


.gallery {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 200px 200px 200px 200px 200px;
  grid-template-rows: 200px 200px 200px;
  width: 1144px;
  margin: auto;
}

.images-content {
  background-color: #242424;
  padding-top: 100px;
}

.gallery-item {
  width: 200px;
  height: 200px;
  background-color: black;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.gallery-item:nth-child(n+6):nth-child(-n+10) {
  transform: translate(52%, -25%);
}

.gallery-item:nth-child(n+11):nth-child(-n+15) {
  transform: translate(0%, -50%);
}

.gallery img {
  object-fit: cover;
  height: 200px;
  width: 200px;
}

.gallery img:hover {
  box-shadow: 0 0 32px #333;
}

.gallery .gallery-item {
  /* transition: grid-row-start 300ms linear; */
  /* transition: transform 300ms ease; */
  /* transition: all 0.5s ease; */
  cursor: pointer;
}

.gallery .gallery-item:hover {
  filter: contrast(200%);
}

@media only screen and (max-width: 1144px) {
  .gallery {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 180px 180px 180px 180px;
    grid-template-rows: 180px 180px 180px 180px;
    width: 845px;
    margin: auto;
  }

  .gallery-item {
    width: 180px;
    height: 180px;
  }

  .images-content {
    padding-top: 50px;
    box-shadow: inset 0px 0px 160px black;
  }

  .gallery-item:nth-child(n+5):nth-child(-n+8) {
    transform: translate(52%, -25%);
  }

  .gallery-item:nth-child(n+9):nth-child(-n+12) {
    transform: translate(0%, -50%);
  }

  .gallery-item:nth-child(n+13):nth-child(-n+15) {
    transform: translate(52%, -75%);
  }
}

@media only screen and (max-width: 890px) {
  .gallery {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 180px 180px 180px 180px;
    grid-template-rows: 180px 180px 180px 180px;
    width: 845px;
    margin: auto;
  }

  .gallery-item {
    width: 180px;
    height: 180px;
  }

  .images-content {
    padding-top: 50px;
    box-shadow: inset 0px 0px 160px black;
  }

  .gallery-item:nth-child(n+5):nth-child(-n+8) {
    transform: translate(52%, -25%);
  }

  .gallery-item:nth-child(n+9):nth-child(-n+12) {
    transform: translate(0%, -50%);
  }

  .gallery-item:nth-child(n+13):nth-child(-n+15) {
    transform: translate(52%, -75%);
  }
}

@media only screen and (max-width: 845px) {
  .gallery {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 170px 170px 170px;
    grid-template-rows: 170px 170px 170px 170px 170px;
    width: 562px;
    margin: auto;
  }

  .gallery-item {
    width: 160px;
    height: 160px;
  }

  .images-content {
    padding-top: 50px;
  }

  .gallery-item:nth-child(n+4):nth-child(-n+5) {
    transform: translate(52%, -25%) !important;
  }

  .gallery-item:nth-child(n+6):nth-child(-n+6) {
    visibility: hidden !important;
  }

  .gallery-item:nth-child(n+7):nth-child(-n+9) {
    transform: translate(0%, -50%) !important;
  }

  .gallery-item:nth-child(n+10):nth-child(-n+11) {
    transform: translate(52%, -75%) !important;
  }

  .gallery-item:nth-child(n+12):nth-child(-n+12) {
    visibility: hidden !important;
  }

  .gallery-item:nth-child(n+13):nth-child(-n+15) {
    transform: translate(0%, -100%) !important;
  }
}


@media only screen and (max-width: 730px) {
  .gallery {
    display: grid;
    grid-template-columns: auto auto ;
    width: 94%;
    margin: auto;
  }
  
  .gallery-item {    
    width: 100%;
    height: 300px;
    clip-path: none;
    transform: none !important ;
  }
  .gallery-item:nth-child(n+5):nth-child(-n+8) {
    visibility: visible !important;
    transform: none !important;
  }

  .gallery-item:nth-child(n+9):nth-child(-n+12) {
    visibility: visible !important;
    transform: none !important;
  }

  .gallery-item:nth-child(n+13):nth-child(-n+15) {
    visibility: hidden !important;
    transform: none !important;
  }

  
  .gallery-item:nth-child(n+4):nth-child(-n+5) {
    visibility: visible !important;
    transform: none !important;
  }

  .gallery-item:nth-child(n+6):nth-child(-n+6) {
    visibility: visible !important;
    transform: none !important;
  }

  .gallery-item:nth-child(n+7):nth-child(-n+9) {
    visibility: visible !important;
    transform: none !important;
  }

  .gallery-item:nth-child(n+10):nth-child(-n+11) {
    visibility: visible !important;
    transform: none !important;
  }


  .content { 
    width: inherit;
    height: inherit;
  }
  .gallery img{
    object-fit: cover;
    height: 100%;
    width: 100%;
  }

  .images-content {
    padding-top: 50px;
  }

}



@media only screen and (max-width: 550px) {
  
  .gallery {
    display: grid;
    grid-template-columns: auto ;
    width: 94%;
    margin: auto;
  }
  
  .gallery-item {    
    width: 100%;
    height: 300px;
    clip-path: none;
    transform: none !important ;
  }
  .gallery-item:nth-child(n+5):nth-child(-n+8) {
    visibility: visible !important;
    transform: none !important;
  }

  .gallery-item:nth-child(n+9):nth-child(-n+12) {
    visibility: visible !important;
    transform: none !important;
  }

  .gallery-item:nth-child(n+13):nth-child(-n+15) {
    visibility: visible !important;
    transform: none !important;
  }

  
  .gallery-item:nth-child(n+4):nth-child(-n+5) {
    visibility: visible !important;
    transform: none !important;
  }

  .gallery-item:nth-child(n+6):nth-child(-n+6) {
    visibility: visible !important;
    transform: none !important;
  }

  .gallery-item:nth-child(n+7):nth-child(-n+9) {
    visibility: visible !important;
    transform: none !important;
  }

  .gallery-item:nth-child(n+10):nth-child(-n+11) {
    visibility: visible !important;
    transform: none !important;
  }


  .content { 
    width: inherit;
    height: inherit;
  }
  .gallery img{
    object-fit: cover;
    height: 100%;
    width: 100%;
  }

  .images-content {
    padding-top: 50px;
  }

}