
h2{
 color:#f6ab40;
 font-weight:200;
 font-size:40px;
}




/*********************************/
#section1{
    width:100%;
    
}

/*********************************/

#section2{
    width:100%;
    padding-top:3%;
}

#circleContainer{
    width:100%;
    background:none;
    display:flex;
    justify-content:center;
    padding:15% 0 5% 0;
}

#circle{
    width:500px;
    height:500px;
    border-radius:50%;
    background:none;
    border: 2px dashed  #f6ab40;
    display: flex; /* Make the circle a flex container */
    align-items: center; /* Center content vertically */
    justify-content: center;
    position:relative;
}

.circleTitles{
    position:absolute;
    color:white;
    font-size:25px;
    font-weight:200;
   white-space: nowrap;
}

#birbirineBaglilik{
    margin-top:-155%;
}

#veIliskisellik{
    margin-top:-140%;
}

#baglama{
    margin-left:90%;
    margin-top:-40%;
}

#uygunluk{
    margin-left:135%;
    margin-top:-40%;
}

#yaratilan1{
    margin-top:26%;
}

#yaratilan2{
    margin-top:38%;
}

#yaratilan3{
    margin-top:51%;
}



#olceklenebilirlik{
     margin-left:130%;
     margin-top:93%;
}

#olculebilirlik{
    margin-left:-120%;
    margin-top:93%;
    position:absolute;
}

#hiz{
    margin-top:-40%;
    margin-left:-120%;

}

.thumbsUp{
    position:absolute;
    width:20%;
    z-index:2;
}

#dashedLine1{
    width:24%;
    border-top: 2px dashed #f6ab40;
    position: absolute; /* Allow the lines to extend freely */
    margin: 20px 0;
    z-index: 1;
    transform: rotate(46deg) translate(-170px, 20px);
}

#dashedLine2{
    width:24%;
    border-top: 2px dashed #f6ab40;
    position: absolute; /* Allow the lines to extend freely */
    margin: 20px 0;
    z-index: 1;
    transform: rotate(45deg) translate(160px, 15px);
}

#dashedLine3{
    width:24%;
    border-top: 2px dashed #f6ab40;
    position: absolute; /* Allow the lines to extend freely */
    margin: 20px 0;
    z-index: 1;
    transform: rotate(135deg) translate(-170px, -17px);
}

#dashedLine4{
     width:24%;
    border-top: 2px dashed #f6ab40;
    position: absolute; /* Allow the lines to extend freely */
    margin: 20px 0;
    z-index: 1;
    transform: rotate(137deg) translate(170px, -5px);
}

#dashedLine5{
     width:24%;
    border-top: 2px dashed #f6ab40;
    position: absolute; /* Allow the lines to extend freely */
    margin: 20px 0;
    z-index: 1;
    transform: rotate(-90deg) translate(168px, 0px);
}

/*animated icons*/

#threeCirclesGroupContainer{
    position:absolute;
    width:250px;
    height: 100px;
    background:none;
    margin-top:-123%;
    display:flex;
    justify-content:center;
}

.smallCircles{
    width:50px;
    height:50px;
    border-radius:50%;
    border: 3px solid #cb0748;
    background:none;
        transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), margin-top 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    position:absolute;

}

#smallCircle1{
    margin-top:60px;
    margin-left:30px;
}

#smallCircle2{
    margin-top: 80px;
}

#smallCircle3{
    margin-top:60px;
    margin-left:-30px;
    
}


#threeCirclesGroupContainer:hover #smallCircle1 {
    transform: translateX(70px);
    margin-top: 30px;
}

#threeCirclesGroupContainer:hover #smallCircle2 {
    margin-top: 150px;
}

#threeCirclesGroupContainer:hover #smallCircle3 {
    transform: translateX(-70px);
    margin-top: 30px;
}


#shapeTransformContainer {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    margin-left: 120%;
    margin-top: -70%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.transformingShapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 70%;
    opacity: 1; /* Start hidden */
}








/**********/
#expandingCirclesContainer {
    width: 150px;
    height: 100px;
    position: absolute;
    margin-top: 98%;
    margin-left: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.expandingCircles {
    border-radius: 50%;
    border: 2px dashed #cb0748;
    position: absolute;
    opacity: 0; /* Start hidden */
    transition: opacity 0.5s ease;
}

#expandingCircle1 {
    width: 30px;
    height: 30px;
    opacity: 0; 
    animation: firstCircleAnimation 3s linear 1s infinite; 
}

#expandingCircle2 {
    width: 50px;
    height: 50px;
    opacity: 0;
        animation: secondCircleAnimation 3s linear infinite 2s ; /* Appear immediately and fade after 1 second */

}

