/*   
Theme Name: gultekinteknik
Theme URI: https://t.me/TREXIG_dev
Author: Igor TREXIG
Author URI: https://t.me/TREXIG_dev
*/

body{
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	text-rendering: geometricPrecision;
}

.dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0s linear 2s;
    margin-top: 0; 
}

.dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.dropdown-menu li {
    padding: 35px 10px !important;
}

body.header-fixed-active { 
    padding-top: 165px;
}

.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	bottom: auto; 
	z-index:999999999999999999;
}

header, 
.navbar, 
.navbar-brand img, 
.nav-link {
	background: #fff;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1); 
}

.top-line.fixed {
    border: 1px solid #c7ab65;
}

section {
	min-height:150px;
	padding-bottom: 30px;
    padding-top: 30px;
}

.container.top-line {
    padding: 15px 0;
}

ul#menu-header-menu a.nav-link {
    color: #454545;
    padding: 0 10px 0 10px;
    text-transform: none;
    font-weight: 200;
    border-bottom: 1px solid #fff0;
    font-size: clamp(.75rem, .359rem + .6383vw, 1.125rem);
    font-family: "Open Sans", sans-serif;
}

.banner-home {
	position: relative;
}

.banner-home::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgb(from #ca0733 r g b / .7);
    z-index: 1;
}

.banner-textbtn {
    position: absolute;
    width: 100%;
    max-width: 70%;
    left: 50%;
    top: 50%;
    bottom: unset;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.banner-title {
    display: inline-block;
    width: 35%;
    text-align: center;
}

p.slide-title {
    font-size: 3vw;
    font-weight: 600;
}

.slide-title, .banner-text {
    color: #fff;
}

.banner-text {
    display: inline-block;
    width: 55%;
    text-align: left;
    font-size: 1.75vw;
    margin-left: 3%;
}

.top-line__menu {
    padding: 20px 0;
}

ul#menu-header-menu li {
	padding: 20px 10px;
}

.apps-bar { 
	display: flex; 
	border-bottom: 1px solid var(--rtx-border); 
	background: #fff; 
}

.app-item { 
	flex: 1; 
	text-align: center; 
	padding: 10px 5px; 
	border-right: 1px solid var(--rtx-border); 
	text-decoration: none; 
	color: #666;
	transition: 0.3s;
}

.app-item:last-child { 
	border-right: none; 
}

.app-item i { 
	display: block; 
	font-size: 28px; 
	margin-bottom: 10px; 
	color: #999; 
}

.app-item span {
    color: #555;
    display: block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    margin-top: 5px;
}

.app-item:hover { 
	color: var(--rtx-red); 
	background: #fcfcfc; 
}

.app-item:hover i { 
	color: var(--rtx-red); 
}

.menu_icon {
	width: 40px;
    margin: 0 auto;
    height: auto;
    background-repeat: no-repeat;
    filter: opacity(1);
	margin-top: 5px;
}

.container-fluid.menu-cat {
    padding: 0 10%;
    webkit-box-shadow: 0 5px 20px 0 rgb(0 0 0 / 0.2);
    -moz-box-shadow: 0 5px 20px 0 rgb(0 0 0 / .2);
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / .2);
}

.dropdown-mega .dropdown-menu {
  border: none;
  border-radius: 0;
}

ul.dropdown-menu.dropdown-static.depth_0.w-100 {
    left: 0;
    position: fixed;
    padding: 0 15%;
    text-align: center;
    top: 116px;
    height: 87px;
    border: none;
}

.dropdown-menu li {
    display: inline-block;
}

ul#menu-header-menu li {
    padding: 20px 10px;
}

.fixed .top-line__logo img {
    max-width: 85%;
}

.fixed ul#menu-header-menu li {
    padding: 5px 10px;
}

.fixed .top-line__menu {
    padding: 5px 0;
}

.section-main .container-fluid, .section-videoblock .container-fluid {
    padding: 0;
    max-width: 100%;
    overflow: hidden;
}

.video-overlay h3 {
    text-shadow: 1px 2px 2px #000;
}

.video-accordion-row {
    display: flex;
    width: 100%;
    height: 340px;
    gap: 0;
    margin: 0;
}

