/*
Theme Name: Stukram Child
Theme URL: https://themeforest.net/item/stukram-portfolio-wordpress-theme/32377504?ref=webRedox
Description: Child theme of Stukram
Author: webRedox WordPress Team
Author URI: http://webredox.net/
Template: stukram
Version: 1.0
Text Domain: stukram-child
*/ 
/*******Add Your Css Below This Line*********/

/*
 * 01. variables
 * 02. header - menu
 * 03. tipography
 * 04. elements
 * 05. home page
 * 06. about us page
 * 07. services page
 * 08. contact page
 * 09. footer
 * 10. post
 * 11. media queries
 * */

/* 01. variables */
:root {
	--color1: #1b3233; /* dark */
	--color2: #ceead5; /* light1 */
    --color3: #daebe3; /* light2 */
	--color4: #ecf6f2; /* light3 */ 
	
	--font1: "Montserrat"; /* title, button */
	--font2: "Open Sans"; /* paragraph */
}

/* 02. header - menu */
.header__bar {
	padding: 0 5rem !important;
	background-color: var(--color1);
}

.header.-sticky-initial.-sticky-light .header__bar, .header.is-sticky.-sticky-light .header__bar {
	background-color: var(--color1) !important;
}

.navClassic-wrap a {
	color: var(--color3) !important;
	text-transform: uppercase;
}

.navClassic-wrap a:hover {
	color: var(--color4);
}

.navClassic-wrap .current-menu-item .page_item .current_page_item  {
	color: var(--color3);
	border: 1px solid var(--color3);
	border-radius: 18px;
}

.current_page_item a {
	color: var(--color4) !important;
	border: 1px solid var(--color4);
	border-radius: 18px;
	padding: 8px 20px;
}

/* 03. tipography */
.pre-title {
	font-family: var(--font2);
	font-weight: 400;
	font-size: 14px;
	line-height: 26px;
	color: var(--color1);;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
}

.tecno-title {
	font-family: var(--font1);
	color: var(--color2);
	font-weight: 700;
}

.th1 {
	font-size: 60px;
	line-height: 68px;
}

.th2 {
	font-size: 44px;
	line-height: 48px;
}

.th3 {
	font-size: 30px;
	line-height: 48px;
}

.th4 {
	font-size: 20px;
	line-height: 24px;
	padding-bottom: .85rem;
}

.serviceCard__title.text-2xl.fw-500.tacking-none.mt-32 {
	font-size: 30px;
	line-height: 48px;
	font-family: var(--font1);
	font-weight: bold !important;
}

.subtitle-team {
	padding: 18px;
    text-align: left;
    outline: none;
    font-size: 30px;
    transition: 0.4s;
    letter-spacing: 0px;
    color: #4D4D4D;
    text-transform: uppercase;
    opacity: 1;
	font-weight: 500;
	position: relative;
}

.subtitle-team::before {
	content: "";
	width: 75%;
	height: 2px;
	background-color: #ccc;
	top: 50%;
	right: 0;
	position: absolute;
}

.th4-team {
	font-family: var(--font1);
	font-size: 24px;
	line-height: 68px;
	color: #4D4D4D;
	text-align: center;
	margin-bottom: -2rem;
}

.p-team {
	font-family: var(--font2);
	font-size: 18px;
	line-height: 68px;
	color: #CCCCCC;
	text-align: center;
}

.p-hoverbox {
/* 	color: #fff; */
	font-size: 13px;
    line-height: 23px;
}

.color1 h2 {
	color: var(--color1);
}

/* 04. elements */
/* padding classes */
.pr125 {
	padding-right: 1.25rem;
}

/* read more link */
.read-more-link {
	font-family: var(--font2);
	font-weight: 700;
	font-size: 15px;
	line-height: 32px;
	text-transform: uppercase;
	color: var(--color1);
	transition: color 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.read-more-link:hover {
	text-decoration: underline;
	color: var(--color2);
}

/* begin button */
.button.-md.-outline-black.text-black,
#wpcf7-f332-p330-o1 .button.-black, .black-version .button.-black {
	background-color: var(--color1);
	border: var(--color1);
	font-family: var(--font1);
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	text-decoration: none;
}

.button.-md.-outline-black.text-black:hover,
#wpcf7-f332-p330-o1 .button.-black:hover, .black-version .button.-black {
	background-color: var(--color2);
}

#row-calltoaction .text-sm.uppercase.tracking-lg.text-white.mb-20,
#row-calltoaction .text-5xl.sm\:text-5xl.xs\:text-4xl.leading-sm.fw-700.text-white,
#row-calltoaction .text-xl.md\:text-lg.text-white.mt-16 {
	color: #fff !important;
}

#row-calltoaction .button.-white, .black-version .button.-white {
	background-color: var(--color2);
	border: 0.0625rem solid var(--color2);
	color: var(--color1);
	text-transform: uppercase;
	font-size: 14px;
	line-height: 17px;
	font-weight: 600 !important;
}

