*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* FONTS START*/
.archivo-black-regular {
    font-family: "Archivo Black", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .arial-bold-25{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    font-size: 25px;
    color: #00626b;
}

  .arial-bold-20{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    font-size: 20px;
    color: #00626b;
}

.arial-bold{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    font-size: 18px;
    color: #00626b;
}

.arial-bold-15{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    font-size: 15px;
    color: #00626b;
}

  .arial-regular-15{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #00626b;
}

.col-lg-3 h3{
    font-size: 25px;
    font-weight: bolder;
    color: #00626b;
}

.col-lg-3 p{
    font-size: 18px;
}
  /*FONTS END  */




/* NAVBAR START */
#ilkBolum {
    /* background-image: url(../images/footer-bg-photo-2.png); */
    background-size: cover;
    height: auto;
    background-position: center;
    padding-top: 50px;
    padding-bottom: 50px;
}


nav{
    background-color: #ebe97c;
    border-radius: 16px;
    width: 85%;
    margin: 0 auto;
}

.nav-links ul li{
    list-style-type: none;
}

.nav-yellow-area{
    /* margin-top: 80px; */
    padding: 5px;
}

.navbar-brand{
    float: left;
}

.nav-links{
    float:right;
}

.navbar-brand a img{
    height: 80px;
    margin: 5px;
}

.nav-links .nav-item{
    float: left;
}

.nav-links .nav-link{
    color: #00626b;
    font-size: 20px;
    font-weight: 700;
    display: block;
    padding: 32px;
    margin-left: 100px;
}

.nav-item:hover{
    color:#eb3132;    
}

/* NAVBAR END */


/* GREEN - RED LINES START */
.first-line{
    justify-content: center;
}

.second-line{
    justify-content: center;
    background-color: #ebe97c;
}

.third-line img{
    padding: 0;
}

.fourth-line img{
    padding: 0;
}
/* GREEN - RED LINES END */

/* İLK KISIM SONU */


/* İKİNCİ KISIM START */
#contact-map{
  position: relative;
  width: 100%;
  margin: 15px 0;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-top: 1px solid #eb3132;
  border-left: 1px solid #eb3132;
  border-bottom: 1px solid #00626b;
  border-right: 1px solid #00626b;
  border-radius: 8px; /* İsteğe bağlı */
}

#contact-map iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#contact-up {
  display: flex;
  flex-wrap: wrap;
}

#contact-form, #contact-map {
  flex: 1;
  min-height: 95%;
}

.btn-send {
    width: 100%;
    background-color: #00626b !important;
    border: none !important;
    color: #fff !important;
    font-family: "Archivo Black", sans-serif !important;
    font-weight: 100 !important;
    font-size: 18px !important;
    margin-top: 16px;
    padding: 12px 0 !important;
    letter-spacing: 2px !important;
    border-radius: 8px !important;
    cursor: pointer;
}

form{
    margin-top: 8px;
}

form label{
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 18px !important;
    color: #eb3132;
    padding: 2px;
}

input,
textarea {
  position: relative !important;
  z-index: 1 !important;
  background: white !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
}

input:focus,
textarea:focus {
  border: 1px solid transparent !important;
  background-image: linear-gradient(white, white), linear-gradient(to right, #eb3132 , #01626b) !important;
  background-origin: border-box !important;
  background-clip: padding-box, border-box !important;
  outline: none !important;
  box-shadow: none !important;
}
/* İKİNCİ KISIM END */





/* FOOTER START */
#sonBolum {
    background-image: url(../images/footer-bg-photo-2.png);
    background-size:cover;
    height: 550px;
    background-position:74%;
    padding-top: 50px;
}

#sonBolum #footer-left{
    text-align: center;
}

#sonBolum #footer-left p{
    width: 50%;
    margin: auto;
    line-height:170%;
    letter-spacing: 0.5px;
}

#sonBolum #footer-center{
    text-align: center;
}

#sonBolum #footer-center ul{
    line-height:170%;
    letter-spacing: 0.5px;
}

