﻿/*.myButton {
    padding:  20px;*/
    /* background-color: #007bff;*/
    /*color: #fff;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    height: 35px;
    margin-top: 3px;*/
    /*width: auto;*/
    /*text-shadow: 0 1px 0 #194b7e;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#5f9cc5),to(#396b9e));
    border: 1px solid #044062;
    font-weight: 700;
    -webkit-border-radius: 1em;
    border-radius: 1em;
}*/

    /*/*.myButton:hover {*/
    /* background-color: #0056b3;*/
    /*border: 1px solid lightblue;
    }*/

    /*.myButton[disabled] {
        background-color: #ccc;
        background-image: unset;
        color: #666;
        opacity: 0.38;
        border: 1px solid #666;
        text-shadow: unset;
        cursor: not-allowed;
    }*/




/* button login in header navbar sign in  and singn up */
/*.button.outline-muted {
    color: var(--color-primary-black-900);
    border: 2px solid currentColor;
}*/

    .button.outline-muted {
            color: var(--color-primary-black-900);
            border: 2px solid currentColor;
        }
.button, .text-button, .icon-button {
    all: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border-radius: 8px;
    cursor: pointer;
    scroll-margin-top: var(--top-height);
    width: 90px;
   /* padding: 3px;*/
    margin-right: 5px;
}


/* service  button */

.service-button {
    padding: 10px;
    width: auto;
    color: #000;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    height: auto;
    margin-top: 3px;
    border: 1px solid whitesmoke;
    background: whitesmoke;
    font-weight: 700;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding-left: 15px;
    padding-right: 15px;font-size:20px
}

    .service-button:hover {
        color: #333
    }

    .service-button span {
        font-weight: 300;
    }



    /*   --------------------- this button of main hero read more  ----------------------*/


/*   --------------------- this button of main hero read more  ----------------------*/

.btn-readmore {
    font-size: 16px;
    letter-spacing: 0.05em;
    background: url();
    padding: 11px 15px;
    border-radius: 70px;
    border: unset;
    width: fit-content;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-top: 1.5rem;
    text-decoration: none;
    background: #007afd;
   /*   background:transparent;*/
    color: #fff;
    align-items: center;
    padding: .7rem 1rem;
    outline: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: 333ms cubic-bezier(.53, 0, .28, 1) background, 333ms cubic-bezier(.53, 0, .28, 1) opacity;
    font-family: Optimistic Text Bold, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    letter-spacing: .005em;
  /*   padding-left:0;*/
}

    .btn-readmore:hover {
      color:#333;
     text-decoration:underline;
    }




    .btn-readmore svg {
        fill: #333;
    }

.icon-readmore {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border: 1px solid #333;
    background: unset;
    border-radius: 50%;
    margin-left: .5rem
}