@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    font-family: "Raleway", sans-serif;
}

.container {
    width: 100%;
    height: 100vh;
    overflow-y:scroll ;
    background: #ffff;
}

.wrapper {
    max-width: 100%;
    margin: 0 auto;
}

.header {
    padding: 1rem 0;
    width: 100%;
    background-color: azure;
    z-index: 1000;
    position: fixed;
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 10%);
  
    height: 7rem;
    top: 0;
}
  
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.company__logo {
    width: 20rem;
    display: block;
}
  
.logo, .q_logo{
    width: 100%;
    height: 5rem;
}
  
  
.navbar {
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
}
  
.btn_read, .btn_contact {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 500;
    padding: 1rem 2rem 1rem 0px;
    color:black;
    text-decoration: none;
    text-transform: uppercase;
    background-image: linear-gradient(to left, transparent 50%, #2462AA 50% );
    background-size: 200%;
    background-position: right bottom;
    border: none;
    border-radius: unset;
    background-size: 220%;
    -webkit-transition: all .4s;
    transition: all .4s;
    margin-right: -2px;
}

.btn_contact {
    padding: 1rem 2rem ;
}
  
.btn_icon {
    font-size: 1.6rem;
    padding: 1rem 1.5rem;
    background:#2462AA;
    border: none;
    color: white;
}
    
.btn_read:hover {
    background-position: left bottom;
    color: white;
    border: none;
}

main {
    width: 70%;
    margin: 7rem auto 0 auto;
    /* background: #f2f7f2; */
}



.section1 {
    width: 100%;
    margin: 0 auto;
    padding: 1rem 4rem;
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 10%);
    background: #f2f7f2;
}

.heading_block  {
    margin:2rem 0;
    padding: 2rem 0;
}

.heading {
    font-size: 3.3rem;
    color: cadetblue;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.1;
}

.s4Hana_block {
    width: 100%;
    margin:2rem auto;
}
  
.row {
    margin: 2rem 0;
}

.primary_heading, .secondary_heading {
    font-size: 2.4rem;
    font-weight: 500;
    padding: 1rem 0;
}

.primary_text, .secondary_text, ul .list_data  {
    font-size: 2rem;
    font-weight: 400;
    padding: 1rem 0;
    line-height: 1.5;
    text-align: justify;
}

ul  {
    margin-left: 2rem;
}


.video_block {

    margin: 2rem 0;
}

