/*
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: "Open Sans", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-variation-settings:
            "wdth" 100;
    }
            */
strong {
    font-weight: bold;
}

body {
    background-color: #f8f9fa;
    margin: 0;
    height: 100vh;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
    color: #7A7A7A;
}

a {
    transition: all 0.25s ease-in-out;
}
header {}

section.dark {
    background-color: #282c31;
    color: #fff;
}

section.dark a:link:not(.btn),
section.dark a:visited:not(.btn) {
    color: #fff;
    font-size: 14px;
}

section.overlay {
    background: url(/assets/img/overlay.png);
    color: #7A7A7A;
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
}

section.overlay a:link,
section.overlay a:visited {
    color: #000;
    font-size: 14px;
}

section.white {
    color: #000;
}

section.prices {
    text-align: center;
}

section.prices h3 {
    color: #DDA61A;
    font-size: 66px;
    margin-bottom: -6px;
}

section.prices h4 {
    font-size: 26px;
    margin-bottom: -2px;
}

section.prices h5 {
    font-size: 16px;
    margin-bottom: -20px;
}

.price-element {}

.container {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 40px;
}

section .container {
    padding: 50px 40px;
}

h1,
h2,
h3,
h4,
h5 {
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #1D1D1D;
}

h1 {
    color: #fff;
    font-size: 50px;
}

h2 {
    color: #000;
    font-size: 40px;
}

section.dark h1,
section.dark h2,
section.dark h3 {
    color: #fff;
}

p {
    color: #fff;
}

footer {
    background-color: #282c31;
    color: #fff;
    margin-top: 30px;
    font-size: 14px;
    text-align: center;
}

footer a:link,
footer a:visited {
    color: #999;
}

.btn {
    color: #fff;
    border-radius: 4px;
    padding: 0.6rem 1rem;
    border: 0;
    text-decoration: none;
    background: linear-gradient(0deg, rgba(133, 69, 21, 1) 0%, rgba(239, 124, 36, 1) 100%);
    font-size: 16px;
    transition: all 0.25s ease-in-out;
}

.btn:hover {
    color: #fff;
    background: linear-gradient(0deg, rgb(199, 104, 31) 0%, rgb(239, 124, 36) 100%);
        /* Inverted gradient */
        box-shadow: 0px -8px 10px 0px rgba(0, 0, 0, 0.18) inset;
        

}

.domains a:hover {
    color: #000;
    background-color: #DDA61A;
}

.price-element {
    padding: 40px;
}

.price-element.middel {
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
}

img {
    max-width: 100%;
}

.bg-custom {
    background-color: #282c31;
    padding: 4px 20px 5px 20px;
    border: 1px solid rgba(255,255,255,0.8);
}

.bg-secondary {
    background-color: #DDA61A !important;
    border: 1px solid #bc8e16;
}

.bg-secondaryy::before {
    content: "";
    position: absolute;
    top: -6px;
    left: -6px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: repeating-conic-gradient(#DDA61A 0deg 6deg,
            #0f2e3d 6deg 12deg);
    z-index: -0;
}

.bg-secondary h3 {
    color: #fff;
    text-shadow:
            -1px -1px 0 rgba(0,0,0,0.1),
            1px -1px 0 rgba(0,0,0,0.1),
            -1px 1px 0 rgba(0,0,0,0.1),
            1px 1px 0 rgba(0,0,0,0.1);
    text-shadow:
            1px 1px 0 #b07e2863,
            2px 2px 0 #8c5d2076,
            3px 3px 0 #4c351475;
}

@media (max-width: 920px) {
    h1 {
        font-size: 8vw;
    }
    .price-element.middel {
        border: 0;
    }
}


.menu-item {
    font-weight: 600;
    color: #DDA61A;
}

.product-cta {
    background-color: #fff;
    border-style: solid;
    border-width: 0.5px 0.5px 0.5px 0.5px;
    border-radius: 10px 10px 10px 10px;
    border-color: #00000017;
    height: calc(100%+20px);
    padding: 10px;
    text-align: center;
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin-bottom: 20px;;
}

.product-cta:hover {
    /* box-shadow: rgba(240, 46, 170, 0.4) -2px 4px, rgba(240, 46, 170, 0.3) -4px 8px, rgba(240, 46, 170, 0.2) -4px 10px, rgba(240, 46, 170, 0.1) -10px 14px, rgba(240, 46, 170, 0.05) -12px 14px; */
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    transform: scale(1.1, 1.1);
}

.product-cta-inner {
    color: #000;
}

.product-cta h4 {
    font-size: 20px;
}

.product-cta .price {
    color: #000;
    margin-bottom: 0;
}

.product-cta .btn {
    color: #fff!important;
    margin-top: 10px;
}


.product-cta-footer {
    margin-top: 10px;
    border-top: solid 0.5px #00000017;
}

.search-result.success,
.alert.alert-success {
    background-color: green;
}

.search-result,
.alert {
    padding: 10px 20px;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    margin-bottom: 10px;
}

.alert.alert-danger {
    background-color: #dc3545;
}