

/*********************************/
.target{
    width: 27%;
    position: absolute;
    margin-top: -38%;
    margin-left: 63%;
}





/***********SECTIONS AND******FIRST SECTION************/

.paragraphs{
    width:100%;
    padding:0;


}


.titles{
    font-size:40px;
    font-weight: 100;
    color:#33cc99;
}

.globeTitle{
    font-size:40px;
    font-weight: 100;
    color:#33cc99;
}

/**************SECTION 1**********/

#firstSection{
    display: flex;
    flex-direction: column;
    padding-top:2%;

}

#section1TitleContainer{
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
}

.globe{
    width: 3.5%;
}

/*****SECOND SECTION***/

#secondSection{
    display: flex;
    flex-direction: column;
}

#section2TitleContainerFirstLine{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: none ;
}

#section2TitleContainerSecondLine{
    display: flex;
    flex-direction: row;
    background-color: transparent;
    align-items: center;
    margin-top: .7%;
}

#krizVeItibar{
    margin-top:-3%;
}

.lightsAndAlarmContainer{
    display:flex;
    flex-direction: column;
    position:absolute;
    justify-content:center;
    align-items:center;
    margin-left:23%;
    margin-top:-5%;
    
}


.lights-container {
    width: 85px; /* Container width */
    height: 40px; /* Container height */
    background: transparent; /* Background color for visibility */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding-top:10%;
    z-index:2;
    background:none;
    
}

/* Define the triangles with different colors, positions, and timings */
.light1 {
    animation: fadeInOut 3s infinite;
    transform: translate(115%, 40%) rotate(15deg);
    animation-delay: 0.5s; /* Delay for animation */
    width:20px;
}

.light2 {

    animation: fadeInOut 2s infinite;
    transform: translate(75%, -45%) rotate(5deg);
    animation-delay: 2.1s; /* Delay for animation */
    width:15px;
}

.light3 {
    animation: fadeInOut 3s infinite;
    transform: translate(25%, -75%) rotate(-10deg);
    animation-delay: 1.5s; /* Delay for animation */
    width:18px;
}

.light4 {
    animation: fadeInOut 3s infinite;
    transform: translate(0%, -55%) rotate(-14deg);
    animation-delay: .2s; 
}

.light5 {
    animation: fadeInOut 3s infinite;
    transform: translate(-25%, -45%) rotate(8deg);
    animation-delay: 2.5s; /* Delay for animation */
    width:20px;
}

.light6 {
    animation: fadeInOut 3s infinite;
    transform: translate(-80%, 25%) rotate(-13deg);
    animation-delay: 3s; /* Delay for animation */
}

/* Animation for fading in and out */
@keyframes fadeInOut {
    0% {
        opacity: 0; /* Start hidden */
    }
    20% {
        opacity: 0; /* Fully visible */
    }
    80% {
        opacity: 1; /* Stay visible */
    }
    100% {
        opacity: 0; /* Fade out */
    }
}


.alarm{
   
    animation: alamrfadeInOut 7s infinite;
    width: 40%;
    z-index:1;
    margin-top:-10%;
}

@keyframes alamrfadeInOut {
    0% {
        opacity: 0; /* Start hidden */
    }
    20% {
        opacity: 1; /* Fully visible */
    }
    80% {
        opacity: 1; /* Stay visible */
    }
    100% {
        opacity: 0; /* Fade out */
    }
}

#dropContianer{
    width: 50%;
    display: flex;
    background-color: none;

}

.drop{
    width: 2.5%;
    position: absolute;
    margin-top: -15.5%;
    margin-left: -3.5%;
}

#windmillsContainer{
    width: 200px;
    display: flex;
    flex-direction: column;
    position: absolute;
    margin-left: 15%;
    margin-top: -30%;

    height: 400px;
}

#windmillHeliceContainer{
    display: flex;
    flex-direction: row;
    z-index: 2;
    padding: 10%;
    background-color: none;
    margin-top: 40%;
    overflow: hidden;

}

.windmillHelice{
    width: 35%;
    position: absolute;
    z-index: 2;
}

#windmillHelice1{
    margin-top:-11% ;
    position: absolute;
    margin-left: -10%;
    animation: rotate 7s linear infinite;
}

#windmillHelice2{
    margin-top:-5% ;
    position: absolute;
    margin-left: 15.3%;
    animation: rotateAlt 11s linear infinite;
}

#windmillHelice3{
    margin-top:-11% ;
    position: absolute;
    margin-left: 37.7%;
    animation: rotate 6s linear infinite;
}



@keyframes rotate {
    from {
        transform: rotate(0deg); /* Start from 0 degrees */
    }
    to {
        transform: rotate(360deg); /* Complete a full circle */
    }
}