.iframe {
    height: 100%;
    width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

iframe {
    height: 540px;
    width: 100%;
    border: none;
}

.conclusion_block {
    margin-bottom: 3rem;;
}

/*  */


.worksoft_logo {
    width: 100%;
    text-align: center;
    margin: 10px 0;
}
  
img {
    height: auto;
    width: 80%;
}

.image_block img {
    width: 100%;
}

.img {
    width: 100%;
    margin: 0 auto;
}

.rick {
    width: 100%;
  height: 100%;
  filter: grayscale(100%) hue-rotate(123deg) opacity(1) drop-shadow(0px 0px 0px #F2F7F2);
}

.ws_img {
    margin: 3rem 0;
}



.row_list li {
    font-size: 1.6rem;
    line-height: 3.3rem;
    margin-left: 3rem;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 2rem 0;
}


tr th {
    padding: 1rem;
    font-size: 1.2rem;
    font-weight: 600;
    width: 10%;
    text-align: center;
}

tr td {
    padding: 1rem;
    font-size: 1.2rem;
    width: 10%;
    text-align: center;
}

.table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
  }

.table_heading {
    text-align: center;
    font-size: 1.4rem;
  }


.primary__text, .secondary__text {
    display: block;
}

.primary_text img {
    width: 3%;
    border-radius: 50%;
    margin: -7px 8px;
}

.btn_conn {
    display: block;
    font-size: 1.6rem;
    width: 15%;
    color: white;
    border: none;
    text-decoration: none;
    background: #2462AA;
    padding: 2rem 1rem;
    text-align: center;
    border-radius: 8px;
}

.li {
   list-style: none; 

}

.number {
    list-style:decimal;
}

/* responsive */


@media only screen and (max-width: 90em) {
    html {
      font-size:60%;
    }
}

@media only screen and (max-width: 75em) {
    html {
      font-size:56.25%;
    }
}
@media only screen and (max-width: 56.25em) {
    html {
      font-size:50%;
    }
}

@media only screen and (max-width: 35em) {
    html {
      font-size:42%;
    }
}

/* width 900px */

@media only screen and (max-width:90em) {
    .container {
        width: 100%;
        margin: 0 auto;
    }

    main {
        margin: 7rem auto 0 auto;
    }

    .primary_heading,.secondary_heading {
        font-size: 4rem;
        font-weight: 600;
        margin-top: 25px;
        margin-bottom: 30px;
    }

    .primary_text, .secondary_text {
        font-size: 2.2rem; 
    }

    .row_list li {
        font-size: 2rem;
        line-height: 4.3rem;
    }

    .primary_text img {
        width: 6%;
        border-radius: 50%;
        margin: -7px 8px;
    }

    .btn_conn {
        width: 40%;
    }
}


@media only screen and (max-width:75em) {
    .container {
        width: 100%;
        margin: 7rem auto 0 auto;
    }

    .navbar {
        width: 85%;
    }


    main {
        width: 86%;
        margin: 0 auto;
    }

    .section1 {
        padding: 1rem 3rem;
    }

    .heading{
        font-size: 3.6rem;
        text-align: left;
    }

    .primary_heading, .secondary_heading {
        font-size: 3.5rem;
        font-weight: 600;
        margin-top: 25px;
        margin-bottom: 30px;
    }

    .primary_text, .secondary_text {
        font-size: 2.2rem;
    }
    .img {
        width: 100%;
    }

    iframe {
        height: 350px;
    }

    row_list li {
        font-size: 2rem;
        line-height: 4.3rem;
    }

    .primary_text img {
        width: 6%;
        border-radius: 50%;
        margin: -7px 8px;
    }

    .btn_conn {
        width: 40%;
        font-size:2rem;
    }
    
    #pageInfo {
        font-size:2.2rem;
    }
}

@media only screen and (max-width:56.25em) {
    .container {
        width: 100%;
        margin: 7rem auto 0 auto;
    }

    .navbar {
        width: 85%;
    }


    main {
        width: 86%;
        margin: 0 auto;
    }

    .section1 {
        padding: 1rem 3rem;
    }

    .heading{
        font-size: 3.3rem;
        text-align: left;
    }

    .primary_heading, .secondary_heading {
        font-size: 3.5rem;
        font-weight: 400;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .primary_text, .secondary_text {
        font-size: 2.4rem;

    }

    
   img {
        width: 100%;
    }

    iframe {
        height: 200px;
    }

    .row_list li {
        font-size: 2rem;
        line-height: 4.3rem;
    }

    .primary_text img {
        width: 6%;
        border-radius: 50%;
        margin: -7px 8px;
    }

    .btn_conn {
        width: 40%;
        font-size:2rem;
    }
    
    #pageInfo {
        font-size:2.2rem;
    }
}

@media only screen and (max-width:35em) {
    .container {
        width: 100%;
        margin: 7rem auto 0 auto;
    }
    .heading{
        font-size: 2.5rem;
        text-align: left;
    }

    .navbar {
        width: 85%;
    }

    main {
        width: 86%;
        margin: 0 auto;
    }

    .primary_heading, .secondary_heading {
        font-size: 2.2rem;
        font-weight: 600;
        margin-top: 5px;
        margin-bottom: 10px;
        line-height: 1.4;
    }

 

    .primary_text, .secondary_text {
        font-size: 2.4rem;
    }
    iframe {
        height: 120px;
    }

    .row_list li {
        font-size: 2rem;
        line-height: 4.3rem;
    }

    .primary_text img {
        width: 6%;
        border-radius: 50%;
        margin: -7px 8px;
    }

    .btn_conn {
        width: 40%;
        font-size:2rem;
    }
    
    #pageInfo {
        font-size:2.2rem;
    }
    
}