@import url('https://fonts.googleapis.com/css2?family=Poiret+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans&display=swap');


body {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}


.navbar .navbar-brand {
    display: flex;
    align-items: center;
}

.navbar .navbar-brand img {
    margin-right: 5px;
}

.navbar-nav .nav-link:hover {
    border-bottom: 2px solid red;
}

.navbar .navbar-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.navbar .navbar-nav .nav-list {
    margin-right: 30px;
}

.navbar .navbar-nav .nav-list a {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #221F1F;
}

.register-btn,
.signin-btn {
    margin-left: 5px;
    padding: 7px 15px;
}

.signin-btn {
    color: black;
}

.register-btn:hover,
.signin-btn:hover {
    color: white !important;
}


.nav-hr {
    border: 1px solid #d9e5dd;
    box-shadow: 0px 4px 8px 1px #b4e7c5;
    margin-top: 0;
}

.nav-tabs {
    border: none;
}

sec1-responsive-img {
    width: 100%;
    min-width: 900px;
    height: auto;
}

.section1-tab1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 38px;
    display: flex;
    align-items: center;
    text-align: center;
    border-left: 1px solid rgba(0, 0, 0, 0.14);
    border-top: 1px solid rgba(0, 0, 0, 0.14);
    border-right: 1px solid gray;
    padding: 10px 28px;
}

.section1-tab2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 38px;
    display: flex;
    align-items: center;
    padding: 10px 28px;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
    border-right: 1px solid rgba(0, 0, 0, 0.14);
}

.tab-link {
    color: black;
}

.tab-icon {
    margin-right: 5px;
}

#localShippingTab form {
    text-align-last: justify;
}

#internationalShippingTab a {
    width: 202px;
    height: 48px;
    background: #ff6f00;
    border-radius: 3px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}

a:hover {
    color: inherit !important;
}

.form-button {
    margin-top: 20px;
    width: 137px;
    background: #ff6f00;
    border-radius: 3px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
}

.nav-tabs .nav-link {
    border: none;
}

/************* section 2 style **************/

.section2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/************ section 3 style ***************/
.section3 {
    margin-top: 71px;
}

.section3-header {
    font-family: 'Poiret One';
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
}

.sec3-header-content {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 33px;
}

.sec3-text-content {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    width: 17rem;
    line-height: 33px;
}

.sec3-img-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sec3-content {
    margin-left: 25px;
}

.test {
    margin-left: 177px;
}

/************ section 4 style ***************/


#services {
    padding: 50px 0;
}

.service-line {
    position: relative;
}

.service-line1:first-child:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #A9A2A2;
    height: 63rem;
}

.service-line2:last-child:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0.5px;
    background-color: #A9A2A2;
    height: 63rem;

}

#services h1 {
    font-family: 'Poiret One', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 21px;
    text-align: center;
    margin-bottom: 30px;
}

#services p {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    text-align: center;
    width: 91%;
    margin: 50px auto;
    color: #A9A2A2;
}

#services img {
    width: 277px;
    height: 269px;
}

#services h2 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    margin-top: 30px;
}

#services p:nth-of-type(2) {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 0px;
    text-align: center;
    margin-top: 10px;
}

#services a.btn-primary {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    /* font-size: 18px; */
    line-height: 0px;
    text-align: center;
    color: red;
    /* display: inline-block; */
    /* padding: 10px 20px; */
    /* border-radius: 20px; */
    text-decoration: none;
    margin-bottom: 10px;
}

.services-content {
    display: flex;
    flex-direction: column;
}

/************ section 5 style ***************/

.section5 {
    position: relative;
    background-image: url("./img/section5.jpg");
    background-size: cover;
    padding: 0;
    min-height: 417px;
    height: 100%;
    width: 100%;

}

.section5::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 23%);
    width: 100%;
}

.section5 .container {
    max-width: 100%;
    margin: 0;
}

.section5 .section-heading {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 63px;
    color: white;
    padding-top: 120px;
}

