/*
Theme Name: whimsygames
Theme URI: https://whimsygames.co/
Author: Coderiver
Author URI: https://riverco.de/
Description: Game art and development studio
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: whimsygames
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

whimsygames is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/


.contact-form .wpcf7 .wpcf7-text{
width: 100%;
}

.attach-cv__text {
    word-break: break-all;
}

.main-slider__description {
    color: #fff;
}

.main-slider__subHeadline{
    color: #9a80ff;
}

.attach-cv p, .atach-file p {
    display: flex;
    align-items: center;
}

/* CF7 => Terms 
**************************/
.form-item-terms {
  display: flex;
}

.form-item-terms .wpcf7-list-item label{
  display: flex;
  align-items: center;
  color: #fff;
}

.form-item-terms .wpcf7-list-item input{
  width: 15px;
  height: 15px;
  padding: 0;
}

.form-item-terms .wpcf7-list-item-label {
  margin: 0 5px 0 10px;
}

.contact-form__container .wpcf7 textarea.wpcf7-not-valid {
  border: 1px solid var(--errorColor);
}




/* CF7 => Spinner 
**************************/
.wpcf7-spinner {
	display:none!important;
}
.wpcf7-submit {
	font-size:0;
  color: transparent;
}



/* CF7 => Response output
**************************/
.blog__form .invalid .wpcf7-response-output {
  display: none!important;
}

.subscribe__form .invalid .wpcf7-response-output {
  display: none!important;
}

.projects__slide a .projects__slide-img{
	background-position: right;
}

.invalid .wpcf7-response-output{
	color: #ffe588;
}
.sent .wpcf7-response-output{
	color: #00cf00;
}

.invalid .wpcf7-response-output,
.sent .wpcf7-response-output{
	display: flex !important;
    border: none !important;    
    width: 100%;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
	grid-column: 1/-1;
}

.blog__form .sent .wpcf7-response-output,
.subscribe__form .sent .wpcf7-response-output{
	position: absolute;
    top: 60%;
    left: 0;
    font-size: .83rem;
    font-weight: 700;
    text-transform: uppercase;    
    display: block;
    border: 0;
	margin-left: 0;
	padding-left: 0;
}



/** CF7 => Popup  
**************************/
.sent-status {
  display: none;
  background-color: #715dc2;
}

.sent-status__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 676px;
  height: 400px;
  padding: 40px;
}

.sent-status__text {
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.78rem;
  color: #fff;
}




/* Single career page form 
***************************/
.atach-file [data-name="atach"] {
  display: none;
}
.atach-file {
  display: flex;
}



/** Breadcrumbs */
@media (max-width: 1050px) {
  .breadcrumbs {
    display: flex;
    justify-content: center;
  }
}


.breadcrumbs-blog a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  color: #5d5d83;
}

.breadcrumb_last {
  text-transform: uppercase;
  font-weight: 700;
  color: #343464;
}

.breadcrumb-separator {
  margin: 0 12px;
  color: #5d5d83;
}


/* breadcrumbs-services */
.breadcrumbs-services a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  color: #343464;
}

.light .breadcrumbs-services a {
  color: #fff
}

.breadcrumbs-services .breadcrumb-separator {
  font-weight: 700;
  color: #343464;
}

.light .breadcrumbs-services .breadcrumb-separator {
  color: #fff
}

.breadcrumbs-services .breadcrumb_last {
  color: #343464;
}

.light .breadcrumbs-services .breadcrumb_last {
  color: #fff
}



/** Pagination */
.nav-links {
  display: flex;
  flex-direction: row;
  align-items: center;
}

/* .pagination__button  */
.page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-weight: 700;
  border-radius: 40px;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--dark-style-color); 
}

/* .pagination__prev  */
.prev.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s;
  margin-right: 18px;
}

.prev.page-numbers::before {
  content: "";
  display: block;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 9px 6px 0;
  border-color: transparent currentColor transparent transparent;
  border-radius: 3px;
}

.prev.page-numbers:hover {
  opacity: 1;
}

