@font-face {
    font-style: normal;
    font-family: "sofia";
    font-weight: 300;
    font-family: 'Noto Sans' !important;
}

.nav-link:focus, .nav-link:hover, a:hover {
    color: #ffffff !important;
    opacity: .9;
    transition: 0.3s;
}

h1 {
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.57px;
    line-height: 48px;
    text-shadow: 0 1px 1px #00000073;
    color: #ffffff;
}

h2 {
    font-size: 22px !important;
    font-style: normal;
    font-weight: 500 !important;
    color: #ffffff;
}

h3 {
    letter-spacing: 0;
    line-height: 24px;
    text-shadow: 0 1px 1px #00000073;
    color: #ffffff;
}

h4 {
    letter-spacing: 0;
    font-size: 14px !important;
    text-shadow: 0 1px 1px #00000073;
    color: #ffffff;
    margin: 0;
    padding: 0;
}

p {
    letter-spacing: 0;
    line-height: 20px;
    text-shadow: 0 1px 1px #00000073;
    font-size: 14px;
    color: #ffffff;
}

button {
    border: none !important;
}

.smallButton {
    background-color: #d8b656;
    height: 38px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    border-radius: 2px;
    color: #ffffff !important;
    transition: 0.3s;
}

.smallRoundButton {
    height: 30px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    background-color: #d8b656;
    border-radius: 40px;
    padding: 0 10px !important;
    pointer-events: auto;
    transition: all 0.2s ease;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 500;
}

.roundButton {
    height: 50px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #d8b656;
    border-radius: 40px;
    padding: 0 60px !important;
    pointer-events: auto;
    transition: all 0.2s ease;
    color: #ffffff !important;
    font-weight: 700 !important;
}

.commentButton {
    background-color: #2c2c2c;
    height: 38px;
    padding: 0 40px;
    pointer-events: auto;
    transition: all 0.2s ease;
    color: #ffffff !important;
    font-size: 14px;
}

.commentSimpleButton {
    background-color: transparent;
    height: 38px;
    padding: 0 40px;
    pointer-events: auto;
    transition: all 0.2s ease;
    color: #ffffff !important;
    font-size: 14px;
}

.profileButton {
    background-color: #d8b656;
    border: 1px solid #d8b656;
    height: 38px;
    padding-left: 40px !important;
    padding-right: 40px !important;
    pointer-events: auto;
    transition: all 0.2s ease;
    color: #ffffff !important;
    font-size: 14px;
}

.profileButtonWithoutBack {
    border: 1px solid #d8b656;
    height: 38px;
    padding-left: 40px !important;
    padding-right: 40px !important;
    pointer-events: auto;
    transition: all 0.2s ease;
    color: #ffffff !important;
    font-size: 14px;
}

.defaultButton {
    align-self: center;
    background-color: #d8b656;
    border-radius: 2px;
    box-shadow: 0 0 10px #00000040;
    cursor: pointer;
    height: 50px;
    pointer-events: auto;
    position: relative;
    transition: all 0.5s ease-in;
    width: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    color: #ffffff !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    position: relative;
}

.defaultButton:hover {
    top: -2px;
}

.playerButton {
    backdrop-filter: blur(40px) brightness(100%);
    background-color: #0c0c0c;
    height: 40px;
    pointer-events: auto;
    position: relative;
    transition: all 0.2s ease;
    padding: 0 30px;
    border: 1px solid #d8b656;
    color: #d8b656 !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    min-width: auto;
}

.playerButton img {
    width: 14px !important;
    
}

.textButton {
    height: 60px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border-radius: 40px;
    padding: 0 60px !important;
    pointer-events: auto;
    transition: all 0.2s ease;
    color: #d8b656 !important;
    font-weight: 700 !important;
}

.iconButton {
    border-radius: 3px;
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 66px;
    padding: 0 28px;
    border:1px solid #D9B657;
    background-color: #0c0c0c;
    font-size: 16px;
    color: #ffffff !important;
    box-sizing: border-box;
}

.iconButton img {
    width: 42px !important;
    margin-right: 0px;
}

.iconBorderButton {
    border-radius: 3px;
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 66px;
    padding: 0 28px;
    border:1px solid #D9B657;
    background-color: #0c0c0c;
    font-size: 16px;
    color: #ffffff !important;
    box-sizing: border-box;
}

.iconBorderButton img {
    width: 24px !important;
    margin-right: 0px;
}

