@font-face {
  font-family: PPTelegraf-Regular;
  src: url('../fonts/pptelegraf-regular-webfont.woff2') format('woff2'),
    url('../fonts/pptelegraf-regular-webfont.woff') format('woff'),
    url('../fonts/PPTelegraf-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  unicode-range: U+000-5FF; /* English unicode */
}

@font-face {
  font-family: PPTelegraf-Ultrabold;
  src: url('../fonts/pptelegraf-ultrabold-webfont.woff2') format('woff2'),
    url('../fonts/pptelegraf-ultrabold-webfont.woff') format('woff'),
    url('../fonts/PPTelegraf-Ultrabold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  unicode-range: U+000-5FF; /* English unicode */
}

@font-face {
  font-family: Mersad-Regular;
  src: url('../fonts/Mersad-Regular.woff2') format('woff2'),
    url('../fonts/Mersad-Regular.otf') format('opentype');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  unicode-range: U+10A0-10FF; /* ქართული უნიკოდი */
}
@font-face {
  font-family: Mersad-Ultrabold;
  src: url('../fonts/Mersad-ExtraBold.woff2') format('woff2'),
    url('../fonts/Mersad-ExtraBold.otf') format('opentype');
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility;
  unicode-range: U+10A0-10FF; /* ქართული უნიკოდი */
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}
html:lang(en) * {
  font-family: PPTelegraf-Regular;
}
body {
  width: 100%;
  scrollbar-width: none;
  margin: 0 auto;
}
body::-webkit-scrollbar {
  display: none;
}

ul {
    margin: 0;
}

.header {
  width: 100%;
  position: relative;
  border-radius: 16px;
  font-family: PPTelegraf-Regular;
  background-color: #f9f9f9;
}
html:lang(ka) .header {
  font-family: Mersad-Regular;
}
.header-wrapper {
  max-width: 95rem;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
}
.header-container {
  background-image: url(../img/bigVector.avif);
  width: 100%;
  position: relative;
  z-index: 30;
  padding: 30px;
}
.header-black-line {
  display: block;
  border-bottom: 1px solid #202020;
  position: relative;
  z-index: 99;
}
.header-blue-line {
  width: 12.25rem;
  margin-bottom: 0.1rem;
  display: block;
  border-bottom: 1px solid #0047ff;
  position: relative;
  z-index: 99;
}
.header-logo {
  width: 120px;
  cursor: pointer;
}
.header-logo > a > img {
  width: 100%;
}
.burger-menu {
  width: 24px;
  height: 24px;
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  cursor: pointer;
  position: relative;
}

.top-line,
.middle-line,
.bottom-line {
  width: 100%;
  background-color: #000000;
  /* height: 1px; */
  height: 1.8px;
}

.rotate-top-line {
  left: -2px;
  position: absolute;
  top: 5px;
  animation: rotateTop 0.3s linear forwards;
}

.rotate-bottom-line {
  animation: rotateBottom 0.3s linear forwards;
  bottom: -3px;
  position: absolute;
  right: -10px;
  transition: 0.3s;
}

.rotate-middle-line {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  animation: rotateMiddle 0.3s linear forwards;
}
.rotate-top-back {
  animation: rotateBackTop 0.3s linear forwards;
}
.rotate-middle-back {
  animation: rotateBackMiddle 0.3s linear forwards;
}
.rotate-bottom-back {
  animation: rotateBackBottom 0.3s linear forwards;
}

@keyframes rotateTop {
  0% {
    transform: rotate(0deg) translate(0px, 0px);
    width: 100%;
  }
  100% {
    transform: rotate(50deg) translate(6px, 3px);
    width: 100%;
  }
}

@keyframes rotateBottom {
  0% {
    transform: rotate(0deg) translate(0px, 0px);
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
  100% {
    transform: rotate(45deg) translate(-6px, -3px);
    opacity: 0;
  }
}

@keyframes rotateMiddle {
  0% {
    transform: rotate(0deg) translateY(-50%);
  }
  100% {
    transform: rotate(-50deg) translateY(-50%);
  }
}

@keyframes rotateBackTop {
  0% {
    transform: rotate(50deg) translate(6px, 3px);
    width: 100%;
  }
  100% {
    transform: rotate(0deg) translate(0px, 0px);
    width: 100%;
  }
}

@keyframes rotateBackBottom {
  0% {
    transform: rotate(45deg) translate(-6px, -3px);
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    transform: rotate(0deg) translate(0px, 0px);
    opacity: 1;
  }
}

@keyframes rotateBackMiddle {
  0% {
    transform: rotate(-50deg) translateY(-50%);
  }
  100% {
    transform: rotate(0deg) translateY(-50%);
  }
}

.mobile-navigation-wrapper {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f9f9f9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  padding: 44px 0;
  z-index: 20;
  display: none;
}
.active {
  display: flex;
  background-image: url(../img/smallVector.avif);
}
.mobile-nav,
.mobile-navigation,
.mobile-ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: PPTelegraf-Ultrabold;
}

html:lang(ka) .mobile-nav,
.mobile-navigation,
.mobile-ul {
  font-family: Mersad-Ultrabold;
}
html:lang(en) .mobile-nav,
.mobile-navigation,
.mobile-ul {
  font-family: PPTelegraf-Ultrabold;
}
.mobile-nav-link {
  font-weight: 800;
  font-size: 18px;
  line-height: 23.8px;
  color: #202020;
  cursor: pointer;
  display: flex;
  margin-bottom: 2rem;
  gap: 1rem;
  transition: color 0.3s ease;
}

.mobile-nav-link:hover {
  color: rgba(32, 32, 32, 0.5);
}
.mobile-select-lang {
  height: 34px;
  cursor: pointer;
}
.mobile-select-lang svg {
  height: 30px;
  width: 30px;
}
.header-navigation-wrapper {
  display: none;
}
.nav-link {
  font-weight: 400;
  color: #202020;
  font-size: 15px;
  line-height: 21px;
  margin: 0 20.5px;
  cursor: pointer;
  transition: color 0.3s ease;
}
.nav-link:hover {
  color: rgba(32, 32, 32, 0.5);
}
.select-lang {
  width: 85px;
  height: 1rem;
  display: none;
  cursor: pointer;
}
.footer {
  width: 100%;
  background-color: #f9f9f9;
  background-image: url(../img/bigVector.avif);
}
.footer-select-lang {
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 2rem 0;
}
.footer-select-lang svg {
  cursor: pointer;
}
.footer-wrapper {
  width: 100%;
  border-radius: 20px;
  flex-direction: row;
  align-items: center;
  gap: 0%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-logo {
  width: 100px;
  cursor: pointer;
}
.footer-logo a,
.header-logo a {
  color: #202020;
  font-size: 1rem;
  text-align: center;
  width: 100%;
  display: block;
  font-family: PPTelegraf-Ultrabold;
}
html:lang(ka) .footer-logo a,
.header-logo a {
  font-family: Mersad-Ultrabold;
}

.header-logo a {
  text-align: left;
}
.footer-logo > a > img {
  width: 100%;
  height: 100%;
  max-width: 120px;
}
.footer-black-line {
  display: block;
  border-bottom: 1px solid #202020;
  position: relative;
  z-index: 10;
  width: 100%;
}
.footer-blue-line {
  display: block;
  border-bottom: 1px solid #0047ff;
  position: relative;
  z-index: 10;
  width: 12.25rem;
  margin-bottom: 0.1rem;
}

.footer-nav,
.footer-navigation,
.footer-ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.footer-nav-link {
  font-weight: 400;
  margin: 14px 0;
  font-size: 14px;
  color: #202020;
  font-family: PPTelegraf-Regular;
  cursor: pointer;
  line-height: 21px;
  transition: color 0.3s ease;
}
.footer-nav-link:hover {
  color: rgba(32, 32, 32, 0.5);
}
html:lang(ka) .footer-nav-link {
  font-family: Mersad-Regular;
}

.footer-soc-icons-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 26px 0 20px;
}
.soc-wrapper {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  margin: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.soc-wrapper > a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-contacts {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}
.footer-contacts > a {
  font-weight: 400;
  font-size: 14px;
  margin: 8px 0;
  line-height: 21px;
  transition: color 0.3s ease;
  color: #202020;
  font-family: PPTelegraf-Regular;
}
.footer-contacts > a:hover {
  color: rgba(32, 32, 32, 0.5);
}
/* html:lang(ka) .footer-contacts > a {
  font-family: Mersad-Regular;
} */

@media (min-width: 1024px) {
  .header {
    bottom: none;
  }

  .burger-menu {
    display: none;
  }
  .desktop-nav,
  .desktop-ul,
  .header-navigation-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .select-lang {
    display: block;
  }
  .mobile-navigation-wrapper {
    display: none;
  }
  .footer-nav,
  .footer-ul {
    display: flex;
    flex-direction: row;
  }
  .footer-nav-link {
    margin: 14px 20.5px;
  }
  .soc-wrapper {
    width: 40px;
    height: 40px;
    margin: 0 4px;
  }
}
.footer-logo {
  flex: 1 0 auto;
}
.footer-navigation {
  flex: 1 0 auto;
}
.footer-soc-icons-wrapper {
  flex: 1 0 auto;
}
@media screen and (max-width: 1024px) {
  .footer-navigation {
    flex-basis: 85%;
    order: 3;
    margin-bottom: 3rem;
  }
  .main-container {
    background-image: url(../img/smallVector.avif) !important;
  }
  .header-container {
    background-image: url(../img/smallVector.avif) !important;
  }
  .main-section-info-wrapper {
    background-image: url(../img/smallVector.avif) !important;
  }
  .footer {
    background-image: url(../img/smallVector.avif) !important;
  }

  .header-blue-line {
    width: 8.8125rem;
  }

  .footer-soc-icons-wrapper {
    order: 2;
    margin-bottom: 20px;
  }
  .footer-logo {
    order: 1;
  }
}
.svg-path {
  stroke: black;
  transition: stroke 0.3s ease;
}

.select-lang:hover .svg-path {
  stroke: #5585ff;
}

.select-lang:active .svg-path {
  stroke: #033ccf;
}

.soc-wrapper:hover .svg-path {
  stroke: #5585ff;
}

.soc-wrapper:active .svg-path {
  stroke: #033ccf;
}
.mobile-select-lang:hover .svg-path {
  stroke: #5585ff;
}

.mobile-select-lang:active .svg-path {
  stroke: #033ccf;
}
.footer-select-lang svg:hover .svg-path {
  stroke: #5585ff;
}

.footer-select-lang svg:active .svg-path {
  stroke: #033ccf;
}
/*




















index.html css file 


































*/

.main-container {
  background-color: #fff;
  text-align: center;
  max-width: 100%;
  background-image: url(../img/bigVector.avif);
  align-items: center;
  display: flex;
  flex-direction: column;
  background-color: #f9f9f9;
}

.main-container h2 {
  color: #202020;
  font-family: PPTelegraf-Ultrabold;
  font-size: 15px;
  margin-top: 4rem;
  margin-bottom: 2rem;
}

html:lang(ka) .main-container h2 {
  font-family: Mersad-Ultrabold;
}

.main-container h1 {
  font-size: 56px;
  margin-bottom: 20px;
  font-family: PPTelegraf-Ultrabold;
  color: #202020;
}

html:lang(ka) .main-container h1 {
  font-family: Mersad-Ultrabold;
}

.main-break-h1 {
  display: none;
}
.main-container span {
  color: #0047ff;
}
.main-container h3 {
  font-size: 15px;
  line-height: 22.5px;
  margin: 2rem 0;
  margin-bottom: 3rem;
  color: #202020;
  opacity: 0.6;
  font-family: PPTelegraf-Regular;
}

html:lang(ka) .main-container h3 {
  font-family: Mersad-Regular;
}

.main-break-h3v2 {
  display: none;
}
.main-section-category {
  color: #202020;
  font-family: PPTelegraf-Regular;
  font-size: 20px;
  opacity: 0.7;
}

html:lang(ka) .main-section-category {
  font-family: Mersad-Regular;
}

.main-button {
  box-shadow: 0 9px 14px -4px rgba(0, 71, 255, 0.25);
  background-color: #0047ff;
  border: none;
  color: #fff;
  font-family: PPTelegraf-Ultrabold;
  padding: 16px 24px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  border-radius: 10px;
  transition: background-color 0.3s ease;
}

.main-button:hover {
  background-color: #5585ff;
}

.main-button:active {
  background-color: #033ccf;
}

html:lang(ka) .main-button {
  font-family: Mersad-Ultrabold;
}

.main-section-info-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  background-image: url(../img/bigVector.avif);
  background-color: #f9f9f9;
  padding: 0rem 1rem;
}
.main-section-info-section {
  background-color: #f0f0f0;
  padding: 20px;
  position: relative;
  margin: 5rem 0 0 0;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  border-radius: 20px;
}
.main-section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 10px;
}
.main-section-header h2 {
  margin-top: 1rem;
}
.main-section-header .main-section-see-all {
  text-decoration: underline;
  color: #0047ff;
  font-family: PPTelegraf-Regular;
  font-size: 14px;
  margin-top: 1rem;
  transition: background-color 0.3s ease;
}
.main-section-header .main-section-see-all:hover {
  color: #5585ff;
}

.main-section-header .main-section-see-all:active {
  color: #033ccf;
}

html:lang(ka) .main-section-header .main-section-see-all {
  font-family: Mersad-Regular;
}

.main-section-carousel {
  display: flex;
  justify-content: center;
}
.main-section-images-wrapper {
  display: flex;
  width: 100%;
  /*justify-content: center;*/
}
.main-section-carousel-image {
  width: 100%;
  max-width: 650px;
  /*padding: 1rem;*/
  cursor: pointer;
  object-fit: cover;
object-position: top;
border-top-left-radius: 1rem;
border-top-right-radius: 1rem;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.main-section-arrows {
  position: absolute;
  top: 30px;
  right: 20px;
  display: flex;
  gap: 10px;
}
.main-section-arrow {
  background: 0 0;
  border: none;
  cursor: pointer;
}
.main-section-arrow img {
  width: 24px;
  height: 24px;
}
@media only screen and (max-width: 1024px) {
  .main-container h2 {
    font-size: 14px;
  }
  .main-section-arrows {
    top: 15px;
    gap: 0px;
  }
  .main-container h1 {
    font-size: 2rem;
    line-height: 44.8px;
  }
  .main-break-h1 {
    display: block;
  }
  .main-button {
    padding: 16px 48px;
  }
  .main-container h3 {
    font-size: 14px;
    line-height: 1.3;
  }
  .main-break-h3v2 {
    display: block;
  }
  .main-break-h3 {
    display: none;
  }
  .main-section-images-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .main-section-carousel-image {
    /*margin: 10px 0; - Luka */
  }
}
.image-container {
  position: relative;
  overflow-y: hidden;
  width: 100%;
  /*max-height: 25rem;*/
}
.info-overlay {
  position: absolute;
  bottom: 0.31rem;
  left: 0.7rem;
  width: calc(100% - 1rem);
  height: 19.5%;
  border-radius: 16px;
  background-color: #fff;
  padding: 10px;
  box-sizing: border-box;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
  display: flex;
  align-items: center;
  pointer-events: none;
  box-shadow:0 -4px 24px 0 rgba(144, 144, 144, 0.25);
}
.info-overlay p {
  left: 2rem;
  /*bottom: 1.3rem;*/
      bottom: 1.4rem;
  font-family: PPTelegraf-Ultrabold;
  color: #202020;
  font-weight: 800;
  font-size: 24px;
  position: absolute;
}

/* html:lang(ka) .info-overlay p {
  font-family: Mersad-Ultrabold;
} */

.info-overlay button {
  position: absolute;
  right: 13px;
  /*bottom: 13px;*/
  padding: 16px 16px 11px 16px;
  border-radius: 8px;
  color: #fff;
  font-weight: 800;
  font-size: 13px;

  font-family: PPTelegraf-Ultrabold;
}

html:lang(ka) .info-overlay button {
  font-family: Mersad-Ultrabold;
}

.image-container:hover .info-overlay {
  opacity: 1;
  pointer-events: auto;
}

/* 














Templates














*/

.templates-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 4rem;
  flex-wrap:wrap;
}
.templates-buttons button {
  padding: 12px 16px 12px 16px;
  cursor: pointer;
  border: 1px solid #d4d4d4;
  background-color: #f9f9f9;
  color: #202020;
  border-radius: 38px;
  font-family: PPTelegraf-Ultrabold;
  font-size: 13px;
}

html:lang(ka) .templates-buttons button {
  font-family: Mersad-Ultrabold;
  align-items: center;
}
.templates-buttons button.active {
  background-color: #0047ff;
  color: #fff;
  /* box-shadow: 0 9px 14px -4px rgba(0, 71, 255, 0.25); */
  transition: background-color 0.3s ease;
}
.templates-buttons button:hover {
  background-color: #5585ff;
}

.templates-bgimg {
  background-image: url(../img/bigVector.avif);
  background-color: #f9f9f9;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.main-button.template {
  padding: 12px 16px;
}
.templates-bgimg h1 {
  font-family: PPTelegraf-Ultrabold;
  font-size: 40px;
  color: #202020;
  margin: 5rem 0 2rem 0;
}
html:lang(ka) .templates-bgimg h1 {
  font-family: Mersad-Ultrabold;
}
.templates-carousel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 10rem;
}
.templates-carousel-image {
  max-width: 100%;
  height: 100%;
  cursor: pointer;
}
.templates-carousel-image-wrapper {
  position: relative;
  background-color: #f0f0f0;
  border-radius: 20px;
  padding: 1rem 1rem 0 1rem;
  gap: 1rem;
  max-width: 500px;
  max-height: 314px;
}
.templates-carousel-image-wrapper img {
  object-fit: contain;
}

