* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    border: none;
    outline: none;
    transition: all 1s;
}

main {
    min-width: 1000px;
}

body {
    background-color: #000000;
}

.hidden {
    opacity: 0;
    filter: blur(3px);
    transform: translateX(-100px);
    transition: ease 1s;
}

.Secshow {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
}

.ContactIcon {
    border-radius: 50px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    color: white;
    font-size: 90px;
    z-index: 2;
    cursor: pointer;
}

.ContactIcon:hover {
    color: rgb(252, 255, 55);
}

.Mask1 {
    position: fixed;
    z-index: 2;
    background-color: #000000;
    height: 100%;
    width: 50%;
    transform: translateX(0);
    transition: 2s ease;
}

.Mask2 {
    position: fixed;
    z-index: 2;
    background-color: #000000;
    height: 100%;
    width: 50%;
    transform: translateX(100%);
    transition: 2s ease;
}


.Section1 {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
    padding: 70px 130px;
    background-image: url('./images/Background.png');
    background-size: cover;
}

.Divsec1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 500px;
    position: relative;
    gap: 40px;
}

.Sec1texts {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 5px;
}

.H1sec1 {
    color: #D8B631;
    font-size: 39px;
    font-weight: 900;
}

.DivH2sec1 {
    display: flex;
    flex-direction: column;
    border-left: solid 4px #D8B631;
    padding-left: 15px;
    margin-bottom: 15px;
}

.H2sec1 {
    color: #FFFFFF;
    font-size: 39px;
    font-weight: 900;
    line-height: 1;
}

.TextSec1 {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    width: 460px;
    margin-bottom: 10px;
}

.Lisec1 {
    color: white;
    font-size: 18px;
    font-weight: 500;
    margin-left: 20px;
    list-style: circle;
}

.ButtonSec1 {
    font-size: 21px;
    font-weight: 700;
    height: 50px;
    border-radius: 30px;
    color: white;
    background-color: #e7c12a;
    margin-top: 25px;
    cursor: pointer;
}

.ButtonSec1:hover {
    box-shadow: 0px 0px 20px 0px #FFCE0E;
    background-image: linear-gradient(325deg, #D8B631 0%, #FFCE0E 100%);

}

.LogoSec1 {
    position: relative;
    max-width: 100%;
    height: auto;
}

/* Seçao 2 */

.Section2 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background-color: black;
    padding: 50px 0;
}

.Sec2Div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.DivTextSec2 {
    padding-bottom: 8px;
    border-bottom: solid 2px #FFCE0E;
    margin-bottom: 20px;
}

.TextSec2 {
    color: white;
    text-align: center;
    font-size: 29px;
    font-weight: 400;
    width: 700px;
}

.VideoSec2 {
    width: 694px;
    height: 390px;
    border-radius: 20px;
    border: solid 1px #FFCE0E;
    box-shadow: 0px 0px 15px 0px #FFCE0E;
}

.ButtonSec2 {
    font-size: 21px;
    font-weight: 700;
    height: 50px;
    width: 500px;
    border-radius: 30px;
    background-color: #e7c12a;
    color: white;
    margin-top: 35px;
    cursor: pointer;
}

.ButtonSec2:hover {
    box-shadow: 0px 0px 20px 0px #FFCE0E;
    background-image: linear-gradient(325deg, #D8B631 0%, #FFCE0E 100%);
}

/* Seção 3 */

.Section3 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    min-height: 180vh;
    background-color: rgb(0, 0, 0);
    border-top: solid 4px #D8B631;
    border-bottom: solid 4px #D8B631;
    padding: 50px 0;
    background-image: url('./images/Background2.png');
    background-size: cover;

}

.Sectext3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom: solid 3px #D8B631;
    margin-bottom: 25px;
    width: 420px;
}

.h1Sec3 {
    color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 29px;
    font-weight: 400;
    height: 25px;
}

.h2Sec3 {
    color: #D8B631;
    font-family: "Poppins", Sans-serif;
    font-size: 50px;
    font-weight: 900;
}

