/*
Theme Name: Artium
Author: Artium
Author URI: https://artium.com.ua
Theme URI: https://artium.com.ua
Tags: full-site-editing, block-patterns
Text Domain: artium
Requires at least: 6.4
Requires PHP: 7.4
Tested up to: 6.4
Version: 100.0

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Styles intended only for the front.*/
html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {

	html {
		scroll-behavior: auto;
	}
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.bg-color-primary {
    background-color: #64ffda;
}



.hero-slider-wrapper {
    overflow: hidden;
    height: 100svh;
    min-height: 520px;
}

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

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

#hero-slider .slick-slide {
    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;
    font-weight: normal;
    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;
    line-height: 16px;
    font-weight: bold;
    color: #5A5A5A;
}
#hero-slider h3 i {
	color: #14cba8;
    margin-left: 7px;
}
#hero-slider h3::after {
	content: url(assets/images/ico_arrow_right_color.svg);
    width: 24px;
    height: 24px;
    display: inline-block;
    transform: translate(4px,4px);
}


#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(assets/images/hero-slider-1.jpg) 0% 35%  ;
}
#hero-slider .slider-item:nth-of-type(2) .hero-img {
    left: -55vw;
    background: url(assets/images/hero-slider-2.png) 0% 0%;
    background-size: 130%;
    
}
#hero-slider .slider-item:nth-of-type(3) .hero-img {
    left: -50vw;
    background: url(assets/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);
    }    
  100% { 
      transform: translateX(100vw);
    }
}
@keyframes img-animation {
  0% { 
      transform: translateX(100vw);
    }
  25% { 
      transform: translateX(0);
    }
  70% { 
      transform: translateX(0);
    }    
  100% { 
      transform: translateX(-100vw);
    }
}




.we-do-number {
    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;
}


.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;
}


.price-slider-poster-wrapper {
    max-width: 300px;
}
.price-slider-poster-item {
    background-image: url(assets/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;
}
.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;
}
.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(assets/images/review-poster-1.jpg);
}
.reviews-slider-poster-item:nth-of-type(2) {
    background-image: url(assets/images/review-poster-2.jpg);
}
.reviews-slider-poster-item:nth-of-type(3) {
    background-image: url(assets/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;
    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 h4 {
    font-size: 16px;
    font-weight: bold;
}
.reviews-slider-content-item > p a {
    display: inline-block;
    color: #7d8794;
	text-decoration: none;
}
.reviews-slider-content-item > p a:hover {
	text-decoration: underline;
}

.order-button-wrapper {
    padding: 170px 0;
}


.modal-content.bg-color-primary .modal-header {
    border-bottom-color: transparent;
}
.modal-content.bg-color-primary .modal-header .btn-close {
    margin: 0; 
}


.contact-icon a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0 -5px;
    text-decoration: none;
    
    display: flex;
    justify-content: center;
    align-items: center;
    
    transition: all 0.35s;
}
.contact-icon a:hover {
    background-color: #64ffda;
}

.animation-zoom-in {
    transition: transform 0.75s;
}
.animation-zoom-in:hover {
    transform: scale(1.25);
}


.title-ink-draw {
    position: relative;
}
.title-ink-draw::after {
    content: url(assets/images/ink_brush_strokes_1.svg);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
}


/* Our Projects Page */
.works {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
.work {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 360px;
    height: 220px;
    margin: 20px 15px;
    border-radius: 7px;
    background-color: #F5F5F5;
    box-shadow: 0 12px 17px rgba(0, 0, 0, 0.0);
    transition: all 0.35s ease;

    margin: 30px 15px;
}
.work .work__img-adress {
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    margin: auto;
    color: #7D8794;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    transition: all 0.35s ease;

    display: flex;
    width: fit-content;
    align-items: center;
    padding-top: 30px;
}
/* .work .work__img-adress::after {
    content: url(assets/images/ico-arrow_forward-sm.svg);
    width: 16px;
    height: 16px;
    opacity: 0;
} */
.work:hover .work__img-adress {
    opacity: 1;
    transform: translateY(40px);
    display: flex;
    width: fit-content;
    border-radius: 5px;
    color: #5A5A5A;
    scale: 1.07;
}
.work:hover .work__img-adress::after {
    opacity: 1;
    transform: translateX(2px);
}
.work .work__img-logo {
    max-width: 200px;
    height: auto;
    max-height: 200px;
    filter: grayscale(1);
    transition: all 0.35s ease;
}
.work__img-screen-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    object-fit: cover;
    left: 0;
    top: 0;
    opacity: 0;
    border-radius: 7px;
    transition: all 0.35s ease;
}
.work:hover .work__img-screen-wrapper {
    opacity: 1;
}
.work .work__img-screen {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    opacity: 0;
    transform: scale(1.3);
    transition: all 0.35s ease;
}
.work:hover {
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
}
.work:hover .work__img-logo {
    opacity: 0;
    transform: scale(0.7);
}
.work:hover .work__img-screen {
    opacity: 1;
    transform: scale(1.0);
}


/* APP Транслітерація Start */
.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;
}
/* APP Транслітерація End */



