@charset "UTF-8";

/*
Theme Name: FirmaTemasi
Text Domain: firmatemasi
Version: 1.0.25
Requires at least: 5.0
Requires PHP: 8.2.0
Description: Kurumsal tema
Tags: blog, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, theme-options, translation-ready, block-styles, wide-blocks, accessibility-ready
Author: FirmaTemasi
Author URI: https://www.bs-internet.com/
Theme URI: https://wordpress.org/themes/twentytwenty/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
body {
    color: #696969;
    background: #fff;
    font-weight: 400;
    line-height: 1.8;
    font-size: 18px;
    font-family: "Dosis", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

a {
    color: #696969;
    cursor: pointer;
    outline: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #FFAF7B;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 12px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #242424;
}

h1 {
    font-size: 45px;
}

h2 {
    font-size: 45px;
}

h3 {
    line-height: 1.5;
    font-size: 30px;
}

h4 {
    line-height: 1.4;
    font-size: 27px;
}

h4.footer-widget-title {
	font-size: 21px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 18px;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.z-100 {
    z-index: 100 !important;
}

.mt-n100 {
    margin-top: -100px;
}

.w-85 {
	max-width: 85% !important;
}

::placeholder {
  color: #000;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #000;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1200px;
    }
}

.wp-block-column {
	position: relative;
}

h1 {
    font-weight: 200;
    color: #242424;
    font-family: "Dosis", sans-serif;
}


h2,
h3,
h4,
h5,
h6,
.feedback-content-item,
.news-item .news-header .date span {
    font-weight: 500;
    color: #242424;
    font-family: "Dosis", sans-serif;
}
.bg-text {
    font-family: "Dancing Script", cursive;
    text-transform: capitalize;
    color: rgba(0, 0, 0, 0.10);
    margin-top: -20px;
    font-size: 90px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    line-height: 1;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-transform: translate(-25px, -25%);
    -ms-transform: translate(-25px, -25%);
    transform: translate(-25px, -25%);
}

h3.wp-block-heading {
    font-family: "Dancing Script", cursive;
    text-transform: capitalize;
    color: rgba(0, 0, 0, 0.10);
    margin-top: -5px;
    font-size: 90px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    line-height: 1;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

@media only screen and (max-width: 1199px) {
    h3.wp-block-heading,
	.bg-text {
        font-size: 150px;
    }
}

@media only screen and (max-width: 767px) {
    h3.wp-block-heading,
	.bg-text {
        font-size: 60px;
    }
}

@media only screen and (max-width: 375px) {
    h3.wp-block-heading,
	.bg-text {
        font-size: 50px;
    }
}

.text-center .bg-text {
    left: 50%;
    -webkit-transform: translate(-50%, -25%);
    -ms-transform: translate(-50%, -25%);
    transform: translate(-50%, -25%);
}

/** 
 * Navigation Section
*/
.navbar {
    border-radius: 0;
    background-color: transparent;
    margin-bottom: 0;
    border: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 100;
}

.navigation {
    width: 100%;
}

