@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Poppins: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&family=Quicksand:wght@300;400;500;600;700&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');


.theme-font-nunito {
    font-family: "Inter", sans-serif !important;
}

#company-name::after {
    content: "";
    display: block;
    background-image: url('../../assets/svg/handdrawn.svg');
    background-size: cover;
    width: 290px;
    height: 11px;
    position: absolute;
    right: 46%;
}

h1, h2, h3, h4, h5, h6, p {
    letter-spacing: -0.3px;
    line-height: 1.5;
    color: #000;
    font-family: "Poppins", sans-serif !important;
    font-weight: 400
}

.theme-font-nunito h1, .theme-font-nunito h2, .theme-font-nunito h3, .theme-font-nunito h4, .theme-font-nunito h5, .theme-font-nunito h6 {
    font-family: "Inter", sans-serif !important;
}

.avatar {
    position: relative;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #8993a4;
    color: #ffffff;
    line-height: 1;
    font-size: 14px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.avatar > img, .avatar > svg {
    display: inline-block;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.avatar-stack {
    display: flex;
    flex-direction: row;
}

.avatar-stack-reverse {
    flex-direction: row-reverse;
    margin-left: 0;
}

.avatar-stack-reverse .avatar-item {
    margin-left: 0;
    margin-right: -8px;
}

.avatar-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    border-radius: 50%;
    outline: 0;
    padding: 0;
    box-sizing: content-box;
    border: 2px solid #fff;
    overflow: hidden;
    margin-left: -8px;
}

.avatar-item:first-child {
    margin-left: 0;
}

.avatar-item::after {
    content: "";
    position: absolute;
    width: 100%;
    inset: 0;
    background-color: transparent;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.avatar-item:hover {
    text-decoration: none;
}

.avatar-badge {
    position: absolute;
    height: 8px;
    width: 8px;
    bottom: 14%;
    right: 14%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    line-height: 1;
    background-color: #6b778c;
    color: #fff;
    transform: translate(50%, 50%);
    overflow: hidden;
    z-index: 1;
}

.avatar-xs {
    width: 16px;
    height: 16px;
}

.avatar-sm {
    width: 24px;
    height: 24px;
}

.avatar-lg {
    width: 40px;
    height: 40px;
}

.avatar-xl {
    width: 96px;
    height: 96px;
}

.avatar-xxl {
    width: 128px;
    height: 128px;
}

.stroke {
    font-size: 150px;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #dddddd;
    /*-webkit-text-fill-color: #ffffff;*/
    -webkit-text-fill-color: transparent;
    /*letter-spacing: 1px;*/
    font-family: Lato, sans-serif;
}

/*Poppins, Lato, Nunito, Open sans, Raleway, or Quicksand - Lato*/

#about-us-text::before {
    content: "About Alphaset";
    position: relative;
    display: block;
    top: 20%;
}

.top-n10 {
    top: -10% !important;
}

.top-10 {
    top: 10% !important;
}

.top-20 {
    top: 20% !important;
}

.top-30 {
    top: 30% !important;
}

.top-30 {
    top: 40% !important;
}

.left-50 {
    left: 50% !important;
}

.left-40 {
    left: 40% !important;
}

.left-30 {
    left: 30% !important;
}

.right-0{
    right: 0 !important;
}

.btn-submit:hover {
    color: #4CBFA6 !important;
}

.header .header-menu .nav .nav-item .nav-link::before {
    background: #259587;
}

.text-turquiose-dark{
    color: #1a685f;
}

.cover{
    object-fit: cover;
}

.text-faint{
    color: #DDD;
}

.bg-alphaset-blue {
    background: #22B8D0;
}

.bg-alphaset-green{
    background: #259587 !important;
}

.bg-alphaset-green-light{
    background: #6BB7AD !important;
}
label{
    color: #fff;
}

.contact-form input, textarea{
    border: 1px solid #fff;
    color: white;
}

.contact-form input:focus, textarea:focus{
    border: 1px solid #fff;
}



