/* Hey Bro this my Microsoft clone Project */
/* code starts */
* {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', 'Segoe UI', Helvetica;
    box-sizing: border-box;
}
body{
    overflow-x: hidden;
}
/* navigation Bar1 starts */
.navbar {
    height: 55px;
    background-color: #ffffff;
    color: #262626;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.8rem;
    width: 90%;
    margin: auto;
}

.navi{
    padding: 0px 15px;
    font-size: 13px;
}

.navi i {
    font-size: 1.2rem;
    color: #262626;
}

.ops a{
    padding: 0px 10px;
    font-size: 13px;
}

/* .logo {
    background-image: url(logo.png);
    background-size: cover;
    height: 23px;
    width: 108px;
    margin-right: 10px;
} */

.nav-logo {
    height: 23px;
    width: 108px;
}

.nav-logo img {
    height: 100%;
    width: 100%;
    margin-left: -15px;
}

.nav-ops {
    font-size: 0.9rem;
    gap: 25px;
}

.nav-left {
    display: flex;
    align-items: center;
}

.nav-right {
    display: flex;
}

/* Navigation Bar1 ends */

/* Navigation Bar2 starts */
.navbar2 {
    height: 55px;
    background-color: #ffffff;
    color: #262626;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: auto;
}

.navi2 {
    padding: 0px 15px;
}

.navi2 i {
    font-size: 1.3rem;
    color: #262626;
}
/* Navigation Bar2 ends */

/* Hero section-1 starts */
.hero-sec1 {
    height: 470px;
    width: 100%;
    background-image: url(her1.jpg);
    background-size: cover;
    display: flex;
    align-items: end;
}

.hero-txts {
    width: 40%;
    padding: 48px;
    margin: 5.7%;
}

.hero-txt1 {
    font-size: 2.2rem;
    font-weight: 600;
    font-family: inherit;
    margin: 0px 0px 30px;
}

.hero-txt2 {
    margin: 0px 0px 24px;
}

.hero-txt3 button {
    height: 39px;
    width: 25%;
    background: #0067B8;
    border: none;
    border-radius: 3px;
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    margin: 8px 24px 8px 0px;
    padding: 9px 12px;
}

