/*
Theme Name:     Imia Online
Theme URI:      https://www.imia.online/
Description:    generatepress Child Theme
Author:         Agafiya
Author URI:     https://www.imia.online/
Template:       generatepress
Version:        0.1.0
*/

@import url("../generatepress/style.css");

.transliteration-wrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 20px;
}

@media screen and (max-width: 992px) {
    .transliteration-wrap {
    width: 100%; 
    flex-wrap: wrap;
}}

h1 {
    color: transparent;    
	-webkit-background-clip: text;
	background-clip: text;
	background-image: linear-gradient(to right, #314755 0%, #26a0da  51%, #314755  100%);
}

a {
	text-decoration: none;
	color: #26a0da;
}

body {
  font-family: Arial, sans-serif;
}

textarea {
  width: 100%;
  height: 96px;
}

.button-transliteration {
    padding: 15px 45px;
    margin: 16px;
    background-color: #007bff;
    color: #fff;
    border: none;
    cursor: pointer;
}

.site-header .header-image {
    vertical-align: middle;
    width: 250px!important;
}

button {
background-image: linear-gradient(to right, #314755 0%, #26A0DA  51%, #314755  100%);
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
}


button:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.button-green {
background-image: linear-gradient(to right, #314755 0%, #A0DA26  51%, #314755  100%);
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
}


.button-green:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.button-rose {
background-image: linear-gradient(to right, #314755 0%, #DA26A0  51%, #314755  100%);
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
}


.button-rose:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}


.button-gdn {
background-image: linear-gradient(to right, #314755 0%, #26a0da  51%, #314755  100%);
    margin: 32px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
}


.button-gdn:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.table-transliteration {
    width: 68%;
    margin: auto;
    font-size: 13px;
}
td, th {
    padding: 4px!important;
}

@media screen and (max-width: 992px) {
    .ttable-transliteration {
    width: 100%; 
}}

.names-meta {
    display: flex;
    flex-direction: row;
}

table {
    overflow-x: auto!important;
}


.wrap {
  max-width: auto;
  margin: auto;
  padding: 20px;
}
.items-wrap {
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 20px;
}
.items-wrap:before,
.items-wrap:after {
  content: "";
  height: 100%;
  top: 0;
  width: 10%;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.items-wrap:before {
  left: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
.items-wrap:after {
  right: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}
.items {
  flex-shrink: 0;
  display: flex;
  gap: 20px;
  counter-reset: item;
  justify-content: space-around;
  min-width: 100%;
}
.item {
  background: #F5F5F5;
  flex: 0 0 auto;
  width: 200px;
  height: 68px;
  counter-increment: item;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
  color: #314755;
  margin: 10px 0;
  transition: all 0.1s ease-in-out;
}
.item:hover {
  transform: scale(1.05);
  box-shadow: 0 0 10px rgba(38, 160, 218, 0.5);
}

.item:before {
  content: "";
}

.marquee {
  animation: scroll 20s linear infinite;
}
.reverce {
  animation-direction: reverse;
}
.items-wrap:hover .marquee {
  animation-play-state: paused;
}

.perfscan {
  margin: 20px 0;
  text-align: center;
  bottom: 0;
  background: #fff;
  padding: 10px;
}
.perfscan hr {
  border: solid #999;
  border-width: 1px 0 0 0;
  max-width: 50%;
  margin: 0 auto 20px;
}
.perfscan a {
  color: #000;
  font-weight: bold;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 20px));
  }
}

.h-run {
    color: transparent;    
	-webkit-background-clip: text;
	background-clip: text;
	background-image: linear-gradient(to right, #314755 0%, #26a0da  51%, #314755  100%);
	justify-content: center!important;
	font-weight: bold;
 }
 
 .breadcrumbs {
     font-size: 12px;
 }
 
.i-search-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
    justify-content: center!important;
    width: 50%;
}

@media screen and (max-width: 992px) {
    .i-search-block {
    width: 100%; 
}}

.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  border: 1px solid #B2D9EC;
  box-sizing: border-box;
  padding: 4px;
}

.gender-select {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.gender-one {
     padding-right: 32px;
     padding-left: 8px;
}
.generate {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
}