#row-calltoaction .button.-white:hover, .black-version .button.-white:hover {
	background-color: transparent;
	border: 0.0625rem solid var(--color4);
	color: var(--color4);
}
/* end button */

/* begin ul, li */
.page-id-152 .vc_custom_1657554267625 ul li::before /* home */ {
	content: "\2022";
	color: var(--color1);
	font-weight: bold;
	display: inline-block; 
	width: 1em;
}
/* end ul, li */

/* begin accordion */
.accordion {
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 30px;
	transition: 0.4s;
	letter-spacing: 0px;
	color: #4D4D4D;
	text-transform: uppercase;
	opacity: 1;
	position: relative;
}

.accordion::before {
	content: "";
	width: 65%;
	height: 2px;
	background-color: #ccc;
	top: 50%;
	right: 75px;
	position: absolute;
}

.accordion svg {
	float: right;
	color: #ccc;
}

.active, .accordion:hover,
.active, .accordion:hover svg {
	color: var(--color1); 
}

.panel {
	padding: 2rem 0;
	display: block;
	background-color: white;
	overflow: hidden;
}
/* end accordion */

/* begin flip card */
.flip-card-container img {
	width: 305px;
	height: 455px;
	border-radius:18px;
}

.flip-card-container h4 {
	font-size: 24px;
	line-height: 68px;
	color: #4D4D4D;
	text-align: center;
}

.flip-card-container:hover .flip-card-container h4 {
	color: var(--color1);
}

.flip-card {
	background-color: transparent;
	width: 305px;
	height: 455px;
	perspective: 1000px;
}

.flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: left;
	transition: transform 0.6s;
	transform-style: preserve-3d;
	border-radius: 18px;
}

.flip-card-container:hover .flip-card-inner {
	transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.flip-card-front {
	background-color: transparent;
	color: black;
}

.flip-card-back {
	background-color: var(--color2);;
	color: white;
	padding: 1rem;
	transform: rotateY(180deg);
	border-radius: 18px;
}

.flip-card-back p {
	font-size: 14px;
	line-height: 22px;
}
/* end flip card */

/* 05. home page */
#row-about {
	padding: 5rem 0;
}
.home-aboutus-heading {
	margin-left: 80px;
}
.home-aboutus-blocktext {
	padding: 2rem 2rem 0 5rem;
}
.home-button-aboutus {
	margin-left: 65px;
}

#section-services {
  padding: 10rem 0 19rem;
  margin-bottom: -14rem;
}

.home-services-button {
	margin-left: -16px;
}

.home-initiatives-blocktext {
	margin: 2.5rem 5rem 0;
}

.home-initiatives-button {
	margin: 30px 0 30px 65px;
}

/* 06. about us page */
.page-id-295 .ui-element.-bottom-left {
  top: 17rem;
}
.page-id-295 .vc-hoverbox-block {
	justify-content: start;
	-webkit-justify-content: start;
	-moz-justify-content: start;
}

.page-id-295 .vc-hoverbox,
.page-id-295 .vc-hoverbox-inner {
	min-height: 532px !important;
	-webkit-min-height: 532px !important;
	-moz-min-height: 532px !important;
}

.page-id-295 .vc-hoverbox:hover .vc-hoverbox-back {
	background-color: var(--color2);
}

/* 07. services page */
#df-services-img {
	margin-bottom: -18rem;
	z-index: 2;
}

#section-digital-service {
	background-color: #F6F6F8;
}

#row-digital-service-1 {
	padding-top: 14.5rem;
}

/* 08. contact page */
.sec-contact-info a {
	color: #000000 !important;
	line-height: 32px !important;
	font-weight: 400 !important;
	font-style: normal;
	font-size: 18px !important;
}
.sec-contact-info a:hover {
	color: var(--color1) !important;
}

/* 09. footer */
footer a {
	color: var(--color2) !important;
}

footer p,
.text-dark.st-ft-cl-white {
	color: var(--color4) !important;
}

.footer__top .text-xl {
	font-weight: 600 !important;
	text-transform: uppercase;
}

.footer__content .button.-underline.mt-4 {
	font-weight: 600 !important;
}

#section-calltoaction .text-5xl.sm\:text-5xl.xs\:text-4xl.leading-sm.fw-700.text-white,
#section-calltoaction .text-xl {
	color: #fff;
}

/* 10. post */
.post-sidebar-ml {
	padding-left: 2.25rem !important;
}

.post-button{
	margin-bottom: 2rem;
}

.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
  color: #fff;
  background-color: var(--color1) !important;
  border: var(--color1) !important;
  font-family: var(--font1);
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  text-decoration: none;
	border-radius: 3.75rem;
}

.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-flat.vc_btn3-color-juicy-pink:hover {
	background-color: var(--color2) !important;
  border: var(--color2) !important;
}

