@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");

/* CSS reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a,
a:hover {
    color: #464646;
    text-decoration: none;
}

html,
body {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    font-size: 16px;
    color: #000;
    font-family: "Poppins", sans-serif;
}

section {
    padding: 80px 0px;
}

.container {
    max-width: 1240px;
}

.navbar-default {
    background-color: transparent;
    border: none;
}

.navbar {
    margin: 0;
}

.header .navbar-nav .nav-link {
    padding: 0px !important;
    color: #000;
    margin: 0px 14px;
    text-transform: uppercase;
}

/*
.header.active .navbar-nav .nav-link {
    padding: 0px !important;
    color: #000;
    margin: 0px 14px;
}
*/

.header .navbar-nav .nav-link.active {
    color: #ec1f25 !important;
    background: #fff;
    border-radius: 100px;
}

/*
.header.active .navbar-nav .nav-link.active{
    color: #fff !important;
    background: #ec1f25;
}
*/

.navbar-nav {
    margin-top: 0px !important;
}

.navbar-toggler-icon {
    color: #000;
    margin-top: 10px;
}

.header.active .navbar-toggler-icon {
    color: #ec1f25;
    margin-top: 10px;
}


.navbar-toggler:focus {
    box-shadow: none;
}

.header {
    position: fixed;
    /*top: 40px;*/
    left: 0;
    width: 100%;
    padding: 10px 0px;
    z-index: 99;
    transition: all 0.3s ease-in-out;
    height: auto;
    background-color: #fff;
    text-align: center;
    line-height: 40px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.header .logo-g {
    display: none;
    transition: 0.5s;
}

.header.active {
    background: #fff;
    top: 0px !important;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.header.active .logo-g {
    display: block;
    transition: 0.5s;
}

.header.active .logo-w {
    display: none;
    transition: 0.5s;
}

.header.active .logo-g .logo {
    width: 100% !important;
    transition: 0.5s;
    /*background-image:url('../images/konu-logo.svg');*/
    /*background-repeat:no-repeat;*/
}

.logo {
    width: 100% !important;
    transition: 0.5s;
}

.navbar-nav .btn-success {
    background: #00a596;
    color: #fff !important;
    line-height: 40px;
    border-radius: 10px;
    padding: 0px 15px !important;
    border: none;
}

.slide {
    margin-top: 90px;
}

.carousel-control-prev-icon i,
.carousel-control-next-icon i {
    color: #ec1f25 !important;
    font-size: 30px;
}

.social-icons i {
    margin-left: 25px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #ec1f25;
}

h5 {
    color: #ec1f25;
    margin-bottom: 30px;
}

h2 {
    color: #000;
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: 900;
}

h3 {
    margin-bottom: 30px;
    color: #000;
}

p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 30px
}


.btn-theme {
    background: #ec1f25;
    color: #fff;
    padding: 10px 40px;
    transition: 0.3s;
    border-radius: 0px;
}

.btn-theme:hover {
    background: #000;
    color: #fff;
    transition: 0.3s;
    border-radius: 0px;
}


.card {
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s;
}

.card .number {
    height: 64px;
    width: 64px;
    padding: 8px;
    background: #ec1f25;
    color: #fff;
    font-size: 36px;
    text-align: center;
    margin-top: -56px;
    margin-bottom: 30px;
}

.card p {
    color: #595959;
}

.card:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
}


.card-red {
    box-shadow: none;
    border-radius: 0px;
    border: none;
    background: #FEF2F2;
    color: #000;
    transition: 0.3s;
    padding: 30px 0px;
    text-align: center;
    margin-bottom: 15px;
}

.card-red:hover {
    background: #EC1F25;
    transition: 0.3s;
    color: #fff;
}

.card-red i,
.card-choose i {
    font-size: 46px;
    margin-bottom: 20px;
    transition: 0.3s;
}

.card-red p,
.card-choose p {
    font-size: 20px;
    margin-bottom: 15px;
    transition: 0.3s;
    color: #000
}

.card-red h3 {
    font-size: 60px;
    margin-bottom: 0px;
    transition: 0.3s;
}

.card-red:hover i,
.card-red:hover p,
.card-choose:hover i,
.card-choose:hover p,
.card-red:hover h3 {
    color: #fff;
    transition: 0.3s;
}



.card-choose {
    box-shadow: none;
    border-radius: 0px;
    border: none;
    background: #FEF2F2;
    color: #000;
    transition: 0.3s;
    padding: 30px 0px;
    text-align: center;
    margin-bottom: 15px;
}

.card-choose:hover {
    background: #000;
    transition: 0.3s;
    color: #fff;
}

.choose {
    position: relative
}

.choose-boy {
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 525px;
    height: 680px;
}
.testimonials{
    background-image: url(../images/testimonial-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.carousel-item p{
    color: #c5c5c5;
}

.carousel-item p.client-name{
    color: #ec1f25;
    font-size: 18px;
    font-weight: bold;
}

footer li a:hover{
    color: #ec1f25;
}


.inner-banner{
    padding: 100px 0px;
    margin-top: 90px;
    background: #ec1f25;
    position: relative;
}
.inner-banner h3{
    color: #fff;
}
.inner-banner-img{
    position: absolute;
    right: 10%;
    bottom: -22%;
    max-width: 600px;
    width: 100%;
    
}

iframe{
    border: 0;
    width: 100%;
    height: 360px;
}

.address i{
    color: #ec1f25;
    font-size: 60px;
    margin-top: 30px;
}

/*Responsive*/
@media screen and (max-width: 768px) {

    .container {
        width: 100%;
    }

    .header {
        top: 0px;
        height: 70px;
    }

    .header.active .logo,
    .logo{
        width: 60% !important;
    }

    .navbar-collapse {
        background: #ec1f25;
    }

    .navbar-nav .nav-link {
        color: #fff;
    }
    .inner-banner{
        margin-top: 70px;
    }
    
    .inner-banner-img{
        right: 0 !important
    }
    
    .choose-boy{
        display: none;
    }
}
