.services-section-title {
  font-size: 40px;
  color: #23364d;
  padding-top: 40px;
  padding-bottom: 30px;
  width: 90%;
  margin-left: 5%;
  margin-top: 50px;
}

.background-watermark {
  width: 100%;
  position: absolute;
  font-size: 900px;
  font-weight: 800;
  z-index: 0;
  color: rgba(0, 0, 255, 0.274);
  top: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.background-watermark::selection {
  background: none;
}

@media (max-width: 700px) {
  .background-watermark {
    display: none;
    position: absolute;
    font-size: 900px;
    font-weight: 800;
    z-index: 0;
    top: 0;
    word-break: break-all;
    line-height: 1000px;
    color: rgba(0, 0, 255, 0.11);
  }
}

.services-grid {
  width: 90%;
  height: auto;
  background-color: rgba(188, 217, 255, 0);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  margin-left: 5%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.service-card {
  width: 32%;
  height: 450px;
  border-radius: 5px;
  margin-top: 40px;
  position: relative;
  background: linear-gradient(135deg, rgb(223, 233, 255) 30%, rgba(255, 255, 255, 0.3));
}

.service-card:nth-last-of-type(1),
.service-card:nth-last-of-type(2) {
  width: 48%;
}

.service-card:hover {
  background-color: #f8f8f8;
  cursor: pointer;
  border-radius: 5px 5px 80px 5px;
}

.service-card > img {
  width: 50px;
  margin-top: 20px;
  margin-left: 20px;
}

.service-title {
  font-weight: 600;
  color: #23364d;
  padding-top: 10px;
  padding-left: 24px;
  font-size: 36px;
}

.service-description {
  font-size: 26px;
  font-weight: 300;
  color: #23364d;
  padding: 24px;
  padding-top: 15px;
  padding-right: 5px;
  line-height: 30px;
}

.service-cta {
  position: absolute;
  display: flex;
  align-items: center;
  font-size: 26px;
  font-weight: 400;
  color: #5052d6;
  padding: 24px;
  cursor: pointer;
  bottom: 0px;
  padding-bottom: 20px;
}

@media (max-width: 600px) {
  .service-cta {
    color: #1049a0;
  }
}

.service-cta > img {
  width: 28px;
  margin-left: 10px;
  padding-top: 8px;
}

@media (max-width: 1000px) {
  .service-card {
    width: 48%;
    height: 400px;
  }
}

@media (max-width: 700px) {
  .service-card > img {
    width: 35px;
    margin-top: 20px;
    margin-left: 20px;
  }

  .services-section-title {
    margin-left: 5%;
    width: 90%;
  }

  .services-grid {
    width: 90%;
    margin-left: 5%;
  }

  .service-card {
    width: 100%;
  }

  .service-card:nth-last-of-type(1),
  .service-card:nth-last-of-type(2) {
    width: 100%;
  }

  .service-title {
    padding-top: 15px;
    font-size: 32px;
  }

  .service-description {
    font-size: 26px;
    font-weight: 400;
    padding: 24px;
    padding-top: 20px;
    padding-right: 5px;
    line-height: 25px;
  }

  .service-cta {
    font-size: 26px;
    font-weight: 400;
    padding: 24px;
    padding-bottom: 40px;
  }

  .service-cta > img {
    width: 35px;
  }
}

@media (max-width: 400px) {
  .services-section-title {
    margin-left: 3%;
    width: 94%;
  }

  .services-grid {
    width: 94%;
    margin-left: 3%;
  }

  .service-description {
    font-size: 16px;
  }
}

.window-container {
  width: 100%;
  height: 100vh;
  background-color: #0000004d;
  position: fixed;
  top: 0;
  z-index: 99999;
  overflow-y: auto;
  overflow-x: hidden;
  display: block;
}

.close-window-container {
  width: 100%;
  height: 40px;
  direction: rtl;
  display: block;
  z-index: 99999;
}

.close-window-container > img {
  padding: 10px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffffb0;
}

.window-body {
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}

.bigTitleInServiceDetail {
  width: 90%;
  height: auto;
  margin-left: 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #23364d;
  font-size: 40px;
  padding-top: 40px;
}

.litleTitleInServiceDetail {
  width: 90%;
  height: auto;
  margin-left: 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #23364d;
  font-size: 30px;
  padding-top: 20px;
}

.serviceDetailDescription {
  color: #23364dd8;
  padding-top: 10px;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 80px;
  font-size: 24px;
  line-height: 45px;
  text-indent: 50px;
  hyphens: auto;
}

.service-design-background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  opacity: 0.3;
  z-index: 0;
  overflow: hidden;
}

.service-design-background > img {
  width: 700px;
}
/* ::::::::::::::::::::::::::::::::::::::: */
.window-body-content {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
}

.window-body-description {
  width: 50%;
  height: auto;
  position: relative;
}

.changeContentAnimation {
  width: 0%;
  height: 0vh;
  animation-name: '';
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.close-window-container-arrow {
  width: 80%;
  margin-left: 10%;
  height: 50px;
  margin-top: 50px;
}

.close-window-container-arrow > img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #e9e9e9;
  padding: 10px;
}

.close-window-container-arrow > img:hover {
  background-color: #fff;
}

@keyframes changeContentAnimation {
  0% {
    width: 0%;
    height: 0vh;
  }
  50% {
    width: 100%;
    height: 100vh;
  }
  100% {
    width: 0%;
    height: 0vh;
  }
}

.switchInfo {
  width: 60%;
  height: 80px;
  margin-left: 20%;
  margin-top: 130px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.circel {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.circel1 {
  background-color: #95b7ff85;
  opacity: 0.6;
}

.circel1:hover {
  opacity: 1;
  width: 80px;
  height: 80px;
}

.circel2 {
  background-color: #95b7ff85;

  opacity: 0.6;
}

.circel2:hover {
  opacity: 1;
  width: 80px;
  height: 80px;
}

.circel3 {
  background-color: #95b7ff85;
  opacity: 0.6;
}

.circel3:hover {
  opacity: 1;
  width: 80px;
  height: 80px;
}

.circel > img {
  width: 30px;
}

.window-body-descriptio-title {
  width: 80%;
  margin-top: 40px;
  margin-left: 10%;
  color: #23364d;
  font-size: 40px;
}

.window-body-descriptio-text {
  width: 80%;
  margin-top: 40px;
  margin-left: 10%;
  color: #23364d;
  font-size: 30px;
  line-height: 45px;
  z-index: 99;
  word-spacing: 3px;
  position: relative;
}
.designIcon {
  position: absolute;
  width: 300px;
  z-index: 0;
  right: 80px;
  top: 260px;
  opacity: 0.1;
}

.window-body-picture {
  width: 50%;
  height: auto;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
  border-radius: 10px;
}

.window-body-title {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 100px;
  margin-left: 10%;
}

.window-body-title-p {
  font-size: 80px;
  color: #fff;
}

.serviceDetail {
  width: 100%;
  font-size: 27px;
  color: #fff;
  padding-right: 20%;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 40px;
}

@media (max-width: 900px) {
  .window-body-descriptio-text {
    margin-top: 20px;
    font-size: 28px;
    line-height: 35px;
  }
}

@media (max-width: 800px) {
  .window-body-content {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    overflow: hidden;
    flex-wrap: wrap;
    min-height: auto;
  }
  .window-body-description {
    width: 100%;
    height: auto;
    min-height: auto;
    position: relative;
  }
  .window-body-descriptio-text {
    padding-bottom: 80px;
  }
  .window-body-picture {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 450px) {
  .switchInfo {
    width: 80%;
    margin-left: 10%;
  }
  .window-body-descriptio-title {
    width: 90%;
    margin-left: 5%;
  }
  .window-body-descriptio-text {
    width: 90%;
    margin-left: 5%;
  }
  .close-window-container-arrow {
    width: 90%;
    margin-left: 5%;
  }
  .window-body-title {
    margin-top: 80px;
    margin-left: 5%;
  }
  .window-body-title-p {
    font-size: 60px;
    color: #fff;
  }
  .designIcon {
    position: absolute;
    width: 200px;
    z-index: 0;
    right: 30px;
    top: 200px;
  }
}
