@import "menu.css";
#g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}

.g-recaptcha {
    width: 40%;
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    float: left;
}
body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 1.9;
    color: rgb(112, 112, 112);
    background-color: #f7f8f9;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
container {
    max-width: 1400px;
}
ul {
    list-style: none;
}

a {
    text-decoration: none;
}

/* UST */

/* genel kullanım css */

.beyaz {
    background-color: #fff;
}
.gri {
    background-color: #eef0f4;
}

/* genel kullanım css */

/* FOOTHER */
#footer ul {
    margin: 0;
    padding: 0;
}
.ilet-c {
    display: flex;
}
.social-ul {
    margin: 0;
    padding: 0;
}
.social-ul li {
    list-style: none;
    display: inline-block;
    color: #242424;
    margin-left: 8px;
    margin-right: 8px;
    font-size: 15px;
}

.social-ul li:hover {
    color: #fc721e;
}

.ilet-icon {
    color: #242424;
}

.tel {
    color: #fff;
    font-size: 16px;
}

.tel:hover {
    color: #fc721e;
}

.mail-s {
    color: #111;
    font-weight: 400;
}
.mail-s:hover {
    color: #fc721e;
}

.alt-menu-baslik {
    font-size: 24px;
    font-weight: 500;
    color: #111111 !important;
}
.menu-link li {
    margin-top: 4px;
    color: #242424;
    font-weight: 300;
}
.menu-link li:hover {
    color: #fc721e;
}
/* FOOTHER */

/* SLİDER */
.item {
    background-position: center center;
    background-size: cover;
}
.slider-baslik-h1 {
    color: #fc721e;
    font-size: 24px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    margin: 0px;
}
.slider-baslik-h2 {
    color: #242424;
    font-size: 48px;
    font-weight: 800;
    font-family: "Poppins", sans-serif;
}
.slider-baslik-p {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}

/* SLİDER */

.s-p {
    padding-top: 80px;
    padding-bottom: 80px;
}