.SecDivsImagesSec3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.Sec3DivImages1 {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.Sec3DivImages2 {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.DivImg3 {
    position: relative;
    height: 550px;
    width: 350px;
}

.DivText3 {
    height: 99%;
    width: 98%;
    position: absolute;
    z-index: 1;
    top: 3px;
    left: 4px;
    border-radius: 20px;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8071603641456583) 0%,
            rgba(0, 0, 0, 0.5970763305322129) 55%,
            rgba(0, 0, 0, 0.8015581232492998) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.DivText3:hover {
    opacity: 1;
}

.Text3 {
    z-index: 2;
    width: 300px;
    color: rgb(255, 209, 27);
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    opacity: 1;
}

.imgsec3 {
    height: 550px;
    width: 350px;
    border-radius: 20px;
    border: solid 4px #FFCE0E
}

.ButtonSec3 {
    font-size: 21px;
    font-weight: 700;
    height: 50px;
    width: 550px;
    border-radius: 30px;
    color: white;
    background-color: #e7c12a;
    margin-top: 35px;
    cursor: pointer;
}

.ButtonSec3:hover {
    box-shadow: 0px 0px 20px 0px #FFCE0E;
    background-image: linear-gradient(325deg, #D8B631 0%, #FFCE0E 100%);
}

/* Seçao 4 */

.Section4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: black;
    min-height: 105vh;
    border-bottom: solid 4px #D8B631;
    padding: 50px 0;

}

.DivSec4Start {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: solid 3px #D8B631;
    width: 70%;
    margin-bottom: 35px;
}

.h1sec4 {
    color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 29px;
    height: 33px;
    font-weight: 400;
}

.h2sec4 {
    color: #D8B631;
    font-family: "Poppins", Sans-serif;
    font-size: 39px;
    font-weight: 900;
}

.DivSec4Center {
    display: flex;
    gap: 10px;
    margin-bottom: 55px;
    align-items: center;
    justify-content: center;
}

.textsec4 {
    color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    width: 650px;
}

.FrascoLogoSec4 {
    width: 300px;
    border: solid 3px #FFCE0E;
    border-radius: 25px;
    box-shadow: 0px 0px 20px 0px #FFCE0E;
}

.DivSec4End {
    border-bottom: solid 3px #D8B631;
    padding-bottom: 20px;
}

.text1Sec4 {
    color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    margin-bottom: 20px;
    width: 700px;
}

.text2Sec4 {
    color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    line-height: 28px;
}

/* Seçao 5 */

.Section5 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
    min-height: 80vh;
    border-bottom: solid 3px #D8B631;
    padding: 50px 0;
    background-image: url('./images/Background2.png');
    background-size: cover;

}

.Sec5Texts {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 800px;
}

.Sec5TextStart {
    text-align: center;
    color: #D8B631;
    font-family: "Poppins", Sans-serif;
    font-size: 27px;
    font-weight: 400;
    line-height: 28px;
    width: 700px;
}

.Sec5TextCenter {
    text-align: start;
    color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    width: 765px;
}

.BSec5 {
    color: #D8B631;
}

.Sec5TextEnd {
    text-align: center;
    color: #D8B631;
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

/* Seçao 6 */

.Section6 {
    min-height: 75vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 80px;
    background-color: black;
    gap: 50px;
    border-bottom: solid 3px #D8B631;
}

.SpanSec6 {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 710px;
}

.divText6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom: solid 3px #D8B631;
    padding-bottom: 15px;
}

.h1Sec6 {
    color: #FFFFFF;
    font-size: 29px;
    font-weight: 400;
}

.h2Sec6 {
    color: #D8B631;
    font-size: 39px;
    font-weight: 900;
}

.TextSec6 {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
}

.ImageSec6 {
    width: 395px;
    border: solid 3px #FFCE0E;
    border-radius: 25px;
    box-shadow: 0px 0px 20px 0px #FFCE0E;
}

/* Seçao 7 */

.Section7 {
    min-height: 100vh;
    padding: 70px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-bottom: solid 3px #D8B631;
    background-color: #000000;
    background-image: url('./images/Background.png');
    background-size: cover;
}

.divSec7 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 73%;
    height: 100%;
}

