.section-title {
    margin-bottom: 35px;
    text-align: center;
}

.about-content ul li i::before {
    margin-right: 0px;
}

.fragrance-about-area {
    padding-top: 165px;
}

.fragrance-about-area .section-title {
    text-align: left;
    margin-bottom: 30px;
}

.fragrance-about-area .about-content p {
    color: #282828;
    font-weight: 500;
    margin-bottom: 18px;
}

.fragrance-about-area .about-content ul {
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}

.fragrance-about-area .about-content ul li {
    list-style-type: none;
    display: block;
    font-weight: 500;
    margin-bottom: 15px;
    width: 100%;
}

.fragrance-about-area .about-content ul li:last-child {
    margin-bottom: 0;
}

.fragrance-about-area .about-content ul li i {
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 50%;
    font-size: 15px;
    text-align: center;
    color: #ff0040;
    background-color: #f2f4fd;
    margin-right: 8px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.fragrance-about-area .about-content ul li:hover i {
    color: #ffffff;
    background-color: #ff0040;
}

.fragrance-about-area .about-content img {
    display: inline-block;
    margin-right: 25px;
    border-right: 3px solid #fa5f0b;
    padding-right: 25px;
}

.fragrance-about-area .about-content img:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}

.fragrance-about-area .about-img-wrap {
    position: relative;
}

.fragrance-about-area .about-img-wrap .about-img-slider .about-img-item img {
    width: unset !important;
    max-width: 300px;
}

.fragrance-about-area .about-img-wrap .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
    position: absolute;
    right: 25px;
    top: 120px;
    max-width: 20px;
}

.fragrance-about-area .about-img-wrap .owl-theme .owl-dots .owl-dot span {
    background: #12329b;
}

.fragrance-about-area .about-img-wrap .owl-theme .owl-dots .owl-dot.active span {
    background: #4eaaf0;
}

.fragrance-about-area .about-img-wrap .about-shape img {
    position: absolute;
}

.fragrance-about-area .about-img-wrap .about-shape img:nth-child(1) {
    top: -25px;
    left: 0;
    max-width: 350px;
}

.fragrance-about-area .about-img-wrap .about-shape img:nth-child(2) {
    bottom: -60px;
    right: 0;
    z-index: 1;
    max-width: 180px;
}

.fragrance-about-area .about-img-wrap .about-shape img:nth-child(3) {
    top: -65px;
    right: 25px;
}

.fragrance-about-area .about-img-wrap .about-shape img:nth-child(4) {
    top: 255px;
    right: -50px;
}

.fragrance-about-area .about-img-wrap .about-year {
    z-index: 1;
    background-color: #ffffffd9;
    border-left: 5px solid #02111e;
    display: inline-block;
    padding: 35px 60px;
    position: absolute;
    left: 0;
    bottom: -36px;
}

.fragrance-about-area .about-img-wrap .about-year h2 {
    font-size: 58px;
    color: #02111e;
    font-weight: 700;
    margin-bottom: 0;
}

.fragrance-about-area .about-img-wrap .about-year h2 span {
    font-size: 38px;
}


.section-title {
    margin-bottom: 30px;
}

.section-title .sub-title {
    color: #ff0040;
    margin-bottom: 20px;
    margin-top: 20px;
}

.section-title h2 {
    font-weight: 800;
    font-size: 35px;
}

.fragrance-about-area .about-content {
    margin-bottom: 30px;
}

.fragrance-about-area .about-content ul li {
    font-size: 13px;
}

.fragrance-about-area .about-content img {
    margin-right: 10px;
    padding-right: 15px;
}

.about-area .about-img-wrap .owl-theme .owl-nav.disabled+.owl-dots {
    right: 10px;
    top: 160px;
}


@media (max-width: 991px) {
    .fragrance-about-area .about-img-wrap .about-shape img {
        position: absolute;
    }

    .fragrance-about-area .about-img-wrap .about-shape img:nth-child(1) {
        display: none;
    }

    .fragrance-about-area .about-img-wrap .about-shape img:nth-child(2) {
        display: none;
    }

    .fragrance-about-area .about-img-wrap .about-shape img:nth-child(3) {
        display: none;
    }

    .fragrance-about-area .about-img-wrap .about-shape img:nth-child(4) {
        display: none;
    }

    .fragrance-about-area .about-img-wrap .about-year {
        padding: 15px 30px;
        left: 0;
        bottom: 0;
    }

    .fragrance-about-area .about-img-wrap .about-year h2 {
        font-size: 35px;
    }

    .fragrance-about-area .about-img-wrap .about-year h2 span {
        font-size: 30px;
    }

    .fragrance-about-area .about-img-wrap .about-img-slider .about-img-item img {
        max-width: 100%;
    }

    .about-img-item {
        padding: 0px 10px;
        /* 添加所需的内边距值，这里设置为10px，你可以根据需要进行调整 */
    }

    .owl-theme .owl-dots .owl-dot span {
        width: 8px;
        height: 8px;
    }

}

/*-- Offer --*/
.offer-area {
    background-color: #f6f6f6;
    padding-top: 100px;
}

.offer-area .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
}

.offer-area .owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 7px;
    background: #facbb1;
}

.offer-area .owl-theme .owl-dots .owl-dot.active span {
    background: #ff0040;
    width: 25px;
}

.offer-item {
    text-align: center;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 30px 25px 30px;
    -webkit-box-shadow: 0px 0px 20px 0px #dddddd33;
    box-shadow: 0px 0px 20px 0px #dddddd33;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
    position: relative;
}

.offer-item .offer-shape {
    position: absolute;
    left: 15px;
    bottom: 15px;
}