.section5 .section-button {
    width: 174px;
    height: 61px;
    background: red;
    border-radius: 3px;
    color: white;
    margin-top: 20px;
    border: none;
}

/************ section 6 style ***************/

.contact-details {
    display: flex;
    flex-direction: column;
    /* justify-content: end; */
    /* margin-bottom: 64px; */
}


.contact-title {
    font-family: 'Poiret One';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    /* line-height: 21px; */
    color: black;
}

.contact-details .location,
.contact-details .phone,
.contact-details .email {
    display: flex;
}

.contact-details .icon {
    width: 50px;
    height: 50px;
    background-color: #ff6f00;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

.contact-details .icon i {
    font-size: 24px;
}

.contact-details .title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    color: #ff6f00;
}

.contact-details .text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    display: block;
    color: #221F1F;
    margin-bottom: 20px;
}

.contact-form {
    padding: 0 50px;
}

.contact-form form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-form form .form-group {
    width: 100%;
    margin-bottom: 15px;
}

.contact-form form input,
.contact-form form textarea {
    padding: 17px;
}

.contact-form form input::placeholder,
.contact-form form textarea::placeholder {
    color: #221F1F;
    font-style: italic;
}

.contact-form form .btn-red {
    background-color: #ff6f00;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    font-size: 16px;
    cursor: pointer;
}

.contact-form form .btn-red:hover {
    background-color: #BF0A0A;
}

.social-media {
    display: flex;
    flex-direction: row;
}

.social-media .details p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #A1A1A1;
}

.Social-icon {
    margin-right: 16px;
    font-size: 20px;
}

.contact-2 {
    margin-left: 33px;
    position: relative;
    top: 25px;
}

/************ section 6 style ***************/

/************ footer style ***************/

.footer {
    background-color: #D9E5DD;
    width: 100%;
}


/************ footer style ***************/


/************ contact us page ***************/
.footer-contact-title {
    font-family: 'Poiret One';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    color: black;
}

.footer-head {
    display: flex;
    align-items: center;
}

.footer-head h6 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #000000;
}

.footer-head-paragraph {
    color: #000000;
}

.footer-content h6 {
    color: #ff6f00;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 30px;
}

.footer-content p a {
    text-decoration: none;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}

.footer-info {
    display: flex;
    color: black !important;
}

.footer-info i {
    width: 32px;
    height: 32px;
    background-color: #ff6f00;
    color: white;
    border-radius: 50%;
    font-size: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 7px;
}

.footer-info p {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #000000;

}

.footer-info a {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #000000;

}

.bk {
    position: relative;
    background-image: url("./img/footer.png");
    /* background-repeat: no-repeat; */
    /* background-position: center; */
    background-size: contain;
}

.footer ul {
    padding: 0;
    list-style: none;
}


.footer ul li a {
    color: black;
    padding: 0;
    margin: 10px 0;
    list-style: none;
    display: block;
}

@media (max-width: 767px) {
    .body {
        padding: 0;
        margin: 0;
    }

    .footer {
        background-size: cover;
    }

    .footer-info {
        margin-left: 61px;
    }

    .form-button {
        margin-left: 37%;
    }

    .sec1-responsive-img {
        width: 100%;
        min-width: 0;
        height: auto;
    }

    .test {
        margin: 0;
    }
}

@media (max-width: 1400px) {
    .section1-tab1 {
        padding: 0;
        font-weight: 400;
        font-size: 13px;
    }

    .section1-tab2 {
        padding: 0;
        font-weight: 400;
        font-size: 13px;
    }

    .sec1-responsive-img {
        width: 100%;
        min-width: 0;
        height: auto;
    }

    .test {
        margin: 0;
    }
}


.bg-danger, .btn-danger {
    background-color: #ff6f00 !important;
    border-color: #ff6f00 !important;
}

.btn-outline-danger {
    border-color: #ff6f00 !important;
}

.btn:first-child:hover, :not(.btn-check) + .btn:hover {
    color: #fff;
    background-color: #ff6f00 !important;
}

.text-danger {
    color: #ff6f00 !important;
}