.template-design-showcase {
  display: flex;
  width: 100%;
  gap: 1rem;
  justify-content: center;
}

.templates-hover-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 29%;
  background-color: #fff;
  padding: 10px 10px 10px 20px;
  box-sizing: border-box;
  border-radius: 16px;
  opacity: 0;
  display: flex;
  align-items: center;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
}
.templates-hover-overlay .templates-info-left {
  flex: 1;
}
.templates-hover-overlay .templates-info-right {
  margin-left: auto;
}
.templates-carousel-image-wrapper:hover .templates-hover-overlay {
  opacity: 1;
  pointer-events: auto;
}

.templates-website-type {
  font-size: 15px;
  font-family: PPTelegraf-Regular;
  color: #202020;
  opacity: 60%;
  position: absolute;
  top: 0.8rem;
}
html:lang(ka) .templates-website-type {
  font-family: Mersad-Regular;
}
.templates-info-left span {
  font-family: PPTelegraf-Ultrabold;
  color: #202020;
  font-size: 24px;
  position: absolute;
  font-weight: 800;
}
/* html:lang(ka) .templates-info-left span {
  font-family: Mersad-Ultrabold;
} */
@media only screen and (max-width: 1024px) {
  .templates-bgimg {
    background-image: url(../img/smallVector.avif) !important;
  }
  .templates-carousel {
    padding: 0rem 1rem;
  }
}