@keyframes rotateAlt {
    from {
        transform: rotate(40deg); /* Starts at 40 degrees */
    }
    to {
        transform: rotate(400deg); /* Ends at 400 degrees for a smooth transition */
    }
}

#windmillFootContainer{
    display: flex;
    justify-content: space-around;
    background-color: none;
    margin-top: -17%;
    z-index: 1;
    height: 100px;
}

.windmillFoot{
    width: 2.2%;
    height: 70px;
    z-index: 1;
}

#windmillFoot1{
    margin-top: 12%;
    position: absolute;
    margin-left: -65%;
}


#windmillFoot2{
    margin-top: 19%;
    position: absolute;
    margin-left: -15%;
}

#windmillFoot3{
    margin-top: 12%;
    position: absolute;
    margin-left: 30%;
}


#section3RightContent{
    display: flex;
    width: 50%;
    background-color: none;
    justify-content: center;
    align-items: center;
    margin-top: 7%;
    
}

.petek{
    margin-top: 15%;
    margin-left: 30%;
    margin: auto;

}


#section2ContentContainer{
    display: flex;
    flex-direction: row;

}

#section2LeftContent{
    width: 50%;
    margin-top: 3%;
}

/******SECTION 3*************/

#thirdSection{
    display: flex;
    flex-direction: column;
}

#section3RightContent{
    display: flex;
    justify-content: center;
    align-items: center;
    
}

/*******SECTION 4**************/

#fourthSection{
    display: flex;
    flex-direction: column;
}

#section4TitleContainerSecondLine{
    display: flex;
    flex-direction: row;
    align-items: center;
}

#section4TitleContainerSecondLine2{
    margin-top:-4%;
}

.magnifier{
    margin-top:.5%
}

/******SECTION 5****/

#fifthSection{
    display: flex;
    flex-direction: column;
}

#section5TitleContainerSecondLine{
    margin-top:-4%;
}

#section5TitleContainerFirstLine{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
}

.book{
    margin-top: -2%;
}

/*******SECTION 6****/

#sixthSection{
    display: flex;
    flex-direction: column;
    padding-bottom:3%;
    
}

#section6FirstLineContainer{
    margin-top:-2%;
}

#section6TitleContainer{
    color:#33cc99;
}

#section6FirstLineContentContainer{
    display: flex;
    flex-direction: row;
    color:white;
    padding-top: 1%;
    align-items: center;

}

#section6SecondLineContainer{
    margin-top:-1%;
}

#section6SecondLineContentContainer{
    display: flex;
    flex-direction: row;
    color:white;
    padding-top: 2%;
    align-items: top;
}
.facility{
    width: 3%;
    height: 50px;
    margin-left:.5%;
    margin-top:-.45%;
}

#section6ContentInnerContainer{
    width:100%;
}

#kurumsal,#paydas{
  margin-left:.4%;
}

#bicycleContainer {
    width: 100%;
    height: 100px;
    position:absolute;
    margin-top:auto;
    z-index: 20;
    display: flex;
    justify-content: flex-end;
    bottom:0;
    
    
}

.bicycle {
    width: 140px;
    animation: slideLeft 17s linear infinite;
    flex-shrink: 0;
}
/* Keyframes for the sliding animation */
@keyframes slideLeft {
    0% {
        transform: translateX(0); /* Initial position at the right */
    }
    100% {
        transform: translateX(-100vw); /* Move off the screen to the left */
    }
}

/*************LIGHTS AND ALARM RESPONSIVENESS******************/
@media screen and (max-width:3000px) and (min-width:2200px){
    
.lightsAndAlarmContainer{
    margin-left:23%;
    margin-top:-3.4%;
    
}

}

@media screen and (max-width:1700px) and (min-width:1300px){
    
.lightsAndAlarmContainer{
  
    margin-left:37%;
    margin-top:-5.4%;
    
}

}


@media screen and (max-width:1300px) and (min-width:1000px){
    
.lightsAndAlarmContainer{
    margin-left:40%;
    margin-top:-5.4%;
    
}

}


/*GENERAL RESPONSIVENESS************/



@media screen and (max-width:1400px) and (min-width:1200px){
    
#section2ContentContainer{
    flex-direction: column;
    margin-top: 2%;
    
}

#section2LeftContent{
    width: 100%;
    background:red;
    margin-top: 3%;
}


#windmillsContainer{
    margin-left: 75%;
    margin-top: 5%;

}

#thirdSection{
    display: flex;
    flex-direction: column;
    margin-top:3%;
}

}


@media screen and (max-width:1200px) and (min-width:1000px){
   
     .globe{
    width: 5.5%;
}

   
    #section2ContentContainer{
    flex-direction: column;
    margin-top: 2%;
    

}

