@font-face {
  font-family: DMSans-Bold;
  src: url(../DM_Sans/DMSans-Bold.ttf);
}

@font-face {
  font-family: DMSans-Regular;
  src: url(../DM_Sans/DMSans-Regular.ttf);
}

@font-face {
  font-family: DMSans-Medium;
  src: url(../DM_Sans/DMSans-Medium.ttf);
}

@font-face {
  font-family: Manrope-Regular;
  src: url(../DM_Sans/Manrope-Regular.ttf);
}

@font-face {
  font-family: New York Extra Large Regular;
  src: url(../DM_Sans/NewYorkExtraLargeRegular.ttf);
}

.owl-item > div:after {
  font-family: sans-serif;
  font-size: 24px;
  font-weight: bold;
}

.latestwork .center {
  transform: scale(1.15) !important;
}

.img-andtext-holder {
  background-image: url("https://via.placeholder.com/300x150/936/fff/?text=1");
  height: 500px;
  background-color: gray;
}

.latestwork .owl-stage-outer {
  /* height: 661px; */
  height: 492px;
  padding-top: 108px;
}

.img-andtext-holder {
  /* max-width: 355px;
  position: relative;
  border: 10px solid white;
  height: 550px; */
  max-width: 301px;
  position: relative;
  border: 10px solid white;
  height: 392px;
  background-image: url(../Media/noshowm1.png);
  background-color: aliceblue;
  border: 9.12px solid #ffffff;
  box-shadow: 12.768px 15.504px 40.128px rgba(0, 0, 0, 0.07);
  border-radius: 36.48px;
  margin-left: auto;
  margin-right: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.google-icon-con {
  position: absolute;
  width: 92px;
  height: 92px;
  left: 97.5px;
  top: -46px;
  /* background: #1d1b1b; */
  z-index: 3;
  left: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-size: cover;
}

.work-desk {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 104px;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  border-radius: 0px 0px 30px 30px;
  text-align: center;
  /* padding-bottom: 27px; */
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#loader-image {
  display: none;
  width: 100%;
}

.word-desk-sub {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: 27px;
  z-index: 2;
  left: 0;
  right: 0;
}

/* .work-desk span {
  align-self: flex-end;
} */

.word-desk-sub div:first-child {
  font-family: DMSans-Regular;
  font-style: normal;
  font-weight: 500;
  font-size: 20.064px;
  line-height: 26px;
  text-transform: capitalize;
  color: #ffffff;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

.word-desk-sub div:last-child {
  display: none;
  width: 280px;
  font-family: DMSans-Regular;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  height: 40px;
  overflow: hidden;
}

/* .img-andtext-holder:hover .work-desk { */

.img-andtext-holder:hover .work-desk {
  height: 100%;
}

.img-andtext-holder:hover .word-desk-sub div:last-child {
  display: block;
}

/* what we do mobile view  */

@media only screen and (max-width: 670px) {
  .latestwork {
    margin-top: 70px;
  }

  .img-andtext-holder {
    width: 320px;
    height: 392px;
    border: 5px solid #ffffff;
    box-shadow: 14px 17px 44px rgba(0, 0, 0, 0.07);
    border-radius: 22px;
    margin: auto;
  }

  .word-desk-sub div:first-child {
    font-size: 18px;
    line-height: 23px;
  }

  .word-desk-sub div:last-child {
    font-size: 12px;
  }

  .latestwork .owl-stage-outer {
    height: 523px;
  }

  .platforms {
    margin: 34px 0px 85px 0px;
  }
}

.LATEST-WORK-POPUP {
  position: relative;
  z-index: 1;
}

.cut-icon {
  font-size: 37px;
  color: gray;
  /* margin: auto; */
  /* margin-top: auto; */
  /* margin-bottom: auto; */
  width: 50px;
  cursor: pointer;
  margin-top: -12px;
}

.cut-icon-2 {
  font-size: 27px;
  color: gray;
  /* margin: auto; */
  /* margin-top: auto; */
  /* margin-bottom: auto; */
  width: 50px;
  cursor: pointer;
  /* margin-top: -12px; */
}

/* .color-black {
  color: #030d20;
} */
.flex-pop {
  display: flex;
  justify-content: space-between;
}

.popup-icon img {
  width: 92px;
  height: 92px;
}

.fa-x {
  color: gray;
}

.flex-pop-txt {
  display: flex;
  gap: 24px;
  text-align: center;
  justify-content: center;
}

.flex-pop-txt div {
  text-align: center;
  align-items: center;
  margin: auto;

  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  /* identical to box height */
  text-transform: capitalize;
  color: #030d20;
  /* margin-left: 20px; */
}

.popup-txt {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  /* or 156% */
  color: rgba(3, 13, 32, 0.6);
  /* margin-top: 31px; */
  margin-top: 37px;
}

.popup-txt:after {
  content: "\f10e";
  right: 4%;
  bottom: 15px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  font-family: "FontAwesome";
  position: absolute;
  color: #f76a07;
  font-size: 30px;
}

.popup-txt:before {
  content: "\f10d";
  left: 57px;
  top: 135px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* transform: translateX(-50%); */
  display: block;
  font-family: "FontAwesome";
  position: absolute;
  color: #f76a07;
  font-size: 30px;
}

.explore-more-services {
  width: fit-content;
  border-bottom: 2px solid #f4501a;
  margin: auto;
}

.explore-more-services:after {
  width: 10px;
  height: 2px;
  display: block;
  color: #f76a07;
  background-color: #f76a07;
  position: absolute;
  top: 20px;
}

.four {
  position: relative;
}

.popup-1 {
  position: absolute;
  z-index: 3;
  /* height: 299px; */
  width: 40%;
  margin: auto;
  left: 0;
  right: 0;
  top: 88px;
  background-color: #ffffff;
  padding: 32px;
  background: #ffffff;
  border: 1px solid rgba(3, 13, 32, 0.1);
  border-radius: 20px;
  transition-timing-function: ease;
  transition-duration: 0.65s;
  transition-delay: 0.0575342s;
  opacity: 0;
  /* opacity: 0; */
  transform: scale(0.1);
}

.service-popup-1 {
  position: fixed;
  z-index: 3;
  /* height: 299px; */
  width: 40%;
  margin: auto;
  left: 0;
  right: 0;
  top: 210px;
  background-color: #ffffff;
  padding: 32px;
  background: #ffffff;
  border: 1px solid rgba(3, 13, 32, 0.1);
  border-radius: 20px;
  transition-timing-function: ease;
  transition-duration: 0.65s;
  transition-delay: 0.0575342s;
  opacity: 0;
  /* opacity: 0; */
  transform: scale(0.1);
}

.service-popup-2 {
  position: absolute;
  z-index: 3;
  /* height: 299px; */
  width: 40%;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  background-color: #ffffff;
  padding: 32px;
  background: #ffffff;
  border: 1px solid rgba(3, 13, 32, 0.1);
  border-radius: 20px;
  transition-timing-function: ease;
  transition-duration: 0.65s;
  transition-delay: 0.0575342s;
  opacity: 0;
  /* opacity: 0; */
  transform: scale(0.1);
}

.service-popup-1 a {
  color: #2a3c92;
  color: #f4501a;
}

.popup-txt-service {
  margin-top: 15px;
}

.testimonial-desk {
  color: #030d20;
  margin-top: 20px;
  font-size: 22px;
}

.testimonial-name {
  font-size: 25px;
}

.phone {
  display: none;
}

.loader-container {
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 99999999999;
  background: #ffffff;
}
#popup_txt {
  text-align: left;
}
@media only screen and (max-width: 777px) {
  .popup-1 {
    width: 80%;
  }

  .service-popup-1 {
    width: 80%;
  }

  .service-popup-2 {
    width: 80%;
  }

  .desktop {
    display: none;
  }

  .phone {
    display: inline;
  }
}
