/* {
   transition: all .3s 10ms ease;
} */

/*Fix safari scroll bar after Left-Right Animation*/
html { overflow-x: hidden; }
body { overflow-x: hidden; }
body { overflow-y: hidden; }


.wow {
    visibility: hidden;
}
/*
.ui-test-line-height {
    background-image: url(images/ui-line-height.svg);
    background-repeat: repeat;
}
*/

/*  ------  Color Schema  ------  */

.hero-img-aquamarine {
    background-color: #64ffda;
}
.hero-img-grey {
    background-color: #7d8794;
}
.hero-img-light-grey {
    background-color: #f7f9fc;
}
.color-aquamarine {
    color: #64ffda;
}
.color-gray {
    color: #7d8794;
}
.color-light-grey {
    color: #f7f9fc;
}


/*  ------  Space Schema  ------  */
.h-space {
    margin: 170px 0;
}
.h-btm-space-5l {
    margin-bottom: 120px;
}
.h-int-space {
    padding: 120px 0;
}

ul li, ol li {
    margin-bottom: 10px;
}

.section-title {
    margin-bottom: 120px;
    font-size: 32px;
    font-weight: bold;
}



.toolbar {
	margin-top: 25px;
}




#hero-slider [data-animation-in] {
    opacity: 0;
}


/* #hero-slider {
} */

#hero-slider .slick-list {
    overflow: visible;
}
/* remove blue frame */
.slick-slide, .slick-slide * {
    outline: none !important; 
}

#hero-slider .slick-slide {
/*    z-index: 1 !important;*/
    height: 10px;
}

#hero-slider .slider-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
#hero-slider .slick-list, #hero-slider .slick-track {
    height: 100%;
}
#hero-slider .subtitle {
	font-size: 16px;
    letter-spacing: 1.5px;
    color: #7d8794;
    margin-bottom: 30px;
}
#hero-slider h2 {
	font-size: 85px;
    font-weight: 900 ;
}
#hero-slider .h2-small {
	font-size: 65px;
}

#hero-slider h3 {
	font-size: 21px;
    font-weight: bold;
    color: #5A5A5A;
}
#hero-slider h3 i {
	color: #14cba8;
    margin-left: 7px;
}


#hero-slider .slider-item .hero-img-wrapper {

    position: relative;
    clip-path: url(#pathDevelopment);
    -webkit-clip-path: url(#pathDevelopment);

    background-color: #FFF;
    overflow: hidden;
}
#hero-slider .slider-item .hero-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100vw;
}
#hero-slider .slider-item:nth-of-type(1) .hero-img {
    left: -50vw;
    background: url(images/Screenshot_xD_5-10.jpg) 0% 35%  ;
}
#hero-slider .slider-item:nth-of-type(2) .hero-img {
    left: -55vw;
    background: url(images/hero-slider-2-3-1-L.png) 0% 0%;
    background-size: 130%;
    
}
#hero-slider .slider-item:nth-of-type(3) .hero-img {
    left: -50vw;
    background: url(images/hero-slider-3.png) 0% 0%  ;
    background-size: 90%;
}

#hero-slider .slider-item:nth-of-type(1) .hero-img-wrapper {
    clip-path: circle(50%);
    -webkit-clip-path: circle(50%);
    width: 400px;
    height: 400px;
}
#hero-slider .slider-item:nth-of-type(2) .hero-img-wrapper {
    clip-path: url(#pathDevelopment);
    -webkit-clip-path: url(#pathDevelopment);
    width: 275px;
    height: 500px;
}
#hero-slider .slider-item:nth-of-type(3) .hero-img-wrapper {
    clip-path: polygon(40% 0, 90% 0, 50% 100%, 0% 100%);
    -webkit-clip-path: polygon(40% 0, 90% 0, 50% 100%, 0% 100%);
    width: 400px;
    height: 400px;
}


.box-animation {
    animation: box-animation 7s;
}
.img-animation {
    animation: img-animation 7s;
}
@keyframes box-animation {
  0% { 
      transform: translateX(-110vw);
      opacity: 1;
    }
  25% { 
      transform: translateX(0);
      opacity: 1;
    }
  70% { 
      transform: translateX(0);
/*      opacity: 1;*/
    }    
  100% { 
      transform: translateX(100vw);
/*      opacity: 0;*/
    }
}
@keyframes img-animation {
  0% { 
      transform: translateX(100vw);
    }
  25% { 
      transform: translateX(0);
    }
  70% { 
      transform: translateX(0);
    }    
  100% { 
      transform: translateX(-100vw);
    }
}