#expandingCircle3 {
    width: 70px;
    height: 70px;
    opacity: 0;
        animation: thirdCircleAnimation 3s linear infinite 3s; /* Appear after 2 seconds */

}

/* Keyframes */
@keyframes firstCircleAnimation {
    0% { opacity: 0; }
    50% { opacity:1; }
    100% { opacity: 0; }
}

@keyframes secondCircleAnimation {
    0% { opacity: 0; }
    50% { opacity:1; }
    100% { opacity: 0; }
   
}

@keyframes thirdCircleAnimation {
    0% { opacity: 0; }
    50% { opacity:1; }
    100% { opacity: 0; }
}
#speedFlashesContainer {
    width: 150px;
    height: 100px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    margin-left:-132%;
    margin-top:-70%;
}

.speedIcons {
    position: absolute;
}



/***/
#section3TextContainer{
    width:100%;
    padding-top:3%;
    font-size:40px;
    color:white;
    height:300px;
    font-weight:200;
}

.quotes{
    width:4%;
    position:absolute;
}

#openQuote{
    margin-top:-1%;
    margin-left:-5%;
    
}
#closeQuote{
    margin-top:0%;
    margin-left:2%;
}

/***/
#section4{
    width:100%;
    margin-top:-4%;

}

/***/

#section5{
    width:100%;
   
    
}
#section5ContentContainer1{
    width:100%;
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    align-items:center;
    text-align:center;
        margin-top:5%;
        margin:auto;
}


#section5ContentContainer1Mobile{
    display:none;
}


.firstRowColumns{
    width:20%;
}

.section5Icons{
    width:40%;
}


#section5ContentContainer2{
    width:100%;
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    align-items:start;
    margin:auto;
    text-align:center;
}

.contentTextsColumns{
    width:17%;
    font-size: 25px;
    font-weight: 100;
    color:white;
    line-height:40px;
    display:flex;
    text-align:left;
    padding-top:1%;
}

.contentLineColumns{
    width:3px;
    height:180px;
    background:#f6ab40;
}

/******/
#section6{
    width:100%;
    margin-top:0%;
    padding-bottom:3%;
}

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

.buletAndTextContainers {
    display: flex;
    flex-direction: row;
    align-items: flex-start; /* Noktaları metinlerin üst kısmıyla hizalar */
    gap: 10px; /* Nokta ve metin arasına boşluk ekler */
}

.bulletPoints {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e7004c;
    flex-shrink: 0; /* Noktanın boyutunun küçülmesini engeller */
    margin-top: 10px; /* Noktayı metinle hizalamak için üst boşluk ekler */
    margin-top:17px;
}

.bulletParagraphs {
    font-size: 25px;
    font-weight: 100;
    color: white;
    line-height: 40px; /* Metin satır yüksekliği */
    display: flex;
    flex-wrap: wrap; /* Mobilde satır atlaması için */
    gap: 4px; /* Metin ve link arasına boşluk ekler */
}

@media screen and (max-width:1600px) and (min-width:1500px){
    /***/
#section3TextContainer{
    font-size:30px;
    line-height:40px;
}

.quotes{
    width:3%;
 
}
}

@media screen and (max-width:1500px) and (min-width:1400px){
    /***/
#section3TextContainer{
    font-size:26px;
    line-height:40px;
}

.quotes{
    width:3%;
 
}
}



@media screen and (max-width:1400px) and (min-width:1000px){
    
    #section5ContentContainer1{
    
    display:hidden;
}

    #section5ContentContainer2{
    
    display:none;
}
    
    
    .contentLineRows{
    width:80%;
    height:1px;
    background:#f6ab40;
    margin-top:2%;
}

#section5ContentContainer1Mobile{
    width:80%;
    display:flex;
    flex-direction:column;
    justify-content: space-between;
    align-items:center;
    text-align:center;
    margin-top:5%;
    margin:auto;
    padding-bottom:5%;
}

.contentTextsRows{
    width:100%;
    font-size: 25px;
    font-weight: 100;
    color:white;
    line-height:40px;
    display:flex;
    text-align:left;
    padding-top:1%;
}

.section5Icons{
    display:none;
}


.section5IconsMobile{
    width:15%;
}


.mobileColumns{
    padding-top:10%;
}

#section3TextContainer{
    font-size:30px;
    line-height:40px;
}
.quotes{
    width:3%;
}

}

@media screen and (max-width:1200px) and (min-width:1000px){
    .contentTextsRows{
   
    font-size: 20px;
    }
    
    .section5IconsMobile{
    width:15%;
}

}