/* CF7 Styles */
form label {
    width: 100%;
    margin-bottom: 15px;
    display: inline-block;
}
form label input {
    box-sizing: border-box;
    width: 100%;
    padding: 14px 7px;
	background-color: transparent;
	border: 0;
    border-bottom: 1px solid var(--wp--preset--color--contrast);
    border-radius: 0px;
}
form label input:focus {
    /* border: 2px solid var(--wp--preset--color--primary); */
	background-color: rgba(0, 0, 0, 0.04);
	outline: none;
}
form label textarea {
    box-sizing: border-box;
    width: 100%;
    padding: 14px 7px;
	background-color: transparent;
	border: 0;
    border-bottom: 1px solid var(--wp--preset--color--contrast);
    border-radius: 0px;
}
form label textarea:focus {
    /* border: 2px solid var(--wp--preset--color--primary); */
	background-color: rgba(0, 0, 0, 0.04);
	outline: none;
}
form label ::placeholder {
    color: #000;
    opacity: 1;
}
.wpcf7-select  {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    line-height: 1.5;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 2px solid var(--wp--preset--color--primary);
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
/* Style fot CF7 buttons */
.wpcf7-submit {
    display: inline-block;
    padding: 12px 35px;
    /* font-size: 15px; */
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    /* color: var(--wp--preset--color--base); */
    background-color: var(--wp--preset--color--transparent);
    border: 1px solid var(--wp--preset--color--contrast);
    border-radius: 5px;
    
    transition: 0.35s; 
}
.wpcf7-submit:hover {
    color: var(--wp--preset--color--base);
    background-color: var(--wp--preset--color--contrast);
    border: 1px solid var(--wp--preset--color--contrast);
    transition: 0.35s; 
}



/* Polylang Switcher */
ul.wp-block-polylang-language-switcher {
    list-style: none;
    margin-bottom: 0;
    border: 1px solid transparent;
}
ul.wp-block-polylang-language-switcher li a {
    color: #000000;
    text-decoration: none;
    padding: 7px;
    transition: all 0.35s;

    /* font-size: 10px;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.65); */

    font-size: 11px;
    border-bottom: 1px solid rgba(0, 0, 0, 1);
}
ul.wp-block-polylang-language-switcher li a:hover {
    background-color: #64ffda;

    /* border: 1px solid #64ffda; */

    border-radius: 5px;
    border-bottom: 1px solid #64ffda;
}



/* Wordpress Menu */
.wp-block-navigation ul {
    margin: auto;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
    align-items: center;
}
.wp-block-navigation__responsive-container-content, .wp-block-navigation__responsive-dialog, .wp-block-navigation__responsive-close {
    height: 100%;
}
.wp-block-navigation__container {
    justify-content: center !important;
}
.wp-block-navigation-item__content {
    text-decoration: none;
    font-size: 21px;
    font-weight: bold;
    opacity: 0.7;
}






/*---------- Menu Animations Start -----------*/

.wp-block-navigation__responsive-container ul li.wp-block-navigation-item {
    opacity: 0;
}
.wp-block-navigation__responsive-container.is-menu-open {
    animation: menu-container-animations 0.35s;
}

.wp-block-navigation__responsive-container.is-menu-open li.wp-block-navigation-item {
    animation: menu-animations 0.35s;
    animation-fill-mode: forwards;
}

.wp-block-navigation__responsive-container.is-menu-open li.wp-block-navigation-item:nth-child(1) {
    animation-delay: 0.1s;
}

.wp-block-navigation__responsive-container.is-menu-open li.wp-block-navigation-item:nth-child(2) {
    animation-delay: 0.15s;
}

.wp-block-navigation__responsive-container.is-menu-open li.wp-block-navigation-item:nth-child(3) {
    animation-delay: 0.20s;
}

.wp-block-navigation__responsive-container.is-menu-open li.wp-block-navigation-item:nth-child(4) {
    animation-delay: 0.25s;
}

.wp-block-navigation__responsive-container.is-menu-open li.wp-block-navigation-item:nth-child(5) {
    animation-delay: 0.3s;
}

.wp-block-navigation__responsive-container.is-menu-open li.wp-block-navigation-item:nth-child(6) {
    animation-delay: 0.35s;
}

.wp-block-navigation__responsive-container.is-menu-open li.wp-block-navigation-item:nth-child(7) {
    animation-delay: 0.4s;
}

.wp-block-navigation__responsive-container.is-menu-open li.wp-block-navigation-item:nth-child(8) {
    animation-delay: 0.45s;
}

.wp-block-navigation__responsive-container.is-menu-open li.wp-block-navigation-item:nth-child(9) {
    animation-delay: 0.5s;
}

.wp-block-navigation__responsive-container.is-menu-open li.wp-block-navigation-item:nth-child(10) {
    animation-delay: 0.55s;
}

@keyframes menu-container-animations {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes menu-animations {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/*---------- Menu Animations End -----------*/








/* 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(assets/images/hero-slider-1.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;
    }    
    
    .wp-block-site-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-slider .work-tablet img {
        max-width: 320px;
        height: auto;
        max-height: 245px;
    }    
    .we-create {
        margin-bottom: 48px;
    }
    .we-create p {
        font-size: 16px;
    }
        
        
     
    .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;
    }  
    
    .title-ink-draw::after {
        transform: scale(0.9);
    }
    
    .work {
        width: 360px;
        height: 200px;
    }
    
        
}
    
     
           
        
    /* Extra small devices (portrait phones, less than 576px) */
    @media screen and (max-width: 575px) {
        
    }
    
    
    
    
    
    @media screen and (max-width: 320px) {
        
    }