* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'OtomanopeeOne';
    src: url('../fontfamily/otomanopee/OtomanopeeOne-Regular.ttf') format('truetype');
    /* font-weight: normal; */
    /* font-style: normal; */
}


body {
    max-width: 2500px;
    margin: 0 auto;
    overflow-x: hidden !important;
}

a {
    text-decoration: none !important;
    color: inherit !important;
}

.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
}

.outfit-bold {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
}

.outfit-light {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.outfit-medium {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.bebas-regular {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.kaushan-regular {
    font-family: "Kaushan Script", cursive;
    font-weight: 400;
    font-style: normal;
}


body {
    overflow-x: hidden !important;
}

h1 {
    margin-bottom: 0;
}

h2 {
    margin-bottom: 0;
}

h3 {
    margin-bottom: 0;
}

h4 {
    margin-bottom: 0;
}

h5 {
    margin-bottom: 0;

}

h6 {
    margin-bottom: 0;
}

p {
    margin-bottom: 0;
}

li {
    list-style: none !important;
}

.nav-link h3 {
    font-size: 16px;
    color: #191919;
}

.head-num {
    font-size: 14px;
}

.nav-link img {
    width: 16px;
    height: 16px;
}

.logo {
    width: 170.18px;
}

.actives {
    font-weight: bold;
    color: #FF9E36 !important;
}

.login-btn {
    width: 160px;
    height: 43px;
    color: #fff;
    font-size: 13px;
    border-radius: 10px;
    background: #881E09;
    border: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.topline {
    height: 9px;
    width: 100%;
    background: #FF9E36;
    margin: 0;
    opacity: unset;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.newsec1 {
    background: url(../img/image.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 758px;
    display: flex;
    align-items: center;
}

.newsec1 h1 {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 76.11px;
    text-transform: capitalize;
    color: #fff;
}

.newsec1 h1 span {
    font-family: 'OtomanopeeOne';
    font-weight: 400;
    background-color: #FF9E36;
    display: inline;
    line-height: 1;
    /* Tight text spacing */
    padding: 0 10px;
    /* Add horizontal padding */
    border-radius: 18px;
}

.newsec1 p {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    width: 90%;
}

.searchingbox input {
    width: 530px;
    height: 56px;
    border-radius: 10px;
    background: #fff;
    border: none;
    outline: none;
    font-size: 17px;
    color: #000000;
    text-transform: capitalize;
    padding-left: 25px;
}

.searchingbox button {
    width: 170px;
    height: 56px;
    border-radius: 10px;
    border: none;
    font-size: 18px;
    color: #000000;
    background-color: #FF9E36;
    text-transform: capitalize;
}

.newsec2 {
    padding: 70px 0px;
}

.newsec2box {
    width: 300px;
    height: 310px;
    border-radius: 10px;
    background: rgba(217, 217, 217, 30%);
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
    padding: 0px 40px;
}

.newsec2box img {
    width: 80px;
    height: 80px;
}

.newsec2box h2 {
    font-size: 30px;
    color: #000000;
}

.newsec2box p {
    font-size: 15px;
    color: #000000;
}

.rightsec h1 {
    font-size: 55px;
    color: #000000;
}

.rightsec h1 span {
    color: #FF9E36;
    font-family: 'OtomanopeeOne';
    font-weight: 400;
}

.rightsec p {
    font-size: 15px;
    color: #000000;
    line-height: 23px;
}

.rightsec button {
    width: 173px;
    height: 55px;
    font-size: 15px;
    border-radius: 10px;
    background-color: #881E09;
    color: #fff;
    border: none;
}

.newsec3 {
    background: url(../img/newsec3.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 70px 0px;
}

.newsec3 img {
    width: 312px;
}

.newsec3 h1 {
    font-size: 55px;
    color: #000000;
    text-transform: capitalize;
}

.newsec3 h1 span {
    color: #fff;
    font-family: 'OtomanopeeOne';
    font-weight: 400;
}


.newsec4 {
    padding: 100px 0px;
}

.newsec4 h1 {
    font-size: 55px;
    color: #000000;
    text-transform: capitalize;
}

.newsec4 h1 span {
    color: #FF9B25;
    font-family: 'OtomanopeeOne';
    font-weight: 400;
}


.newsec4box1 {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 20%);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(0, 0, 0, 10%);
    padding: 12px;
    width: 318px;
}



.newsec4img {
    width: 100%;
    border-radius: 24.98px;
}

.heart {
    position: absolute !important;
    top: 8px !important;
    right: 8px !important;
    width: 30px !important;
    width: 28px !important;
    transition: transform 0.3s ease !important;
    cursor: pointer !important;
}

.newsec4box1 h3 {
    font-size: 17px;
}

.newsec4box1 h4 {
    font-size: 16px;
}

.newsec4box1 .whitetext {
    font-weight: bold;
    color: #FFB020;
}

.calbox h5 {
    background-color: rgba(255, 155, 37, 29%);
    border-radius: 10px;
    width: 90px;
    height: 24px;
    text-align: center;
    margin: 0px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-wrap: nowrap;
    font-size: 12px;
}

.cartbtn {
    border: 1px solid #FF9B25;
    border-radius: 10px;
    font-size: 14px;
    background-color: #ffffff;
    color: rgba(0, 0, 0, 100%);
    width: 100%;
    height: 45px;
}

.buybtn {
    border: 1px solid #FF9B25;
    border-radius: 10px;
    font-size: 14px;
    background-color: #FF9B25;
    color: #ffffff;
    width: 100%;
    height: 45px;
}


.news4btn {
    width: 185px;
    height: 55px;
    font-size: 15px;
    border-radius: 10px;
    background-color: #881E09;
    color: #fff;
    border: none;
}

.starimg {
    width: 18px;
    height: 18px;
}


.newsec5 {
    background: url(../img/newsec3.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 70px 0px;
}

.newsec5 h1 {
    font-size: 55px;
    color: #000000;
    text-transform: capitalize;
}

.newsec5 h1 span {
    color: #fff;
    font-family: 'OtomanopeeOne';
    font-weight: 400;
}

.newsec6 {
    padding: 70px 0px;
}

.newsec6right h1 {
    font-size: 40px;
    color: #000000;
}


.newsec6right p {
    font-size: 15px;
    color: #000000;
    line-height: 23px;
}

.newsec6right button {
    width: 173px;
    height: 55px;
    font-size: 15px;
    border-radius: 10px;
    background-color: #881E09;
    color: #fff;
    border: none;
}




.star {
    width: 23px !important;
    height: 23px !important;
}

.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    top: 38%;
    left: -30px;
    background: none;
    margin-top: 35px;
}

.cilent-image {
    width: 122px !important;
    height: 122px !important;
    position: absolute;
    top: -80px;
}

.pre-image,
.next-image {
    width: 58px;
    height: 58px;
}

#owl-1 .next-image {
    width: 58px;
    height: 58px;
    position: absolute;
    top: -2px;
}


.cards-flex {
    cursor: pointer;
    border: 1px solid #C4C4C4;
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
    height: fit-content;
    margin-top: 60px;
    padding: 40px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}


.name-cilent {
    font-family: "Poppins", serif;
    font-size: 25px;
}

.cilent-2 {
    font-family: "Montserrat", serif;
    font-size: 14px;
    font-weight: normal;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: flex !important;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    background: transparent !important;
}

.testimonals {
    background: url(../img/newsec3.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 70px 0px;
}

.cards-flex .text {
    padding-top: 20px;
}


.footerbg {
    background: url(../img/newsecthaliimg.svg);
    background-position: right 90%;
    background-size: 40%;
    background-repeat: no-repeat;
}

.newsearch-containers {
    position: relative;
    display: flex;
    align-items: center;
    width: 550px;
}

.newsearch-containers input {
    width: 371px;
    padding: 14px 40px 14px 22px;
    font-size: 16px;
    border-radius: 10px;
    outline: none;
    border: 1px solid #E1E1E1;
    color: #959595;
}

.newsearch-containers button {
    position: absolute;
    right: 179px;
    padding: 14px 45px;
    background-color: #FF9B25;
    border: none;
    color: white;
    cursor: pointer;
    border-radius: 10px;
    font-size: 16px;
}

.footerlogo {
    width: 180px;
}

.footerhead {
    font-size: 22px;
    color: #FF9B25;
    text-wrap: nowrap;
}

.testimonals h1 {
    text-align: center;
    font-size: 50px;
    color: #000000;
    text-transform: capitalize;
}

.testimonals h1 span {
    font-family: 'OtomanopeeOne';
    font-weight: 400;
    color: #ffffff;
}



#owl-carousel-2 .item img {
    /* width: 100%; */
    height: 333px;
    border-radius: 20px;
}


#owl-carousel-2.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    top: 35%;
    left: -13px;
    background: none;
    margin-top: 35px;
}

#owl-carousel-2.owl-theme .owl-nav .pre-image {
    top: 0px;
    position: absolute;
    left: 33px;
}


.newsec6 h2 {
    text-align: center;
    font-size: 50px;
    color: #000000;
    text-transform: capitalize;
}

.newsec6 h2 span {
    font-family: 'OtomanopeeOne';
    font-weight: 400;
    color: #FF9B25;
}