﻿ #drop1:hover{
	background-color:black;
}
#drop2:hover{
	background-color:black;
}
#drop3:hover{
	background-color:black;
}
a.whatsapp{
        position: fixed;
        right: 40px;
        bottom: 40px;
        width: 65px;
        height: 65px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #25D366;
        border-radius: 50%;
    }
        a.whatsapp:hover{
        width: 75px;
        height: 75px;
        background-color: #25c468;
        }


.whatsimg{

	position: fixed;
        right: 40px;
        bottom: 40px;
        width: 80px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
		z-index:1;
		transition: transform .5s;
}
.phoneimg{

	position: fixed;
        right: 30px;
        bottom: 140px;
        width: 90px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
	z-index:1;
	transition: transform .5s;
	visibility: hidden;

}
.phoneimg:hover{

	 -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.2); 


}

.whatsimg:hover{
	-ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.2); 
        background-color: #25c468;
		border-radius: 50%;
}
.headermodell h5{
		visibility: hidden;
	}
 #btniletisim:hover{
        font-size: 50px;
        width: 183px;
        height: 55px;
    }


.ortala {
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}


.ortala2 {
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.ortala3 {
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.ortala4 {
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.amblem {
    width: 70px;
    height: 50px;

}

.baslik {
    letter-spacing: 2px;
    font-weight: bold;
    font-family: serif;
}

.nav-link {
    color: white;
    font-weight: 700;
}

.slideImg {
    margin: 0;

}

#navbar {
    transition: top 0.3s;
    top: -200px;

}

.baslik {
    font-size: 27px;
}




.nav-link:hover {
    background-color: #211d1f;
    border-radius: 20px;


}

.active {
    background-color: darkolivegreen;
    border-radius: 20px;
}




/*TELEFON FACEBOOK NSTAGRAM*/
#mySidenav a {
    position: fixed;
    left: -100px;
    transition: 0.3s;
    width: 135px;
    text-decoration: none;
    font-size: 13px;
    color: white;
    border-radius: 0 40px 40px 0;
    text-align: right;
}

#mySidenav a:hover {
    left: 0;
}

#whats {
    top: 370px;
    background-color: #25D366;
}

#phone {
    top: 90px;
    background-color: #339900;
}

#youtube {
    top: 157px;
    background-color: #FF0000;
}

#facebook {
    top: 230px;
    background-color: #1877F2;
}

#instagram {
    top: 300px;
    background-color: #E1306C;
}

/*TELEFON FACEBOOK NSTAGRAM*/

/*  <!-- header-->*/
.headerText {
    font-size: 55px;
    font-weight: 900;
    font-family: 'Merienda One', cursive;
}

.headerText2 {
    font-family: 'Sniglet', cursive;
    font-size: 30px;
}

.headerTema {
    background-color: #022B2E;
    color: white;
    padding-top: 100px;
    padding-bottom: 20px;
}



.portfolio-item {
    position: relative;
    float: left;
    margin-bottom: 30px;
}

.portfolio-item img {
    display: block;
}


.img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: floralwhite;
    border: 6px solid black;
    border-radius: 900px;
    opacity: 0;
    transition: opacity .5s ease;
}

.img-overlay h1 {
    text-align: center;
    margin-top: 100px;
    color: black;
    font-weight: bolder;

}

.img-overlay .icon {
    color: #fff;
    font-size: 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.portfolio-item:hover .img-overlay {
    opacity: 0.7;
}



/*  <!-- header-->*/


/*CARDS*/
.headerBaslik {
    font-family: serif;
    font-weight: bold;
    font-size: 50px;
    margin-top: 50px;
    margin-left: 20px;
    font-family: 'Bree Serif', serif;
    color: darkred;
}

.headerParagraf {

    font-size: 25px;
    margin-left: 20px;
    font-family: 'Merienda One', cursive;
    color: dimgray;
}

.golge {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.30), 0 3px 6px rgba(0, 0, 0, 0.700);
}

.card {
    cursor: pointer;
}

.card:hover {}

.card-title {
    cursor: text;
}

.card-text {
    cursor: text;
}

.kargo {
    color: darkgreen;
    font-weight: bolder;
}

/*CARDS*/


/*FOOTER*/

footer {
    background-color: #2C0404;
}

footer li {
    font-size: 12px;

}