/* HİZMETLER */
.hizmet-bloc {
    background-color: #fff;
    padding: 25px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.hizmet-bloc:hover {
    padding: 25px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 12.5px 10px rgb(0 0 0 / 3%), 0 100px 80px rgb(0 0 0 / 3%);
}

.hizmetler-index h2 {
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    color: #242424;
}
.hizmet-link {
    color: #fc721e;
}
.hizmet-link:hover {
    color: #242424;
}
.hizmet-link::after {
    content: url("../img/ok2.png");
    margin-left: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.hizmet-link:hover::after {
    content: url("../img/ok3.png");
    margin-left: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/* HİZMETLER */

.kapsafotovideo {
    position: relative;
}
.videoiconprofil {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background-color: #00a0e2;
    margin-top: -110px;
    margin-left: 35px;
}
.pulse {
    width: 80px;
    height: 80px;
    background: #fc721e;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 100px;
    font-family: verdana, sans-serif;
    text-transform: uppercase;
    animation: animate 3s linear infinite;
}

@keyframes animate {
    0% {
        box-shadow: 0 0 0 0 rgba(252, 114, 30, 0.7),
            0 0 0 0 rgba(252, 114, 30, 0.7);
    }

    40% {
        box-shadow: 0 0 0 50px rgba(236, 79, 79, 0),
            0 0 0 0 rgba(252, 114, 30, 0.7);
    }

    80% {
        box-shadow: 0 0 0 50px rgba(255, 109, 74, 0),
            0 0 0 30px rgba(255, 100, 74, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(236, 79, 79, 0),
            0 0 0 30px rgba(236, 79, 79, 0);
    }
}

.detay-btn {
    background-color: #fc721e;
    padding: 12px 20px;
    color: #fff;
    border: none;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.detay-btn::after {
    content: url("../img/ok.png");
    margin-left: 10px;
}
.detay-btn:hover {
    background-color: #242424;
    padding: 12px 30px;
    color: #fff;
    border: none;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.detay-btn3 {
    background-color: #fc721e;
    padding: 12px 20px;
    color: #fff;
    border: none;
    width: 250px;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.detay-btn3::after {
    content: url("../img/ok.png");
    margin-left: 10px;
}
.detay-btn3:hover {
    background-color: #242424;
    padding: 12px 30px;
    color: #fff;
    border: none;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.detay-btn2 {
    background-color: #fc721e;
    padding: 12px 20px;
    font-weight: 600;
    color: #fff;
    border: none;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.detay-btn2::before {
    content: url("../img/telephone.png");
    margin-right: 10px;
}
.detay-btn2:hover {
    background-color: #242424;
    padding: 12px 30px;
    color: #fff;
    border: none;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.item-ortak{
    width: 90px;
    padding: 12px;
    border-radius: 12px;
}

.mb-t-80{
    margin: 80px auto;
}

.tel-phone{
    font-size: 18px;
    color: #111;
}

.adres-arte{
    font-size: 14px;
    color: rgb(147, 147, 147);
}

::placeholder {
    color: rgb(179, 178, 178)!important;
    font-size: 14px;
    opacity: 1;
}

.border-maps{
    border-top: 6px solid #dadadb;
    border-bottom: 6px solid #dadadb;
}

.btnnn{
    border: none;
    background-color: #fc721e;
    border-radius: 12px;
    padding: 8px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btnnn:hover{
    background-color: #242424;
    padding: 8px 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mail-arte{
    font-size: 16px;
    color: rgb(38, 74, 125);
}

.tel-gsm{
    font-size: 18px;
    margin-left: 27px; 
    color: #111;
}

.logo2 img {
	filter: grayscale(100%);
	border: 1px solid #dedbdb;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	cursor: pointer;
}

.logo2 img:hover {
	filter: grayscale(0%);
	border: 1px solid #c9c9c9;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.detay-btn-whatsap {
    background-color: #47c756;
    padding: 12px 20px;
    font-weight: 600;
    color: #fff;
    border: none;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.detay-btn-whatsap:hover {
    background-color: #242424;
    padding: 12px 30px;
    color: #fff;
    border: none;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.detay-btn-whatsap::before {
    content: url("../img/whatsapp.png");
    margin-right: 10px;
}

.section-kimdir h3 {
    font-size: 38px;
    font-family: "Poppins", sans-serif;
    color: #242424;
    font-weight: 700;
}

.section-kimdir span {
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    color: #fc721e;
    display: inline-block;
    margin-bottom: 15px;
}

#section-foto h4 {
    font-size: 26px;
    font-family: "Poppins", sans-serif;
    color: #242424;
    font-weight: 700;
}

#section-yorum h4 {
    font-size: 26px;
    font-family: "Poppins", sans-serif;
    color: #242424;
    font-weight: 700;
}

#section-yorum span {
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    color: #242424;
}

.yorum-con {
    max-width: 800px;
}
#section-yorum p::after {
    content: url("../img/quote-left.png");
    margin-left: 30px;
}

#section-yorum p::before {
    content: url("../img/quote-right.png");
    margin-right: 30px;
}

.item-y {
    display: inline-block;
    padding: 60px 120px;
}

#section-randevu {
    background-image: url("../img/bg.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    padding-top: 80px;
    padding-bottom: 80px;
}
#section-randevu span {
    color: #fff;
    display: block;
    font-size: 28px;
    font-family: "Poppins", sans-serif;
    font-weight: 900;
}
#section-randevu H4 {
    color: #fff;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
}

.cevremici {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    color: #777;
}

.cevremici:hover {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    color: #242424;
}
.arte-copy {
    color: #242424;
    font-size: 15px;
}

.bantbaslik {
    background-color: #fff7f1;
    padding-top: 20px;
    padding-bottom: 20px;
}

.bantbaslik span {
    font-size: 28px;
    color: #242424;
}
.breadcrumb-item a {
    color: #000;
}
.breadcrumb-item a:hover {
    color: #fc721e;
}

.section-content {
    background-color: #fff;
}
.breadcrumb {
    margin-bottom: 0rem;
}
.bosluk {
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-content ul {
    margin: 0px;
    padding: 0px;
}
.section-content ul li {
    color: #777;
}

.section-content ul li::before {
    content: url(../img/onay-icon.png);
    margin-right: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.gh1 {
    color: #242424;
    font-size: 28px;
}

.gh2 {
    color: #242424;
    font-size: 22px;
}

.img-c{
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.urun-baslik{
    color: #242424;
    font-size: 22px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.urun-baslik:hover{
    color: #fc721e;
    font-size: 22px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ur-alt-mn{
    font-size: 18px;
    color: #242424;
}
.tarih {
    color: #242424;
    font-size: 14px;
}
.tarih::before {
    content: url(../img/takvim-k-icon.png);
    margin-right: 10px;
}
.gh3 {
    color: #242424;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.gh3:hover {
    color: #fc721e;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog-yan-menu-cizgi {
    border-bottom: 1px solid #e0e2e6;
}

.gh4 {
    color: #1b2336;
    font-size: 22px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.gh4:hover {
    color: #fc721e;
    font-size: 22px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.owl-theme .owl-dots .owl-dot span {
    width: 24px !important;
}

.mp-t-80{
   margin: 80px auto;
}

#cozum h5 {
    font-size: 26px;
    font-family: "Poppins", sans-serif;
    color: #242424;
    font-weight: 700;
}

.baslik-h-i {
    color: #242424;
    font-size: 22px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.baslik-h-i:hover{
    color: #fc721e;
    font-size: 22px;
}
.scale {
	margin: 0 auto;
	width: auto;
	height: auto;
	overflow: hidden;
	cursor: pointer;
}
.scale img{
	transition: 2.2s;
}
.scale:hover img{
	transform: scale(1.3);
}
.radius-dolap{
    border-radius: 12px;
}

/*MEDIA QUERY*/
@media (min-width: 0px) and (max-width: 575.98px) {
    .mb-sm {
        margin-bottom: 15px;
    }
    .hizmet-bloc {
        margin-bottom: 20px;
    }
    .kim-foto {
        margin-bottom: 80px;
    }
    .item-y {
        padding: 60px 15px;
    }
    .mb-s {
        margin-bottom: 60px;
    }
}
@media (min-width: 575.98px) and (max-width: 767.98px) {
    .mb-sm {
        margin-bottom: 15px;
    }
    .hizmet-bloc {
        margin-bottom: 20px;
    }
    .item-y {
        padding: 60px 15px;
    }
}

@media (min-width: 767.98px) and (max-width: 991.98px) {
    .mb-sm {
        margin-bottom: 15px;
    }
    .hizmet-bloc {
        margin-bottom: 20px;
    }
    .item-y {
        padding: 60px 15px;
    }
}
@media all and (min-width: 992px) {
    .navbar .dropdown-menu-end {
        right: 0;
        left: auto;
    }
    .navbar .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
        margin-top: 0;
    }
    .navbar .nav-item:hover .nav-link {
        color: #fff;
    }
    .navbar .dropdown-menu.fade-down {
        top: 80%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }
    .navbar .dropdown-menu.fade-up {
        top: 180%;
    }
    .navbar .nav-item:hover .dropdown-menu {
        transition: 0.3s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0deg);
    }
}

@media (min-width: 991.98px) and (max-width: 1199.98px) {
}

@media (min-width: 1199.98px) and (max-width: 1399.98px) {
}
@media (min-width: 1199.98px) {
}
/*MEDIA QUERY*/