@keyframes fadeInUpPx {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpPx {
  animation-name: fadeInUpPx;
}

/* .fall-down.words {
} */
.fall-down.words .char {
    animation: slide-down 2s forwards cubic-bezier(0, 1.18, 0.82, 1.02);
    animation-delay: calc(.5s + (.1s * var(--char-index)));
    opacity: 0;
}
@keyframes slide-down {
  from {
      transform: translateY(125%);
      opacity: 0;
  }
  to {
      transform: translateY(0%);
      opacity: 1;
  }
}



#works {
    padding-top: 120px;
    padding-bottom: 48px;
}
#works h2 {
    font-size: 60px;
    font-weight: 900;
}
#works .emodji {
    font-size: 24px;
    font-weight: normal;
    margin-top: 24px;
}
.works-slider {
    margin-top: 50px;
}
.works-slider img {
    box-shadow: 7px 5px 25px rgba(0, 0, 0, 0.2);
    border-radius: 24px;
    margin: 25px;
    background-color: transparent;
}
/* Centered images */

.works-slider .slick-track {
  display: flex;
}
.works-slider .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}
.works-slider .slick-dots {
    bottom: -30px;
 }


.we-create {
/*    width: 245px;*/
	text-align: center;
}
.we-create img {
	margin-bottom: 30px;
}
.we-create h3 {
	font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.5px;
    margin-bottom: 25px;
}
.we-create p {
	color: #7d8794;
}

#whtat-we-do {
    padding-top: 120px;
    padding-bottom: 48px;
}
#whtat-we-do h3 {
    font-size: 24px;
    font-weight: bold;
/*    letter-spacing: 1.5px;*/
    margin-bottom: 96px;
}
#whtat-we-do .we-do {
  margin-bottom: 72px;
}
#whtat-we-do .we-do-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
}
#whtat-we-do .we-do-title .we-do-nomber {
    width: 32px;
    height: 32px;
    
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    
    border-radius: 50%;
    background-color: #64ffda;
    font-weight: bold;
}
#whtat-we-do .we-do-title h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    margin-left: 20px;
}





.price-slider-poster-wrapper {
    max-width: 300px;
}
.price-slider-poster-item {
    background-image: url(images/line-pattern.svg);
    background-repeat: no-repeat;
    min-height: 340px;
    
    padding: 40px;
    box-sizing: border-box;
    
    display: flex !important;
    flex-direction: column; 
}
.price-slider-poster-item:nth-child(2) {
    background-position: -10px;
}
.price-slider-poster-item:nth-of-type(3) {
    background-position: 0px;
}

.price-slider-poster-item-content {
    background-color: #FFF;
    flex-grow: 1;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.price-slider-poster-item-content h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 24px;
/*    letter-spacing: 1.5px;*/
}
.price-slider-poster-item-content .price {
    font-size: 36px;
    font-weight: bold;
    margin-top: 24px;
}
.price-slider-poster-item-content .price small {
    font-size: 18px;
    font-weight: bold;
}

.price-slider-content-item {
   margin-left: 75px; 
}
.price-slider-content-item h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 24px;
/*    letter-spacing: 1.5px;*/
}
.price-slider-content-item p {
    color: #7d8794;
}



.reviews-slider-poster-wrapper {
    max-width: 330px;
}
.reviews-slider-poster-item {
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 370px;
    
    padding: 45px;
    box-sizing: border-box;
    
    display: flex !important;
    flex-direction: column; 
}
.reviews-slider-poster-item:nth-of-type(1) {
    background-image: url(images/review-poster-1.jpg);
}
.reviews-slider-poster-item:nth-of-type(2) {
    background-image: url(images/review-poster-2.jpg);
}
.reviews-slider-poster-item:nth-of-type(3) {
    background-image: url(images/review-poster-3.jpg);
}

.reviews-slider-poster-item-content {
    background-color: #FFF;
    flex-grow: 1;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    
    padding-left: 35px;
}

.reviews-slider-poster-item-content h4 {
    font-size: 16px;
    color: #7d8794;
/*    font-weight: bold;*/
    margin-bottom: 24px;
    letter-spacing: 1.5px;
}
.reviews-slider-poster-item-content .price {
    font-size: 32px;
    font-weight: bold;

}