/* 












Contact us page














*/

.contact-page .contact-us-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-self: center;
  gap: 1rem;
  align-content: center;
  margin-top: 3rem;
}
.contact-page .contact-us-wrapper {
  display: flex;
  background-color: #f9f9f9 !important;
  justify-content: center;
  flex-direction: column;
  background-image: url(../img/bigVector.avif);
}
.contact-page h1 {
  margin-top: 4rem;
  font-family: PPTelegraf-Ultrabold;
  font-size: 40px;
  color: #202020;
  display: flex;
  justify-content: center;
}
html:lang(ka) .contact-page h1 {
  font-family: Mersad-Ultrabold;
}
.contact-page .contact-divs1,
.contact-page .contact-divs2 {
  display: flex;
  gap: 1rem;
}
.contact-page .svg-text {
  color: #202020;
  font-size: 14px;
  font-family: PPTelegraf-Regular;
  margin: 0.8rem 0 2.5rem 0;
}
html:lang(ka) .contact-page .svg-text {
  font-family: Mersad-Regular;
}
.contact-page .svg-subtext {
  color: #202020;
  font-size: 14px;
  font-family: PPTelegraf-Regular;
  align-items: left;
  text-align: left;
  transition: color 0.3s ease;
}

.contact-page .svg-subtext.number:hover,
.contact-page .svg-subtext.email:hover,
.contact-page .svg-subtext.social:hover {
  color: rgba(32, 32, 32, 0.5);
}

/* html:lang(ka) .contact-page .svg-subtext {
  font-family: Mersad-Regular;
} */

.contact-page .contact-us-container svg {
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
}
.contact-page .svg-container {
  display: flex;
  justify-content: left;
  align-content: left;
  text-align: left;
  margin: 0;
  padding: 0;
}

.contact-page .email,
.contact-page .social,
.contact-page .location,
.contact-page .number {
  display: flex;
  justify-content: left;
  align-items: left;
  text-align: left;
  margin-top: 0.4rem;
}
/* .contact-page .email {
  margin-top: 1.5rem;
} */

.contact-page .contact-us-box1,
.contact-page .contact-us-box2,
.contact-page .contact-us-box3,
.contact-page .contact-us-box4 {
  width: 237px;
  box-shadow: 0 4px 14px 0 rgba(175, 175, 175, 0.18);
  height: 140px;
  padding: 0px 20px 10px 20px;
  border-radius: 16px;
  background-color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.contact-page .contact-us-row2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}
.contact-page .contact-form-container {
  height: 42.5625rem;
  margin-bottom: 1rem !important;
  width: 31rem !important;
  box-shadow: 0 4px 14px 0 rgba(175, 175, 175, 0.18);
}
.contact-page .contact-page-form-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #f9f9f9;
  background-image: url(../img/bigVector.avif);
}
.contact-page .contact-us-image-wrapper {
  height: 42.5625rem;
  width: 31rem;
  display: flex;
  align-items: start;
  justify-content: center;
  margin-bottom: 11rem;
}
.contact-page .contact-us-image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
}
.contact-page .contact-us-image-responsive {
  display: none;
}
.contact-page .error-message,
.contact-page .success-message {
  font-family: PPtelegraf-Regular;
  display: none;
  margin-top: 0.5rem;
  position: absolute !important;
}

html:lang(ka) .contact-page .error-message,
.contact-page .success-message {
  font-family: Mersad-Regular;
}