/* .pagination__next  */
.next.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s;
  margin-left: 18px;
}
.next.page-numbers::before {
  content: "";
  display: block;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent currentColor;
  border-radius: 3px;
}
.next.page-numbers:hover {
  opacity: 1;
}
  
/* .pagination__button-active */
.page-numbers.current {
  background: var(--style-color);
  color: var(--white); 
}

.pagination__button:not(:last-child) {
  margin-right: 14px; 
}

.pagination__button:nth-child(5) {
  margin-right: 0px; 
}

@media (min-width: 2500px) {
  .pagination {
    max-width: 2200px;
    margin-left: auto;
    margin-right: auto; }
  .pagination__button-active {
    width: 50px;
    height: 50px;
    border-radius: 50px; }
}

.search__notification {
  font-size: 48px;
  font-weight: 700;
}




@media (min-width: 3500px) {
  .page-numberse {
    width: 65px;
    height: 65px;
    border-radius: 65px;
  }
}
  
  
@media (min-width: 2500px){
  .page-numbers {
    width: 50px;
    height: 50px;
    border-radius: 50px;
  }
}

@media (min-width: 2900px){
  .page-numbers {
    width: 55px;
    height: 55px;
    border-radius: 55px;
  }

}

@media (min-width: 3300px){
  .page-numbers {
    width: 60px;
    height: 60px;
    border-radius: 60px;
  }
}

@media (min-width: 3500px) {
  .page-numberse {
    width: 65px;
    height: 65px;
    border-radius: 65px;
  }
}

@media (min-width: 3000px){
  .prev.page-numbers::before {
    border-width: 12px 16px 12px 0;}
  .next.page-numbers::before {
    border-width: 12px 0 12px 16px;}
}


.custom-page__divider {
  width: 100%;
  height: 200px;
}


@media (max-width: 1920px) {
  .custom-page__divider {
    height: 150px;
  }
}

@media (max-width: 1050px) {
  .custom-page__divider {
    height: 100px;
  }
}

@media (max-width: 767px) {
  .custom-page__divider {
    height: 50px;
  }
}

.have-idea__img-container {
transform: rotate(-2deg);
}

/** RTL styles **/

:dir(rtl) .technological__title {
    padding-left: 0;
    padding-right: 25px;
}

:dir(rtl) .footer-menu__link::before {
	transform: rotate(180deg);
	margin-right: unset;
	margin-left: 12px;
}

:dir(rtl) .portfolio-btn {
	left: 0;
	right: unset;
}
	
:dir(rtl).hidden-portfolio-btn .portfolio-btn {
    transform: translateX(-150%) rotateY(.5deg);
}

:dir(rtl) .privacy-links__item:first-child {
	padding-left: 30px;
	padding-right: 0;
}

:dir(rtl) .privacy-links__item:last-child {
	padding-left: 0;
	padding-right: 30px;
}
:dir(rtl) .privacy-links__item:not(:first-child):before {
	right: -3px;
	left: unset;
}

:dir(rtl) .portfolio-btn_content {
	min-width: 255px;
}
:dir(rtl) .our-services__item-text {
	padding-right: 20px;
	padding-left: unset;
}

:dir(rtl) .our-services__item-list li::before {
	    transform: rotateY(180deg);
	    margin-left: 12px;
	    margin-right: unset;
}

:dir(rtl) .attach-cv__icon {
    margin-right: unset;
	margin-left: 15px;
}
:dir(rtl) .faq__accordion-link-icon {
    margin-right: unset;
	margin-left: 24px;
}

:dir(rtl) .faq__accordion-body {
	padding-left: unset;
	padding-right: 39px;
}

:dir(rtl) .faq__accordion-body:before {
    left: unset;
    right: 0;
}
:dir(rtl) .contact-form .wpcf7 .wpcf7-text {
    direction: rtl;
}
:dir(rtl) .slider.init .slider-controls {
    flex-direction: row-reverse;
    justify-content: flex-end;
}