.divh1Sec7 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-bottom: solid 3px #D8B631;
    padding-bottom: 10px;
    width: 100%;
    margin-bottom: 25px;
}

.h1Sec7 {
    color: #FFFFFF;
    font-size: 29px;
    font-weight: 400;
    height: 30px;
}

.h2Sec7 {
    color: #D8B631;
    font-size: 39px;
    font-weight: 900;
}

.Sec7Depoiments {
    display: flex;
    width: 900px;
    height: 650px;
    gap: 10px;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 15px;
}

.imgDP {
    width: 100%;
    height: auto;
    border-radius: 15px;
}

.ButtonSec7 {
    font-size: 21px;
    font-weight: 700;
    height: 50px;
    width: 550px;
    border-radius: 30px;
    background-color: #e7c12a;
    color: white;
    margin-top: 80px;
    cursor: pointer;
}

.ButtonSec7:hover {
    box-shadow: 0px 0px 20px 0px #FFCE0E;
    background-image: linear-gradient(325deg, #D8B631 0%, #FFCE0E 100%);
}

/* Seçao 8 */

.Section8 {
    min-height: 100vh;
    padding: 60px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000;
    border-bottom: solid 3px #FFCE0E;
}

.SpanSec8 {
    display: flex;
    flex-direction: column;
    width: 55%;
}

.divhSec8 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom: solid 3px #D8B631;
    margin-bottom: 20px;
}

.h1Sec8 {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 400;
}

.h2Sec8 {
    color: #D8B631;
    font-size: 39px;
    font-weight: 900;
}

.liSec8 {
    color: white;
    font-size: 18px;
    font-weight: 500;
    margin-left: 30px;
    margin-bottom: 5px;
}

.Sec8SpanLi {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 65px;
}

.h1Title8 {
    border-bottom: solid 3px #D8B631;
    width: 290px;
    padding-bottom: 15px;
}

.LisTitle8 {
    color: #D8B631;
    font-size: 30px;
    font-weight: 400;
    width: 390px;
    line-height: 1;
    position: relative;
}

.LisTitle82 {
    color: #D8B631;
    font-size: 30px;
    font-weight: 400;
    width: 790px;
    line-height: 1;
    position: relative;
}

.liSec82 {
    color: white;
    font-size: 18px;
    font-weight: 500;
    width: 490px;
    margin-left: 20px;
    margin-bottom: 5px;
}

.TextSec8 {
    color: white;
    font-size: 18px;
    font-weight: 500;
    width: 480px;
    margin-bottom: 5px;
    text-align: start;
}

.TextSec82 {
    color: white;
    font-size: 18px;
    font-weight: 500;
    width: 590px;
    margin-bottom: 5px;
    text-align: start;
}


/* Seçao 9 */

.Section9 {
    min-height: 220vh;
    padding: 50px 330px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #000000;
    border-bottom: solid 3px #D8B631;
    background-image: url('./images/Background3.png');
    background-size: cover;

}

.MainSec9 {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-direction: column;
}

.Sec9span1 {
    color: white;
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
    font-size: 35px;
    text-align: center;
    margin-bottom: 10px;
}

.Sec9span2 {
    color: #D8B631;
    font-family: "Poppins", Sans-serif;
    font-weight: 800;
    font-size: 40px;
    text-align: center;
}

.Sec9span5 {
    color: rgb(255, 234, 112);
    font-family: "Poppins", Sans-serif;
    font-weight: 500;
    font-size: 25px;
    text-align: center;
    margin-bottom: 50px;
}

.divHSec9 {
    padding-bottom: 10px;
    border-bottom: solid 3px #FFCE0E;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.h1Sec9 {
    color: #FFFFFF;
    font-size: 29px;
    font-weight: 400;
}

.h2Sec9 {
    color: #D8B631;
    font-size: 39px;
    font-weight: 900;
}

.DivProducionsSec9 {
    display: flex;
    gap: 25px;
}

.ProductSec9 {
    height: 600px;
    width: 330px;
    border-radius: 20px;
    background-color: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 10px 0px #D8B631;
}