.contact-page .contact-form-group {
  margin-bottom: 1.8rem !important;
}
@media screen and (max-width: 1024px) {
  .contact-page .contact-us-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  .contact-page .contact-form-container {
    width: 100% !important;
  }
  .contact-page .contact-us-row2 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .contact-page .contact-us-wrapper {
    background-image: url(../img/smallVector.avif);
  }

  html:lang(ka) .contact-page .contact-page-form-wrapper {
    background-image: url(../img/smallVector.avif);
    padding: 0rem 1rem;
  }

  .contact-page .contact-page-form-wrapper {
    background-image: url(../img/smallVector.avif);
  }
  .contact-page .svg-text {
    color: #202020;
    font-size: 14px;
    font-family: PPTelegraf-Regular;
    margin: 0.8rem 0 2rem 0;
  }
  html:lang(ka) .contact-page .svg-text {
    font-family: Mersad-Regular;
  }
  .contact-page .svg-subtext {
    font-size: 15px;
  }
  .contact-page .email {
    margin-top: 0;
  }
  .contact-page .contact-us-box2,
  .contact-page .contact-us-box4 {
    width: 180px;
    height: 134px;
  }
  .contact-page .contact-us-box1,
  .contact-page .contact-us-box3 {
    width: 374px;
    height: 108px;
  }
  .contact-page .contact-us-box1 {
    height: 136px;
  }
  .contact-page .contact-divs1,
  .contact-page .contact-divs2 {
    display: contents;
  }
  .contact-page .contact-us-box1 {
    grid-column: 1/3;
    grid-row: 3;
  }
  .contact-page .contact-us-box4 {
    grid-column: 2/3;
    top: 0;
    right: 10rem;
  }
  .contact-page .contact-us-box2 {
    grid-column: 1/2;
  }
  .contact-page .contact-us-box3 {
    grid-column: 1/3;
    grid-row: 2;
  }
  .contact-page .contact-us-image {
    display: none;
  }
  .contact-page .contact-us-image-wrapper {
    width: 374px;
    height: 300px;
  }
  .contact-page .contact-us-image-responsive {
    display: block;
    width: 374px;
    height: 300px;
  }
}

