h1 {

  font-size: 16px;
  color: gray;
}

.menuBurger {
  display: flex;
  justify-content: space-around;
  width: 8%;
}

.menu-trigger-1 {
  width: 30px;
  height: 26px;
}
.menu-trigger-1.active-1 .menu-icon-1 .line--top-1 {
  top: 12px;
  width: 30px;
  transform: rotate(45deg);
  transition: width 0.5s 0.2s, top 0.3s 0.2s, transform 0.3s 0.6s;
}
.menu-trigger-1.active-1 .menu-icon-1 .line--middle-1 {
  opacity: 0;
  transition-delay: 0.3s;
  transition: opacity 0.3s 0.2s;
}
.menu-trigger-1.active-1 .menu-icon-1 .line--bottom-1 {
  top: 12px;
  width: 30px;
  transform: rotate(-45deg);
  transition: width 0.2s, top 0.3s 0.2s, transform 0.3s 0.6s;
}

.menu-icon-1 {
  width: 30px;
  height: 100%;
  position: relative;
  display: inline-block;
}

.lines-1 {
  position: absolute;
  display: block;
  height: 2px;
  width: 30px;
  background-color: black;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 0, 0);
}

.line--top-1 {
  top: 2px;
  width: 30px;
  opacity: 1;
  transition-property: width, top, transform;
  transition-duration: 0.3s;
  transition-delay: 0.1s, 0.3s, 0s;
}

.line--middle-1 {
  top: 12px;
  width: 30px;
  opacity: 1;
  transition-duration: 0s;
  transition-delay: 0.3s;
  transition: width 0.3s ease-in-out;
}

.line--bottom-1 {
  top: 22px;
  width: 16px;
  opacity: 1;
  transition-property: width, top, transform;
  transition-duration: 0.3s;
  transition-delay: 0.1s, 0.3s, 0s;
}

.menu-icon-1:hover .line--top-1 {
  width: 16px;
}

.menu-icon-1:hover .line--middle-1 {
  width: 16px;
}

.menu-icon-1:hover .line--bottom-1 {
  width: 30px;
}

.menu-trigger-2 {
  width: 30px;
  height: 26px;
}
.menu-trigger-2.active-2 .menu-icon-2 .line--top-2 {
  opacity: 0;
  width: 0px;
  transform: scale(0, 0);
}
.menu-trigger-2.active-2 .menu-icon-2 .line--middle-2 {
  opacity: 0;
  width: 0px;
  transform: scale(0, 0);
}
.menu-trigger-2.active-2 .menu-icon-2 .line--bottom-2 {
  opacity: 0;
  width: 0px;
  transform: scale(0, 0);
}
.menu-trigger-2.active-2 .menu-icon-2 .line--left-2 {
  top: 12px;
  opacity: 1;
  transform: scale(1, 1);
  transform: rotate(45deg);
  transition-delay: 0s, 0.3s;
}
.menu-trigger-2.active-2 .menu-icon-2 .line--right-2 {
  top: 12px;
  opacity: 1;
  transform: scale(1, 1);
  width: 30px;
  transform: rotate(-45deg);
  transition-delay: 0s, 0.3s;
}

.menu-icon-2 {
  width: 40px;
  height: 100%;
  position: relative;
  display: inline-block;
}

.lines-2 {
  position: absolute;
  display: block;
  height: 2px;
  width: 30px;
  background-color: black;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 0, 0);
}

.line--top-2 {
  top: 2px;
  width: 30px;
  opacity: 1;
  transform: scale(1, 1);
  transition-property: top, transform;
  transition-duration: 0.3s;
  transition-delay: 0.3s, 0s;
  transition: all 0.4s ease-in-out;
}

.line--middle-2 {
  top: 12px;
  width: 30px;
  opacity: 1;
  transform: scale(1, 1);
  transition-duration: 0s;
  transition-delay: 0.3s;
  transition: all 0.4s ease-in-out;
}

.line--bottom-2 {
  top: 22px;
  width: 16px;
  opacity: 1;
  transform: scale(1, 1);
  transition-property: top, transform;
  transition-duration: 0.3s;
  transition-delay: 0.3s, 0s;
  transition: all 0.4s ease-in-out;
}