.reviews-slider-content {
   margin-right: 75px; 
}
/* .reviews-slider-content-item {
} */
.reviews-slider-content-item h4 {
    font-size: 16px;
    font-weight: bold;
}
.reviews-slider-content-item > a {
    display: inline-block;
    color: #7d8794;
    margin-bottom: 24px;
}


#contact .form-container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

#contact .form {
    background-color: #64ffda;  
    padding: 100px 0;
}
#contact .form-img {
    background-image: url(images/books-business-computer-connection-459654.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#contact .form-content {
    display: flex;
    justify-content: space-around;
}
#order_button {
	background: linear-gradient(to top, #f7f9fc, #fff 80%);
    padding: 170px 0;
    margin-top: -170px;
}





/* form starting stylings ------------------------------- */
.md-form-item {
    position: relative;
    margin-bottom: 25px;
}


.md-form-item input {
/*    font-size: 18px;*/
    padding: 10px 10px 10px 5px;
    display: block;
    width: 300px;
    border: none;
    border-bottom: 1px solid #757575;
    background-color: transparent;
}

.md-form-item input:focus, .md-form-item textarea:focus {
    outline: none;
}

.md-form-item textarea {
/*    font-size: 18px;*/
    padding: 10px 10px 10px 5px;
    display: block;
    width: 300px;
    border: none;
    border-bottom: 1px solid #757575;
    background-color: transparent;
}

/* LABEL ======================================= */
.md-form-item label {
    color: #000000;
/*    font-size: 18px;*/
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

/* active state */
.md-form-item input:focus ~ label,
.md-form-item input:valid ~ label {
    top: -20px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
}
/* active state */
.md-form-item textarea:focus ~ label,
.md-form-item textarea:valid ~ label {
    top: -20px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
}


/* BOTTOM BARS ================================= */
.bar {
    position: relative;
    display: block;
    width: 300px;
}

.bar:before,
.bar:after {
    content: '';
    height: 1px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.bar:before {
    left: 50%;
}

.bar:after {
    right: 50%;
}

/* active state */
.md-form-item input:focus ~ .bar:before,
.md-form-item input:focus ~ .bar:after {
    width: 50%;
}

.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}





.btn-primary {
    display: inline-block;
    padding: 17px 45px;

    font-size: 16px;
    line-height: normal;
    text-decoration: none;
    color: #000;
    background-color: #FC4A1E;
    border-radius: 30px;
    
    transition: 0.35s; 
}
.btn-primary:hover {
/*    color: #000;*/
    background-color: #d71921;
}
a.btn-primary {
    color: #FFF;
    text-decoration: none;
}
button.btn-primary {
    color: #FFF;
    text-decoration: none;
    border: none;
}

.btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
color: #fff;
background-color: #FC4A1E;
border-color: transparent;
}



.btn-outline-primary {
    display: inline-block;
    padding: 15px 45px;

    line-height: normal;
    text-decoration: none;
    color: #000;
    background-color: transparent;
    border: 1px solid #000;

    transition: 0.35s; 
}
.btn-outline-primary:hover {
    color: #000;
    background-color: #64ffda;
    border-color: #64ffda;
}
a.btn-outline-primary {
    color: #000;
    text-decoration: none;
}
button.btn-outline-primary {
    color: #000;
    text-decoration: none;
}
.btn-outline-primary i {
    display: inline-block;
    transition: all 0.35s;
}
.btn-outline-primary:hover i {
    transform: translateX(5px);
}
input.btn-outline-black {
    cursor: pointer;
}

.btn-outline-primary :not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
color: #fff;
background-color: #FC4A1E;
border-color: transparent;
}


.btn-outline-black {
    display: inline-block;
    padding: 15px 45px;

    line-height: normal;
    text-decoration: none;
    color: #000;
    background-color: transparent;
    border: 1px solid #000;

    transition: 0.35s; 
}
.btn-outline-black:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
a.btn-outline-black {
    color: #000;
    text-decoration: none;
}
button.btn-outline-black {
    color: #000;
    text-decoration: none;
    border: none;
}

.btn-outline-black :not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
color: #fff;
background-color: #FC4A1E;
border-color: transparent;
}