/* 















About us page 














*/
.about-us-page .about-us-container {
  max-width: 1024px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.about-us-page {
  background-image: url(../img/bigVector.avif);
  background-color: #f9f9f9;
}

.about-us-page .about-us-title {
  font-weight: 800;
  font-size: 2.35rem;
  line-height: 56px;
  font-family: PPtelegraf-Ultrabold;
  color: #202020;
  margin: 4rem 0 3rem 0;
}
html:lang(ka) .about-us-page .about-us-title {
  font-family: Mersad-Ultrabold;
}
.about-us-page .about-us-content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.about-us-page .about-us-text {
  flex: 1;
  text-align: left;
}
.about-us-page .about-us-text h2 {
  font-weight: 800;
  line-height: 28.8px;
  color: #202020;
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: PPTelegraf-Ultrabold;
}
html:lang(ka) .about-us-page .about-us-text h2 {
  font-family: Mersad-Ultrabold;
}
.about-us-page .about-us-text p {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 20px;
  color: #202020;
  font-family: PPTelegraf-Regular;
}
html:lang(ka) .about-us-page .about-us-text p {
  font-family: Mersad-Regular;
}
.about-us-page .about-us-subtitle {
  font-weight: 800;
  font-size: 18px;
  line-height: 28.8px;
  color: #202020;
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: PPTelegraf-Ultrabold;
}
html:lang(ka) .about-us-page .about-us-subtitle {
  font-family: Mersad-Ultrabold;
}
.about-us-page .about-us-image {
  width: 45%;
  height: auto;
  margin-left: 20px;
  border-radius: 16px;
}
.about-us-page .about-us-button {
  background-color: #0047ff;
  border: none;
  box-shadow: 0 9px 14px -4px rgba(0, 71, 255, 0.25);
  color: #fff;
  font-family: PPTelegraf-Ultrabold;
  padding: 16px 24px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  border-radius: 10px;
  margin: 2rem 0 4rem 0;
  transition: background-color 0.3s ease;
}

.about-us-page .about-us-button:hover {
  background-color: #5585ff;
}

.about-us-page .about-us-button:active {
  background-color: #033ccf;
}
html:lang(ka) .about-us-page .about-us-button {
  font-family: Mersad-Ultrabold;
}
@media (max-width: 1024px) {
  .about-us-page .about-us-content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .about-us-page main {
    background-image: url(../img/smallVector.avif);
  }
  .about-us-page .about-us-text p {
    text-align: left;
    max-width: 80%;
    font-size: 16px;
  }
  .about-us-page .about-us-image {
    display: none;
    align-items: center;
    justify-content: center;
  }
  .about-us-page .about-us-title {
    font-size: 26px;
    max-width: 88%;
    font-family: PPTelegraf-Ultrabold;
    margin-bottom: 1rem;
  }
  html:lang(ka) .about-us-page .about-us-title {
    font-family: Mersad-Ultrabold;
  }
  .about-us-page .about-us-image-responsive {
    display: flex;
    width: 374px;
    align-items: center;
    justify-content: center;
    height: auto;
    margin-bottom: 3rem;
  }
}
@media (min-width: 1025px) {
  .about-us-page .about-us-image-responsive {
    display: none;
  }
}

/*















How to buy















*/

.how-to-buy-page .about-us-container {
  max-width: 1024px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.how-to-buy-page {
  background-image: url(../img/bigVector.avif);
  background-color: #f9f9f9;
}
.how-to-buy-page .about-us-title {
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 56px;
  color: #202020;
  font-family: PPTelegraf-Ultrabold;
  margin: 4rem 0 3rem 0;
}
html:lang(ka) .how-to-buy-page .about-us-title {
  font-family: Mersad-Ultrabold;
}
.how-to-buy-page .about-us-content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.how-to-buy-page .about-us-text {
  flex: 1;
  text-align: left;
  max-width: 34rem;
}
.how-to-buy-page .about-us-text p {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  margin: 10px 0;
  color: #202020;
  font-family: PPTelegraf-Regular;
}
.how-to-buy-page .about-us-text ul {
    padding-inline-start: 40px;
}
.how-to-buy-page .about-us-text li {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #202020;
  font-family: PPTelegraf-Regular;
  display: list-item;
    list-style: square !important;
}
html:lang(ka) .how-to-buy-page .about-us-text p {
  font-family: Mersad-Regular;
}
.how-to-buy-page .about-us-subtitle {
  font-weight: 800;
  font-size: 18px;
  line-height: 28.8px;
  color: #202020;
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: PPTelegraf-Ultrabold;
}
html:lang(ka) .how-to-buy-page .about-us-subtitle {
  font-family: Mersad-Ultrabold;
}
.how-to-buy-page .about-us-image {
  width: 45%;
  height: auto;
  margin-left: 20px;
}
.how-to-buy-page .about-us-button {
  background-color: #0047ff;
  box-shadow: 0 9px 14px -4px rgba(0, 71, 255, 0.25);
  border: none;
  color: #fff;
  font-family: PPTelegraf-Ultrabold;
  padding: 16px 24px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  border-radius: 10px;
  margin: 2rem 0 4rem 0;
  transition: background-color 0.3s ease;
}
.how-to-buy-page .about-us-button:hover {
  background-color: #5585ff;
}

.how-to-buy-page .about-us-button:active {
  background-color: #033ccf;
}
html:lang(ka) .how-to-buy-page .about-us-button {
  font-family: Mersad-Ultrabold;
}
.how-to-buy-page h2,
.how-to-buy-page h3 {
  font-size: 24px !important;
  font-family:'PPTelegraf-Ultrabold';
  margin: 10px 0;
}
.how-to-buy-page h3 {
  font-size: 20px !important;
  margin:20px 0 10px;
}
.how-to-buy-page .about-us-image-responsive {
  width: 537px;
  max-height: 256px;
  margin-bottom: 3rem;
}
@media (max-width: 1024px) {
  .how-to-buy-page .about-us-content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .how-to-buy-page main {
    background-image: url(../img/smallVector.avif);
  }
  .how-to-buy-page .about-us-text p {
    text-align: left;
    max-width: 80%;
    font-size: 16px;
  }
  .how-to-buy-page .about-us-image {
    display: none;
    align-items: center;
    justify-content: center;
  }
  .how-to-buy-page .about-us-title {
    font-size: 1.75rem;
    max-width: 88%;
    font-family: PPTelegraf-Ultrabold;
    margin-bottom: 1rem;
  }
  html:lang(ka) .how-to-buy-page .about-us-title {
    font-family: Mersad-Ultrabold;
  }
  .how-to-buy-page .about-us-image-responsive {
    display: flex;
    max-width: 374px;
    max-height: 258px;
    align-items: center;
    justify-content: center;
    height: auto;
    margin-bottom: 3rem;
  }
  .how-to-buy-page-button {
    display: flex;
    justify-content: center;
  }
  .how-to-buy-page .about-us-button {
    background-color: #0047ff;
    color: #fff;
    padding: 16px 15px 16px 15px;
    width: 23.375rem;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    margin-top: 2.5rem;
    font-family: PPTelegraf-Ultrabold;
    transition: background-color 0.3s ease;
  }
  html:lang(ka) .how-to-buy-page .about-us-button {
    font-family: Mersad-Ultrabold;
  }
}

/*




















Internal Page



















*/

.internal-page .internal-page-wrapper {
  background-color: #f9f9f9;
  padding-top: 4rem;
  background-image: url(../img/bigVector.avif);
}
.internal-page body {
  background-image: url(../img/bigVector.avif);
  background-color: #f9f9f9;
}
.internal-page .dim-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 10;
  display: none;
}
.internal-page .form-container .pay-option .bank-account-placeholder p {
  border: none;
  padding: 0.1rem;
  margin: 0;
  font-size: 0.9rem;
  border-radius: 4px;
  width: 100%;
  opacity: 0.6;
  font-family: PPTelegraf-Regular;
  background-color: #f9f9f9;
}
/* html:lang(ka)
  .internal-page
  .form-container
  .pay-option
  .bank-account-placeholder
  p {
  font-family: Mersad-Regular;
} */

.internal-page .bank-account-wrapper {
  display: flex;
}

.internal-page .error-message {
  color: red;
  font-size: 0.8rem;
  font-family: PPtelegraf-Regular;
  margin-top: 5px;
}

.internal-page .form-container .pay-option .bank-account-placeholder svg {
  position: relative;
  cursor: pointer;
  right: 0rem;
  bottom: 0rem;
    width: 18px;
  z-index: 2000;
}
.internal-page .account-number-flexbox .bank-account-wrapper:nth-of-type(2) {
  display: none;
}
.internal-page .account-number-flexbox {
  display: flex;
  flex-direction: column;
  justify-content: left;
  gap: 1rem;
}
.internal-page .form-container {
  position: fixed;
  top: 0;
  right: -100%;
  width: 474px;
  height: 100%;
  transition: right 0.3s ease;
  z-index: 1110;
  padding: 2rem;
  background-image: none;
  display: none;
      overflow-x: hidden;
}
.internal-page .form-container.active {
  right: 0rem;
  display: flex;
  background-color: #f9f9f9;
  flex-direction: column;
  overflow-y: auto;
}
.internal-page .grey-line {
  background-color: #e3e3e3;
  height: 1px !important;
  width: 474px !important;
  position: relative;
  top: 1.9rem;
  right: 2rem;
}

.internal-page .close-button-svg {
  position: relative;
  cursor: pointer;
}

.internal-page .form-container .close-btn {
  background: 0 0;
  border: none;
  font-family: PPTelegraf-Regular;
  color: #202020;
  font-size: 15px;
  cursor: pointer;
  position: absolute;
  top: 0.2rem;
  left: 1.6rem;
}
html:lang(ka) .internal-page .form-container .close-btn {
  font-family: Mersad-Regular;
  top: -0.1rem;
}
.internal-page .form-container h4 {
  margin-top: 2.5rem;
  margin-bottom: 1.2rem;
  text-align: right;
  font-family: PPTelegraf-Ultrabold;
  font-size: 13px;
  color: #202020;
}
html:lang(ka) .internal-page .form-container h4 {
  font-family: Mersad-Ultrabold;
}

.internal-page .form-container label {
  display: block;
  font-family: PPTelegraf-Regular;
  font-size: 15px;
  color: #202020;

}  .internal-page label[for='name'],
  .internal-page label[for='email'],
  .internal-page label[for='contact-number'],
  .internal-page label[for='id-number'] {
      margin: 1.2rem 0rem 0.7rem 0rem;
  }
html:lang(ka) .internal-page .form-container label {
  font-family: Mersad-Regular;
}

label[for='pay-by-installments']{
    margin: 0.7rem 0rem;

}

label[for='visa-mastercard']
{
  font-family: PPTelegraf-Regular !important;
  margin: 0.7rem 0rem;
}


label[for='bank-account'] {
  margin-bottom: 0.7rem ;
}

html:lang(ka) label[for='visa-mastercard'] {
  font-family: PPTelegraf-Regular !important;
}

html:lang(ka) label[for='visa-mastercard'] {
  font-family: Mersad-Regular !important;
}

.internal-page .form-container input[type='email'],
.internal-page .form-container input[type='tel'],
.internal-page .form-container input[type='text'] {
  width: 100%;
  font-family: PPTelegraf-Regular;
  background-color: #f9f9f9;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  padding: 0.85rem;
  font-size: 14.3px;
}
/* html:lang(ka) .internal-page .form-container input[type='email'],
.internal-page .form-container input[type='tel'],
.internal-page .form-container input[type='text'] {
  font-family: Mersad-Regular;
} */
.internal-page .contact-number input[type='tel'] {
  margin-right: 0;
  width: 100%;
  position: relative;
}
.internal-page .form-container .contact-number select {
  padding: 0.8rem 0.8rem 0.8rem 0.6rem;
  margin-right: 5px;
  border: 1px solid #e3e3e3;
  background-color: #f9f9f9;
  font-family: PPTelegraf-Regular;
  font-size: 15px;
  color: #202020;
  border-radius: 8px;
  height: 100%;
}
/* html:lang(ka) .internal-page .form-container .contact-number select {
  font-family: Mersad-Regular;
} */
.internal-page .form-container input[type='radio'] {
  margin-right: 5px;
  background-color: #0047ff !important;
  border: 2px solid #0047ff !important;
  border-radius: 15px;
  width: 15px;
  height: 15px;
}
.internal-page .form-container .pay-option {
  border: 2.5px dashed #e3e3e3;
  background-color: #f9f9f9;
  padding: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  border-radius: 8px;
  cursor:pointer;
}
.internal-page .form-container .pay-option .pay-option-content {
  display: flex;
  flex-direction: column;
}
.internal-page .form-container .pay-option .bank-account-placeholder {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.internal-page .form-container .contact-number {
  display: flex;
  align-items: center;
}
.internal-page .form-container .contact-number {
  display: flex;
  align-items: center;
}
.internal-page .internal-page-info {
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 10rem;
  margin-bottom: 3rem;
  padding: 0 2rem 0 2rem;
}
.internal-page .internal-page-details {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 0 1rem 0 1rem;
}
.internal-page .internal-page-image-responsive-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.internal-page .internal-page-details h1 {
  font-size: 40px;
  font-family: PPTelegraf-Ultrabold;
  color: #202020;
}
html:lang(ka) .internal-page .internal-page-details h1 {
  font-family: Mersad-Ultrabold;
}
html:lang(ka) .internal-page .internal-page-details p {
  font-family: Mersad-Regular;
}

html:lang(ka) .internal-price-before {
  font-family: PPTelegraf-Ultrabold !important;
}

.internal-page .internal-regular-text {
  font-size: 15px;
  opacity: 60%;
  font-family: PPTelegraf-Regular;
  color: #202020;
  max-width: 24.5rem;
}
html:lang(ka) .internal-page .internal-regular-text {
  font-family: Mersad-Regular;
}
.internal-page .internal-bold-text {
  font-size: 15px;
  font-family: PPTelegraf-Ultrabold;
  color: #202020;
}
html:lang(ka) .internal-page .internal-bold-text {
  font-family: Mersad-Ultrabold;
}
.internal-page .internal-clickable-pages button {
  background-color: #f9f9f9;
  border: 1px solid #d4d4d4;
  border-radius: 38px;
  padding: 12px 1rem 12px 1rem;
  cursor: pointer;
}
.internal-page .internal-prices {
  display: flex;
  gap: 1rem;
  text-align: center;
  align-items: center;
}
.internal-page .internal-price-before {
  font-size: 40px;
  font-family: PPTelegraf-Ultrabold;
  color: #202020;
  opacity: 30%;
  text-decoration: line-through;
  font-weight:bold;
}

.templates-info-left .internal-price-before{
     font-family: PPTelegraf-Ultrabold;
  color: #202020;
  opacity: 30%;
  text-decoration: line-through;
  font-weight:bold; 
}

/* html:lang(ka) .internal-page .internal-price-before {
  font-family: Mersad-Ultrabold;
} */
.info-overlay p.internal-price-before {
  text-decoration: line-through;
  color: #202020;
  font-size: 15px;
  opacity: 30%;
  bottom: 3.3rem;
}
.internal-page .internal-price-after {
  font-size: 28px;
  font-family: PPTelegraf-Ultrabold;
  color: #202020;
  margin-top: 0.5rem;
  font-weight:bold;
}
/* html:lang(ka) .internal-page .internal-price-after {
  font-family: Mersad-Ultrabold;
} */
.internal-page .internal-clickable-pages {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  flex-wrap: wrap !important;
}
.internal-page .internal-clickable-pages button {
  font-family: PPTelegraf-Regular;
}
html:lang(ka) .internal-page .internal-clickable-pages button {
  font-family: Mersad-Regular;
}
.internal-page .internal-clickable-pages button:hover {
  background-color: #5585ff;
  border: 1px solid #5585ff;
  color:white;
}

.internal-page .internal-clickable-pages button:active {
  background-color: #033ccf;
  border: 1px solid #033ccf;
  color:white;
}
.internal-page .internal-purchase-button-wrapper {
  width: 100%;
}
.internal-page .order-button-wrapper {
  display: flex;
  width: 100%;
  margin-top: 2rem;
  justify-content: center;
}
.internal-page .order-button-wrapper button {
  width: 100%;
}
.internal-page .internal-purchase-button {
  background-color: #0047ff;
  border: none;
  box-shadow: 0 9px 14px -4px rgba(0, 71, 255, 0.25);
  width: 9rem;
  color: #fff;
  font-family: PPTelegraf-Ultrabold;
  padding: 16px 24px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
  border-radius: 10px;
  flex-wrap: nowrap !important;
  transition: background-color 0.3s ease;
}

.internal-page .internal-purchase-button:hover {
  background-color: #5585ff;
}

.internal-page .internal-purchase-button:active {
  background-color: #033ccf;
}

html:lang(ka) .internal-page .internal-purchase-button {
  font-family: Mersad-Ultrabold;
}

.scroll-up-button-container {
  display: flex;
  justify-content: center;
}

.internal-page .internal-page-image {
  background-color: #ebebeb;
  max-width: 754px;
  max-height: 477px;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 1rem 0 1rem;
}
.internal-page .internal-page-image-responsive {
  display: none;
  background-color: #ebebeb;
  max-width: 374px;
  max-height: 212px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 2rem;
  padding: 1rem 1rem 0 1rem;
}
.internal-page .internal-template-image {
    width: auto; /* 65% */
    height: 120%; /* 100% */
    margin-top: auto;
}
.internal-page .internal-template-image img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  border-radius: 1rem;
  border:2px solid #E8E8E8;
}
.internal-page .internal-template-image-responsive {
  width: auto; /* 18% */
  height: 120%;
  margin-top: auto;
}
.internal-page .internal-template-image-responsive img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  border-radius: 1rem;
  border:2px solid #E8E8E8;
}
.internal-page .internal-similar-templates-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 9rem;
}
.internal-page .internal-similar-templates-container {
  padding: 20px;
  display: block !important;
  max-width: 100%;
}
.internal-page .internal-similar-templates-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.internal-page .internal-similar-templates-title {
  font-size: 24px;
  color: #202020;
  font-family: PPTelegraf-Ultrabold;
}
html:lang(ka) .internal-page .internal-similar-templates-title {
  font-family: Mersad-Ultrabold;
}
.internal-page .internal-templates-see-all {
  text-decoration: underline;
  color: #0047ff;
  font-family: PPTelegraf-Regular;
  font-size: 14px;
  margin-top: 1rem;
  transition: background-color 0.3s ease;
}
.internal-page .internal-templates-see-all:hover {
  color: #5585ff;
}