.menu-icon-2:hover .line--top-2 {
  width: 16px;
}

.menu-icon-2:hover .line--middle-2 {
  width: 16px;
}

.menu-icon-2:hover .line--bottom-2 {
  width: 30px;
}

.menu-icon-2 .line--left-2 {
  top: 12px;
  opacity: 0;
  transform: scale(0, 0);
  transform: rotate(45deg);
  transition-delay: 0s, 0.3s;
  transition: all 0.4s ease-in-out;
}

.menu-icon-2 .line--right-2 {
  top: 12px;
  opacity: 0;
  transform: scale(0, 0);
  transform: rotate(-45deg);
  transition-delay: 0s, 0.3s;
  transition: all 0.4s ease-in-out;
}

.button-primary {
  background-color: #003478;
  color: #fff;
  position: relative;
  min-height: 48px;
  padding: 15px 64px 15px 15px;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}

.button {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.29;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}

.button-primary span {
  background-color: #4c70a0;
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 100%;
  margin-left: 16px;
  vertical-align: 1;
  transition: ease 0.2s;
}

.button-primary span svg, .button-primary + label svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 1rem;
  height: 1rem;
}

.icon {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  stroke-width: 0;
  stroke: #fff;
  fill: #fff;
}

.button-primary:hover {
  background-color: #00b5dd;
}

.button-primary:hover span {
  background-color: #009bce;
}

.button-primary:hover svg {
  transform-origin: 100% 50%;
  animation: translationArrow 1s ease;
}