.btn-white {
    display: inline-block;
    padding: 17px 45px;

    font-size: 16px;
    line-height: normal;
    text-decoration: none;
    color: #FC4A1E;
    background-color: #FFF;
    border-radius: 30px;
    
    transition: 0.35s; 
}
.btn-white:hover {
/*    color: #000;*/
/*    background-color: rgba(255, 255, 255, 0.8);*/
    
    transform: scale(1.1, 1.1);
}
a.btn-white {
    color: #FC4A1E;
    text-decoration: none;
}







/* .ui-box-grey {
    background-color: #F6F6F6;
    padding: 10px 20px;
}
.ui-r-30 {
    border-radius: 30px;
}
.ui-min-h-50 {
    min-height: 50px;
} */

.ui-toolbar-item {
    background-color: #F6F6F6;
    padding: 10px 20px;
    border-radius: 30px;
    min-height: 50px;
}

.textarea-ui {
    width: 100%;
    background-color: #F6F6F6;
    border: 0px;
    border-radius: 30px;
    padding: 20px;
    outline: none;
}


.md-radioItem {
    display: flex;
    align-items: center;
    column-gap: 5px;
    width: fit-content;
    line-height: 1;
    cursor: pointer;
}
.md-radioButton {
    appearance: none;
    position: relative;
    width: 20px;
    height: 20px;
    border: 2px solid #000000;
    border-radius: 9999px;
    cursor: pointer;
}
.md-radioButton:checked::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    border-radius: 9999px;
    background-color: #000000;
}

.checkboxItem {
    display: flex;
    align-items: center;
    column-gap: 4px;
    width: fit-content;
    line-height: 1;
    cursor: pointer;
}

.checkboxItem:not(:last-of-type) {
    margin-bottom: 16px;
}

.md-checkbox {
    appearance: none;
    position: relative;
    width: 20px;
    height: 20px;
    border: 2px solid #000000;
    border-radius: 2px;
    cursor: pointer;
}

.md-checkbox:checked {
    background-color: #ffffff;
}

.md-checkbox:checked::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    height: 10px;
    width: 10px;
    background-color: #000;
}

.md-input-classic {
    background-color: transparent;
    border: 0;
    outline: none;
}

.btn-primary-sm {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;

    background-color: #64ffda;
    border-radius: 30px;
    
    transition: 0.35s;
    
    height: 100%;
}
.btn-primary-sm:hover {
    filter: brightness(0.95);
}
a.btn-primary-sm {
    color: #000;
    text-decoration: none;
}
button.btn-primary-sm {
    color: #000;
    text-decoration: none;
    border: none;
}












footer {
    background-color: #FFF;
    padding: 100px 10px;
    box-sizing: border-box;
    
    font-size: 17px;
    
    position: relative;
}
footer h6 {
    font-size: 15px;
    font-weight: bold;
    color: #474646;
    margin-bottom: 17px;
}
footer a.contact-icon {
    color: #000;
    
    width: 30px;
    height: 30px;
    
    display: flex;
    justify-content: center;
    align-items: center;
    
    margin: 0 -5px;

    text-decoration: none;
    
/*
    background-color: #64ffda;
    border-radius: 50%;
*/
}
footer a.contact-icon:hover {
    color: #000;
    text-decoration: none;
/*    border: 1px solid #64ffda;*/
    background-color: #64ffda;
    border-radius: 50%;
/*    padding: 10px;*/
}

footer .to-top {
    position: absolute;
    width: 30px;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    padding-left: 5px;
}
footer .to-top a img {
    transition: transform 0.75s;
}
footer .to-top:hover a img{
    transform: scale3d(1.5, 1.5, 1.5);
}







/* Large devices (tablets, less than 1600px) */
@media screen and (min-width: 1200px) {
    
#hero-slider .slider-item:nth-of-type(1) .hero-img {
    left: -55vw;
} 
#hero-slider .slider-item:nth-of-type(2) .hero-img {
    background-size: 130%;   
}
    
.works-slider img {
    margin: 60px;
}    
}

/* Large devices (tablets, less than 1600px) */
@media screen and (min-width: 1600px) {
    

#hero-slider .slider-item:nth-of-type(2) .hero-img {
    background-size: 100%;   
}   
}


/* Medium devices (tablets, less than 992px) */
@media screen and (max-width: 991px) {
     
  
#hero-slider .slider-item:nth-of-type(1) .hero-img {
    left: -43vw;
    background: url(images/Screenshot_xD_5-10.jpg) 150% 35%  ;
}  
.works-slider img {
    margin: 25px;
    max-width: 430px;
}    
.we-create p {
    font-size: 14px;
}
.reviews-slider-content {
   margin-right: 10px; 
}
#contact .form-img {
    min-height: 500px;
}    
    
}
    