.internal-page .internal-templates-see-all:active {
  color: #033ccf;
}

html:lang(ka) .internal-page .internal-templates-see-all {
  font-family: Mersad-Regular;
}
.internal-page .image-container {
  position: relative;
  overflow-y: hidden;
  background-color: #ebebeb !important;
}
.internal-page .info-overlay {
  bottom: 0 !important;
  width: calc(100% - 2rem) !important;
  height: 20% !important;
  border-radius: 12px !important;
}
.internal-page .internal-similar-templates {
  display: flex;
  overflow-x: hidden;
  gap: 20px;
}
.internal-page .main-section-carousel-image {
  padding: 1rem 1rem 0 1rem !important;
}
.internal-page .internal-similar-template {
  flex: 0 0 auto;
  width: 30rem !important;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.internal-page .internal-similar-template img {
  width: 100%;
  height: auto;
}
.internal-page .internal-design-wrapper {
  display: grid;
  grid-template-rows: auto 1fr;
  justify-items: center;
  padding: 2.5rem;
}
.internal-page .internal-design-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 92.5rem;
}
.internal-page .internal-design-container p {
  margin-top: 2rem;
  font-family: PPTelegraf-Regular;
  color: #202020;
  font-size: 15px;
}
html:lang(ka) .internal-page .internal-design-container p {
  font-family: Mersad-Regular;
}
.internal-page
  .internal-design-wrapper:nth-of-type(1)
  .internal-design-container,
.internal-page
  .internal-design-wrapper:nth-of-type(3)
  .internal-design-container,
