@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: 60% !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;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #FF2F01;
}

h5 {
    margin-bottom: 20px;
}

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
}



.hero-banner{
    background-image: url(../images/hero-banner.png);
    background-attachment: fixed;
    background-size: cover;
    margin-top: 80px;
}

.btn-white{
    background: #fff;
    padding: 14px 30px;
    color: #FF2F01;
    border-radius: 8px;
    font-weight: bold;
    transition: 0.3s;
}
.btn-white:hover{
    background: #000;
    padding: 14px 30px;
    color: #fff;
    border-radius: 8px;
    font-weight: bold;
    transition: 0.3s;
}

.btn-white-outline{
    background-color:transparent;
    border: solid 2px #fff;
    padding: 14px 30px;
    color: #fff;
    border-radius: 8px;
    font-weight: bold;
    transition: 0.3s;
}
.btn-white-outline:hover{
    background-color:#fff;
    border: solid 2px #fff;
    padding: 14px 30px;
    color: #000;
    border-radius: 8px;
    font-weight: bold;
    transition: 0.3s;
}
.orange{
    color: #FF2F01;
    font-weight: bold
}

.card-blue{
    background: #FFFBFA;
    padding: 25px;
}
.icon{
    font-size: 18px;
    background: #FF2F01;
    padding: 10px;
    height: 46px;
    width: 46px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    border-radius: 8px;
    margin-bottom: 25px;
}

.icon-circle{
    margin: auto;
    font-size: 18px;
    background: #FF2F01;
    padding: 10px;
    height: 46px;
    width: 46px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    border-radius: 8px;
    margin-bottom: 25px;
    border-radius: 100px;
}

iframe{
    width: 100%;
    height: 350px;
    border-radius: 8px;
}

small{
    color: #FF2F01;
}

footer{
    background: #2E1E1A;
    padding: 60px 0px 0px;
    font-size: 14px;
    font-weight: 100
}

.footlinks li{
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
    transition: 0.3s;
    display: flex;
    font-size: 14px;
    font-weight: 100
}

.footlinks li::before{
    content: '\f1b9';
    position: absolute;
    color: #FF2F01;
    font-size: 14px;
    font-family: 'Font Awesome 7 Free';
    font-weight: bold;
    left: 0;
    line-height: 26px;
}
.footlinks a{
    color: #fff;    
    transition: 0.3s;
    display: flex
}
.footlinks a:hover{
    color: #FF2F01;   
    padding-left: 10px;
    transition: 0.3s;
}

.copy{
    padding: 30px 0px;
    border-top: solid 1px #FF2F01;
    margin-top: 30px;
}
.copy small{
    color: #ccc;
    font-weight: 100
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 99;
  font-size: 16px;
  border: none;
  outline: none;
  background-color: #FF2F01;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 8px;
}

#myBtn:hover {
  background-color: #000;
}

.inner-pages{
    font-weight: 200
}
.inner-pages h3{
    margin-top: 60px;
}

.inner-pages .mb-1{
    font-weight: 500
}

.list{
    margin-left: 25px;
    margin-bottom: 30px;
}
.list li{
    list-style: disc;
    margin-bottom: 10px;
}

/*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;
    }
}