@media only screen and (min-width:1051px) {
	:dir(rtl) .offers {
		padding: 90px 100px 90px 174px;
	}
	:dir(rtl) .our-services {
		padding: 245px 180px 107px 254px;
	}
	:dir(rtl) header {
    	left: 74px;
		right: 0;
	}
	:dir(rtl) .technological {
		padding: 88px 100px 205px 244px;
	}
	:dir(rtl) .simple-portfolio {
    	padding: 110px 180px 90px 244px;
	}
}
@media only screen and (min-width:1051px) and (max-width: 1366px) {
    :dir(rtl) .our-services {
        padding-left: 94px;
        padding-right: 30px;
    }
}

@media only screen and (min-width:1141px) {
	:dir(rtl) .services-container {
    	padding-left: 174px;
		padding-right: 100px;
	}
	
	:dir(rtl)	.services-process__item:nth-child(odd) .services-process__additionalimg {
    	left: -55%;
    	transform: scaleX(-1) !important;
	}
	
	:dir(rtl)	.services-process__item:nth-child(even) .services-process__additionalimg {
    	left: 15%;
    	transform: scaleX(-1) !important;
	}
	
	:dir(rtl) .services-process__item:nth-child(3) .services-process__additionalimg {
    	left: -70%;
    	transform: scaleX(-1) !important;
	}
	
	:dir(rtl) .services-process__item:nth-child(4) .services-process__additionalimg {
    	left: 4%;
	}
	
	:dir(rtl)  .our-services__container-col:nth-child(2)::before {
		right: 36%;
		transform: scaleX(-1);
	}

	:dir(rtl) .our-services__container-col:nth-child(3)::before {
		left: 36%;
		transform: unset;
	}

	:dir(rtl) .our-services__container-col:nth-child(3) {
		padding-left: unset;
		padding-right: 60px;
	}

	:dir(rtl) .our-services__container-col:nth-child(5)::before {
		left: 110px;
		transform: unset;
	}

	:dir(rtl) .our-services__container-col:nth-child(4)::before {
			right: 110px;
		transform: scaleX(-1);
	}

	:dir(rtl) .our-services__container-col:nth-child(7)::before {
		left: 50px;
		transform: scaleX(-1);
	}

	:dir(rtl) .our-services__container-col:nth-child(6)::before {
		right: 120px;
		transform: scaleX(-1);
	}

	:dir(rtl) .our-services__container-col:nth-child(8)::before {
		bottom: -50px;
		right: -20px;
		transform: scaleX(-1);
	}

	:dir(rtl) .our-services__container-col:nth-child(9)::before {
		bottom: -50px;
		right: 20px;
		transform: scaleX(-1);
	}

	:dir(rtl) .our-services__container-col:nth-child(9) {
		padding-right: 35px;
	}
	
	:dir(rtl) .our-services__container-col:nth-child(1)::before, :dir(rtl) .our-services__container-col:nth-child(2) .our-services__item:before  {
        right: 40px;
		left: unset;
	}
}

@media only screen and (max-width:1140px)and (min-width:381px){
	:dir(rtl) .our-services__container-col:nth-child(1)::before{
		right:40px;
		left: unset;
	}
	
	:dir(rtl) .our-services__container-col:nth-child(2) .our-services__item:before {
        right:40px;
		left: unset;
    }
	
	:dir(rtl) .our-services__container-col:nth-child(2) .our-services__item:after {
    	right:18px;
		left: unset;
    }

	:dir(rtl) .our-services__container-col:nth-child(2) .our-services__item:after {
		left: unset;
		right: 38px;
	}
	
	:dir(rtl) .our-services__item-list::before {
        left: unset;
        right: -60px;
    }
	
	:dir(rtl) .our-services__item-list::after {
        left: unset;
        right: -62px;
    }
}