.internal-page
  .internal-design-wrapper:nth-of-type(5)
  .internal-design-container {
  gap: 10rem;
}
.internal-page h2 {
  font-size: 24px;
  font-family: PPTelegraf-Ultrabold;
  color: #202020;
  text-align: left;
  margin-bottom: 2rem;
}
html:lang(ka) .internal-page h2 {
  font-family: Mersad-Ultrabold;
}
.internal-page h3 {
  font-size: 18px;
  font-family: PPTelegraf-Ultrabold;
  color: #202020;
}
html:lang(ka) .internal-page h3 {
  font-family: Mersad-Ultrabold;
}
.internal-page .internal-design-image-placeholder {
  width: 100%;
  height: 100%;
}
.internal-page .internal-design-image-placeholder img {
  border-radius: 1.4rem;
  border:2px solid #E8E8E8;
  object-fit:cover;
  max-width:755px;
  height: auto;
}
.internal-page .internal-design-description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 25rem;
}
.internal-page .internal-scroll-up {
  background-color: #0047ff;
  border-radius: 8px;
  padding: 12px 20px 12px 20px;
  box-shadow: 0 9px 14px -4px rgba(0, 71, 255, 0.25);
  border: none;
  margin: 4rem 0;
  cursor: pointer;
}
.internal-page .internal-scroll-up:hover {
  background-color: #5585ff;
}

.internal-page .internal-scroll-up:active {
  background-color: #033ccf;
}
@media (max-width: 1024px) {
  .internal-page .internal-page-wrapper {
    background-color: #f9f9f9;
    background-image: url(../img/smallVector.avif);
  }
  .internal-page .internal-page-info {
    flex-direction: column;
  }
  .internal-page .internal-page-image {
    display: none;
  }
  .internal-page .internal-page-image-responsive {
    display: flex;
  }
  .internal-page .internal-purchase-button {
    width: 100%;
  }
  .internal-page .internal-similar-templates {
    flex-direction: row;
    overflow-x: scroll;
  }
  .internal-page .internal-similar-templates-wrapper {
    margin-top: 3rem;
  }
  .internal-page .internal-design-container,
  .internal-page .internal-design-wrapper {
    grid-template-columns: 1fr;
    display: flex;
    justify-content: center;
    gap: 2rem !important;
    align-items: center;
    text-align: left;
    flex-direction: column;
  }
  .internal-page h3 {
    margin-top: 0 !important;
  }
  /*.internal-page .internal-design-image-placeholder {*/
  /*  width: 50%;*/
  /*  height: 50%;*/
  /*  justify-content: center;*/
  /*  align-items: center;*/
  /*}*/
  .internal-page .internal-design-image-placeholder img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 1.4rem;
    justify-content: center;
    align-items: center;
  }
  .internal-page .internal-design-description {
    order: 1;
    display: flex;
    text-align: left;
    justify-content: left;
    align-items: start;
        align-self:start;

  }
  .internal-page label[for='name'],
  .internal-page label[for='email'],
  .internal-page label[for='contact-number'],
  .internal-page label[for='id-number'] {
    margin-top: 1.8rem;
  }

  .internal-page .error-message {
    position: absolute;
  }
}
@media (max-width: 768px) {
  .internal-page .form-container {
    width: 100%;
  }
  .internal-page .grey-line {
    width: 125% !important;
  }
}

@media (max-width: 1024px) {

.internal-page .internal-template-image {
    width: auto; /* 65% */
    height: 120%; /* 100% */
    margin-top: auto;
}
.internal-page .internal-template-image img {
  width: 100%;
  /*height: 100%;*/
    height: 256px;
  object-fit: fill;
  border-radius: 1rem;
  border:2px solid #E8E8E8;
}
.internal-page .internal-template-image-responsive {
  width: auto; /* 18% */
  height: 100%;
  margin-top: auto;    
  display: flex;
justify-content: center;
}
.internal-page .internal-template-image-responsive img {
     width: 59px;
    height: 256px;
    object-fit: fill;
    border-radius: 0.5rem;
    border: 2px solid #E8E8E8;
}
}
/* 




















Contact Form






















*/

.contact-form-container {
  background-color: #fff;
  padding: 3rem 3rem 2rem 3rem;
  border-radius: 15px;
  max-width: 100%;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  margin-bottom: 4rem;
  box-shadow: 0 4px 14px 0 rgba(175, 175, 175, 0.18);
}
.contact-form-container .error-message,
.contact-form-container .success-message {
  font-family: PPtelegraf-Regular;
  display: none;
  margin-top: 0.5rem;
}
html:lang(ka) .contact-form-container .error-message,
.contact-form-container .success-message {
  font-family: Mersad-Regular;
}
.contact-form-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #f9f9f9;
  background-image: url(../img/bigVector.avif);
}
.contact-form-wrapper h2 {
  font-family: PPTelegraf-Ultrabold;
  font-size: 20px;
  color: #202020;
  margin: 4rem 0 2rem 0;
}
html:lang(ka) .contact-form-wrapper h2 {
  font-family: Mersad-Ultrabold;
}
.contact-form-container #contact-form {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  width: 24rem;
}
.contact-form-container .robot {
  top: 0 !important;
}
.contact-form-container .contact-form-group {
  margin-bottom: 15px;
}
.contact-form-container label {
  margin-bottom: 1rem;
  font-family: PPTelegraf-Regular;
  font-size: 15px;
  color: #202020;
  position: relative;
  top: 1rem;
}
html:lang(ka) .contact-form-container label {
  font-family: Mersad-Regular;
}
.contact-form-container input[type='email'],
.contact-form-container input[type='text'],
.contact-form-container select,
.contact-form-container textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-family: PPTelegraf-Regular;
  font-size: 15px;
  opacity: 60%;
}
html:lang(ka) .contact-form-container input[type='email'],
.contact-form-container input[type='text'],
.contact-form-container select,
.contact-form-container textarea {
  font-family: Mersad-Regular;
}
.contact-form-container textarea {
  resize: none;
  height: 100px;
}
.contact-form-container button {
  background-color: #0047ff;
  color: #fff;
  padding: 12px 24px 12px 24px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  margin-top: 2.5rem;
  font-family: PPTelegraf-Ultrabold;
  box-shadow: 0 9px 14px -4px rgba(0, 71, 255, 0.25);
  transition: background-color 0.3s ease;
}
.contact-form-container button:hover {
  background-color: #5585ff;
}

.contact-form-container button:active {
  background-color: #033ccf;
}
html:lang(ka) .contact-form-container button {
  font-family: Mersad-Ultrabold;
}
.contact-form-container #contact-form-email,
.contact-form-container #contact-form-message,
.contact-form-container #contact-form-name,
.contact-form-container #contact-form-template {
  background-color: #f9f9f9;
  margin-top: 2rem;
}
.contact-form-container .robot-contact-form-group {
  margin-top: 0.5rem;
}
.contact-form-container input[type='checkbox'] + label {
  display: inline;
  font-weight: 400;
}
@media only screen and (max-width: 1024px) {
  .contact-form-wrapper {
    background-image: url(../img/smallVector.avif) !important;
  }
  .contact-form-container {
    padding: 3rem 1rem 2rem 1rem;
  }
  .contact-form-container #contact-form {
    width: 100%;
  }
}
.contact-form-container input[type='checkbox'] {
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #e3e3e3;
  background-color: #f9f9f9;
  position: relative;
  cursor: pointer;
  top: 0.2rem;
  margin-right: 0.5rem;
}
.contact-form-container input[type='checkbox']:checked::before {
  content: '✔';
  display: block;
  text-align: center;
  color: #0047ff;
  position: absolute;
  bottom: 0.25rem;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 20px;
}
::-webkit-scrollbar {
  width: 8px;
  height: 10px;
}
::-webkit-scrollbar-track-piece {
  background-color: #c2d2e4;
}
::-webkit-scrollbar-thumb:vertical {
  height: 30px;
  background-color: #0047ff;
}.success-message {
  display: none;
  margin-left: 30px;
  color: green;
  font-size: 0.8rem;
  padding: 0rem;
  opacity:1;
}