@keyframes translationArrow {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  40% {
    opacity: 0;
    transform: translate(50%, -50%);
  }
  60% {
    opacity: 0;
    transform: translate(-150%, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
.button-second {
  background-color: #003478;
  color: #fff;
  position: relative;
  min-height: 48px;
  padding: 15px 64px 15px 15px;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}

.button {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.29;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}

.button-second span {
  background-color: #4c70a0;
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 100%;
  margin-left: 16px;
  vertical-align: 1;
  transition: ease 0.2s;
}

.button-second span svg, .button-second + label svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 1rem;
  height: 1rem;
}

.icon {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  stroke-width: 0;
  stroke: #fff;
  fill: #fff;
}

.button-second:hover {
  background-color: #00b5dd;
}

.button-second:hover span {
  background-color: #009bce;
}

.button-second:hover svg {
  width: 1.5rem;
  height: 1.5rem;
  transform: all 0.6s ease;
}

.images {
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.containerSunflowers {
  position: relative;
  width: 25%;
}

.sunflowers {
  width: 100%;
  height: 80%;
  display: block;
  transition: .5s ease-in-out;
}

.overlaySunflowers {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80%;
  width: 100%;
  opacity: 0;
  transition: .5s ease-in-out;
  background-color: black;
}

.containerSunflowers .overlaySunflowers:hover {
  opacity: 0.7;
}

.textSunflowers {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 35%;
  opacity: 0;
  text-align: center;
  transition: .3s ease-in-out;
}

.containerSunflowers:hover .textSunflowers {
  transform: translate(0, -60%);
  opacity: 1;
}

.lineLetfSunflowers {
  position: absolute;
  top: 53%;
  left: 33%;
  border: 1px solid white;
  width: 35%;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(0, 1);
}

.containerSunflowers:hover .lineLetfSunflowers {
  transform: scale(1, 1);
}

.containerCherry {
  position: relative;
  width: 25%;
}

.cherryBlossoms {
  width: 100%;
  height: 80%;
  display: block;
  transition: .5s ease-in-out;
}

.overlayCherry {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80%;
  width: 100%;
  opacity: 0;
  transition: .5s ease-in-out;
  background-color: black;
}

.containerCherry:hover .overlayCherry {
  opacity: 0.7;
}

.textCherry {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 30%;
  opacity: 0;
  text-align: center;
  transition: .3s ease-in-out;
}

.containerCherry:hover .textCherry {
  transform: translate(0, -60%);
  opacity: 1;
}

.lineLetfCherry {
  position: absolute;
  top: 53%;
  left: 28%;
  border: 1px solid white;
  width: 48%;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(0, 1);
}

.containerCherry:hover .lineLetfCherry {
  transform: scale(1, 1);
}

.containerPurple {
  position: relative;
  width: 25%;
}

.purple {
  width: 100%;
  height: 80%;
  display: block;
  transition: .5s ease-in-out;
}

.overlayPurple {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80%;
  width: 100%;
  opacity: 0;
  transition: .5s ease-in-out;
  background-color: black;
}

.containerPurple:hover .overlayPurple {
  opacity: 0.7;
}

.textPurple {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 38%;
  opacity: 0;
  text-align: center;
  transition: .3s ease-in-out;
}

.containerPurple:hover .textPurple {
  transform: translate(0, -60%);
  opacity: 1;
}

.lineLetfPurple {
  position: absolute;
  top: 53%;
  left: 35%;
  border: 1px solid white;
  width: 28%;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(0, 1);
}

.containerPurple:hover .lineLetfPurple {
  transform: scale(1, 1);
}

.container-ltr {
  display: flex;
}

.container-rtl {
  display: flex;
  margin-top: 3%;
  margin-bottom:11%;
  /*margin-left:13%;*/
}

.block-ltr {
  display: flex;
  justify-content: flex-start;
  margin-top: 4%;
  margin-left: 4%;
}

.block-rtl {
  display: flex;
  justify-content: flex-end;
  /*margin-right: 4%;*/
  margin-top: 23%;
  margin-left: 10%;
}

.colorBlock-ltr {
  background-color: #242424;
  width: 30%;
  height: 116%;
  position: absolute;
  margin-top: -3%;
  margin-left: -4%;
}

.colorBlock-rtl {
  background-color: #ff7f2a;
  width: 30%;
  height: 92%;
  position: absolute;
  margin-top: -3%;
  margin-left: 4%;
}

.title {
  width: 1075px;
 
  font-size: 48px;
  text-align: left;
}

.text-ltr {
 
  font-size: 14px;
  line-height: 30px;
  /*width: 637px;*/
  padding-left: 8%;
}

.text-rtl {

  font-size: 14px;
  line-height: 24px;
  /*width: 637px;*/
  padding-top: 40%;
  padding-left: 8%;
}

p, h2 {

  margin-top: 0;
}

.has-animation {
  position: relative;
}
.has-animation .title, .has-animation .text-ltr, .has-animation .text-rtl {
  opacity: 0;
}
.has-animation .img-ltr, .has-animation .img-rtl {
  opacity: 0;
}
.has-animation.animate-in .title {
  opacity: 1;
  animation: fadeIn 2s ease;
}
.has-animation.animate-in .img-ltr, .has-animation.animate-in .img-rtl {
  animation: fadeIn 0.1s 1.1s forwards;
}
.has-animation.animate-in .text-ltr, .has-animation.animate-in .text-rtl {
  opacity: 1;
  animation: fadeIn 4s ease;
}
.has-animation.animate-in:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  animation-delay: .5s;
}
.has-animation.animation-ltr.animate-in:after {
  height: 96%;
  background-color: #ff7f2a;
  animation: revealLTR 1s .6s ease;
  transform-origin: center right;
}
.has-animation.animation-rtl.animate-in:after {
  height: 100%;
  background-color: #242424;
  animation: revealRTL 1s .6s ease;
  transform-origin: center right;
}

@keyframes revealRTL {
  0% {
    width: 0;
    right: 0;
  }
  50% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}
@keyframes revealLTR {
  0% {
    width: 0;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
footer {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  height: 230px;
  margin-top: 2%;
}

.footer-secondary {
  background-color: #4c70a0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.footer-secondary .wrapper {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-flow: row-reverse nowrap;
  width: 100%;
  margin: auto;
  padding-left: 72px;
  padding-right: 72px;
  padding-top: 22px;
}

.footer-secondary .wrapper .footer-social {
  width: 33.33333%;
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.footer-social p {
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  color: white;

}

.footer-social nav {
  margin-top: 33px;
}

ul {
  list-style: none;
}

.footer-social li {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0 16px 20px;
  vertical-align: top;
}

.footer-social svg {
  width: 2rem;
  height: 2rem;
  fill: white;
}

.footer-secondary .wrapper .footer-location {
  width: 33.33333%;
  -webkit-box-ordinal-group: 1;
  order: 0;
  padding-left: 10px;
  margin-top: 0;
}

.footer-location p {
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;

  position: relative;
  z-index: 1;
}

.button-tertiary.button-white {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.footer-location a {
  display: inline-block;
  margin-top: 22px;

}

.button-tertiary {
  min-height: 28px;
  padding: 7px 16px;
  border: solid 2px;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}

.button {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.29;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  z-index: 1;
}

.button-tertiary.button-white:hover {
  border-color: rgba(255, 255, 255, 0.4);
  background-color: transparent;
  color: rgba(255, 255, 255, 0.4);
}

.footer-location svg {
  position: absolute;
  right: -3%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  z-index: 0;
  width: 20rem;
  height: 12rem;
  fill: rgba(57, 74, 116, 0.43);
}

.has-animation .footer-social .titleFollow,
.has-animation .footer-location {
  opacity: 0;
}
.has-animation .icon-linkedin,
.has-animation .icon-facebook,
.has-animation .icon-twitter,
.has-animation .icon-youtube {
  opacity: 0;
}
.has-animation.animate-in .footer-social .titleFollow,
.has-animation.animate-in .footer-location {
  opacity: 1;
  animation: fadeIn 1.6s ease;
}
.has-animation.animate-in .icon-linkedin {
  opacity: 1;
  animation-delay: 0.1s;
  animation: fadeIn 1.5s, translation 0.6s forwards;
}
.has-animation.animate-in .icon-facebook {
  opacity: 1;
  animation-delay: 0.2s;
  animation: fadeIn 1.5s, translation 0.6s forwards;
}
.has-animation.animate-in .icon-twitter {
  opacity: 1;
  animation-delay: 0.3s;
  animation: fadeIn 1.5s, translation 0.6s forwards;
}
.has-animation.animate-in .icon-youtube {
  opacity: 1;
  animation-delay: 0.4s;
  animation: fadeIn 1.5s, translation 0.6s forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes translation {
  0% {
    transform: translatex(-50%);
  }
  100% {
    transform: translatex(50%);
  }
}
.footer-secondary li {
  transition: translate forwards;
  transition-duration: 0.2s;
}
.footer-secondary li:hover {
  transform: translateY(-30%);
}

@media (min-width:1300px) {
.img-rtl{
    padding-right:4%;
}
}


@media (max-width:1300px) and (min-width:1200px){
    .block-rtl{
        margin-top:42%;
        margin-right:5%;
    }
    .colorBlock-rtl{
        margin-top: -4%;
        margin-right:-4%;
        width:30%;
        height:75%;
    }
}
@media (max-width:1200px) and (min-width:1100px) {
    .block-rtl {
        margin-top: 40%;
        margin-right: 4%;
    }

    .colorBlock-rtl {
        width: 30%;
        height:75%;
        margin-top:-4%;
        margin-right:-4%;
    }
    .colorBlock-ltr {
        width: 30%;
        height: 116%;
    }
}
@media (max-width:1100px) and (min-width:992px) {
    .block-rtl {
        margin-top: 42%;
        margin-right: 5%;
    }

    .colorBlock-rtl {
        width: 30%;
        height:75%;
        margin-top:-4%;
        margin-right:-4%;
    }
    .colorBlock-ltr {
        width: 30%;
        height: 80%;
    }
}






@media(max-width:991px){
    .colorBlock-ltr {
        display: none;
    }
    .colorBlock-rtl {
        display: none;
    }
    .kucuk {
        box-shadow: 0px 0px 30px -7px #000;
        padding: 2%;
    }
    .alt {
        box-shadow: 0px 0px 30px -7px #000;
        padding: 2%;
    }
    .container-ltr {
        flex-direction: column;
    }

    .container-rtl {
        flex-direction: column;
    }
    .text-rtl {
    
        padding-top: 10%;
    }