* {
    box-sizing: border-box;
    text-decoration: none !important;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

.badge {
    font-size: 14px !important;
    font-weight: 500 !important;
}

.badge.bg-dark {
    background: rgba(29, 29, 29, 0.5) !important;
    color: #fff !important;
    border-radius: 0 8px;
    font-size:12px !important;
    padding: 5px;
    margin: 8px 8px 8px 0px;
}

.mainSlider .badge.bg-dark {
    color: #f8f9fa !important;
}

.sectionHeading {
    margin-top: 40px;
    margin-bottom: 10px;
    padding-right: 20px;
}

.sectionHeading a {
    color: #ffffff !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
}

.sectionHeading .dropdown a.dropdown-toggle{
    padding: 0!important;
}
.sectionHeading .dropdown a{
    font-weight: normal!important;
}

.outerSeek {
    width: 100%;
    height: 2px;
    background: #ffffff;
    border-radius: 1px;
}

.innerSeek {
    height: 100%;
    background: #d7b656;
    border-radius: 1px;
}

.item h3 {
    font-size: 20px;
    font-style: normal;
}

.avatar {
    width: 60px;
    height: 60px;
    border-radius: 60px;
}

input {
    border: 1px solid #777777 !important;
    border-radius: 2px;
    height: 50px;
    background: transparent !important;
    color: #ffffff !important;
}

input:focus {
    outline: none;
    box-shadow: none !important;
}

.paymentInput label {
    font-size: 12px;
    color: #53535b;
    font-weight: 700 !important;
}

.paymentInput input {
    width: 100%;
    height: 46px;
    font-size: 14px;
    padding: 0 15px;
    color: #000000 !important;
    border-radius: 6px !important;
    background-color: #e8edf0 !important;
    border-color: #e8edf0 !important;
}
.paymentInput input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000000;
}
.paymentInput input::-moz-placeholder { /* Firefox 19+ */
    color: #000000;
}
.paymentInput input:-ms-input-placeholder { /* IE 10+ */
    color: #000000;
}
.paymentInput input:-moz-placeholder { /* Firefox 18- */
    color: #000000;
}

 .InputContainer .InputElement {
    font-size: 14px !important;
    color: #000000;
}
.defaultInput label {
    color: #D9D9D9;
    font-size: 12px;
}

.defaultInput {
    position: relative;
}

.defaultInput input {
    width: 100%;
    height: 50px;
    font-size: 16px;
    padding: 0 15px;
    color: #000000 !important;
    border-radius: 0 !important;
    background-color: #e8edf0 !important;
    border-color: #e8edf0 !important;
}

.defaultInput input.input-error {
    border-left: none !important;
    border-right: none !important;
    border-bottom: 2px solid #bb1a15 !important;
}

.defaultInput small.text-danger.form-text {
    position: absolute;
    right: 10px;
    bottom: 15px;
    z-index: 9;
}

button, input, optgroup, select, textarea {
    font-family: 'Noto Sans SC', sans-serif;
}

.defaultCheckbox label {
    color: #BDBDBD !important;
    font-size: 14px;
}

.defaultCheckbox input {
    border: 1px solid #d7b656 !important
}

/*icons*/
.icon16 {
    width: 16px;
    height: 16px;
}

.icon18 {
    width: 18px;
    height: 18px;
}

.icon24 {
    width: 24px;
    height: 24px;
}

.StripeElement{
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    padding: 12.5px;
    background: #E8EEF0;
    border-radius: 6px;
    margin-bottom: 20px;
    color: #53535B;
    font-size: 14px !important;
}

.icon46 {
    width: 35px;
    height: 35px;
    border-radius: 100px;
    border: solid 2px #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.icon46.text{
    color: #000;
    padding: 0px;
    background: #fff;
}

/*sections*/

.horizontalBlog {
    display: flex;
    flex-direction: column;
}

.show-line {
    width: 60px !important;
    height: 2px !important;
}

.verticalBlog {
    display: flex;
    flex-direction: row;
}

.verticalBlog img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.horizontalBlog img {
    width: 100%;
    margin:0 auto;
}
.blog-detail-related {
    width: 69%;
    margin: 0 0 0 auto;
}
.blogThumb h5 {
    font-size: 16px;
    color: #D9B657;
}

.blogThumb span {
    font-size: 14px;
    color: #686868;
}

.blogThumb h3 {
    font-size: 20px;
    color: #ffffff;
}

.blogThumb p {
    font-size: 16px;
    color: #A9A9A9;
}

.smallThumb {
    position: relative;
    margin-bottom: 25px;
}

.smallThumb img {
    width: 100%;
    border-radius:4px;
}

input:checked + label.form-check-label .smallThumb {
    border: 1px solid #D9B657;
}

input:checked + label.form-check-label .smallThumb h3 {
    color: #D9B657;
}
