*{
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Teko';
    src: url(Fonts/Teko-VariableFont_wght.ttf);
}

@font-face {
    font-family: 'DM';
    src: url(Fonts/DMSans-VariableFont_opsz\,wght.ttf);
}

@keyframes TextAnim {
    from{
        transform: translateX(0);
    }

    to{
        transform: translateX(-1130px);
    }
}

body{
    font-family: 'DM';
    width: 1280px;
    margin: 0 auto;
    background-color: #060606;
    color: white;
}

header{
    display: flex;
    font-family: 'Teko';
    justify-content: space-between;
    padding: 20px 30px;
    position: relative;
}

#siteTitle{
    font-size: 20px;
    font-weight: 400;
}

#navButtons{
    display: flex;
    list-style: none;
    gap: 60px;
    font-size: 16px;
    font-weight: 400;
}

.dashedLine1{
    position: absolute;
    bottom: 0;
    left: 0;
}

#navBtn1, #navBtn2, #navBtn3, #navBtn4{
    transition: all 200ms ease;
    cursor: pointer;
}

#navBtn1:hover, #navBtn2:hover, #navBtn3:hover, #navBtn4:hover{
    color: #C29A00;
}

.heroSection{
    width: 1220px;
    margin: 0 auto;
    background: url(Images/HeroImg.png);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 55px;
    margin-top: 20px;
    font-family: 'Teko';
    font-size: 64px;
    font-weight: 500;
    padding: 250px 0;
    background-size: cover;
    background-position: center;
    position: relative;
}

#exploreBtn{
    padding: 5px 50px;
    position: absolute;
    font-size: 24px;
    font-weight: 500;
    border: 3px solid #C29A00;
    border-radius: 10px;
    bottom: 120px;
    cursor: pointer;
    transition: all 200ms ease;
}

#exploreBtn:hover{
    background-color: #C29A00;
    color: black;
}

.heroLine{
    position: absolute;
    bottom: 35px;
}

.quoteSection{
    display: flex;
    padding: 167px 140px 157px 140px;
    flex-direction: column;
    text-align: center;
}

#quoteP{
    font-family: 'Teko';
    font-size: 48px;
    font-weight: 300;
}

#quoteName{
    font-size: 32px;
    font-weight: 300;
    font-family: 'Teko';
    margin-top: 62px;
    color: #C29A00;   
}

.sectionDivider{
    position: relative;
    padding: 10px 0;
    overflow: hidden;
    height: fit-content;
    display: flex;
    justify-content: center;
}

.dashedLine2{
    position: absolute;
    top: 0;
    left: 0;
}

.dividerText{
    transform: translateX(0);
    animation: TextAnim 20s linear forwards infinite;
}

.dashedLine3{
    position: absolute;
    bottom: 0;
    left: 0;
}

.infoSection{
    padding: 30px;
}

.infoCard1{
    display: flex;
    gap: 55px;
}

.infoCard2{
    display: flex;
    gap: 55px;
    flex-direction: row-reverse;
    margin-top: 50px;
}

.cardImg{
    position: relative;
    padding: 57px 0 0 50px;
}

.cardNum{
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
}

#cardTitle{
    font-size: 64px;
    font-weight: 500;
    font-family: 'Teko';
}

#cardP{
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
}

#cardTitle2{
    font-size: 64px;
    font-weight: 500;
    font-family: 'Teko';
}

#cardP2{
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
}

.cardList{
    list-style-position: inside;
    margin: 40px 0 0 5px;
    font-size: 16px;
    font-weight: 300;
    
}

.techniques{
    margin-top: 40px;
    margin-bottom: 70px;
}

#techHeader{
    padding: 88px 0;
    width: 100%;
    text-align: center;
    font-size: 64px;
    font-weight: 500;
    font-family: 'Teko';
    background: url(Images/techBG.png);
}

#techText{
    display: flex;
    padding: 60px 50px;
}

#techP{
    margin: 0 60px;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}

.techLabels{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    row-gap: 20px;
    column-gap: 20px;
}

#label1{
    padding: 32px 0;
    text-align: center;
    background: url(Images/label1.png);
    border-radius: 20px;
    border: 2px solid #C29A00;
    background-position: center;
    background-size: cover;
    font-size: 24px;
}

#label2{
    padding: 32px 0;
    text-align: center;
    background: url(Images/label2.png);
    border-radius: 20px;
    border: 2px solid #C29A00;
    background-position: center;
    background-size: cover;
    font-size: 24px;
}

#label3{
    padding: 32px 0;
    text-align: center;
    background: url(Images/label3.png);
    border-radius: 20px;
    border: 2px solid #C29A00;
    background-position: center;
    background-size: cover;
    font-size: 24px;
}

#label4{
    padding: 32px 0;
    text-align: center;
    background: url(Images/label4.png);
    border-radius: 20px;
    border: 2px solid #C29A00;
    background-position: center;
    background-size: cover;
    font-size: 24px;
}

.CTA{
    background: url(Images/CTA.png);
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
    background-position: center;
    background-size: cover;
}

#CTAText{
    font-family: 'Teko';
    font-size: 36px;
    font-weight: 500;
    margin: 0 140px;
}

#exploreBtn2{
    padding: 5px 50px;
    font-size: 24px;
    font-weight: 500;
    border: 3px solid #C29A00;
    border-radius: 10px;
    cursor: pointer;
    transition: all 200ms ease;
    font-family: 'Teko';
    margin-top: 50px;
}

#exploreBtn2:hover{
    background-color: #C29A00;
    color: black;
}

footer{
    font-family: 'Teko';
    display: flex;
    padding: 40px 30px;
    justify-content: space-between;
}

#fTitle{
    font-size: 20px;
    font-weight: 400;
}

#colTitle1, #colTitle2, #colTitle3, #colTitle4{
    font-size: 32px;
    font-weight: 500;
}

.colContent{
    font-size: 20px;
    font-weight: 400;
    margin-top: 5px;
    list-style: none;
}

.socials{
    display: flex;
    gap: 23px;
    align-items: flex-end;
}
