body {
    font-family: "Source Sans 3", sans-serif;
    font-size: 16px;
    color: rgb(0, 0, 0, 0.95);
    margin: 0 auto;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "poppins", sans-serif;
    color: #000000;
    font-weight: 600;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    color: #3366ff;
}
a:hover,
a:focus {
    text-decoration: underline #ffcc33 2px;
}
a:hover .sm-no-underline {
    text-decoration: none;
}

a .sm-underline {
    text-decoration: underline;
}
a:hover .sm-underline {
    color: red;
    text-decoration: underline;
}

a .sm-no-underline {
    text-decoration: none;
}
a:hover .sm-no-underline {
    text-decoration: none;
}

a .sm-href {
    color: #3366ff;
}
a:hover .sm-href {
    color: #ffcc33;
    background-color: #111111;
    padding: 2px 0 0 2px;
    border-radius: 4px;
}

.sm-btn {
    display: inline-block;
    text-align: center;
    font-size: 0.875rem;
    padding: 0.3rem 1rem 0.3rem 1rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    background: #3366ff;
    border: #3366ff 1px solid;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
.sm-btn:hover {
    background: #ffcc33;
    color: #000;
    border: #ffcc33 1px solid;
}

/*****backgrounds********/
.sm-text-yellow {
    color: #ffcc33;
}
.sm-text-blue {
    color: #3366ff;
}
.sm-text-orange {
    color: #cc3300;
}
.sm-caption {
    color: rgba(89, 89, 89, 1);
    text-transform: uppercase;
}
.sm-bg-blue {
    background: #114388;
    color: #ffffff;
}
.sm-bg-light {
    background: #f5f6ea;
}
.sm-bg-orange {
    background: #cc3300;
    color: #ffffff;
}
a:hover .sm-no-hover {
    background: #cc3300;
}
/*******text**********/
.sm-kinsta {
    color: #ffcc33;

    -webkit-text-stroke: 1px #282828;
    text-shadow: 0px 4px 4px #282828;
}
/********section********/
.sm-section {
    padding: 2rem 0;
}
.my-height {
    height: 80vh;

    overflow: hidden;
}

.my-height img {
    object-fit: cover;
}

.my-ram {
    height: 200px;
    overflow: hidden;
}
.my-ram img {
    object-fit: cover;
}

.sm-card img {
    height: 150px;
    object-fit: cover;
}

.my-back {
    background: rgb(238, 91, 70);
    background: linear-gradient(
        90deg,
        rgba(249, 171, 58, 1) 0%,
        rgba(238, 91, 70, 1) 100%
    );
}
.my-background-polka {
    background: url(../images/polka.webp);
    background-repeat: no-repeat;
    background-repeat: repeat-x;
    background-size: auto;

    overflow: hidden;
}
.my-background-burger {
    background: url(../images/burger2.webp);
    background-repeat: no-repeat;
    background-size: auto;
    padding: 40px;
    min-height: 40vh;

    overflow: hidden;

    background-size: cover;
}

.sm-list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.sm-list li {
    float: left;
}

.sm-content ul {
    display: block;
    margin-left: 1rem;
}

.sm-content ul li {
    display: block;
    position: relative;
}

.sm-content ul li:not(:last-child) {
    margin-bottom: 1.5rem;
}

.sm-content ul li:before {
    content: "";
    position: absolute;
    top: 1.2em;
    left: -2rem;
    margin-top: -0.9em;

    height: 18px;
    width: 18px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 18px solid #ff6633;
}

.sm-content ol {
    counter-reset: li;
    list-style: none;
    padding: 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.sm-content ol a {
    position: relative;
    display: block;
    padding: 0.4em 0.4em 0.4em 0.8em;
    margin: 0.5em 0 0.5em 2.5em;
    background: #d3d4da;
    color: #444;
    text-decoration: none;
    transition: all 0.3s ease-out;
}

.sm-content ol a:hover {
    background: #dcdde1;
}
.sm-content ol a:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -2.5em;
    top: 50%;
    margin-top: -1em;
    background: #f9dd94;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
}

.sm-content ol a:after {
    position: absolute;
    content: "";
    border: 0.5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -0.5em;
    transition: all 0.3s ease-out;
}

.sm-content ol a:hover:after {
    left: -0.5em;
    border-left-color: #f9dd94;
}

/***************end content*************/
.sm-card-border {
    border: #3366ff 4px solid;
}
.source-sans-3-trial {
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.my-underline {
    text-decoration-line: underline;
    text-decoration-thickness: 3px;
}
.my-breadcrumbx {
    --bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='5 2 1 2' width='8px' height='12px' %3E%3Cpath d='M5 2 6 3 5 4 5 2Z' fill='%23000099'/%3E%3C/svg%3E");
}
.my-breadcrumb {
    --bs-breadcrumb-divider: "";
}
.sm-breadcrumb-item {
    background: #114388;
    margin: 0 4px;
    padding: 2px 4px;
    border-radius: 5px;
}

.dropdown-toggle {
    outline: 0;
}

.btn-toggle {
    padding: 0.25rem 0.5rem;
    font-weight: 600;
    color: var(--bs-emphasis-color);
    background-color: transparent;
}
.btn-toggle:hover,
.btn-toggle:focus {
    color: rgba(var(--bs-emphasis-color-rgb), 0.85);
    background-color: var(--bs-tertiary-bg);
}

.btn-toggle::before {
    width: 1.25em;
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform 0.35s ease;
    transform-origin: 0.5em 50%;
}

[data-bs-theme="dark"] .btn-toggle::before {
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28255,255,255,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
}

.btn-toggle[aria-expanded="true"] {
    color: rgba(var(--bs-emphasis-color-rgb), 0.85);
}
.btn-toggle[aria-expanded="true"]::before {
    transform: rotate(90deg);
}

.btn-toggle-nav a {
    padding: 0.1875rem 0.5rem;
    margin-top: 0.125rem;
    margin-left: 1.25rem;
}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
    background-color: var(--bs-tertiary-bg);
}

.scrollarea {
    overflow-y: auto;
}

.sm-footer {
    padding: 2em;
    margin: 0;
    color: #d6d6d6;
    background: #161e27;
    background: -moz-linear-gradient(top, #161e27 0%, #111 100%);
    background: -webkit-linear-gradient(top, #161e27 0%, #111 100%);
    background: -o-linear-gradient(top, #161e27 0%, #111 100%);
    background: -ms-linear-gradient(top, #161e27 0%, #111 100%);
    background: linear-gradient(top, #161e27 0%, #111 100%);
    font-size: 0.9rem;
    font-weight: 400;
}

.sm-footer a {
    color: #d6d6d6;
}
.sm-footer a:hover {
    color: #ffcc00;
}
.bi {
    vertical-align: -0.125em;
    fill: currentColor;
}