.video-item {
    position: relative;
    flex: 1;
    height: 100%;
    overflow: hidden;
    transition: flex 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.video-accordion-row:hover .video-item:hover {
    flex: 1.2;
}

.video-accordion-row:hover .video-item:not(:hover) {
    flex: 0.8;
}

.video-item video {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: calc(340px * 1.777); 
    object-fit: cover;
}

.video-overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
    color: #fff;
}

@media (max-width: 1024px) {
    .video-accordion-row {
        flex-wrap: wrap;
        height: auto;
    }
	
    .video-item {
        flex: 1 0 50%;
        height: 300px;
    }
    
    .video-accordion-row:hover .video-item:hover,
    .video-accordion-row:hover .video-item:not(:hover) {
        flex: 1 0 50%;
    }
}

@media (max-width: 600px) {
    .video-item {
        flex: 1 0 100%;
    }
    .video-accordion-row:hover .video-item:hover,
    .video-accordion-row:hover .video-item:not(:hover) {
        flex: 1 0 100%;
    }
}

@media (min-width: 992px) {
  .dropdown-mega:hover .dropdown-menu {
    display: block;
  }
  
  .dropdown-mega .nav-link {
    padding-bottom: 1.5rem;
  }
}

.section-title {
    color: #037cc2;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 10px;
    width: max-content;
}

.cat_title a {
    color: #037cc2;
    font-weight: 700;
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    text-decoration: none;
}

.cat_desc {
    font-size: 14px;
    line-height: 18px;
    color: #555;
    margin-top: 10px;
}

.tax-product_cat section.section-main {
    padding-top: 0;
}

.cats_wrapper {
    border: 1px solid #eee;
    padding: 20px;
    flex-basis: calc(25% - 20px);
    margin-right: 20px;
    list-style: none;
    margin-bottom: 25px;
}

.section-subcategories {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 0;
    background: #eee;
}

.subcategories-list {
    display: flex;
    justify-content: center;
   /* max-width: 90%;*/
    margin: 0 auto;
}

li.subcategory-item {
    background: url(/wp-content/themes/gultekinteknik/img/main_cat.png) no-repeat;
    padding-left: 25px;
	padding-right: 9px;
	list-style: none;
    margin: 10px 2px;
}

.subcategory-item a {
    padding: 0;
    background: 0 0;
    color: #04187c;
    text-transform: capitalize;
    text-align: left;
    text-decoration: none;
}

.subcategory-item a:hover {
    background: 0 0;
    color: #04187c;
    text-decoration: underline;
}

.banner-img {
	position: relative;
}

.title-btn-block {
    position: absolute;
    left: -7%;
    bottom: 5%;
    text-align: center;
    max-width: 60%;
    line-height: 1.35;
}