.hero-sec1r {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.hero-imgr {
    height: 560px;
    width: 100%;
    background-image: url(hero1r.jpg);
    background-size: cover;
}

.hero-mob_imgr {
    height: 260px;
    width: 100%
}

.hero-txtsr {
    width: 100%;
    height: 190px;
    padding: 24px 24px 16px;
    box-shadow: 0 1px 4px rgba(200, 200, 200, 0.9);
}

.hero-txt1r {
    font-size: 2rem;
    font-weight: 600;
    font-family: inherit;
    margin-bottom: 12px;
}

.hero-txt2r {
    font-size: 1.25rem;
    margin-bottom: 24px;
}

.hero-txt3r button {
    height: 39px;
    width: 21%;
    background: #0067B8;
    border: none;
    border-radius: 3px;
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
}

.hero-mob_imgr {
    height: 260px;
    width: 100%;
    background-image: url(heror1.jpg);
    background-size: 100%;
}

/* Hero section-1 ends */

/* Hero section-2 starts */
.hero-sec2 {
    height: 104px;
    width: 100%;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-img1 {
    height: 72px;
    width: 15%;
    margin: 16px 24px;
    align-content: center;
}

.hero-img2 {
    height: 72px;
    width: 7%;
    margin: 16px 24px;
}

.hero-img3 {
    height: 72px;
    width: 8%;
    margin: 16px 24px;
}

.hero-img4 {
    height: 72px;
    width: 12%;
    margin: 16px 24px;
}

.hero2-img {
    height: 40px;
    font-size: 33px;
    margin: 0px 0px 8px;
    display: flex;
    justify-content: center;
}

.hero2-txt {
    height: 24px;
    color: #0067B8;
    font-size: 0.98rem;
    font-weight: 600;
    text-align: center;
}
/* Hero section-2 ends */

/* shopping section starts */
.shop-section1 {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    margin-top: 75px;
    padding: 25px;
} 

.box1 {
    height: 430px;
    width: 22%;
    box-shadow: 0 4px 8px rgba(200, 200, 200, 0.9);
}

.box1-img {
    height: 170px;
    width: 100%;
    background-size: cover;
}

.box1-text {
    height: 210px;
    padding: 7%;
}

.box1 h2 {
    font-size: 1.85rem;
    font-family: inherit;
    font-weight: 630;
    line-height: 1.2;
    margin: 0px 0px 10px;
}

.box1 p {
    font-size: 1.02rem;
}

.butn1 {
    width: 100%;
}


.shop-section1 button {
    height: 40px;
    background-color: #0067B8;
    color: #ffffff;
    margin-left: 22px;
    padding: 10px 12px;
    border: none;
    border-radius: 3px;
    font-size: 1rem;
    font-weight: 600;
}
/* shopping section ends */

/* ad section starts */
.ad-section {
    height: 500px;
    width: 92%;
    background-image: url(ad.png);
    background-size: cover;
    display: flex;
    align-items: center;
    align-items: end;
    padding: 25px; 
    margin-left: 60px;
    margin-top: 75px;    
}

.ad-txts {
    display: flex;
    flex-wrap: wrap;
    width: 34.75%;
    padding: 48px 0px 48px 48px;
    margin: 5.7%;
    color: #ffffff;
    height: 70.5%;
}

.ad-txt1 {
    height: auto;
    width: 90%;
    font-size: 2.2rem;
    font-weight: 600;
    font-family: inherit;
    margin: 0px 0px 20px;
}

.ad-txt2 {
    width: 90%;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.75;
}   

.ad_txt3 {
    width: 25%;
}

.ad-txt3 button {
    height: 39px;
    width: 80px;
    background: #0067B8;
    border: none;
    border-radius: 3px;
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    margin-top: 30px;
}

.ad-sectionr {
    width: 97%;
    margin-top: 90px;
    margin-right: auto;
    margin-left: auto;
    padding-right: .75rem;
    padding-left: .75rem;
}

.ad-imgr {
    height: 550px;
    background-image: url(adsecr.jpg);
    background-size: cover;
}

.ad-txtsr {
    width: 100%;
    height: 190px;
    padding: 24px 24px 16px;
    box-shadow: 0 1px 4px rgba(200, 200, 200, 0.9);
}

.ad-txt1r {
    font-size: 2rem;
    font-weight: 600;
    font-family: inherit;
    margin-bottom: 12px;
}

.ad-txt2r {
    font-size: 1.25rem;
    margin-bottom: 24px;
}

.ad-txt3r button {
    height: 39px;
    width: 21%;
    background: #0067B8;
    border: none;
    border-radius: 3px;
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
}
/* ad section ends */

/* business section starts */
.business-section {
    width: 96%;
    display: flex;
    justify-content: space-evenly;
    margin-top: 90px;
    margin-left: 33px; 
    margin-right: 33px; 
}

.box2 {
    height: 508px;
    width: 22%;
    box-shadow: 0 4px 8px rgba(200, 200, 200, 0.9);
    margin: 0px 0px 48px;
}

.box2-img {
    height: 170px;
    width: 100%;
    background-size: cover;
}

.box2-text {
    height: 214px;
    padding: 0px 24px;
}

.box2 h2 {
    font-size: 1.85rem;
    font-family: inherit;
    font-weight: 630;
    line-height: 1.2;
    margin: 0px 0px 8px;
    margin-top: 45px;
}

.box2 p {
    font-size: 1.02rem;
    margin-top: 18px;
}

.butn2 {
    height: 79px;
    width: 100%;
    padding: 16px 22px 24px;
    margin-top: 3.5px;
}

.business-section button {
    height: 40px;
    background-color: #0067B8;
    color: #ffffff;
    padding: 10px 12px;
    border: none;
    border-radius: 3px;
    font-size: 1rem;
    font-weight: 600;
}
/* Business section ends */

/* social section starts */
.social-section {
    font-size: 1.5rem;
    margin-top: 70px;
    margin-right: 10px;
    display: flex;
    margin-left: 23px;
    align-items: center;
}

.social-icon {

    margin-right: 35px;
}

.social-txt {
    font-size: 0.9rem;
    margin-right: 35px;
    margin-left: 20px;
}

/* social section ends */

/* Footer section starts */
footer {
    height: auto;
    background-color: #f2efefc1;
    background-size: cover;
}
.foot-panel1 {
    height: 316px;
    background-color: #f2efefc1;
    margin-top: 100px;
    display: flex;
    justify-content: space-evenly;
}

ul {
    margin-top: 25px;
}

ul p {
    font-size: 1rem;
    font-weight: 500;
    color: #616161;
}

.foot-panel1 ul a {
    display: block;
    font-size: 0.7rem;
    font-weight: 400;
    margin-top: 18px;
    color: #616161;
}

.footer-panel2 {
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    color: #333;
    font-size:  14px;
    width: 90%;
    margin: auto;
}

.footer-left {
    display: flex;
    align-items: center;
}

.footer-left div {
    margin-right: 20px;
}

/* .footer-left img {
    width: 16px;
    height: 16px;
    margin-right: 5px;
} */

.f1 {
    width: 15%;
}

.footer-right ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.footer-right li {
    margin-right: 46px;
}

.footer-right a {
    text-decoration: none;
    color: #655e5e;
    font-size: 11px;
}

.footer-right a:hover {
    text-decoration: underline;
}

.foot-icons {
    display: flex;

}
select{
    border: none;
}
.icons {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 300;
    padding: 0px 10px;
    gap: 10px;
}
.footer-p2{
    background-color: #f2efefc1;
}
/* Footer section starts */
/* Styling ends */

/* Media query starts */
@media  screen and (max-width:1024px) {
    .ops a {
        padding: 0px 2px;
    }
    
}

@media screen and (min-width:1024px) {
    .navbar2{
        display: none;
    }
}

@media (min-width:320px) and (max-width:768px) {
    .navbar{
        display: none;
    }
}

@media screen and (max-width:1024px) {
    .hero-sec1 {
        display: none;
    }
    .hero-sec2 {
        margin-top: 45px;
    }
    .shop-section1 {
        margin-top: 0%;
        padding: 0%;
        display: flex;
        flex-wrap: wrap;
        row-gap: 35px;
    }
    .box1 {
        width: 46%;
    }
    .box1-img {
        height: 245px;
    }
    .box1 h2 {
        font-size: 1.35rem;
        margin: 0px 0px 8px;
    }
    .box1-text {
        padding: 6%;
        height: 135px;
    }
    .hero2-txt {
        display: none;
    }
    .hero2-img {
        margin: 0px 0px 25px;
    }
    .ad-section {
        display: none;
    }
    .business-section {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-top: 90px;
        margin-left: 0;
        margin-right: 0;
        padding: 0px 12px;
    }
    .box2 {
        width: 47%;
    }
    .box2-img {
        height: 252px;
    }
    .box2 h2 {
        font-size: 1.4rem;
        margin-top: 40px;
    }
    .box2 p {
        margin-top: 10px;
    }
    .box2-text {
        height: 137px;
    }

    .foot-panel1 {
        height: 600px;
        display: flex;
        flex-wrap: wrap;
    }
    .footer-panel2 {
        height: 70px;
    }
    .f1 {
        width: 30%;
    }
    .foot-icons {
        display: none;
    }
    .footer-right li {
        margin-right: 84px;
    }
}

@media screen and (min-width:1025px) {
    .hero-sec1r{
        display: none;
    }
    .ad-sectionr {
        display: none;
    }
}

@media screen and (max-width:768px) {
    .hero-imgr{
        height: 410px;
    }
    .hero-txt1r{
        font-size: 1.5rem;
    }
    .hero-txt2r{
        font-size: 1rem;
    }
    .box1 {
        height: 385px;
    }
    .box1-img {
        height: 195px;
    }
    .ad-sectionr {
        padding: 0;
    }
    .ad-imgr {
    height: 398px;
    }
    .ad-txt1r {
        font-size: 1.6rem;
    }
    .ad-txt2r {
        font-size: 1rem;
    }
    .ad-txt3r button {
        width: 14%;
    }
    .business-section {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-top: 90px;
        margin-left: 0;
        margin-right: 0;
        padding: 0px 12px;
        column-gap: 15px;
    }
    .box2 {
        width: 48%;
        height: 450px;
    }
    .box2 h2 {
        font-size: 1.4rem;
        margin-top: 40px;
    }
    .box2 p {
        margin-top: 10px;
    }
    .box2-text {
        height: 145px;
    }
    .box2-img {
        height: 195px;
    }
    .social-section {
        margin-top: 20px;
    }

    .foot-icons {
        display: none;
    }
    .footer-right li {
        margin-right: 46px;
    }
}

@media screen and (max-width: 430px) {
    .hero-sec1r {
        display: none;
    }
    .hero-txt3r button {
        width: 25%;
    }
    .hero-mob_imgr {
        height: 260px;
    }
    .hero2-img {
        font-size: 20px;
    }
    .hero-sec2 {
        height: 75px;
    }
    .box1 {
        width: 95%;
        height: 415px;
    }
    .box1-img {
        height: 225px;
    }
    .ad-imgr {
        height: 257px;
        background-image: url(adsecrr.jpg);
        background-size: cover;
    }
    .ad-txt3r button {
        width: 24%;
    }
    .business-section {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-top: 90px;
        margin-left: 0;
        margin-right: 0;
        padding: 0px 12px;
    }
    .box2 {
        height: 444px;
        width: 100%;
    }
    
    .box2-text {
        height: 150px;
    }
    .butn2 {
        padding: 1px 20px 20px;
    }

    .foot-panel1 {
        height: 1500px;
        font-size: 2.5rem;
    }
    .f1 {
        width: 85%;
    }
    .f1 ul {
        margin-top: 30px;
    }
    .footer-right ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media  screen and (min-width: 431px) and (max-width: 1441px) {
    .hero-mobsec {
        display: none;
    }  
}

@media  screen and (max-width: 380px) {
    .hero-mob_imgr {
        height: 232px;
    }
    .hero-txtsr {
        height: 210px;
        padding: 24px 24px 12px;
    }
    .hero-txt3r button {
        width: 30%;
    }
    .nav-logo img {
        margin-left: 8px;
    }
    .box1 {
        height: 380px;
    }
    .box1-img {
        height: 195px;
    }
    .ad-imgr {
        height: 226px;
    }
    .ad-txtsr {
        padding: 24px 20px 16px;
        height: 210px;
    }
    .box2 {
        height: 445px;
    }
    .box2 h2 {
        margin-top: 35px;
    }
    .box2-text {
        padding: 0px 20px;
    }
    .butn2 {
        padding: none;
        margin-top: 11px;
    }
    .footer-right li {
        margin-right: 36px;
    }
}

@media screen and (max-width: 325px) {
    .hero-mob_imgr {
        height: 198px;
    }
    .hero-txt3r button {
        width: 35%;
    }
    .box1 {
        height: 375px;
    }
    .box1-img {
        height: 168px;
    }
    .box1-text {
        height: 155px;
    }
    .shop-section1 button {
        margin-left: 17px;
    }
    .ad-imgr {
        height: 193px;
    }
    .ad-txtsr {
        height: 245px;
    }
    .ad-txt3r button {
        width: 32%;
    }
    .box2 {
        height: 412px;
    }
    .box2-img {
        height: 163px;
    }
    .footer-right li {
        margin-right: 20px;
    }
}

@media screen and (min-width: 1440px) {
    .hero-mobsec {
        display: none;
    }
}
/* Media query ends */
/*....code ends....*/