@media only screen and (max-width:380px){
	:dir(rtl) .our-services__container-col:nth-child(1)::before, :dir(rtl) .our-services__container-col:nth-child(2) .our-services__item:before  {
        right: 20px;
		left: unset;
	}
	    :dir(rtl) .our-services__container-col:nth-child(2) .our-services__item:after {
        left: unset;
        right: 18px;
    }
		:dir(rtl) .our-services__container-col:nth-child(1)::before, :dir(rtl) .our-services__container-col:nth-child(2) .our-services__item:before  {
        right: 20px;
		left: unset;
	}
		:dir(rtl) .our-services__item-list::before {
        left: unset;
        right: -45px;
    }
	:dir(rtl) .our-services__item-list::after {
        left: unset;
        right: -47px;
    }
}
@media screen and (max-width: 1050px) {
    :dir(rtl) .adwards-section__content {
        padding: 100px 40px 80px 0;
    }
	 :dir(rtl) .services-comments {
        padding: 80px 40px 50px 0;
    }
	:dir(rtl)  .services {
        padding: 80px 40px 80px 0;
    }
}
.contact-form__container .wpcf7 form.three-col-form  {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 8px;
    row-gap: 20px;
}
.contact-form__container .wpcf7 form.three-col-form .form-headline {
    line-height: 36px;
}
.contact-form__container .wpcf7 .new-design input {
    background-color: rgba(255, 255, 255, .1);
    border-bottom: 1px solid #8979CA;
    padding: 10px;
    font-size: 16px;
    line-height: 18px;
    border-radius: 0;
}
.contact-form__container .wpcf7 .new-design input::placeholder {
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    text-transform: none;
}
.contact-form__container .wpcf7 .new-design input.wpcf7-not-valid,
.contact-form__container .wpcf7 .new-design textarea.wpcf7-not-valid {
    border: 0;
    border-bottom: 1px solid #FBC982;
}
.contact-form__container .new-design .wpcf7-not-valid-tip {
    font-size: 15px;
    text-transform: none;
    font-weight: 600;
    position: absolute;
    line-height: 16px;
}
.contact-form__container .new-design textarea + .wpcf7-not-valid-tip {
    bottom: -15px;
}
.contact-form__container .wpcf7 .new-design .form-options {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.contact-form__container .wpcf7 .new-design input[type="radio"] {
    display: none;
}
.contact-form__container .wpcf7 .new-design input[type="radio"]:checked + span {
    background: #FBC982;
    color: #343464;

}
.contact-form__container .wpcf7 .new-design .wpcf7-list-item {
    margin: 0;
    grid-column: span 1;
}
.contact-form__container .wpcf7 .new-design .form-options .wpcf7-list-item-label {
    background: #8979CA;
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    color: white;
    width: 100%;
    display: inline-block;
    cursor: pointer;
    padding: 7px 0;
    text-transform: uppercase;

}
.new-design  .wpcf7-acceptance .wpcf7-list-item-label {
    text-transform: none;
}
.contact-form__container .wpcf7 .new-design .wpcf7 form {
    grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 540px) {
    .contact-form__container .wpcf7 .new-design .wpcf7 form {
        grid-template-columns: repeat(2, 1fr);
    }
    .form-item.new-design.two-col {
        grid-column: span 3;
    }
    .form-item.new-design.two-col div {
        grid-column: 1 / -1;
        margin-bottom: 16px;
    }
    .contact-form__container .wpcf7 .new-design .wpcf7-list-item {
        grid-column: span 3;
    }
}
.form-item.new-design.two-col {
    grid-column: span 3;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 8px;
}
.new-design .form-item__label {
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    text-align: left;
    color: white;
    text-transform: uppercase;
    margin-bottom: 11px;
}
.new-design.two-col .form-item__label {
    display: inline-block;
    grid-column: 1 / -1;
}
.contact-form__container .wpcf7 .new-design textarea {
    width: 100%;
    height: 86px;
    resize: none;
    background-color:  rgba(255, 255, 255, .1);
    border-bottom: 1px solid #8979CA;
    border-radius: 0;
    padding: 10px;
    font-size: 16px;
    line-height: 18px;
}
.new-design-textarea {
    position: relative;
}
.contact-form__container .wpcf7 .new-design textarea::placeholder {
    opacity: 0;
}

.contact-form__container .wpcf7 .new-design #placeholder {
    position: absolute;
    bottom: 10px;
    left: 10px;
    text-transform:none;
    color: #EBEBF0;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
}
.contact-form__container .wpcf7 .form-item-terms.new-design input[type="checkbox"] {
    appearance: none;
    background-color: #715dc200;
    margin: 0;
    font: inherit;
    color: currentColor;
    position: relative;
    transform: translateY(-0.075em);
}