#sonBolum #footer-center h3{
    margin-bottom: 76px;
    letter-spacing: 3px;
}

#sonBolum #footer-center a{
    text-decoration: none;
    color: #00626b;
    transition: ease .2s;
}

#sonBolum #footer-center a:hover{
    color:#eb3132;
}


#sonBolum #footer-right section{
    width: 50%;
    margin: auto;
}

#sonBolum #footer-right h3{
    margin-bottom: 76px;
    letter-spacing: 3px;
}

#sonBolum #footer-right p{
    margin: 0;
}

#sonBolum .col-md-4{
    position: relative;
}

#sonBolum .col-md-4 ul{
    padding: 0;
}

#sonBolum .col-md-4 ul li{
    list-style-type: none;
}

.footer-icon{
    width: 80%;
}

#contact-up{
    align-items: center;
}

#contact-up .col-md-4{
    padding: 0;
}


#contact-down{
    align-items: center;
}

#contact-down .col-md-4{
    padding: 0;
}
/* FOOTER END */





@media only screen and (max-width: 1417px){
    .nav-links .nav-link{
        margin-left: 20px;
    }
}


@media only screen and (max-width: 1199px){
    .nav-links .nav-link{
        margin-left: 20px;
    }
}

@media only screen and (max-width: 1070px){
    .nav-links .nav-link{
        margin-left: 20px;
    }
}

@media only screen and (max-width: 1041px){
    .nav-links .nav-item{
        margin-left: -20px;
    }
}

@media only screen and (max-width: 991px){
    .nav-links .nav-item{
        margin-left: -35px;
    }
}

@media only screen and (max-width: 876px){
    .nav-links .nav-item{
        margin-left: -43px;
    }
}

@media only screen and (max-width: 838px){
    .nav-links .nav-item{
        margin-left: -50px;
    }
}

@media only screen and (max-width: 805px){
    .nav-links .nav-item{
        margin-left: -45px;
    }

    .nav-links .nav-item a{
        font-size: 17px;
    }
}

@media only screen and (max-width: 767px){  
    #sonBolum {
        background-image: url(../images/footer-bg-photo-1.png);
        background-size:cover;
        min-height:fit-content;
        background-position:72.5%;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .nav-links .nav-item{
        margin-right: -22px;
    }

    #sonBolum #footer-right{
        text-align: center;
    }

    #sonBolum #footer-right img{
        width: 25%;
    }

    #sonBolum #footer-center h3{
        margin-top: 36px !important;
        margin-bottom: 10px;
    }
    

    #sonBolum #footer-center ul{
        margin-top: 5px !important;
    }

    #sonBolum #footer-right h3{
        margin-top: 36px !important;
        margin-bottom: 10px;
    }

    #small-device-address{
        margin-top: 5px !important;
    }

    .fourth-line{
        padding-top: 10px;
    }

}


@media only screen and (max-width: 636px){
    .nav-links .nav-item{
        margin-right: -25px;
    }
}


@media only screen and (max-width: 629px){
    .nav-links .nav-item{
        margin-right: -29px;
    }
}

@media only screen and (max-width: 610px){
    .nav-links .nav-item{
        margin-left: -47px;
    }
}


@media only screen and (max-width: 680px){
    .nav-links .nav-item a{
        font-size: 16px;
    }
}



@media only screen and (max-width: 600px){
    .main-bg-image{
        height: 100%;
        text-align: center;
        align-items: center;
    }

    .nav-yellow-area{
        display:block;
    }

    nav{
        background-color: #ebe97c;
        align-items: center;
        height: 350px;
    }

    .nav-links{
        position: relative;
        text-align: center;
    }

    .nav-links, .nav-item, a{
        width: 100%;
    }

    .nav-links ul li{
        width: 105%;
        height: 59px;
        margin: 0;
    }

    .nav-link{
        justify-content: center;
        align-items: center;
        line-height: 0.5px;
    }

    .nav-item:hover{
        color: #eb3132;
    }

    .navbar-brand{
        width: 100%;
    }

    form label{
        font-size: 16px !important;
        padding: 0 !important;
    }
}