*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}
a{
    color: white;
}
.mainContainer{
    width: 1270px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media screen and (max-width:1270px){
    .mainContainer{
        width: 100%;
        padding: 0 5%;
    }
}
.pageTitleContainer{
    width: 100%;
    padding: 10px 0;
    border-top: 2px solid #FBB03B;
    border-bottom: 2px solid #FBB03B;
    font-family: "inter", sans-serif;
    font-size: 3rem;
    margin-bottom: 60px;
}

/* SECTİON1 */
.contentSection1{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-bottom: 60px;
}
.section1Up{
    width: 100%;
    display: flex;
    gap: 30px;
}
.section1UpLeft{
    width: 490px;
    aspect-ratio: 490/500;
    border-left: 30px solid #FBB03B;
    background-image: url(./assests/TahılKurutma/Section1/image.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section1UpRight{
    width: 59.06%;
    display: flex;
    flex-direction: column;
}
.section1UpRightContentTitle{
    font-family: 'inter';
    font-size: 2.5rem;
    margin-bottom: 30px;
    font-weight: 400;
}
.section1UpRightContentArticles{
    font-family: 'inter';
    font-size: 1.5rem;
    margin-bottom: 30px;
    margin-right: 170px;
    letter-spacing: 1px;
}

.section1Down{
    width: 100%;
    padding: 20px 0;
    border-top: 2px solid #FBB03B;
    border-bottom: 2px solid #FBB03B;
    font-family: 'inter';
    font-size: 1.5rem;
}
@media screen and (max-width:1270px) {
    .section1UpRightContentArticles{
        margin-right: 0;
    }
}
@media screen and (max-width:900px) {
    .section1Up{
        flex-direction: column;
        align-items: center;
    }
    .section1UpRight{
        width: 100%;
    }
    
}
@media screen and (max-width:550px){
    .section1UpLeft{
        width: 100%;
    }
}

/* SECTİON2 */
.contentSection2{
    width: 100%;
    background-color: #FBB03B;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    padding: 77px 0 66px 0;
    margin-bottom: 60px;
}
.section2TitleBox{
    width: 722px;
    padding: 10px 0;
    font-family: 'inter';
    font-size: 2.5rem;
    text-align: center;
    background-color: black;
    color: white;
}
.section2ContentContainer{
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 4.2%;
}
.section2ContentBoxes{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 35px;
}
.section2ContentBoxİmage{
    width: 360px;
    aspect-ratio: 1/1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.section2İmage1{
    background-image: url(./assests/TahılKurutma/Section2/Ellipse1.png);
}
.section2İmage2{
    background-image: url(./assests/TahılKurutma/Section2/Ellipse2.png);
}
.section2İmage3{
    background-image: url(./assests/TahılKurutma/Section2/Ellipse3.png);
}

.section2ContentBoxTitle{
    font-family: 'inter';
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    border-top:2px solid black ;
    border-bottom:2px solid black ;
    padding: 10px;
}
@media screen and (max-width:1193px){
    .section2ContentContainer{
        flex-wrap: wrap;
    }
    .section2ContentBoxes{
        margin-bottom: 30px;
    }
    .section2ContentBoxes:last-child{
        margin-bottom: 0;
    }
    
}
@media screen and (max-width:800px) {
    .section2TitleBox{
        width: 90%;
    }
}
@media screen and (max-width:400px) {
    .section2ContentBoxes{
        width: 90%;
    }
    .section2ContentBoxİmage{
        width: 100%;
    }
}

/* SECTİON3 */
.contentSection3{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-bottom: 60px;
}
.Section3İnnerContainers{
    width: 100%;
    min-height: 344px;
    display: flex;

}
.Section3ContentLeftBox{
    display: flex;
    width: 48.27%;
}
.Section3NumberBox{
    width: 100px;
    font-family: 'inter';
    font-size: 6rem;
    font-weight: 300;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section3Number1{
    background-color: #FF0013;
}
.section3Number2{
    background-color: #FBB03B;
}
.section3Number3{
    background-color: #0071BC;
}

.Section3İmageBox{
    width: 83.69%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.section3İmage1{
    background-image: url(./assests/TahılKurutma/Section3/1.png);
}
.section3İmage2{
    background-image: url(./assests/TahılKurutma/Section3/2.png);
}
.section3İmage3{
    background-image: url(./assests/TahılKurutma/Section3/3.png);
}
.Section3ContentBox{
    width: 51.57%;
    padding: 30px 30px 0 30px;
    font-family: 'inter';
    border-top: 2px solid #FF0013;
    border-right: 2px solid #FF0013;
    border-bottom: 2px solid #FF0013;
}
.section3ContentBox2{
    border-top: 2px solid #FBB03B;
    border-right: 2px solid #FBB03B;
    border-bottom: 2px solid #FBB03B;
}
.section3ContentBox3{
    border-top: 2px solid #0071BC;
    border-right: 2px solid #0071BC;
    border-bottom: 2px solid #0071BC;
}
.Section3ContentBoxTitle{
    font-weight: 400;
    font-size: 2rem;
    margin-bottom: 12px;
}
.Section3ContentBoxArticleSection{
    margin-left: 20px;
    font-size: 1.125rem;
    color: #808080;
}
@media screen and (max-width:1270px) {
    .Section3ContentBox{
        padding: 30px;
    }
}
@media screen and (max-width:850px){
    .Section3İnnerContainers{
        flex-direction: column;
    }
    .Section3ContentLeftBox{
        width: 100%;
    }
    .Section3İmageBox{
        width: 100%;
        aspect-ratio: 1/1;
    }
    .Section3ContentBox{
        width: 100%;
    }
    .Section3ContentBox{
        border: 2px solid #FF0013;
        border-top: 0px solid #FF0013;
    }
    .section3ContentBox2{
        border: 2px solid #FBB03B;
        border-top: 0px solid #FBB03B;
    }
    .section3ContentBox3{
        border: 2px solid #0071BC;
        border-top: 0px solid #0071BC;
    }
}

/* SECTİON4 */
.contentSection4{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    margin-bottom: 60px;
}
.Section4ArticleContainer{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    padding: 0 8.662%;
    border-left: 2px solid #FBB03B;
    border-right: 2px solid #FBB03B;
}
.Section4BoxTitle{
    font-family: 'inter';
    font-size: 2.5rem;
    font-weight: 400;
}
.Section4BoxArticleSection{
    color: #808080;
    font-family: 'inter';
    font-size: 1.5rem;
    margin-left: 20px;
}

.Section4Button{
    display: flex;
    align-items: center;
    padding: 12px 30px;
    font-family: 'inter';
    font-size: 1.25rem;
    background-color: #FBB03B;
    border-radius: 25px;
    color: black;
    cursor: pointer;
}

.Section4BoxArticleSection> li::marker{
    color: #FBB03B;
    font-size: 30px;
}

/* FOOTER SECTION */
#downNavigator{
    width: 100%;
    /* border-top:2px solid black ; */
    /* border-bottom:2px solid black ; */
    background-color: #FBB03B;
    padding: 15px 0;
    margin-bottom: 20px;
}
.socialMediaContainer{
    display: flex;
    justify-content: center;
    
}
.socialMediaIcons{
    transition: all 0.6s;
    opacity: 1;
}
.socialMediaIcons:hover{
    opacity: 0.5;
    color: black;
}
.locationContainer{
   font-family: "inter", sans-serif;
    /* color: #808080; */
    color: white;
    text-align: center;
}
@media screen and (max-width:420px) {
    *{
        word-break: break-word;
    }
}