p.header-cat-text {
    font-size: 3vw;
    font-weight: 400;
    -webkit-text-fill-color: #fff0;
    -moz-text-fill-color: #fff0;
    background-color: #004b8b;
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-image: linear-gradient(45deg, #004b8b, #22a7e0);
}

a.go-to-form-btn {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-size: 1.4vw;
    text-transform: uppercase;
    background-image: linear-gradient(45deg, #fff, #666) !important;
    margin-top: 1.25em;
    padding: .5em 1em;
    border-radius: .7em;
    text-decoration: none;
}

.news_wrapper {
    flex-basis: 31%;
    border: 1px solid #eee;
    padding: 40px 20px 0;
    margin-bottom: 20px;
    margin-right: 25px;
    position: relative;
}

.badge-cat {
    position: absolute;
    background: #037cc2;
    color: #fff;
    border-bottom-right-radius: 10px;
    padding: 5px 10px;
    font-size: 12px;
    margin-top: -40px;
    margin-left: -20px;
}

.blog-main .section-title {
    margin-bottom: 30px;
}

.news_img {
    margin-bottom: 20px;
    text-align: center;
    vertical-align: top;
    width: 38%;
    margin-right: 20px;
    display: inline-block;
}

.news_content {
    display: inline-block;
    width: 55%;
}

h4.news_title a {
    text-decoration: none;
    font-size: 16px;
    color: #037cc2;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    line-height: 24px;
}

.news_date {
    color: #555;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}

.content-block {
    padding-right: 40px;
    padding-bottom: 50px;
}

h1.blog-title {
    color: #555;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
}

p.about-titletext {
    color: #037cc2 !important;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
	margin-top: 30px;
}

.expert-title {
    color: #037cc2;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: 700;
}

.desccat {
    margin: 40px auto;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.desccat .text {
    flex-basis: 43%;
}

.desccat .text h2 {
    font-size: 22px;
    margin: 0 0 5px;
    font-weight: 700;
    display: block;
    color: #037cc2;
}

.desccat .text li {
    margin-left: 10px;
    margin-bottom: 2px !important;
    padding-left: 0 !important;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    color: #555;
}

.container-fluid.advantages-block {
    background-color: #eee;
}

.advantages-wrapper {
    max-width: 1240px;
    margin: auto;
    padding: 50px;
}

img.img-fluid.adv-icon {
    max-width: 100px;
    display: block;
    margin: 0 auto;
}

p.about_number_text.animcount {
    font-size: 60px;
    color: #555;
    text-align: center;
    font-weight: 700;
    display: block;
    margin: 20px 0;
}

p.about_text {
    color: #037cc2;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    text-align: center;
}

.about-text {
    line-height: 24px;
    color: #555;
    text-align: justify;
    font-size: 16px;
}

section.section-video {
    background: #037cc2;
    text-align: center;
}

p.desc-cat-text {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #037cc2;
    line-height: 40px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}

.desc2 .desccat-img {
    width: 48%;
}

.desc2 .desccat {
    width: 50%;
    display: block;
    margin-left: 20px;
}

.cat-video-title {
    text-align: center;
    color: #efefef;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 30px;
}

img.img-fluidthumb {
    max-width: 75%;
}

p.video-title {
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 18px;
    text-align: center;
    margin-top: 10px;
}

.cat-title {
    width: 100%;
    background: #96969a;
    padding: 20px;
    color: #fff;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
	margin-bottom: 40px;
}

.related-block {
    border-left: 1px solid #eee;
    padding-left: 30px;
    padding-bottom: 50px;
}

a.back-to-all-link {
    color: #294682;
    text-decoration: none;
}

a.back-to-all-link:hover {
    text-decoration: underline;
}

.related-block-title {
	margin-top: 40px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #037cc2;
    font-size: 20px;
    line-height: 30px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}

.related_item {
	margin-bottom: 15px;
}
	
.related_item::after {
    content: "";
    display: inline-block;
    width: 60px;
    border-bottom: 1px solid #eee;
    margin-top: 15px;
    text-align: center;
}

.related_date {
    color: #555;
    font-size: 12px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

h4.related_title a {
    color: #294682;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
	text-decoration:none;
}

span.wpcf7-form-control-wrap input:not([type="checkbox"]) {
    background-color: #eee !important;
    border: 0;
    border-bottom: 2px solid #2f2f2f;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    height: 40px;
    margin-top: 15px;
    padding: 10px;
    line-height: 20px;
    color: #555;
    border-radius: 0;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    display: block;
    background: #037cc2;
    color: #fff;
    border: 0;
    cursor: pointer;
    border-radius: 20px;
    margin: 15px auto 10px;
    line-height: 10px;
    padding: 15px 40px;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner:hover{
	background-color: #7f7f83;
    color: #fff;
}

:focus, :focus-visible{
	outline: -webkit-focus-ring-color auto 1px;
}

.container-fluid.terms-socials {
    background: #f7f7f7;
}

.socials {
    padding-top: 10px;
}

.footer_soc a {
    text-decoration: none;
    fill: #fff;
    background: #393938;
    border-radius: 50px;
    padding: 0 6px 6px 8px;
    line-height: 1.5;
    margin-left: 10px;
}

.copyright-text {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 14px;
    color: #555;
    line-height: 1.4em;
}

ul.terms-pages {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
	padding-top: 10px;
}

img.terms-pages-img {
    max-height: 20px;
    width: auto;
	margin-right: 5px;
}

li.terms-pages-item a {
    color: #555;
    font-size: clamp(.75rem, .6197rem + .2128vw, .875rem);
    text-decoration: none;
}

@media screen and (max-width:500px) {

}

@media screen and (min-width:768px) and (max-width:992px) {

}

@media screen and (min-width:993px) and (max-width:1024px) {

}

@media screen and (min-width:1200px) and (max-width:1359px) {

}

@media screen and (min-width:1360px) and (max-width:1399px) {

}

@media screen and (min-width:1400px) and (max-width:1920px) {

}

@media screen and (min-width:1670px) and (max-width:1690px) {

}

@media screen and (min-width:1921px) {

}