.contact-form__container .wpcf7 .form-item-terms.new-design input[type="checkbox"]::before {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
}

.contact-form__container .wpcf7 .form-item-terms.new-design.white input[type="checkbox"]:checked::before {
    content: url("../svg/check-white.svg");
    transform: translateY(-6px) !important;
}

.contact-form__container .wpcf7 .form-item-terms.new-design.blue input[type="checkbox"]:checked::before {
    content: url("../svg/check-blue.svg");
    transform: translateY(-6px) !important;
}

.form-item-terms.new-design.blue {
    display: flex;
}

.contact-form__container .wpcf7 .form-item-terms.new-design.white input[type="checkbox"] {
    width: 18px;
    height: 18px;
    border: 2px solid white;
    padding: unset;
    position: relative;
}

.contact-form__container .wpcf7 .form-item-terms.new-design.blue input[type="checkbox"] {
    width: 14px;
    height: 14px;
    border: 1px solid #343464;
    background: white;
    padding: unset;
    position: relative;
}

.hidden-contact-check {
    display: none;
}

.attach-cv p {
    line-height: 25px;
}

.delete-file {
    color: white;
    font-size: 26px;
    transform: rotate(45deg);
    cursor: pointer;
    margin: 0 0 3px 0;
}
.label {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.33;
    text-transform: uppercase;
    color: white;
    word-break: break-all;
    margin-right: 10px;
}
.wpcf7 form.spam .wpcf7-response-output {
    border: unset;
    color: #fbc982;
    grid-column: 1 / -1;
}

/*PORTFOLIO*/
.works-container {
    padding: 105px 100px;
    background: #1B1B28;
}
.pgc-rev-tags-list-view {
    column-gap: 40px !important;
    row-gap: 36px !important;
}
.pgc-rev-tags-list-item-title {
    max-width: unset !important;
}
.pgcsimplygalleryblock-justified-header {
    padding-bottom: 104px;
}
.pgcsimplygalleryblock-justified-item-badge {
    display: none;
}
.pgc-rev-lb-b-next-prev-button {
    background: none !important;
}
.pgc-rev-tags-list-item-view{
    font-weight: 700;
    display: inline-flex;
    padding: 6.25px 12.7px !important;
    cursor: pointer !important;
    margin: 0 !important;
    text-transform: uppercase;
    border: 1px solid #6C6C84;
    border-radius: 0 !important;
    transition: all 0.3s;
    line-height: 33.5px !important;
}

#tag-list {
    max-width: 1312px;
    display: flex;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
}
#tag-list li {
    font-weight: 700;
    display: inline-flex;
    padding: 7px 14px;
    cursor: pointer;
    text-transform: uppercase;
    border: 1px solid #6C6C84;
    color: #EBEBF0;
    transition: all 0.3s;
}

#tag-list li.active {
    background: #9A80FF;
    color: #EBEBF0;
    border: 1px solid #9A80FF;
}

#load-more {
    display: block;
    margin: 0 auto;
    padding: 13px 44px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    background-color: #FEB559;
    color: #343464;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
}
#load-more:disabled {
    background-color: #ccc;
}
@media screen and (min-width: 769px) {
    .portfolio-hero {
        padding: 9.6% 0 11%;
    }
    .pgc-rev-lb-b-view .pgc-rev-lb-b-footer.pgc-rev-lb-b-show, .pgc-rev-lb-b-view.pgc-next-show .pgc-rev-lb-b-next-prev-button.next, .pgc-rev-lb-b-view.pgc-prev-show .pgc-rev-lb-b-next-prev-button.prev, .pgc-rev-lb-b-view .pgc-rev-lb-b-content {
        z-index: 99 !important;
    }

    .pgc-rev-lb-b-view .pgc-rev-lb-b-info-wrap {
        height: 100vh !important;
        width: 100% !important;
        z-index: -1 !important;
    }

    .pgc-rev-lb-b-caption-play-wrap {
        position: absolute;
        bottom: 120px !important;
        left: calc(50% + 42px) !important;
        transform: translate(-50%) !important;
    }
}

