/* font related styles */
* {
    font-family: "Merriweather", serif;
    font-family: "Inter", sans-serif;
    margin: 0;
}

/* sec-1 related css  */
.sec-1 {
    margin: 50px 100px 0px 100px;
}

.sec-1-container {
    background-image: url("images/1.png");
    background-repeat: no-repeat;
    padding: 200px;
    background-size: 100% 100%;
}

.sec-1-title {
    text-align: center;
    font-family: Merriweather;
    font-size: 32px;
    font-weight: 400;
    color: #FFF;
}

.sec-1-title-1 {
    text-align: center;
    font-family: Merriweather;
    font-size: 55px;
    font-weight: 900;
    color: #FFF;
}

/* sec-2 related styles */
.sec-2 {
    margin: 70px 100px 0px 100px;
}

.sec-2-title {
    color: #F00;
    text-align: center;
    font-family: Inter;
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 50px;
}

.sec-2-title-1 {
    color: #F00;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 50px;
}

.sec-2-title-2 {
    color: #070211;
    text-align: center;
    font-family: Inter;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 50px;
}

.sec-2-img-1 {
    height: 400px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

/* sec-3 related styles */
.sec-3 {
    margin: 70px 100px 0px 100px;
    background-image: url("images/22.png");
    background-repeat: no-repeat;
    padding: 60px;
    background-size: 100%;
}

.sec-3-container {
    display: flex;
    align-items: center;
    gap: 150px;
}

.sec-3-img-2 {
    height: 400px;
}

.sec-3-title {
    color: #FFF;
    font-family: Merriweather;
    font-size: 50px;
    font-weight: 900;
    letter-spacing: 7.04px;
    margin-bottom: 40px;
}

.sec-3-description {
    color: rgba(255, 255, 255, 0.80);
    font-family: Inter;
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 30px;
}

.sec-3-button {
    background-color: #fa6400;
    font-size: 18px;
    border: none;
    padding: 18px 30px;
    color: #FFF;
    font-family: Inter;
    border-radius: 5px;
}

/* sec-4 related styles */
.sec-4 {
    margin: 70px 100px 0px 100px;
}

.sec-4-container {
    background-image: linear-gradient(180deg, rgba(255, 0, 0, 0.10) 0%, rgba(255, 0, 0, 0.00) 100%);
    text-align: center;
    padding: 100px;
    border-radius: 10px;
}

.sec-4-title {
    color: #070211;
    font-family: Inter;
    font-size: 32px;
    font-weight: 600;
}

.sec-4-span {
    color: #F00;
    font-family: Inter;
    font-size: 32px;
    font-weight: 600;
}

#sec-4-title-1 {
    margin-bottom: 15px;
}

#sec-4-title-2 {
    margin-bottom: 15px;
}

.sec-4-button {
    padding: 16px 32px;
    margin-top: 45px;
    border: none;
    background-color: #F00;
    border-radius: 6px;
    color: #FFF;
}

/* sec-5 related styles */
.sec-5 {
    margin: 70px 100px 0px 100px;
}

.sec-5-container {
    align-items: center;
    display: flex;
    padding: 50px;
    gap: 50px;
}

.sec-5-title-1 {
    color: #F00;
    font-family: Inter;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
}

.sec-5-title-2 {
    color: #070211;
    font-family: Merriweather;
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 15px;
}

.sec-5-description-1 {
    color: rgba(7, 2, 17, 0.60);
    font-family: Inter;
    font-size: 15px;
    font-weight: 400;
}

.sec-5-title-3 {
    color: #F00;
    font-family: Inter;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-right: 150px;
}

#sec-5-description-2 {
    margin-bottom: 15px;
}

.sec-5-part-2 {
    border-radius: 463px;
    border: 15px solid #F00;
    padding: 20px;
}

/* sec-6 related styles */
.sec-6 {
    margin: 70px 100px 0px 100px;
}

.sec-6-part-1 {
    text-align: center;
    padding: 70px;
}

.sec-6-title-1 {
    color: #070211;
    font-family: Inter;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
}

.sec-6-title-2 {
    color: #F00;
    text-align: center;
    font-family: Merriweather;
    font-size: 50px;
    font-weight: 900;
    margin-bottom: 15px;
}

.sec-6-span {
    color: #070211;
    font-family: Merriweather;
    text-align: center;
    font-size: 50px;
    font-weight: 900;
}

.sec-6-description {
    color: rgba(7, 2, 17, 0.60);
    text-align: center;
    font-family: Inter;
    font-size: 17px;
    font-weight: 500;
}

.sec-6-image-1 {
    float: right;
}

.sec-6-image-2 {
    height: 200px;
    position: absolute;
    bottom: -3100px;
    left: 720px;
}

.sec-6-image-3 {
    height: 450px;
    position: absolute;
    top: 3650px;
}

.sec-6-image-4 {
    height: 199.3px;
}

/* sec-7 related styles */
.sec-7 {
    margin: 70px 100px 0px 100px;
}

.sec-7-title-1 {
    color: #F00;
    font-family: Inter;
    font-size: 24px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 15px;
}

.sec-7-title-2 {
    color: #070211;
    font-family: Merriweather;
    font-size: 35px;
    font-weight: 900;
    margin-bottom: 15px;
}

.sec-7-description {
    color: rgba(7, 2, 17, 0.60);
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    padding: 0px 400px 0px 0px;
    margin-bottom: 20px;
}

.sec-7-image-1 {
    display: flex;
}

.sec-7-image-2 {
    display: flex;
}

.sec-7-image-1 img {
    height: 385px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.sec-7-image-2 img {
    height: 385px;
    margin-right: 20px;
}

/* sec-8 related styles */
.sec-8 {
    margin: 70px 100px 0px 100px;
    padding: 70px;
    border-radius: 16px;
    background: rgba(255, 0, 0, 0.05);
}

.sec-8-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 15%;
    margin-bottom: 25px;
}

.sec-8-title {
    color: #070211;
    text-align: center;
    font-family: Merriweather;
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 25px;
}

.sec-8-description {
    color: rgba(7, 2, 17, 0.60);
    text-align: center;
    font-family: Inter;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 60px;
}

.sec-8-button-area {
    text-align: center;
}

.sec-8-input-text {
    background-color: white;
    padding: 15px 100px 15px 20px;
    border: none;
    border-radius: 30px 0px 0px 30px;
    margin-right: 0px;
}

.sec-8-input-button {
    padding: 15px 30px;
    border: none;
    border-radius: 0px 50px 50px 0px;
    background: #F00;
    color: #FFF;
    font-size: 13px;
}

/* sec-9 related styles */
.sec-9 {
    background-color: #070211;
    margin: 70px 0px 0px 0px;
}

.sec-9-container {
    padding: 100px;
}

.sec-9-title-1 {
    color: #FFF;
    font-family: Inter;
    font-size: 15px;
    font-weight: 300;
}

.sec-9-part-1 {
    display: flex;
    justify-content: space-between;
}

.sec-9-part-1-2 {
    display: flex;
    gap: 8px;
}

.sec-9-image-1 {
    height: 20px;
}

.sec-9-part-2 {
    display: flex;
    justify-content: space-between;
}

.sec-9-part-3 {
    margin: 80px 0px 0px 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
}

.sec-9-image-2 {
    height: 40px;
}

#sec-9-image-3 {
    margin-left: 15px;
}

.sec-9-part-4 {
    margin: 80px 0px 0px 0px;
    display: flex;
    justify-content: space-between;
}