/* heading section start */
h1 {
    font-family: 'Righteous', cursive;
    font-family: 'Shadows Into Light', cursive;
}

p,
h2,
h3,
h4,
h5,
span {
    font-family: 'Poppins', sans-serif;
}

/* heading section end */
/* header section start */
.raper {
    max-width: 1100px;
    margin: 0 auto;
}

.header-main-1-bg {
    background-color: #ECF3FC;
    padding: 10px 0px;
}

.header-main-1 {
    display: flex;
}

header span {
    font-size: 16px;
    font-weight: 500;
}

.mbl-number {
    width: 100%;
    display: flex;
}

.mbl-number a {
    display: flex;
    gap: 10px;
    justify-content: start;
    align-items: center;
    color: #202020;
}

.mbl-number a:hover {
    color: #183661;
}

.mbl-icon {
    width: 100%;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.country {
    width: 100%;
    display: flex;
    gap: 10px;
    justify-content: end;
    align-items: center;
}

.select-box1 {
    height: 25px;
    width: 100px;
    padding: 3px 10px;
    background-color: transparent;
    border-radius: 30px;
    font-size: 15px;
}

.fa {
    padding: 5px;
    color: #ffffff;
    border-radius: 50%;
    font-size: 15px;
    background-color: #183661;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    transition: 1s;
}

.fa:hover {
    background-color: #F2C119;
    color: #ffffff;
}

.header-main-2-bg {
    padding: 30px 0px;
}

.top-nav {
    background-color: #183661;
    display: block;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

ul a:hover {
    background-color: #F2C119;
    color: #ffffff;
}

.active {
    background-color: #F2C119;
}

ul a {
    display: inline;
    padding: 30px 30px;
    color: white;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-decoration: none;
    transition: 1s;
    text-transform: uppercase;
}

/* header section end */
/* button section start*/
.btn-1,
.btn-2,
.btn-3 {
    padding: 3px 20px;
    color: #fff;
    background-color: #183661;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    transition: 1s;
}

.btn-2 {
    padding: 15px 40px;
}

.btn-3 {
    padding: 15px 40px;
    margin: 30 auto;
}


.btn-1:hover,
.btn-2:hover {
    background-color: #F2C119;
    color: #ffffff;
}

/* button section end */
header,
section,
footer {
    width: 100%;
    float: left;
}

.section-1 {
    padding: 70px 20px 0px 20px;
    display: flex;
    justify-content: space-between;
}

.sec-1-bg {
    background-image: url(images/banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-1 h1 {
    color: #183661;
}

.section-1 span {
    color: #F2C119;
}

.section-1 h3 {
    color: #2a2a2c;
    font-weight: 500;
    margin: 40px 0px !important;
}

.sec-1-inner {
    width: 100%;
}

.section-2 {
    display: flex;
}

.sec-2-respons {
    display: flex;
    width: 100%;
}

.sec-2-inner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-direction: column;
    padding: 40px 0px;
}

.sec-1-inner_2 img {
    height: 100%;
}

.sec-2-inner p {
    margin: 0;
    color: #fff;
    font-weight: bold;
}

.inner-1 {
    background-color: #183661;
}

.inner-2 {
    background-color: #F2C119;
}

.sec-3-bg {
    background-image: url(images/product_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
}

.section-3 {
    padding: 70px 0px;
}

.main-heading {
    padding: 10px 0px;
    width: 100%;
    border-bottom: 5px solid #F2C119;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: left;
}

.sec-3-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 50px;
}

.sec-3-inner {
    width: 100%;
}

.product {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F2F2F2;
    padding: 50px 20px;
}

.product img {
    filter: drop-shadow(3px 7px 4px #333);
}

.sec-3-inner p {
    margin: 20px 0px;
    font-size: 15px;
    font-weight: 400;
}

.fashion-img {
    text-align: center;
}

.section-4 {
    padding: 70px 0px;
}

.sec-4-main {
    display: flex;
    gap: 30px;
    align-items: center;
    padding: 10px 0px;
}

.sec-4-inner {
    width: 40%;
}

.sec-4-inner-2 {
    width: 60%;
}

.main-para {
    width: fit-content;
    border-bottom: 2px solid #F2C119;
    margin: 15px 0px;
}

.section-5 {
    display: flex;
    padding: 50px 0px;
    align-items: center;
    margin-bottom: 130px;
}

.sec-5-inner {
    width: 100%;
}

.section-5 h2 {
    font-weight: bold;
    margin: 0;
}

.sec-5-inner form {
    position: relative;
    display: flex;
}

.sec-5-inner>form input {
    border-radius: 30px;
    width: 100%;
    height: 50px;
    padding: 5px 20px;
}

.sec-5-inner>form button {
    position: absolute;
    height: 40px;
    padding: 3px 20px;
    border-radius: 30px;
    top: 5px;
    right: 5px;
    background-color: #183661;
    transition: 1s;
}

.sec-5-inner>form button:hover {
    background: #F2C119;
}

.sec-6-bg {
    background: #183661;
}

.section-6 {
    display: flex;
    gap: 50px;
    padding: 150px 0px 50px 0px;
    position: relative;
}

.sec-6-inner {
    width: 100%;
}

.section-6 h4 {
    color: #ffffff;
    font-weight: bold;
}

.section-6 p {
    color: #ffffff;
    font-weight: 400;
}

.sec-6-float {
    display: flex;
    gap: 50px;
    position: absolute;
    top: -87px;
    width: 100%;
}

.sec-6-flot-inner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    background: #fff;
    border-radius: 10px;
    padding: 20px 0px;
    box-shadow: 2px 2px 10px #3333;
}

.sec-6-flot-inner p {
    color: #183661;
}

.copyright {
    text-align: center;
    font-weight: 500;
    margin: 20px;
}

#mbl-menu {
    display: none;
}

.page-heading {
    width: 100%;
    float: left;
}

.page-heading h2 {
    background-color: #F3A20D;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding: 25px 0px;
    font-size: 35px;
}

.contact-form {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0px;
}

.contact-form input {
    width: 100%;
    margin: 5px 0px;
}

.contact-form input::placeholder,
textarea::placeholder {
    font-size: 15px;
    color: gray;
}

#submit-btn {
    background-color: #F3A20D;
    transition: 1s;
}

#submit-btn:hover {
    background-color: #183661;
}

.about {
    display: flex;
    padding: 70px 0px;
    align-items: center;
    gap: 40px;
}

.about-inner {
    width: 100%;
}

.about h2 {
    font-weight: bold;
    color: #183661;
}

@media only screen and (max-width: 1080px) {

    section,
    footer {
        padding: 0px 20px;
    }

    .header-main-1-bg,
    .mbl-number,
    .country {
        display: none;
    }

    .mbl-icon {
        justify-content: space-between;
        padding: 0px 20px;
    }

    #mbl-menu {
        display: block;
        width: 50px;
    }

    .top-nav ul {
        flex-direction: column;
    }

    .top-nav a {
        padding: 20px;
    }

    .top-nav {
        position: absolute;
        width: 100%;
        display: none;
    }

    .sec-1-inner {
        margin-bottom: 50px;
    }

}

@media only screen and (max-width: 809px) {

    .sec-2-respons,
    .sec-3-container,
    .sec-4-main,
    .section-6,
    .sec-6-float,
    .section-5,
    .section-1,
    .about {
        flex-direction: column;
    }

    .sec-4-inner,
    .sec-4-inner-2 {
        width: 100%;
    }

    .section-6 {
        padding-top: 0px;
    }

    .sec-6-float {
        display: none;
    }

    .section-5 {
        margin: 0;
        gap: 20px;
    }
}