/* Small devices (landscape phones, less than 768px) */
@media screen and (max-width: 767px) {

.h-space {
    margin: 90px 0;
}
.section-title {
    margin-bottom: 48px;
}
    
.toolbar {
	margin-top: 15px;
    margin-bottom: 0px;
}    

.logo img {
    max-width: 75px;
    height: auto;
}

#hero-slider .subtitle {
	font-size: 15px;
    letter-spacing: 1.5px;
    color: #7d8794;
    margin-bottom: 10px;
}
#hero-slider h2 {
	font-size: 42px;
}
#hero-slider .h2-small {
	font-size: 48px;
}
/*
#hero-slider .slider-item:nth-of-type(1) h2 {
    font-size: 48px;
}
#hero-slider .slider-item:nth-of-type(2) h2 {
    font-size: 42px;
}
*/
#hero-slider .hero-text {
    align-self: flex-end;
/*    margin-top: auto;*/
/*    margin-bottom: 15px;*/
}
#hero-slider .hero-img-section {
    align-self: flex-start;
}
#hero-slider .hero-img-wrapper {
    margin-bottom: auto;
}
    
#hero-slider .slider-item:nth-of-type(1) .hero-img-wrapper {
    width: 260px;
    height: 260px;
    margin-left: auto;
    margin-bottom: auto;
}
#hero-slider .slider-item:nth-of-type(2) .hero-img-wrapper {
    clip-path: url(#pathDevelopmentMob);
    -webkit-clip-path: url(#pathDevelopmentMob);
    width: 180px;
    height: 310px;
    margin-left: auto;
    margin-bottom: auto;
    margin-top: -20px;
}
#hero-slider .slider-item:nth-of-type(3) .hero-img-wrapper {
    width: 260px;
    height: 260px;
    margin-top: 20px;
    margin-left: auto;
    margin-bottom: auto;
}    
#hero-slider .slider-item:nth-of-type(1) .hero-img {
    left: auto;
    background-position: 100% 50%;
    background-size: 200%;

}
#hero-slider .slider-item:nth-of-type(2) .hero-img {
    left: auto;
    background-size: 300%;
    background-position: 50%;
}
#hero-slider .slider-item:nth-of-type(3) .hero-img {
    left: auto;
    background-position: 100% 100%;
    background-size: 170%;

}    
@keyframes box-animation {
  0% { 
      transform: translateX(-220vw);
      opacity: 1;
    }
  25% { 
      transform: translateX(0);
      opacity: 1;
    }
  70% { 
      transform: translateX(0);
/*      opacity: 1;*/
    }    
  100% { 
      transform: translateX(200vw);
/*      opacity: 0;*/
    }
}
@keyframes img-animation {
  0% { 
      transform: translateX(200vw);
    }
  25% { 
      transform: translateX(0);
    }
  70% { 
      transform: translateX(0);
    }    
  100% { 
      transform: translateX(-200vw);
    }
}

    
    
    
    
    
#works h2 {
    font-size: 40px;
}
.works-slider .work-tablet img {
    max-width: 320px;
    height: auto;
    max-height: 245px;
}    
.we-create {
    margin-bottom: 48px;
}
.we-create p {
    font-size: 16px;
}
    
    
#whtat-we-do .we-do {
  margin-bottom: 48px;
} 
#whtat-we-do {
    padding-top: 75px;
    padding-bottom: 24px;
}
#whtat-we-do h3 {
    font-size: 24px;
    font-weight: bold;
/*    letter-spacing: 1.5px;*/
    margin-bottom: 67px;
}
 
.price-slider-poster-item {
    min-height: 300px;
    padding: 35px;

}    
.price-slider-content-item {
   margin-left: 0px;
   margin-top: 35px;    
}
.reviews-slider-poster-item {
   margin-bottom: 35px;    
}
#contact .form-img {
    min-height: 350px;
}
#order_button {
    padding: 90px 0;
    margin-top: -90px;
}    

    
}

 
       
    
/* Extra small devices (portrait phones, less than 576px) */
@media screen and (max-width: 575px) {
    
}





@media screen and (max-width: 320px) {
    
}