.ProductSec9:hover {
    box-shadow: 0px 0px 14px 0px #D8B631;
}

.ProductImage {
    width: 95%;
}

.p1Sec9 {
    color: #FFFFFF;
    font-size: 29px;
    font-weight: 400;
    text-align: center;
    width: 250px;
}

.p2Sec9 {
    color: #FFFFFF;
    font-size: 29px;
    font-weight: 400;
    height: 25px;
    margin-top: 15px;
}

.PriceSec9 {
    color: #D8B631;
    font-size: 53px;
    font-weight: 800;

}

.TextEndSec9 {
    width: 765px;
    color: #ffffff;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 25px;
}

.ButtonSec9 {
    font-size: 21px;
    font-weight: 700;
    height: 50px;
    width: 550px;
    border-radius: 30px;
    color: white;
    background-color: #e7c12a;
    margin-top: 50px;
    cursor: pointer;
}

.ButtonSec9:hover {
    box-shadow: 0px 0px 20px 0px #FFCE0E;
    background-image: linear-gradient(325deg, #D8B631 0%, #FFCE0E 100%);
}


/* Seçao 10 */

.Section10 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
    min-height: 105vh;
    padding: 50px 0;
}

.SpanSec10 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
}

.divH1Sec10 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom: solid 3px #D8B631;
    width: 100%;
    margin-bottom: 25px;
}

.h1Sec10 {
    color: #FFFFFF;
    font-size: 29px;
    font-weight: 400;
    height: 30px;
}

.h2Sec10 {
    color: #D8B631;
    font-size: 39px;
    font-weight: 900;
}

.liSec10 {
    color: white;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #d5d8dc;
    max-width: 100%;
    padding-bottom: 15px;
    padding-top: 15px;
    list-style: circle;
    cursor: pointer;
    list-style: none;
    position: relative;
    transition: 1s ease;
}

.liP10 {
    display: none;
    color: #FFFFFF;
    font-weight: 400;
    margin-top: 15px;
    width: 100%;
}

.select {
    color: #D8B631;
    padding-bottom: 25px;
    transition: ease 0.5s;
}

.show {
    display: flex;
}

/* Area Da Responsicidade */

