
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
	.gina-mainbar-row .logo-col {
		flex-grow: 0.5;
		min-width: 120px;
	}
	.gina-mainbar-row .menu-col {
		flex-grow: 1.1;
	}
	.gina-mainbar-row .cta-col {
		flex-grow: 0.4;
	}
	.main-navigation > ul > li {
		margin: 0px 15px;
	}
	.gina-search {
		margin-right: 35px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 1200px),
only screen and (max-width: 576px) {
	.team-m-item {
		padding: 0 20px 40px;
	}
	.team-m-item .m-team-img {
		position: relative;
		text-align: center;
		top: -30px;
	}
	.team-m-item .m-team-img img {
		margin: 0 auto;
	}
	.team-m-item .m-team-text {
		text-align: center;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 1600px) {
	.yk-sidebar {
		margin-left: 10px;
	}
}

@media only screen and (max-width: 1399px) {
	.about-counter__card {
		margin-right: 0;
	}
	.m-team-quote {
		text-align: center;
		padding-top: 0;
	}
}

@media only screen and (max-width: 1280px) {
	.my-without-descr .my-masonry-grid-item-50 .my-card-item .my-card-cover-frame {
		padding-bottom: 63%;
	}
}

@media only screen and (max-width: 1200px) {
	.page-title {
		padding: 0px;
	}
	.project-slider__button-title {
		font-size: 30px
	}
	.page-title .my-main-title .title-box {
		max-width: 450px;
	}
	.about-counter__title {
		font-size: 50px;
		line-height: 1.4;
	}
}
@media only screen and (max-width: 1199.98px) {
	.counter_item {
		padding: 30px 30px;
	}
	.counter_item .count {
		margin-bottom: 25px;
	}
	.team-m-item .m-team-text {
		max-width: 100%;
	}
	.team-m-item .m-team-img {
		right: 0;
	}
}

@media only screen and (max-width: 1024px) {
	.gina-main-header {
		display: none;
	}
	.header_mobile {
		display: block;
		width: 100%;
		background: var(--dark-color);
		box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 0px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.gina-search {
		position: relative;
		margin-right: 35px;
	}
	.mmenu-wrapper .mobile-nav {
		height: 400px;
	}
	.project-slider__control_prev {
		left: 20px;
	}
	.project-slider__control_next {
		right: 20px;
	}
	.my-without-descr .my-masonry-grid-item-50 .my-card-item .my-card-cover-frame {
		padding-bottom: 62%;
	}
	.page-title .my-main-title .title-box {
		max-width: 400px;
	}
	
}
@media only screen and (max-width: 992px) {
	.my-project-slider-item .my-project-frame .my-main-title-frame .my-main-title h1 {
		font-size: 54px;
		line-height: 60px;
	}
	.my-project-slider-item .my-project-frame .my-cover-frame {
		width: 100%;
	}
	.my-project-slider-item .my-project-frame .my-cover-frame .my-project-cover {
		object-position: center !important;
	}
	.my-masonry-grid-item-50 {
		width: 100%;
	}
	.my-3-col .my-grid-sizer,
	.my-3-col .my-masonry-grid-item {
		width: 50%;
	}
	.my-masonry-grid-item-33 {
		width: 50%;
	}
	.my-masonry-grid-item-50 {
		width: 100%;
	}
	.my-masonry-grid-item-100 {
		width: 100%;
	}
	.my-3-col .grid-sizer,
	.my-3-col .grid-item {
		width: 50px;
	}
	.my-grid-item-33 {
		width: 50%;
	}
	.quality_content-maintitle {
		font-size: 3rem;
		line-height: 1.5rem;
	}
}

@media only screen and (max-width: 991px) {
	.quality_thumb {
		margin-bottom: 3rem;
	}
	.quality_thumb-items:first-child {
		margin-top: 0;
	}
	.about-counter__card-value {
		font-size: 550px;
	}
	.project-slider__filter-link:not(:last-child) {
		margin-right: 15px;
	}
	.my-contact-hint {
		padding-top: 40px;
	}
	.project-slider__slider-wrapper:before,
	.project-slider__slider-wrapper:after {
		display: none;
	}
	.project-detail {
		padding-left: 0;
	}
	.my-section {
		margin-left: 0;
		margin-right: 0;
	}
	.intro-years {
		margin: -30px 0 30px 0;
	}
	.inner-spacing-lg {
		height: 100px;
	}
	.yk-ac-head-title {
		font-size: 28px;
	}
	.yk-accordion-caret {
		width: 25px;
		height: 4px;
	}
	.yk-accordion-caret:before,
	.yk-accordion-caret:after {
		width: 20px;
		height: 4px;
	}
	.yk-accordion.yk-ac-borders .yk-ac-head {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.yk-sidebar {
		position: fixed;
		top: 0;
		left: 0;
		width: 400px;
		height: 100vh;
		background-color: #1b1b1b;
		padding: 60px 30px 100px 30px;
		margin: 0;
		overflow-y: auto;
		transform: translate3d(-100%, 0, 0);
		transition: transform 0.4s ease-in-out;
	}
	body.yk-sidebar-open .yk-sidebar {
		transform: translate3d(0, 0, 0);
	}
	body.yk-sidebar-open {
		overflow-y: hidden !important;
	}
	/* Sidebar cover */
	.yk-sidebar-cover {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-color: rgb(0 0 0 / 75%);
		z-index: 1;
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.3s, visibility 0.3s;
	}
	body.yk-sidebar-open .yk-sidebar-cover {
		opacity: 1;
		visibility: visible;
	}

	/* Sidebar trigger */
	.yk-sidebar-trigger {
		position: fixed;
		display: flex;
		align-items: center;
		justify-content: center;
		right: 15px;
		bottom: 15px;
		width: 40px;
		height: 40px;
		background-color: #4c2122;
		font-size: 16px;
		color: #FFF;
		line-height: 1;
		cursor: pointer;
		z-index: 3;
		border-radius: 100px;
	}
	.yk-sidebar-trigger .yk-str-icon-close {
		display: none;
	}
	.yk-header-tools-dynamic .yk-sidebar-trigger {
		position: relative;
		bottom: auto;
		right: auto;
		width: 40px;
		height: 45px;
		background-color: transparent;
		border-radius: 0;
	}
	.ph-share .yk-sidebar-trigger {
		position: relative;
		bottom: auto;
		right: auto;
		width: 40px;
		height: 40px;
		background-color: transparent;
		border-radius: 0;
	}

	body.yk-sidebar-open .yk-sidebar-trigger .yk-str-icon-close {
		display: block;
	}
	body.yk-sidebar-open .yk-sidebar-trigger .yk-str-icon {
		display: none;
	}
	/* Sidebar top close button */
	.yk-sidebar-close-btn {
		position: absolute;
		display: flex;
		align-items: center;
		justify-content: center;
		top: 20px;
		right: 25px;
		width: 30px;
		height: 30px;
		background-color: #333;
		font-size: 16px;
		cursor: pointer;
		border-radius: 50px;
		transition: transform 0.3s;
	}
	.yk-sidebar-close-btn:hover {
		transform: rotate(90deg);
	}
	.social-button ul > li {
		margin: 0;
	}
	.page-title .my-main-title h2 {
		font-size: 40px;
	}
}

@media only screen and (max-width: 768px) {
	.my-project-slider-item .my-project-frame .my-cover-overlay.my-gradient-overlay {
		background-color: var(--no-color);
		background-image: none;
	}
	.my-project-slider-item .my-project-frame .my-main-title-frame {
		left: 0;
		width: 100%;
		align-items: flex-end;
	}
	.my-title-center h1 {
		font-size: 38px;
		line-height: 52px;
	}
	.my-title-center h2 {
		font-size: 32px;
		line-height: 40px;
	}
	.my-project-slider-item .my-project-frame .my-main-title-frame .my-main-title {
		margin-left: -15px;
		width: 100%;
		max-width: 430px;
		padding: 40px;
		background-color: var(--primary-theme);
		opacity: .5;
	}
	.my-project-slider-item .my-project-frame .my-main-title-frame .my-main-title h1 {
		position: relative;
		font-size: 32px;
		line-height: 38px;
		font-weight: 900;
		letter-spacing: -1px;
		overflow: hidden;
	}
	h1 .my-border-text {
		letter-spacing: -1px;
		-webkit-text-stroke-width: 0;
		-moz-text-stroke-width: 0;
		text-stroke-width: 0;
		-webkit-text-stroke-color: inherit;
		-moz-text-stroke-color: inherit;
		text-stroke-color: inherit;
		color: inherit !important;
	}
	.my-project-slider-item .my-project-frame .my-main-title-frame .my-main-title .my-mb-20 {
		margin-bottom: 10px;
	}
	.my-project-slider-item .my-project-frame .my-main-title-frame .my-main-title .my-mb-30 {
		margin-bottom: 15px;
	}
	.my-project-slider-item .my-project-frame.my-project-half .my-cover-frame {
		width: 100%;
	}
	.my-slider-pagination-frame, .my-slider-progress-bar-frame {
		display: none;
	}
	.my-slider-arrows {
		padding: 0 20px;
	}
	.my-slider-arrows .my-label {
		display: none;
	}
	.my-scroll-hint-frame {
		margin-bottom: 0;
	}
	.my-3-col .my-grid-sizer,
	.my-3-col .my-masonry-grid-item {
		width: 100%;
	}
	.my-masonry-grid-item-33 {
		width: 100%;
	}
	.my-masonry-grid-item-50 {
		width: 100%;
	}
	.my-masonry-grid-item-100 {
		width: 100%;
	}
	.my-filter {
		text-align: center;
		display: flex;
		flex-direction: column;
	}
	.my-filter .my-card-category {
		margin-bottom: 20px;
		margin-right: 0;
	}
	blockquote {
		margin-left: 0;
		margin-right: 0;
	}
	.yk-comment-body {
		display: block;
	}
	.yk-comment-reply {
		top: 0;
		right: 0;
	}
	.my-3-col .grid-sizer,
	.my-3-col .grid-item {
		width: 100%;
	}
	.my-grid-item-33 {
		width: 100%;
	}
	
}

@media only screen and (max-width: 767px) {
	.quality_thumb {
		margin-bottom: 2.5rem;
	}
	.project-slider__filter-link {
		margin-bottom: 30px;
	}
	.project-slider__slider:after {
		display: none;
	}
	.about-counter__card-value {
		font-size: 350px;
	}
	.my-title-center h1 {
		font-size: 38px;
		line-height: 52px;
	}
	.my-title-center h2 {
		font-size: 32px;
		line-height: 40px;
	}
	.my-contact-hint {
		padding-top: 40px;
	}
	.footer-studio__column.my-pl-80{
		padding-left: 15px;
	}
	.page-title {
		padding-top: 80px;
	}
	.page-title .outer-container {
		padding: 50px 0;
	}
	.large-container .my-title-center h2 {
		font-size: 40px;
		line-height: 50px;
	}
	.project-scroll .my-scroll-hint-frame {
		top: -40px;
	}
	.counter_area  {
		padding-top: 100px;
		padding-bottom: 75px;
	}
	.counter_item .count {
		font-size: 42px;
	}
}

@media only screen and (max-width: 600px) {
	.my-project-slider-item .my-project-frame .my-main-title-frame .my-main-title {
		background-color: var(--overlay-color);
	}
	.my-slider-nav-panel {
		height: 80px;
	}
	.my-slider-pagination-frame, .my-slider-progress-bar-frame {
		display: none;
	}
	.my-slider-arrows {
		background-color: transparent !important;
		padding: 0;
		justify-content: flex-start;
		left: 20px;
	}
	.about-counter__card-value {
		font-size: 250px;
	}
	.footer-studio__socials {
		justify-content: center;
	}
	.content-box h2 {
		font-size: 50px;
	}
	.large-container .my-title-center h2 {
		font-size: 30px;
		line-height: 40px;
	}
	.m-team-item {
		padding-left: 15px;
		padding-right: 15px;
	}
	.m-team-quote h1,
	.m-team-quote h1 span {
		font-size: 60px;
	}
	.page-title .my-main-title .title-box {
		max-width: 300px;
	}
	.page-title .my-main-title h2 {
		font-size: 30px;
	}
	.error-page__heading-title {
		font-size: 30px;
	}
	.theme-change {
		top: 30px !important;
		right: 30px !important;
	}
}
@media only screen and (max-width: 575px) {
	.quality_content-maintitle {
		text-align: center;
	}
	.quality_content-maintitle {
		line-height: 2.8rem;
		margin-bottom: 1.5rem;
	}
	.my-pl-80 {
		padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
	}
	.quality__content--desc {
		font-size: 16px;
		line-height: 1.2;
	}
	.about_author {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
@media only screen and (max-width: 480px) {
	.yk-pagin-item {
		font-size: 21px;
		width: 40px;
		height: 40px;
	}
}
@media only screen and (max-width: 420px) {
	.team-m-item .m-team-img img {
		max-height: 100%
	}
}
@media only screen and (max-width: 400px) {
	.mmenu-wrapper .mobile-nav {
		height: 280px;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
}

@media only screen and (max-height:600px) and (orientation: landscape) {
	.mmenu-wrapper {
		min-height: 420px;
		height: 100%;
	}
	.mmenu-wrapper .mmenu-inner {
        max-height: 100%; /* Adjust if needed to better fit your layout */
        height: auto; /* This makes sure the height is not fixed to 100vh, which could be too large in landscape */
    }
}



/* Minimum Width */
@media only screen and (min-width: 1025px) {
	.padding-top-xlg-120 { 
		padding-top: 120px !important; 
	}
	.padding-bottom-xlg-120 { 
		padding-bottom: 120px !important;
	}
	.yk-blog-post-content figcaption {
		position: absolute;
		right: 5%;
		bottom: 5%;
		background-color: var(--theme-text-shadow);
	}
	
}
@media only screen and (min-width: 992px) {
	.yk-accordion.yk-ac-lg .yk-ac-head-title {
		font-size: calc(24px + 1vw);
	}
	.yk-accordion.yk-ac-xlg .yk-ac-head-title {
		font-size: calc(24px + 1.5vw)
	}
	.yk-accordion.yk-ac-xxlg .yk-ac-head-title {
		font-size: calc(24px + 2vw);
	}
}