@media screen and (max-width: 767px) {
    .pgc-rev-scroll-bar-view {
        order: 2;
    }
}
.header__portfolio .header-menu__link {
    color: #FFFFFF;
}

.protected-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f5f5f5;
    padding: 20px;
    box-sizing: border-box;
}

.protected-content form {
    background: #ffffff;
    padding: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.protected-content input[type="password"] {
    border: 1px solid #5d5d83;
    color: #5d5d83;
    padding: 12px;
    margin: 14px 0;
    max-width: 220px;
}
.protected-content input[type="submit"] {
    background-color: #5d5d83;
    border: none;
    color: #ffffff;
    padding: 5px 10px;
    line-height: 1.33;
    font-weight: 700;
    cursor: pointer;
    font-size: 18px;
    transition: background-color 0.3s ease;
    width: fit-content;
}

.protected-content input[type="submit"]:hover {
    background-color: #343464;
}
.protected-content input[type="password"]::placeholder {
    color: #999;
    font-weight: 400;
    text-transform: none;
}

.intl-tel-input .country-list .country-name {
    font-size: 13px;
}
.dial-code {
    font-size: 14px;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
    font-size: 15px;
    color: white;
}
.intl-tel-input.separate-dial-code .selected-flag {
    background-color: unset;
}
.intl-tel-input .flag-container {
    padding: 0;
}
.intl-tel-input ul.country-list {
    max-width: 275px;
}
@media screen and (max-width:540px){
	.intl-tel-input.separate-dial-code.allow-dropdown .selected-flag {
		height: 39px;
	}
	.flag-box, .iti-flag {
		margin-bottom: 0;
	}
}
.centered-password-form {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 20px;
}

.centered-password-form form {
    padding: 30px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    width: 100%;
}

.centered-password-form form input {
    color: #343464;
    margin: 10px 0;
}

.centered-password-form form input[type="submit"] {
    background: #fbc982;
}

.centered-password-form form input[type="submit"]:hover {
    background: #ffe588;
}

.author-hero {
  height: 100vh;
  min-height: 650px;
  background: linear-gradient(270deg, #dfe7f6 0%, #ddd0f6 100%);
}
.author-hero__container,
.author-posts {
  margin: 0 auto;
  max-width: 1760px;
  padding-left: 100px;
  padding-right: 100px;
}
.author-hero__container {
  margin: calc(40px + var(--header-height)) auto 80px;
}
.breadcrumbs-author a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  color: #343464;
}
.author-hero__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  align-items: center;
}
.author-hero__right {
  display: flex;
  justify-content: end;
}
.author-hero__image {
  border-radius: 50%;
  width: 402px;
  height: 402px;
}
.author-posts__title {
  margin-bottom: 125px;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1.17;
  text-transform: uppercase;
  color: var(--dark-style-color);
  text-align: center;
}
.author-posts {
  margin-top: 150px;
  margin-bottom: 150px;
}
.author-posts__list{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 25px;
}
.dark-page__author .full-header::before {
  background: #524C7B;
}
.dark-page__author .author-hero{
  background-image: url(../background_dark_01.html);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.dark-page__author  .breadcrumbs-author a,
.dark-page__author  .breadcrumbs-author .breadcrumb-separator,
.dark-page__author  .breadcrumbs-author .breadcrumb_last,
.dark-page__author  .author-hero__headline,
.dark-page__author  .author-hero__description {
  color: #fff;
}
.dark-page__author .author-scroll__button .scroll-bottom__arrow {
  background-image: url(../svg/sroll-bottom-arrow-white.svg);
}
.dark-page__author .header-menu__link {
  color: #fff;
}
@media (max-width: 1050px) {
  .author-hero{
    height: 100%;
  }
  .author-hero__container{
      padding-left: 45px;
      padding-right: 75px;
  }
  .author-posts{
      padding-left: 45px;
      padding-right: 45px;
  }
  .author-hero__image {
    width: 201px;
    height: 201px;
}
  .author-posts__title {
    margin-bottom: 100px;
    font-size: 2.1rem;
  }
}
@media (max-width: 768px) {
  .author-posts__list {
      grid-template-columns: 1fr 1fr;
      gap: 24px 16px;
  }
  .author-posts {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .author-posts__title {
    margin-bottom: 75px;
    font-size: 1.7rem;
  }
}
@media (max-width: 620px) {
  .author-hero__content {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .author-hero__right {
    justify-content: center;
  }
  .author-posts__list {
      grid-template-columns: 1fr;
  }
  .author-hero__container,
  .author-posts{
    padding-left: 15px;
    padding-right: 15px;
  }
}

.portfolio_navigation{
  position: relative;
  padding: 105px 100px 0 100px;
    background: #1b1b28;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    column-gap: 40px;
    row-gap: 36px;
}
.portfolio_navigation--item {
  font-weight: 700;
  display: inline-flex;
  padding: 6.25px 12.7px ;
  margin: 0;
  text-transform: uppercase;
  border: 1px solid #6c6c84;
  border-radius: 0 ;
  transition: all .3s;
  line-height: 33.5px;
  transition: .3s;
  cursor: pointer;
}
.portfolio_navigation--item.active {
  background-color: rgb(154, 128, 255);
}
.portfolio_navigation--item:hover {
  background-color: rgb(154, 128, 255);
}
.portfolio_navigation--item a {
  text-decoration: none;

}
.portfolio_navigation--item a,
.portfolio_navigation--item span {
  color: rgb(235, 235, 240);
  white-space: nowrap;
}
@media (max-width: 768px) {
  .portfolio_navigation{
      font-size: 15px;
      column-gap: 25px;
      row-gap: 16px;
      justify-content: center;
      padding: 50px 28px 22px 28px;
  }
  .portfolio_navigation--item{
    padding: 3px 7px !important;
  }
  .portfolio_navigation--item a,
  .portfolio_navigation--item span{
    line-height: 21px;
  }
}

/*****Case Studies******/
.case-hero{
  position: relative;
}
.case-main{
  margin-top: 136px;
  margin-bottom: 132px;
}
.case-main__container {
  padding-left: 15px;
  padding-right: 15px;
}
.case-list{
  display: grid;
  grid-template-columns: 1fr;
  gap: 80px 55px;
}
.case-list__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
}
.case-list__item-image {
  position: relative;
  overflow: hidden;
}
.case-list__item-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.512s;
}
.case-list__item-img:hover {
  -webkit-transform: scale(1.15) !important;
  -ms-transform: scale(1.15) !important;
  transform: scale(1.15) !important;
}
.case-list__item--logo {
  display: block;
  text-align: center;
  padding: 0 15px;
}
.case-logo{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.case-list__item--list{
  padding: 0 15px;
}
.case-list__item--list li:not(li > ul > li) {
  position: relative;
  padding-left: 30px;
  margin-bottom: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.33;
  color: var(--text-color);
}
.case-list__item--list li:before {
  content: "";
  background-image: url(../svg/arrow-right-fiolet.svg);
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 11px;
}
.case-list__item--button{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.case-list__item--btn {
  display: flex;
  justify-content: center;
  width: 100%;
}
.contact-form__case{
  background-image: url(../webp/cf-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 16px 16px 0 0;
  
}
.contact-form__case .contact-form__container .wpcf7 form{
  background: #5540a8;
}
.contact-form__case .contact-form__container .wpcf7 .new-design input {
  border: 0;
  border-bottom: 1px solid #8979ca;
  background-color: transparent;
  padding: 0px;
}
@media (min-width: 768px) {
  .case-list{
    grid-template-columns: repeat(2, 1fr);
  }
  .case-main__container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1024px) {
  .case-list{
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1400px) {
  .case-main__container {
    padding-left: 100px;
    padding-right: 100px;
  }
  .case-list__item {
    gap: 45px;
  }
  .case-list__item--logo {
    padding: 0 45px;
  }
  .case-list__item--list{
    padding: 0 45px;
  }
}