#windmillsContainer{
    margin-left: 100%;
    margin-top: 5%;

}

.drop{
    width: 2.5%;
    position: absolute;
    margin-top: -15.5%;
    margin-left: 10.5%;
}

#thirdSection{
    display: flex;
    flex-direction: column;
    margin-top:3%;
}


.titles{
    font-size:30px;
}

.facility{
    width: 5%;
    height: 50px;
    margin-left:.5%;
    margin-top:-.45%;
}

#krizParagraph{
    margin-top:3%;
}



.book{
    width:8%;
}

.magnifier{
    width:11%;
}

#bicycleContainer {
    width: 100%;
    height: 80px;
    
}

.bicycle{
    width:120px;
}

.lightsAndAlarmContainer{
  
    margin-left:29%;
    margin-top:-5.4%;
    
}

.petek{
    width:90%;
}

}

@media screen and (max-width:1000px) and (min-width:800px){
   
   .globe{
    width: 5.5%;
}

   
    #section2ContentContainer{
    flex-direction: column;
    margin-top: -2%;
}

#windmillsContainer{
    margin-left: 100%;
    margin-top: 5%;

}

.drop{
    width: 2.5%;
    position: absolute;
    margin-top: -15.5%;
    margin-left: 10.5%;
}

#thirdSection{
    display: flex;
    flex-direction: column;
    margin-top:3%;
}


.titles{
    font-size:30px;
}

.facility{
    width: 5%;
    height: 50px;
    margin-left:.5%;
    margin-top:-.45%;
}

#krizParagraph{
    margin-top:3%;
}



.book{
    width:8%;
}

.magnifier{
    width:11%;
}

#bicycleContainer {
    width: 100%;
    height: 70px;
}

.bicycle{
    width:105px;
}

#section2ContentContainer{
    margin-top: 2%;
    
}

.lightsAndAlarmContainer{
  
    margin-left:36%;
    margin-top:-5.4%;
    
}

.petek{
    width:90%;
}



}


@media screen and (max-width:800px) and (min-width:600px){
   
   .globe{
    width: 5.5%;
}

   
    #section2ContentContainer{
    flex-direction: column;
    margin-top: -2%;
}

#windmillsContainer{
    margin-left: 100%;
    margin-top: 5%;
        width: 120px;
        height: 200px;


}

.drop{
    width: 2.5%;
    position: absolute;
    margin-top: -15.5%;
    margin-left: 10.5%;
}

#thirdSection{
    display: flex;
    flex-direction: column;
    margin-top:3%;
}


.titles{
    font-size:30px;
}

.facility{
    width: 5%;
    height: 50px;
    margin-left:.5%;
    margin-top:-.45%;
}

#krizParagraph{
    margin-top:3%;
}



.book{
    width:10%;
}

.magnifier{
    width:11%;
}

#bicycleContainer {
    width: 100%;
     height: 60px;
}

.bicycle{
    width:90px;
}

#section2ContentContainer{
    margin-top: 2%;
    
}

.lightsAndAlarmContainer{
  
    margin-left:50%;
    margin-top:-5.4%;
    
}


.lights-container {
    width: 65px; /* Container width */
    height: 30px; /* Container height */
}


.petek{
    width:110%;
}

}

@media screen and (max-width:600px) and (min-width:300px){
   
   .globe{
    width: 6.5%;
}

   
    #section2ContentContainer{
    flex-direction: column;
    margin-top: -2%;
}

#windmillsContainer{
    margin-left: 100%;
    margin-top: 5%;
        width: 100px;
        height: 150px;


}

.drop{
    width: 2.5%;
    position: absolute;
    margin-top: -15.5%;
    margin-left: 10.5%;
}

#thirdSection{
    display: flex;
    flex-direction: column;
    margin-top:3%;
}


.titles{
    font-size:25px;
}

.facility{
    width: 11%;
    height: 50px;
    margin-left:1.5%;
    margin-top:-2%;
}

#krizParagraph{
    margin-top:3%;
}



.book{
    width:12%;
    margin-left:3%;
}

.magnifier{
    width:11%;
    margin-left:-40%;
    margin-top:-20%;
}

#bicycleContainer {
    width: 100%;
     height: 40px;
}

.bicycle{
    width:65px;
}


#section2ContentContainer{
    margin-top: 2%;
    
}

.lightsAndAlarmContainer{
  
    margin-left:60%;
    margin-top:-8.4%;
    
}


.lights-container {
    width: 65px; /* Container width */
    height: 30px; /* Container height */
}


.petek{
    width:140%;
    margin-left:15%;
}

#egitim,#kurumsal,#paydas{
    font-size:15px;
}

#kurumsal,#paydas{
    margin-left:3%;
}

#sixthSection{
    padding-bottom:8%;
}

}