@media screen and (max-width: 1180px) {

    main {
        min-width: 100%;
    }

    .Section1 {
        padding: 50px 10px 25px 10px;
        border-bottom: solid 1px rgb(122, 122, 122)
    }

    .Divsec1 {
        flex-direction: column;
    }

    .Sec1texts {
        width: 100%;
    }

    .H1sec1 {
        font-size: 40px;
    }

    .DivH2sec1 {
        display: flex;
        flex-direction: column;
        border-left: solid 4px #D8B631;
        padding-left: 15px;
        margin-bottom: 15px;
    }

    .H2sec1 {
        color: #FFFFFF;
        font-size: 30px;
        font-weight: 900;
        line-height: 1;
    }

    .TextSec1 {
        color: #FFFFFF;
        font-size: 20px;
        font-weight: 500;
        line-height: 28px;
        width: auto;
        margin-bottom: 10px;
    }

    .ButtonSec1 {
        height: 70px;
        width: auto;
        box-shadow: 0px 0px 12px 0px #FFCE0E;

    }

    .LogoSec1 {
        max-width: 100%;
    }

    /* Seçao 2 */

    .Section2 {
        align-items: center;
        justify-content: center;
        min-height: 70vh;
        background-color: black;
        padding: 50px 0;
        border-bottom: solid 2px #FFCE0E;
    }

    .Sec2Div {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 0 15px;
    }

    .DivTextSec2 {
        padding-bottom: 8px;
        border-bottom: solid 2px #FFCE0E;
        margin-bottom: 20px;
        padding-bottom: 15px;

    }

    .TextSec2 {
        font-size: 25px;
        width: auto;
        line-height: 1;
    }

    .ButtonSec2 {
        font-size: 21px;
        padding: 0 50px;
        line-height: 1;
        height: 70px;
        width: auto;
        box-shadow: 0px 0px 12px 0px #FFCE0E;

    }

    .VideoSec2 {
        width: 100%;
        height: 200px;
    }

    /* Seçao 3 */

    .Sectext3 {
        width: 80%;
    }

    .Sec3DivImages1 {
        flex-direction: column;
    }

    .Sec3DivImages2 {
        flex-direction: column;
    }

    .ButtonSec3 {
        line-height: 1;
        width: 95%;
        height: 70px;
        padding: 0 70px;
    }

    /* Seçao 4 */

    .Section4 {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: black;
        min-height: 105vh;
        border-bottom: solid 4px #D8B631;
        padding: 50px 0;
    }

    .DivSec4Start {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 12px;
        border-bottom: solid 3px #D8B631;
        width: 90%;
        margin-bottom: 35px;
        justify-content: center;
    }

    .DivSec4Center {
        display: flex;
        gap: 10px;
        margin-bottom: 55px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .FrascoLogoSec4 {
        margin-top: 30px;
    }

    .textsec4 {
        color: #FFFFFF;
        font-family: "Poppins", Sans-serif;
        font-size: 22px;
        font-weight: 400;
        line-height: 28px;
        width: 90%;
    }

    .DivSec4End {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 90%;
    }

    .text1Sec4 {
        width: 95%;
    }

    /* Seçao 5*/

    .Section5 {
        background-color: black;
    }

    .Sec5Texts {
        width: 100%;
        align-items: center;
        padding: 0 10px;
    }

    .Sec5TextStart {
        width: 90%;
    }

    .Sec5TextCenter {
        width: 100%;
    }

    /* Seçao 6*/

    .Section6 {
        width: 100%;
        padding: 30px 15px;
        flex-direction: column;
    }

    .SpanSec6 {
        width: 100%;
    }

    .ImageSec6 {
        width: 95%;
    }

    /* Seçao 7 */

    .Section7 {
        padding: 70px 0;
    }

    .divSec7 {
        flex-direction: column;
        width: 90%;
    }

    .Sec7Depoiments {
        width: 110%;
        overflow-x: scroll;
    }

    .ButtonSec7 {
        height: 70px;
        width: 95%;
        padding: 0 70px;
        line-height: 1;
        box-shadow: 0px 0px 12px 0px #FFCE0E;

    }

    /* Seçao 8 */

    .Section8 {
        padding: 60px 10px;
    }

    .SpanSec8 {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .divhSec8 {
        width: 100%;
        padding-bottom: 20px;
    }

    .h2Sec8 {
        text-align: center;
        line-height: 1;
    }

    .h1Title8 {
        width: 90%;
    }

    .LisTitle8 {
        width: 100%;
        line-height: 1;
    }

    .LisTitle82 {
        width: 100%;
        line-height: 1;
    }

    .liSec82 {
        width: 90%;
    }

    .TextSec8 {
        width: 100%;
    }

    .TextSec82 {
        width: 100%;
    }

    .TextSec8 {
        width: 90%;
    }

    /* Seçao 9 */

    .Section9 {
        padding: 50px 10px;
    }

    .Sec9span1 {
        font-size: 25px;
        text-align: center;
        margin-bottom: 20px;
    }

    .Sec9span2 {
        font-size: 30px;
        text-align: center;
    }

    .Sec9span5 {
        font-size: 25px;
        text-align: center;
        margin-bottom: 50px;
    }

    .h2Sec9 {
        font-size: 39px;
        text-align: center;
    }

    .divHSec9 {
        padding-bottom: 10px;
        align-items: center;
        width: 90%;
    }

    .DivProducionsSec9 {
        flex-direction: column;
    }

    .TextEndSec9 {
        width: 100%;
    }

    .ButtonSec9 {
        width: 100%;
        text-align: center;
        height: 70px;
        padding: 0 30px;
        box-shadow: 0px 0px 12px 0px #FFCE0E;
    }

    /* Seçao 10 */

    .Section10 {
        padding: 50px 10px;
    }

    .SpanSec10 {
        width: 100%;
    }

    .liSec10 {
        padding: 12px;
        line-height: 1;
    }

}