.offer-item .offer-top img {
    -webkit-animation: border-transform-default 10s linear infinite alternate forwards;
    animation: border-transform-default 10s linear infinite alternate forwards;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    border: 6px solid #ff0040;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.offer-item .offer-top i {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px dotted #ff0040;
    color: #ff0040;
    font-size: 35px;
    margin-bottom: 15px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    margin-top: -60px;
}

.offer-item .offer-bottom h3 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 8px;
}

.offer-item .offer-bottom h3 a {
    color: #282828;
}

.offer-item .offer-bottom h3 a:hover {
    color: #ff0040;
}

.offer-item .offer-bottom p {
    margin-bottom: 12px;
}

.offer-item .offer-bottom .offer-link {
    display: inline-block;
    font-weight: 500;
    color: #ff0040;
    font-size: 14px;
}

.offer-item .offer-bottom .offer-link i {
    display: inline-block;
    font-size: 17px;
    position: relative;
    top: 3px;
}

.offer-item .offer-bottom .offer-link:hover {
    color: #12329b;
}

@-webkit-keyframes border-transform-default {

    0%,
    to {
        border-radius: 65% 86% 80% 69%/59% 55% 95% 89%;
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}

@keyframes border-transform-default {

    0%,
    to {
        border-radius: 65% 86% 80% 69%/59% 55% 95% 89%;
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}

.offer-item {
    padding: 30px 5px 30px;
    margin-left: 10px;
    margin-right: 10px;
}

.offer-item .offer-bottom h3 {
    font-size: 20px;
}

@media (max-width: 767px) and (min-width: 580px) {
    .owl-carousel .owl-item .offer-shape img {
        display: none;
    }
}

@media (max-width: 310px) {
    .owl-carousel .owl-item .offer-shape img {
        display: none;
    }
}

/*-- End Offer --*/


.container-contact {
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;
    padding: 4em;
}

@media (max-width: 700px) {
    .container-contact {
        padding: 4em 1em;
    }
}

.container-contact ul {
    list-style: none;
    padding: 0;
}

.container-contact .title {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.container-contact .wrapper {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    padding: 27.5px;
}

#contactForm {
    display: grid;
    grid-gap: 20px;
    grid-template-areas:
        'name'
        'designation'
        'email'
        'company'
        'phone'
        'fragrance'
        'application'
        'volume'
        'message';
}

.required-field {
    grid-column: 1 / 2;
}

.submit-button {
    grid-column: 2 / 3;
}

.name-field {
    grid-area: name;
    grid-column: 1 / 3;
}

.designation-field {
    grid-area: designation;
    grid-column: 1 / 3;
}

.email-field {
    grid-area: email;
    grid-column: 1 / 3;
}

.company-field {
    grid-area: company;
    grid-column: 1 / 3;
}

.phone-field {
    grid-area: phone;
    grid-column: 1 / 3;
}

.fragrance-field {
    grid-area: fragrance;
    grid-column: 1 / 3;
}

.application-field {
    grid-area: application;
    grid-column: 1 / 3;
}

.volume-field {
    grid-area: volume;
    grid-column: 1 / 3;
}

.message-field {
    grid-area: message;
    grid-column: 1 / 3;
}

/* FORM STYLES */

.contact-us {
    margin: 0 0 10px;
    font-weight: 400;
    font-size: 28px;
    color: #12329b;
    text-align: center;
}

.contact form {
    border: 0;
}

.contact form label {
    display: block;
}

.contact form p {
    margin: 0;
    font-weight: 200;
    font-size: 12px;
    color: rgb(0, 0, 0);
}

.contact-p {
    text-align: center;
}

.contact form input,
.contact form textarea {
    font-weight: 200;
    font-size: 14px;
    width: 100%;
    padding: .4em .8em;
    background: rgba(249, 250, 250, .5);
    border: 1px solid rgba(74, 86, 96, .1);
    border-radius: 2.5px;
    outline-color: #ff0040;
}

.contact form button {
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    background: #12329b;
    width: 90px;
    height: 30px;
    border: 0;
    border-radius: 15px;
}

.submit-button {
    align-self: center;
    justify-self: end;
}

.contact form button:hover,
.contact form button:focus {
    background: #fff;
    color: #12329b;
    outline: 0;
    border: 1px solid #12329b;
    transition: background-color 0.3s ease-out;
}

.required-field {
    font-weight: 200;
    font-size: 10px;
    color: rgba(74, 86, 96, 0.75);
    align-self: center;
    justify-self: start;
}

.contact span {
    color: #ff0040;
}

.alert {
    margin-bottom: 1em;
    padding: 10px;
    background: #12329b;
    font-size: 14px;
    text-align: center;
    color: #fff;
    border-radius: 2.5px;
    display: none;
}

/* LARGE SCREENS */

@media (min-width: 500px) {
    #contactForm {
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            'name company'
            'designation designation'
            'email phone'
            'fragrance fragrance'
            'application application'
            'volume volume'
            'message message';
    }

    .name-field {
        grid-area: name;
        grid-column: 1 / 2;
    }

    .email-field {
        grid-area: email;
        grid-column: 1 / 2;
    }

    .company-field {
        grid-area: company;
        grid-column: 2 / 3;
    }

    .phone-field {
        grid-area: phone;
        grid-column: 2 / 3;
    }

    .fragrance-field {
        grid-area: fragrance;
        grid-column: 1 / 3;
    }

    .application-field {
        grid-area: application;
        grid-column: 1 / 3;
    }

    .volume-field {
        grid-area: volume;
        grid-column: 1 / 3;
    }

    .message-field {
        grid-area: message;
        grid-column: 1 / 3;
    }
}

.contact form input:focus,
.contact form textarea:focus {
    color: black;
}