footer ul {
    text-align: justify;
}

.footerFinish {
    background-color: black;
    color: white;
}

.footerA {
    text-decoration: none;
    color: white;
}

.footerA:hover {
    text-decoration: none;
    color: white;
    ;
    transform: scale(2.50);
    transition: 0.2s ease-in-out;
}

.social:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.social {
    -webkit-transform: scale(0.8);
    /* Browser Variations: */

    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

#social-fb:hover {
    color: white;
}

#social-tw:hover {
    color: white;
}

#social-gp:hover {
    color: white;
}

#social-em:hover {
    color: white;
}





/*----------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------*/
/*--------------------------------------------HAKKIMIZDA----------------------------------------*/
/*----------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------*/

.hakkimizdaYazi {
    margin-top: 110px;
    text-align: justify;
}

.hakkimzdaCerceve {}

.hakkimizdaBold {
    font-weight: bolder;
}

.hakkimizdaBold2 {
    font-weight: 500;
    color: darkslategrey;
}





/*----------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------*/
/*--------------------------------------------İLETİSİM----------------------------------------*/
/*----------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------*/

.map-container-3 {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.map-container-3 iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.formBaslik {
    color: darkred;
}

.baslikKalin {
    font-weight: bold;
}

.iletisimYuks {
    margin-top: 120px;
}





/*----------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------*/
/*--------------------------------------------responsive----------------------------------------*/
/*----------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------*/


@media(max-width:992px) {

 a.whatsapp{
        position: fixed;
        right: 40px;
        bottom: 40px;
        width: 150px;
        height: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #25D366;
        border-radius: 50%;
    }

	.bizkim{
margin-top: 40px;
font-size: 50px;
}
.Abouthiza{
font-size: 30px;

}
.dahafazl{
font-size: 40px;
height:65px;
width: 200px;
}
	
.whatsimg{

	position: fixed;
        right: 40px;
        bottom: 50px;
        width: 160px;
        height: 160px;
        display: flex;
        align-items: center;
        justify-content: center;
		z-index:1;
}
.phoneimg{

	position: fixed;
        right: 50px;
        bottom: 250px;
        width: 140px;
        height: 140px;
        display: flex;
        align-items: center;
        justify-content: center;
		z-index:1;
	visibility: visible;

}
.whatsimg:hover{
	width: 180px;
        height: 180px;
        background-color: #25c468;
border-radius: 50%;
}
	.phoneimg:hover{
	width: 180px;
        height: 140px;
        
}
	
#drop1{
	font-size:60px;
}

#drop2{
	font-size:60px;
}
#drop3{
	font-size:60px;
}
	.modelNo{
		font-size:280px;
		color:blue;
	}

    .amblem {
        width: 100px;
        height: 80px;

    }

    .navbar {
        opacity: 0.8;

    }

    #slider2 img {
        height: 800px;
    }

    .baslik {
        font-size: 50px;
    }

    .navbar-nav {
        line-height: 100px;
    }

    .nav-item {
        font-size: 50px;

    }

    .hakkimzdaCerceve {
        margin-top: 230px;
    }

    .hakkimizdaBold {

        font-size: 60px;
    }

    .hakkimizdaBold2 {
        font-size: 40px;
    }
    .hakkimzdaCerceve button{
        font-size: 40px;
    }
    .hakkimizdaa .hakTarih{
        font-size: 50px;
    }

    .ortala {
        width: 93%;
        margin-left: 60px;
        margin-right: 10px;
        padding-left: 1px;
        padding-right: 50px;
    }

    .ortala2 {
        width: 93%;
        margin-left: 1px;
        margin-right: 1px;
        padding-left: 1px;
        padding-right: 1px;
        margin-left: 0;
    }


    .ortala3 {
        width: 99%;
        margin-left: 1px;
        margin-right: 1px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .ortala4 {
        width: 100%;
        margin-left: 10px;
        margin-right: 0;
        padding-left: 0;
        padding-right: 10px;
        padding-top: 70px;
    }

    .iletisimYuks {
        padding-top: 50px;
    }

    .adres h4 {
        font-size: 50px;
    }

    .adres h5 {
        font-size: 40px;
    }

    .takimIsim {
        font-size: 60px;
    }

    .footerRespons h4 {
        font-size: 70px;
    }

    .footerRespons p {
        font-size: 40px;
    }

    .footerRespons li {
        font-size: 29px;

    }
    .formm .formYuk{
        height: 70px;
    }
    .formm .formBaslik{
        font-size: 60px;
        margin-bottom: 60px;
    }
     .formm .baslikKalin{
        font-size: 30px;
    }
    .formm .formBtnn{
        height: 90px;
        width: 220px;
        font-size: 40px;
    }

	.headermodell h1{
		 font-size: 100px;
		text-align:center;
	}
	.headermodell h5{
		 font-size: 60px;
		text-align:center;
		color:black;
		visibility: visible;
	}
    .headerBilgi h1 {
        font-size: 100px;
        margin-left: 30px;
        font-family: 'Kalam', cursive;
    }

    .headerBilgi .yildiz {
        width: 700px;
    }

    .headerBilgi h2 {
        font-size: 45px;
        padding-top: 20px;
        
    }

    .cardBilgi .headerBaslik {
        font-size: 80px;
        font-family: 'Kalam', cursive;
    }

    .cardBilgi .headerParagraf {
        font-size: 60px;
        font-family: 'Sniglet', cursive;
    }

    .yildiz {
        width: 340px;
    }

    .headerTema {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        margin-bottom: 20px;
    }

    .headerBaslik {
        text-align: center;
        font-size: 10px;
    }


    .footerFinish h6 {
        font-size: 27px;
    }

    .portfolio-item {
        margin-left: 70px;
    }

    #mySidenav {
        display: none;
    }

    .ziyaretci{
        font-size: 40px;
        font-weight: bold;
    }
    
    .modalRespnos{
       
      font-size: 28px;
    }
    .modalRespnos h4{
       
      font-size: 40px;
        text-align: center;
    }
    .modalRespnos .modalBtnn{
        height: 60px;
        width: 130px;
        font-size: 30px;
        font-weight: bold;
    }
    .cardBaslikk{
        font-size: 50px;
        font-weight: 900;
        color:darkred;
    }
    .cardMetin{
        font-size: 40px;
        line-height:38px;
        font-weight: 600;
        color:black;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .card .cardBtnn{
        font-size: 40px;
        font-weight: bold;
        margin-bottom: 50px;
    }
    .kargo{
        font-size: 32px;
        margin-left: 0;
    }
    .cardTarih{
        font-size: 30px;
    }
    
}