/* 11. media queries */
@media screen and (max-width: 1260px) {
	/* 03. tipography */
	.th4-team {
		font-size: 21px;
		line-height: 65px;
	}
	
	.p-team {
  		font-size: 14px;
		line-height: 66px;
	}
	
	/* 06. about us page */
	.page-id-295 .hoverbox-team .vc-hoverbox .vc-hoverbox-inner {
		min-height: 532px !important;
		-webkit-min-height: 532px !important;
		-moz-min-height: 532px !important;
	}
	
	.page-id-295 #taticchi .p-hoverbox {
		font-size: 12px;
		line-height: 19px;
		-webkit-font-size: 12px;
		-webkit-line-height: 19px;
		-moz-font-size: 12px;
		-moz-line-height: 19px;
	}
	
	.subtitle-team::before {
		width: 70%;
	}
}

@media screen and (max-width: 991px) {
	/* 02. header - menu */	
	/* mobile menu */
	.navList li a {
		color: #fff !important;
		text-transform: uppercase;
		padding: 10px 15px !important;
		font-size: 15px !important;
		margin-bottom: 1rem;
	}
	
	/* 03. tipography */
	.text-lg {
		line-height: 32px !important;
	}
	
	.th4-team {
		font-size: 15px;
		line-height: 60px;
	}
	
	.p-team {
		font-size: 13px;
		line-height: 60px;
	}
	
	/* 06. about us page */
	.page-id-295 .p-hoverbox {
		font-size: 13px;
		line-height: 20px;
		-webkit-font-size: 13px;
		-webkit-line-height: 20px;
		-moz-font-size: 13px;
		-moz-line-height: 20px;
	}
	.page-id-295 #taticchi .p-hoverbox {
		font-size: 11px;
		line-height: 13px;
		-webkit-font-size: 11px;
		-webkit-line-height: 20px;
		-moz-font-size: 11px;
		-moz-line-height: 20px;
	}
	.subtitle-team::before {
		width: 60%;
	}
	/* 07. services page */
	#df-services-img {
		margin-bottom: -12rem;
		z-index: 2;
	}
	#row-digital-service-1 {
    	padding-top: 6.5rem;
	}
}

@media screen and (max-width: 767px) {
	/* 03. tipography */
	.th4-team {
		font-size: 24px;
		line-height: 68px;
	}

	.p-team {
		font-size: 18px;
		line-height: 68px;
	}
	
	.p-hoverbox {
	  font-size: 15px;
	  line-height: 24px;
	}
	
	/* 05. home page */
	.sliderMain.-type-3 .slider__title {
		color: #fff !important;
	}
	
	#row-about .vc_custom_1657552303385 {
		margin-left: 30px !important;
	}
	
	.home-aboutus-heading {
  		margin-left: 1.5rem;
	}
	
	.home-aboutus-blocktext {
		padding: 2rem 1.5rem 0 1.5rem;
	}
	
	.home-button-aboutus {
		margin-left: .5rem;
	}
	
	#section-services {
		padding: 7rem 45px 19rem;
	}
	
	#section-services .container{
		max-width: unset;
	}
	
	.home-services-button {
  		margin-left: 15px;
	}
	
	.home-initiatives-blocktext {
		margin: 2.5rem 2rem 0;
	}
	
	.home-initiatives-button {
		margin: 30px 0 30px 15px;
	}
	
	/* 06. about us page */
	.page-id-295 .p-hoverbox,
	.page-id-295 #taticchi .p-hoverbox {
		font-size: 16px;
		line-height: 22px;
		-webkit-font-size: 16px;
		-webkit-line-height: 22px;
		-moz-font-size: 16px;
		-moz-line-height: 22px;
	}
	
	.subtitle-team::before {
		width: 45%;
	}
}
@media screen and (max-width: 575px) {
	/* 05. home page */
	.sliderMain.-type-3 .slider__title {
		font-size: 48px !important;
	}
	
	/* 06. about us page */
	.subtitle-team::before {
		display: none;
	}
}

@media screen and (max-width: 428px) {
	/* 05. home page */
	.sliderMain.-type-3 .slider__title {
		font-size: 42px !important;
	}
	/* 07. services page */
	#df-services-img {
		margin-bottom: -9rem;
		z-index: 2;
	}
	#row-digital-service-1 {
    	padding-top: 4.5rem;
	}
}
@media screen and (max-width: 360px) {
	/* 05. home page */
	.sliderMain.-type-3 .slider__title {
		font-size: 38px !important;
	}
	/* 06. about us page */
	.page-id-295 .p-hoverbox,
	.page-id-295 #taticchi .p-hoverbox {
		font-size: 14px;
		line-height: 20px;
		-webkit-font-size: 14px;
		-webkit-line-height: 20px;
		-moz-font-size: 14px;
		-moz-line-height: 20px;
	}
	/* 07. services page */
	#df-services-img {
		margin-bottom: -7rem;
		z-index: 2;
	}
	#row-digital-service-1 {
    	padding-top: 2.5rem;
	}
}