.main-section-carousel {
  position: relative;
  overflow: hidden;
  width: 100%; 
}

.main-section-images-wrapper {
  display: flex;
  transition: transform 0.3s ease;
  max-width:1266px;
}

.image-container {
  /*flex: 0 0 33.33%; */
  box-sizing: border-box;
  padding: 10px; 
}

.main-section-carousel-image {
  width: 100%;
  display: block;
}



.image-container .template-design-showcase  {
background-color: rgba(255, 255, 255, 0.7);
gap:1rem ;
border-radius:1rem;
padding: 2rem 2rem 0rem 2rem;
}


.image-container .template-design-showcase > img {
    width:382px;
 border-top: 1.77px solid #e8e8e8;
border-left: 1.77px solid #e8e8e8;
border-right: 1.77px solid #e8e8e8;
border-bottom: none;
max-height:390px;
}

.image-container .template-design-showcase img:nth-child(2) {
    width:100px;    
    border-top: 1.77px solid #e8e8e8;
border-left: 1.77px solid #e8e8e8;
border-right: 1.77px solid #e8e8e8;
border-bottom: none;max-height:390px;

}

.image_mobile {
    max-height: 390px;
}


@media screen and (max-width: 1024px) {
    .image-container .template-design-showcase > img {
    max-width:202px;
}
.image-container .template-design-showcase img:nth-child(2) {
    max-width:80px;    
}

.internal-similar-template .image-container{
    max-height:100%;
}.internal-similar-template .image-container img{
    max-height:255px;
    border-top-left-radius: 25px;
border-top-right-radius: 25px;
}
    .image-container{
        max-height:25rem;
    }
    .info-overlay p {
        bottom:1rem;
    }
    .info-overlay p.internal-price-before {

    bottom: 3rem;
}
}




.custom-dropdown {
  position: relative;
  display: inline-block;
  width:100%;
}

.custom-dropdown select {
  display: none;
}

.custom-dropdown p {
  font-family: PPTelegraf-Regular;
  font-size: 15px;
  color: #202020;
  position: relative;
  top: 1rem;
}

.dropdown-selected {
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  padding: 10px;
  cursor: pointer;
  width: 100%;
  opacity: 60%;
  border-radius: 5px;
  font-family: PPTelegraf-Regular;
  font-size: 1rem;
}

html:lang(ka) .dropdown-selected {
  font-family: Mersad-Regular;
}

.dropdown-options {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  z-index: 1;
  width: 100%;
  font-family: PPTelegraf-Regular;
}
html:lang(ka) .dropdown-options {
  font-family: Mersad-Regular;
}
.dropdown-options div {
  padding: 10px;
  cursor: pointer;
}

.dropdown-options div:hover {
  background-color: #f1f1f1;
}

.dropdown-options div + div {
  margin-top: 5px;
}

#form-success{
    margin-top:1.42rem;
}


.successful-purchase-banner-wrapper{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    text-align:center;
}

.successful-purchase-banner-wrapper p{
 color:#1AC10B;
 font-size:17px;
  font-family: PPTelegraf-Regular;
}

.successful-purchase-banner-wrapper.fail p{
 color:rgb(255, 50, 50);;
 font-size:17px;
  font-family: PPTelegraf-Regular;
}
html:lang(ka)  .successful-purchase-banner-wrapper.fail p{
  font-family: Mersad-Regular;

}
html:lang(ka)  .successful-purchase-banner-wrapper p{
  font-family: Mersad-Regular;

}

.successful-purchase-banner{
background-color: rgba(26, 193, 11, 0.1);
width:267px;
height:156px;
    display:flex;
    justify-content:center;
    align-items:center;
    position:absolute;
    top: 19rem;
    right: 3.6rem;  
    z-index:99999999;
    display:none;
}

.successful-purchase-banner.fail{
background-color: rgba(255, 0, 0, 0.05);
width:267px;
height:156px;
    display:flex;
    justify-content:center;
    align-items:center;
    position:absolute;
    top: 19rem;
    right: 3.6rem;  
    z-index:999999999;
    display: none;
}


/*

PAYMENT SUCCESS OR FAIL PAGES































































*/

.templates-bgimg.success{
    height:59.5vh;
    justify-content:center;
}

.centered-row {
  display: flex;
  justify-content: center;
}

.fail-page-message-box {
  border-bottom: solid 4px red;
}

.fail-page-message-box i {
  color: red;
}

.success-page-message-box {
  box-shadow: 0 15px 25px #00000019;
  padding: 45px;
  width: 100%;
  text-align: center;
  margin: 40px auto;
  border-bottom: solid 4px #28a745;
}

.success-page-message-box i {
  font-size: 55px;
  color: #28a745;
}

.success-page-message-box h2 {
  margin-bottom: 12px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 10px;
}

.success-page-message-box p {
  margin-bottom: 0px;
  font-size: 18px;
  color: #495057;
  font-weight: 500;
}

._failed{ border-bottom: solid 4px red !important; }
._failed i{  color:red !important;  }

._success {
    box-shadow: 0 15px 25px #00000019;
    padding: 45px;
    width: 100%;
    text-align: center;
    margin: 40px auto;
    border-bottom: solid 4px #28a745;
}

._success i {
    font-size: 55px;
    color: #28a745;
}

._success h2 {
    margin-bottom: 12px;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 10px;
}

._success p {
    margin-bottom: 0px;
    font-size: 18px;
    color: #495057;
    font-weight: 500;
}

#Home\ page img{
  width:755px;
  height:772px;
    
}
#About\ Us img{
  width:1004px;
  height:684px;
    
}
#Services img {
  width:883px;
  height:1011px;
}

#Contact img {
  width:883px;
  height:638px;
}

#მთავარი\ გვერდი img{
  width:755px;
  height:772px;
    
}
#ჩვენ\ შესახებ img{
  width:1004px;
  height:684px;
    
}
#სერვისები img {
  width:883px;
  height:1011px;
}

#კონტაქტი img {
  width:883px;
  height:638px;
}
@media (max-width: 1024px) {
.internal-page .internal-design-image-placeholder img {
      max-width: 100% ;
  max-height: 100% ;

}
#Home\ page img{
  width:100%;
  height:auto;
    
}
    #About\ Us img{
  width:100%;
  height:254px;
    
}
#Services img {
  width:100%;
  height:427px;
}

#Contact img {
    width:100%;
  height:271px;
}
    #მთავარი\ გვერდი img{
     width:100%;
  height:auto;
    
}
#ჩვენ\ შესახებ img{
    width:100%;
  height:254px;
    
}
#სერვისები img {
    width:100%;
  height:427px;
}

#კონტაქტი img {
    width:100%;
  height:271px;
}
.internal-page .internal-bold-text.top {
 margin-top:4rem;
}

}

@media (max-width: 600px) {

.internal-page .internal-similar-templates-title{
    font-size:20px;
}
}

/* Lado */

html:lang(ka) .main-section-category {
    font-family: 'Mersad-Ultrabold';
}

.main-section-category {
  font-size: 40px;
  margin-bottom: 20px;
}

.contact-form-wrapper h2 {
  font-size: 55px;
}

html:lang(ka) .main-container h3 {
    font-family: PPTelegraf-Regular;
}