---------------



body {
  font-family: Helvetica,Tahoma;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

.aos-all {
  width: 1000px;
  max-width: 98%;
  margin: 10vh auto 0 auto;
}

.aos-item {
  display: inline-block;
  float: left;
  width: 33.3333%;
  height: 300px;
  padding: 20px;
}

.aos-item__inner {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  background: #1da4e2;
  line-height: 260px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 800px) {
  .aos-item {
    width: 50%;
  }
}















/*** Team Start ***/

.team-item {
    border-top: 30px solid var(--bs-danger) !important;
    background: rgba(250, 250, 250, 1);
}

.team-content::before {
    height: 200px;
    display: block;
    content: "";
    position: relative;
    top: -101px;
    background: var(--bs-danger);
    clip-path: polygon(50% 50%, 100% 50%, 50% 100%, 0% 50%);
    padding: 60px;
    opacity: 1;
}

.team-img-icon {
    position: relative;
    margin-top: -200px;
    padding: 30px;
    padding-bottom: 0;
}

.team-img {
    border: 15px solid var(--bs-white);
}

.team-img img {
    border: 10px solid var(--bs-danger);
    transition: .5s;
}

.team-item:hover h4 {
    color: var(--bs-primary);
    transition: .5s;
}

.team-item:hover .team-img img {
    transform: scale(1.35);
    border: 10px solid var(--bs-warning);
}

.team-carousel .owl-stage {
    position: relative;
    width: 100%;
    height: 100%;
}

.team-carousel .owl-nav {
    position: absolute;
    top: -100px;
    right: 50px;
    display: flex;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    width: 56px;
    height: 56px;
    border-radius: 56px;
    margin-left: 15px;
    background: var(--bs-green);
    color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

@media (max-width: 992px) {
    .team-carousel {
        margin-top: 3rem;
    }

    .team-carousel .owl-nav {
        top: -85px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        margin-left: -15px;
    }
}

/*** Team End ***/