.navigation.offset {
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.navigation.scrolling {
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    -o-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
}

.navigation.sticky {
    position: fixed;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 76px;
    top: 0;
    z-index: 120;
    padding-top: 7px;
    padding-bottom: 7px;
    box-shadow: 0 0 8px 0px rgba(64, 64, 64, 0.16);
}

.navigation.sticky.scrolling {
    opacity: 1;
    visibility: visible;
}

.nav-link {
    position: relative;
    display: block;
    font-size: 18px;
    opacity: 1;
    font-weight: 500;
    color: #fff;
	padding: 1.5rem!important;
    text-transform: uppercase;
    font-family: "Dosis", sans-serif;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .navbar-nav .nav-link:hover {
    color: #fff;
}

img.logo-img {
	max-width: 300px;
}
img.footer-logo-img {
	max-width: 300px
}

@media(max-width:768px) {
	img.logo-img {
		max-width: 250px;
	}
	.navbar-toggler {
		background-color: #fff;
	} 
	ul.navbar-nav {
		background-color: #000;
	}
	img.footer-logo-img {
		max-width: 250px;
		margin-bottom: 30px;
	}
	.footer-logo {
		text-align: center
	}
	.footer-widget {
		margin-bottom: 30px;
	}
}

/** 
 * Slider Section
*/
.slider-section {
    background: #fff;
}

.slider-section .slick-arrow {
    width: 50px;
    height: 50px;
    z-index: 2;
    opacity: 0;
    color: #fff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: calc(50% - 25px);
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.slider-section .slick-arrow:focus,
.slider-section .slick-arrow:hover {
    background: #fff;
    border-color: #fff;
    color: #242424;
}

.slider-section .slick-arrow.slider-prev {
    left: 70px;
}

@media only screen and (max-width: 991px) {
    .slider-section .slick-arrow.slider-prev {
        left: 15px;
    }
}

.slider-section .slick-arrow.slider-next {
    right: 70px;
}

@media only screen and (max-width: 991px) {
    .slider-section .slick-arrow.slider-next {
        right: 15px;
    }
}

.slider-section:hover .slick-arrow {
    opacity: 1;
}

.slider-single-item {
    z-index: 1;
    min-height: 100vh;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background-size: cover;
    padding-top: 400px;
    padding-bottom: 130px;
    z-index: 1;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .slider-single-item {
        min-height: 70vh;
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.slider-single-item:after {
    position: absolute;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    content: '';
    left: 50%;
    top: 50%;
    z-index: 2;
    -webkit-filter: blur(300px);
    filter: blur(300px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(39, 39, 39, 0.6);
}

.slider-single-item * {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.slider-single-item .container {
    z-index: 5;
}

.slider-single-item .bg-text {
    font-size: 150px;
    color: #fff;
    opacity: 0.4;
    left: 50%;
    top: 58%;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
}

@media only screen and (max-width: 1500px) {
    .slider-single-item .bg-text {
        font-size: 250px;
    }
}

@media only screen and (max-width: 1199px) {
    .slider-single-item .bg-text {
        font-size: 200px;
    }
}

@media only screen and (max-width: 991px) {
    .slider-single-item h1 {
        margin-bottom: 1px !important;
    }

    .slider-single-item .bg-text {
        font-size: 150px;
        top: 55%
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .slider-single-item .bg-text {
        font-size: 120px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-single-item .bg-text {
        font-size: 100px;
    }
}

@media only screen and (max-width: 575px) {
    .slider-single-item .bg-text {
        font-size: 80px;
    }
}

@media only screen and (max-width: 480px) {
    .slider-single-item .bg-text {
        font-size: 50px;
    }
}

.slider-single-item h1 {
    color: #fff;
    font-size: 60px;
    line-height: 1.08;
    margin-bottom: 25px;
    font-weight: 500;
	max-width: 50%;
	margin:0 auto; 
}

@media only screen and (max-width: 1500px) {
    .slider-single-item h1 {
        font-size: 60px;
    }
}

@media only screen and (max-width: 1199px) {
    .slider-single-item h1 {
        font-size: 55px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-single-item h1 {
        font-size: 45px;
        margin-top: 150px;
        margin-bottom: 0px !important;
    }
}

@media only screen and (max-width: 575px) {
    .slider-single-item h1 {
        font-size: 35px;
    }
}

@media only screen and (max-width: 480px) {
    .slider-single-item h1 {
        font-size: 30px;
        margin-top: 128px;
        margin-bottom: 10px !important;
    }
}

.slider-single-item .slider-btn {
    margin-left: -10px;
    margin-right: -10px;
}

.slider-single-item .slider-btn .theme-btn {
    margin: 10px 10px 0;
}

.slider-single-item.slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slider-single-item.slick-active .bg-text {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.slider-single-item.slick-active h1,
.slider-single-item.slick-active .slider-btn .theme-btn {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.slider-single-item.slick-active .sub-title {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.slider-single-item.slick-active h1 {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.slider-single-item.slick-active .slider-btn .theme-btn:first-child {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.slider-single-item.slick-active .slider-btn .theme-btn:last-child {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.bg-grey {
	background-color: #F7F7F7;
}

.form-control-lg {
    padding: 1rem;
    font-size: 1rem;
}
.appointment-area {
	padding-top: 80px;
	padding-bottom: 80px
}

.wp-block-button__link {
    color: #242424;
    background-color: #FFCC03;
	border-color: #242424; 
    border-radius: 0;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.333em + 2px) calc(2.333em + 2px);
    font-size: 1.115em;
}

.wp-block-button__link:hover {
	color: #242424
}

.page-title {
	background-color: #f7f7f7;
	background-image: url(https://ezgiberberogluguzellik.com/wp-content/uploads/2024/05/page-bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 100px;
	padding-bottom: 80px;
	position: relative;
	overflow: hidden;
}
.page-title:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: rgba(0,0,0,0.25);
}
.page-title h1 {
	z-index: 5;
	position: relative;
	font-weight: 500;
	color: #fff;
	margin-top: 30px;
	margin-bottom: 20px;
	text-transform: uppercase;	
}
.page-title ul {
    margin: 0;
    padding: 0;
    z-index: 5;
    position: relative;
}
.page-title ul li {
	list-style: unstyled;
	display: inline;
	position: relative;
	font-size: 22px;
	margin: 0 15px;
}
.page-title ul li:not(:first-child):before {
	margin-left: 0;
	margin-right: 0;
	width: 8px;
	height: 8px;
	background: white;
	line-height: 8px;
	border-radius: 50%;
	text-align: center;
	content: '';
	z-index: 55;
	position: absolute;
	left: -20px;
	/* right: 20px; */
	top: 12px;
}

.contact-info-item {
	text-align: center;
	background: #F9F9F9;
	margin-bottom: 30px !important;
	padding: 40px 55px 20px;
	min-height: 300px;
	border: 1px solid rgba(0, 0, 0, 0.07);
}

/**
 * WhatsApp Button
 */
.whatsApp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: center;
    z-index: 100;
    background-color: transparent;
    width: 50px;
    height: 50px;
}

.float-left {
	float: left;
}