* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: 'Segoe UI', SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
    /* background-color: aqua; */
    /* height: 200vh; */
}

.menu-button {
    width: 3%;
    height: 30px;
    fill: black;
    cursor: pointer;
    /* display: none; */
    position: absolute;
    top: 10px;
    left: 10px;
}

.navbar {
    height: 57px;
    padding: 0px 27px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.nav-logo {
    padding: 16px 6px 16px 10px;
    width: 10%;
    height: 54px;
    margin: 1px 0px 0px;
}

.nav-logo img {
    height: 22px;
    width: 90%;
    /* margin: -3px 0px 0px; */
    /* padding: 16px 6px 16px 10px; */
}

.nav-line {
    border-left: 2px solid black;
    height: 24px;
    margin-left: -35px;
    position: relative;
    right: 10px;
}

.border {
    border: 2px solid transparent;
}

.border:hover {
    border-bottom: 2px solid black;
}

.border:active {
    border: 2px dotted black;
}

.nav-ms365 {
    color: #262626;
    font-weight: 600;
    margin-left: -30px;
}

.nav-options {
    /* margin: 1px -10px 0px 0px;
    padding: 16px 30px 16px 12px; */
    position: relative;
    left: -21px;
}

.nav-options ul {
    display: flex;
    list-style: none;
    gap: 10px;
}

.nav-options ul li {
    /* display: inline;
    gap: 10px;
    list-style: none; */
    font-size: 13px;
}

.nav-options ul li a {
    text-decoration: none;
    color: #262626;
}

.icon {
    height: 12px;
    margin-top: 5px;
}

.nav-buy {
    margin-right: 50px;
    position: relative;
    right: 42px;
}

.nav-buy a {
    text-decoration: none;
    color: #262626;
}

.nav-btn {
    background-color: #ffffff;
    width: 125px;
    height: 31px;
    border: 1px solid black;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 500;
    color: #262626;
}

.nav-allms {
    display: flex;
}

.nav-allms p {
    font-size: 13px;
    color: #262626;
    /* width: 72px;
    height: 17px; */
}

.nav-user {
    position: relative;
    right: 18px;
}

.nav-user img {
    width: 30px;
    height: 30px;
    border: 0.5px solid black;
    border-radius: 50%;
}

/* Microsoft intro start */

.section-intro {
    background: linear-gradient(77deg, #F8E8DA 2.7%, #fde9e8 33.93%, #fce8e8 86.27%);
    /* background-color: #F8E8DA 2.7%, #FAF3F2 33.93%, #FFF 86.27%; */
    height: 440px;
}

.ms-intro {
    display: flex;
    justify-content: center;
    margin-top: 5px;
}

.ms-intro img {
    width: 155px;
    height: 100px;
    margin-top: 30px;
}

.intro-h1 {
    display: flex;
    justify-content: center;
}


.style-title {
    font-family: SegoeUI-SemiBold, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-size: 45px;
    line-height: 65px;
    background: linear-gradient(to right, #FF0077, #6600FF, #00BFFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-para {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.section-para p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #242424;
    max-width: 637px;
}

.section-2buttons-container{
    display: flex;
    justify-content: center;
}

.section-2buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: SegoeUI, Helvetica, Arial, sans-serif;
    font-style: normal;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    margin-top: 32px;
    width: 445px;
    /* position: relative;
    left: 32%; */
}

.section-btnleft {
    border-color: #464FEB;
    background-color: #464FEB;
    color: #fff;
    margin-right: 20px;
}

.section-btnleft:hover {
    background-color: #3E45C9;
}

.btn {
    font-weight: 600;
    border-radius: 4px;
    display: inline-block;
    font-size: 16px;
    line-height: 34px;
    margin: 0 auto;
    text-align: center;
    transition: all .2s ease-in-out;
    text-decoration: none;
    width: 45%;
    height: 40px;
}

.section-btnright {
    border: 2px solid;
    border-color: #464FEB;
    background-color: #fff;
    color: #464FEB;
}

.section-btnright:hover {
    background-color: #d3dae6;
}

.section-free-version {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
}

.section-para-anger {
    text-decoration: none;
    color: #464feb;
    font-size: 15px;
}

.section-para-anger:hover {
    border-bottom: 2px solid blue;
}

/* Microsoft intro End */

/* Microsoft copilot start */

.section-copilot-start {
    /* margin-top: 70px; */
    padding: 0px 0px 50px;
}

.section-copilot {
    display: flex;
    justify-content: center;
}

.section-copilot img {
    width: 95%;
    height: auto;
}

/* Microsoft Copilot end */

/* Microsoft tabs start */
.section-tabs-start {
    /* height: 60vh; */
}

.section-tabs {
    /* height: 100vh; */
    display: flex;
    justify-content: center;

}

.ms365-tabs {
    display: inline-flex;
    justify-content: center;
    text-align: center;
    width: 99%;
    gap: 20px;
}

.tab-button {
    /* background-color: #EBEFFF; */
    box-shadow: #FAFAFA 0 8px 0, rgba(0, 0, 0, .14) 0 0 8px;
    height: 90px;
    width: 100%;
    border-radius: 20px 20px 0px 0px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tab-button:active {
    background-color: #FAFAFA;
    color: #464FEB;
}

.tab-button a {
    text-decoration: none;
    color: #3e45c9;
    font-size: 19px;
    font-weight: 500;
}

.tab-icon {
    position: relative;
    top: 8px;
    right: 9px;
    color: #3E45C9;
}

.left-tab {
    /* background-color: #EBEFFF; */
    box-shadow: #FAFAFA 0 8px 0, rgba(0, 0, 0, .14) 0 0 8px;
    border-radius: 20px 20px 0px 0px;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    width: 30%;
    height: 90px;
}

.center-tab {
    /* background-color: #EBEFFF; */
    box-shadow: #FAFAFA 0 8px 0, rgba(0, 0, 0, .14) 0 0 8px;
    border-radius: 20px 20px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    height: 90px;
}

.right-tab {
    /* background-color: #EBEFFF; */
    box-shadow: #FAFAFA 0 8px 0, rgba(0, 0, 0, .14) 0 0 8px;
    border-radius: 20px 20px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28%;
    height: 90px;
}

.tab-details-container {
    display: flex;
    justify-content: center;
}

.tab-container {
    background-color: #FAFAFA;
    /* border: 2px solid black; */
    border-radius: 0px 0px 20px 20px;
    border: none;
    /* box-shadow: hsl(0, 0%, 98%) 0 8px 0, rgba(0, 0, 0, .14) 0 0 8px; */
    box-shadow: #f2f2f2 0 8px 0, rgba(0, 0, 0, .14) 0 0 8px;
    height: 3580px;
    width: 90%;
    display: grid;
}

.tab-container-details {
    box-sizing: border-box;
    width: 100%;
}

.tab-container-heading {
    font-family: SegoeUI-Bold, Helvetica, Arial, sans-serif;
    text-align: center;
    color: #242424;
    padding-top: 50px;
    margin-bottom: 15px;
}

.tab-container-subheading {
    color: #5C5C5C;
    text-align: center;
}

.tab-container-image {
    width: 100%;
}

.section-add-one {
    height: 400px;
    /* background-color: #00BFFF; */
    display: flex;
    justify-content: end;
    margin-top: 100px;
}

.add-one-text {
    width: 30%;
    height: 230px;
    color: #242424;
    margin: 50px 50px 0px 0px;
}

.add-one-heading {
    color: #242424;
    font-family: SegoeUI-Bold, Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 40px;
    color: #242424;
}

.add-one-para {
    margin-top: 15px;
    color: #5C5C5C;
    font-size: 16px;
    line-height: 26px;
}

.section-add1-img {}

.add-one-img {
    width: 75%;
}

.section-add-two {
    height: 400px;
    /* background-color: #00BFFF; */
    display: flex;
    justify-content: center;
    margin-top: 75px;
    gap: 50px;
}

/* .section-add2-img {
    margin: 0px 75px 0px 0px;

} */

.add-two-img {
    width: 90%;
    height: 317px;
}

.add-two-text {
    width: 30%;
    margin-top: 50px;
}

.add-two-heading {
    color: #242424;
    font-family: SegoeUI-Bold, Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 40px;
}

.add-two-para {
    margin-top: 15px;
    color: #5C5C5C;
    font-size: 16px;
    line-height: 26px;
}

.section-add-three {
    height: 400px;
    /* background-color: #00BFFF; */
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 65px;
    margin-left: 34px;
}

.add-three-text {
    width: 30%;
    height: 230px;
    color: #5f3a3a;
    margin: 50px 50px 0px 0px;
}

.add-three-icon {
    height: 50px;
}

.add-three-heading {
    color: #242424;
    font-family: SegoeUI-Bold, Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 35px;
}

.add-three-para {
    margin-top: 15px;
    color: #5C5C5C;
    font-size: 16px;
    line-height: 26px;
}

.section-add3-img {
    width: 45%;
    height: 320px;
}

.add-three-img {
   width: 88%;
}

.section-add-four {
    height: 400px;
    /* background-color: #00BFFF; */
    display: flex;
    justify-content: center;
    gap: 65px;
    margin-top: 60px;
}

.section-add4-img{
    width: 45%;
}

.add-four-img {
    width: 90%;
    height: 350px;
    margin-right: 15px;
}

.add-four-text {
    width: 29%;
    margin-top: 95px;
}

.add-four-icon {
    height: 50px;
}

.add-four-heading {
    color: #242424;
    font-family: SegoeUI-Bold, Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 40px;
}

.add-four-para {
    margin-top: 15px;
    color: #5C5C5C;
    font-size: 16px;
    line-height: 26px;
}

.section-add-five {
    height: 400px;
    /* background-color: #00BFFF; */
    display: flex;
    justify-content: center;
    margin-top: 60px;
    margin-left: 15px;
    gap: 20px;
    padding: 0px 0px 0px 60px;
}

.add-five-text {
    width: 30%;
    height: 230px;
    color: #5f3a3a;
    margin: 50px 50px 0px 0px;
}

.add-five-icon {
    height: 50px;
}

.add-five-heading {
    color: #242424;
    font-family: SegoeUI-Bold, Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 35px;
}

.add-five-para {
    margin-top: 15px;
    color: #5C5C5C;
    font-size: 16px;
    line-height: 26px;
}

.section-add5-img{
    width: 50%;
}

.add-five-img {
    width: 94%;
    height: 380px;
}

/* copilot adds are end */

.copilot-more-app-container {
    height: 200px;
    /* background-color: #00BFFF; */
    display: flex;
    justify-content: center;
    margin-top: 70px;
}

.more-app-text {
    font-family: SegoeUI-SemiBold, Helvetica, Arial, sans-serif;
    height: 120px;
    /* background-color: red; */
    width: 95%;
}

.more-app-heading {
    font-weight: 500;
    font-style: normal;
    font-size: 45px;
    line-height: 70px;
    background: linear-gradient(to right, #FF0077, #6600FF, #00BFFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.more-app-para {
    text-align: center;
    color: #5C5C5C;
    font-weight: 400;
    margin-top: 10px;
}

.more-app-img-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.more-app-img {
    width: 65%;
    height: 135px;
}

.copilot-tablist {
    height: 120px;
    /* background-color: #00BFFF; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 75px;
    gap: 50px;
}

.copilot-tab-button {
    height: 48px;
    width: 100%;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 48px;
    border: none;
    background-color: #efefff;
    color: #242424;
}

.copilot-tab-button:hover {
    /* background-color: #1f1cf1; */
}

.copilot-tab-button a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: #242424;
    font-family: SegoeUI-SemiBold, Helvetica, Arial, sans-serif;
}

.copilot-tab {
    border-radius: 40px;
    background-color: #F5F5F5;
    color: #242424;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 19%;
    height: 50px;
}

/* Microsoft tab End */

/* Microsoft mobile apps start */
.section-mobile-apps {
    /* margin-top: 25px; */
    height: 615px;
    /* background-color: #00BFFF; */
}

.mobile-apps-container {
    height: 400px;
    /* width: 70%; */
    /* background-color: #10f341; */
    margin-top: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-apps-top {
    height: 330px;
    width: 60%;
    /* background-color: #e9e3e3; */
}

.mobile-apps-heading {
    font-size: 30px;
    line-height: 44px;
    font-weight: 550;
    font-family: SegoeUI-SemiBold, Helvetica, Arial, sans-serif;
    text-align: center;
}

.apps-img-container {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.mobile-app-img {}

.qrcode-container {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.mobile-app-qrcode {}

.mobile-app-section-container {
    /* background-color: #FF0077; */
    height: 120px;
    font-size: 12px;
    display: flex;
    justify-content: center;
}

.mobile-app-text {
    /* background-color: aqua; */
    width: 90%;
    height: 65px;
}

.section-social-meadia {
    /* background-color: #3E45C9; */
    height: 150px;
    display: flex;
    justify-content: center;
}

.social-media-icon-container {
    /* background-color: #5C5C5C; */
    height: 48px;
    width: 91%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}

#social-media-heading {
    font-family: SegoeUI, Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 500;
}

.social-icon {
    margin: 7px 0px 0px 0px;
}

#linkedin-icon {
    height: 30px;
}

#facebook-icon {
    height: 24px;
    margin-bottom: -1px;
}

#twitter-icon {
    height: 26px;
    margin-top: 9px;
}

#instagram-icon {
    height: 30px;
    margin-top: 8px;
}

/* Microsoft mobile apps End */

/* Microsoft mobile footer start */
footer {
    height: 450px;
    background-color: #EEEEEE;
    /* display: flex;
    justify-content: center;
    align-items: anchor-center; */
}

.footer-container {
    display: flex;
    justify-content: center;
    align-items: anchor-center;
}

.footer-main-section {
    /* background-color: #00BFFF; */
    height: 300px;
    width: 91%;
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}

.footer-main-section li:hover {
    text-decoration: underline;
    cursor: pointer;
    list-style: none;
}

.footer-main-section ul li a {
    text-decoration: none;
    color: #616161;
    font-size: 11px;
}

.whats-new-list {
    width: 75%;
}

.whats-new-ul {
    list-style: none;
    color: #616161;
    word-break: break-word;
    font-size: 15px;
}

.whats-new-ul p {
    list-style: none;
    color: #616161;
    word-break: break-word;
    font-size: 15px;
    font-weight: 600;
}

.whats-new-ul li {
    padding: 15px 0px 0px 0px;
    font-size: 11px;
}

.footer-bottom-container {
    height: 100px;
    background-color: #EEEEEE;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-bottom-details {
    background-color: #EEEEEE;
    width: 91%;
    height: 55px;
    display: flex;
    gap: 19px;
}

.earth-icon {
    height: 25px;
    opacity: 1.2;
    margin: 0px -10px 0px 0px;
}

.icon-privacy {
    margin: 5px -15px 0px 0px;
}

.footer-bottom-details a {
    text-decoration: none;
    color: #616161;
    font-size: 11px;
    margin: 5px 0px 0px 0px;
}

.footer-bottom-details a:hover {
    text-decoration: underline;
    cursor: pointer;
}

.footer-bottom-right {
    /* background-color: #3E45C9; */
    height: 30px;
    width: 62%;
    align-self: end;
}

.bottom-right-ul {
    display: flex;
    justify-content: space-between;
}

.bottom-right-ul li {
    list-style: none;
    font-size: 11px;
    color: #616161;
    display: inline;
}

.bottom-right-ul li a:hover {
    text-decoration: underline;
    cursor: pointer;
}

/* Microsoft footer End */

.last-section {
    height: 68px;
    /* background-color: #00BFFF; */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #323130;
}

.last-section-para {
    height: 38px;
    width: 90%;
    background-color: white;
    margin-top: 3px;
}

.last-section-para p a {
    color: #0000ee;
    font-size: 14px;
}