@media screen and (max-width:1000px) and (min-width:800px){
    
    
    .titles{
        font-size:35px;
    }
    
    #section2{

    padding-top:5%;
}
    
    #section5ContentContainer1{
    
    display:hidden;
}

    #section5ContentContainer2{
    
    display:none;
}
    
    #openQuote{
    margin-top:1%;
    margin-left:-4%;
}

    #closeQuote{
    margin-top:1%;

}
.circleTitles{
  
    font-size:20px;
  }
  
  #uygunluk{
    margin-left:124%;
}

    .contentLineRows{
    width:80%;
    height:1px;
    background:#f6ab40;
    margin-top:2%;
}

#section5ContentContainer1Mobile{
    width:80%;
    display:flex;
    flex-direction:column;
    justify-content: space-between;
    align-items:center;
    text-align:center;
    margin-top:5%;
    margin:auto;
    padding-bottom:5%;
}

.contentTextsRows{
    width:100%;
    font-size: 25px;
    font-weight: 100;
    color:white;
    line-height:40px;
    display:flex;
    text-align:left;
    padding-top:1%;
}

.section5Icons{
    display:none;
}


.section5IconsMobile{
    width:15%;
}


.mobileColumns{
    padding-top:10%;
}

 .contentTextsRows{
   
    font-size: 17px;
    }

#section3TextContainer{
    font-size:27px;
    line-height:40px;
}
.quotes{
    width:3%;
}

}


@media screen and (max-width:800px) and (min-width:600px){
    
    
    .titles{
        font-size:30px;
    }
    
    #section2{

    padding-top:5%;
}

    
    #section5ContentContainer1{
    
    display:hidden;
}

    #section5ContentContainer2{
    
    display:none;
}
    
    #openQuote{
    margin-top:1%;
    margin-left:-4%;
}

    #closeQuote{
    margin-top:1%;

}


#circleContainer{
    width:80%;
    background:none;
    display:flex;
    justify-content:center;
    padding:25% 0 25% 0;
    margin:auto;
    
}

#circle{
    width:400px;
    height:400px;
    border-radius:50%;
    background:none;
    border: 2px dashed  #f6ab40;
    display: flex; /* Make the circle a flex container */
    align-items: center; /* Center content vertically */
    justify-content: center;
    position:relative;
}

.circleTitles{
  
    font-size:20px;
  }

#dashedLine1,#dashedLine2,#dashedLine3,#dashedLine4,#dashedLine5{
    width:15%;
}

  #uygunluk{
    margin-left:124%;
}

#olceklenebilirlik{
     margin-left:95%;
}

#expandingCirclesContainer {
    width: 150px;
    height: 100px;
    position: absolute;
    margin-top: 138%;
    margin-left: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.speedIcons {

    width:50%;
}

.transformingShapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 50%;
    opacity: 1; /* Start hidden */
}


    .contentLineRows{
    width:80%;
    height:1px;
    background:#f6ab40;
    margin-top:2%;
}



#section5ContentContainer1Mobile{
    width:80%;
    display:flex;
    flex-direction:column;
    justify-content: space-between;
    align-items:center;
    text-align:center;
    margin-top:5%;
    margin:auto;
    padding-bottom:5%;
}

.contentTextsRows{
    width:100%;
    font-size: 25px;
    font-weight: 100;
    color:white;
    line-height:40px;
    display:flex;
    text-align:left;
    padding-top:1%;
}

.section5Icons{
    display:none;
}


.section5IconsMobile{
    width:15%;
}


.mobileColumns{
    padding-top:10%;
}

 .contentTextsRows{
   
    font-size: 17px;
    }

#section3TextContainer{
    font-size:27px;
    line-height:40px;
}
.quotes{
    width:3%;
}

}



@media screen and (max-width:600px) and (min-width:450px){
    
    
    .titles{
        font-size:25px;
    }
    
    #section2{

    padding-top:5%;
}

    
    #section5ContentContainer1{
    
    display:hidden;
}

    #section5ContentContainer2{
    
    display:none;
}
    
    #openQuote{
    margin-top:1%;
    margin-left:-4%;
}

    #closeQuote{
    margin-top:1%;

}


#circleContainer{
    width:80%;
    background:none;
    display:flex;
    justify-content:center;
    padding:25% 0 25% 0;
    margin:auto;
    
}

#circle{
    width:250px;
    height:250px;
    border-radius:50%;
    background:none;
    border: 2px dashed  #f6ab40;
    display: flex; /* Make the circle a flex container */
    align-items: center; /* Center content vertically */
    justify-content: center;
    position:relative;
}

.circleTitles{
  
    font-size:17px;
    white-space: normal; 
  }

#dashedLine1,#dashedLine2,#dashedLine3,#dashedLine4,#dashedLine5{
display:none;
    
}

  #baglama{
    margin-left:128%;
}

#olceklenebilirlik{
    margin-left:100%;
}

#expandingCirclesContainer {
    width: 150px;
    height: 100px;
    position: absolute;
    margin-top: 158%;
    margin-left: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.speedIcons {

    width:50%;
}

.transformingShapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 50%;
    opacity: 1; /* Start hidden */
}


    .contentLineRows{
    width:80%;
    height:1px;
    background:#f6ab40;
    margin-top:2%;
}


#section5ContentContainer1Mobile{
    width:80%;
    display:flex;
    flex-direction:column;
    justify-content: space-between;
    align-items:center;
    text-align:center;
    margin-top:5%;
    margin:auto;
    padding-bottom:5%;
}

.contentTextsRows{
    width:100%;
    font-size: 25px;
    font-weight: 100;
    color:white;
    line-height:40px;
    display:flex;
    text-align:left;
    padding-top:1%;
}

.section5Icons{
    display:none;
}


.section5IconsMobile{
    width:15%;
}


.mobileColumns{
    padding-top:10%;
}

 .contentTextsRows{
   
    font-size: 17px;
    }

#section3TextContainer{
    font-size:20px;
    line-height:40px;
}
.quotes{
    width:3%;
}

}

@media screen and (max-width:450px) and (min-width:300px){
    
       .titles{
        font-size:25px;
    }
    
    #section2{

    padding-top:5%;
}

    
    #section5ContentContainer1{
    
    display:hidden;
}

    #section5ContentContainer2{
    
    display:none;
}
    
    #openQuote{
    margin-top:1%;
    margin-left:-4%;
}

    #closeQuote{
    margin-top:1%;

}


#circleContainer{
    width:80%;
    background:none;
    display:flex;
    justify-content:center;
    padding:45% 0 45% 0;
    margin:auto;
    
}

#circle{
    width:200px;
    height:200px;
    border-radius:50%;
    background:none;
    border: 2px dashed  #f6ab40;
    display: flex; /* Make the circle a flex container */
    align-items: center; /* Center content vertically */
    justify-content: center;
    position:relative;
}

.circleTitles{
  
    font-size:17px;
    white-space: normal; 
  }

#dashedLine1,#dashedLine2,#dashedLine3,#dashedLine4,#dashedLine5{
    width:10%;
}

  #uygunluk{
    margin-left:124%;
}


.speedIcons {

    width:50%;
}

.transformingShapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 50%;
    opacity: 1; /* Start hidden */
}


    .contentLineRows{
    width:80%;
    height:1px;
    background:#f6ab40;
    margin-top:2%;
}


#section5ContentContainer1Mobile{
    width:80%;
    display:flex;
    flex-direction:column;
    justify-content: space-between;
    align-items:center;
    text-align:center;
    margin-top:5%;
    margin:auto;
    padding-bottom:5%;
}

.contentTextsRows{
    width:100%;
    font-size: 25px;
    font-weight: 100;
    color:white;
    line-height:40px;
    display:flex;
    text-align:left;
    padding-top:1%;
}

.section5Icons{
    display:none;
}


.section5IconsMobile{
    width:15%;
}


.mobileColumns{
    padding-top:10%;
}

 .contentTextsRows{
   
    font-size: 17px;
    }

#section3TextContainer{
    font-size:20px;
    line-height:40px;
}
.quotes{
    width:3%;
}

#dashedLine1{
    display:none;}

#dashedLine2{
    display:none;}

#dashedLine3{
    display:none;}

#dashedLine4{
    display:none;}

#dashedLine5{
    display:none;
}

#birbirineBaglilik{
    margin-top:-200%;
}

#veIliskisellik{
    margin-top:-180%;
}

#baglama{
    margin-left:142%;
    margin-top:-40%;
}

#uygunluk{
    margin-left:135%;
    margin-top:-40%;
}

#yaratilan1{
    margin-top:26%;
}

#yaratilan2{
    margin-top:45%;
}

#yaratilan3{
    margin-top:60%;
}



#olceklenebilirlik{
     margin-left:100%;
     margin-top:113%;
}

#olculebilirlik{
    margin-left:-120%;
    margin-top:113%;
    position:absolute;
}

#hiz{
    margin-top:-40%;
    margin-left:-120%;

}


#expandingCirclesContainer {
    width: 150px;
    height: 100px;
    position: absolute;
    margin-top: 148%;
    margin-left: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#threeCirclesGroupContainer{
    position:absolute;
    width:250px;
    height: 100px;
    background:none;
    margin-top:-170%;
    display:flex;
    justify-content:center;
}

#speedFlashesContainer {
    width: 150px;
    height: 100px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    margin-left:-132%;
    margin-top:-90%;
}

#shapeTransformContainer {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    margin-left: 140%;
    margin-top: -70%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.thumbsUp{
    position:absolute;
    width:20%;
    z-index:2;
    margin-top:-20%;
}

#section4{
    margin-top:10%;
}

}


