@charset "utf-8";


:root {
    --main-font: 'Poppins-Regular';
    --font-medium: 'Poppins-Medium';
    --font-semibold: 'Poppins-SemiBold';
    --font-bold: 'Poppins-Bold';

    --white-color: #fff;
    --black-color: #000;
    --primary: #FDFBFC;

}

/* ========[ reset style ]============ */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font: inherit;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul,
li {
    list-style: none;
}

caption,
th {
    text-align: left;
}

abbr,
acronym {
    border: 0;
}

a {
    outline-style: none;
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

input {
    border: none;
    color: #000000;
}

input[type="button"] {
    cursor: pointer;
    border: none;
    background-color: transparent;
}

input[type="submit"] {
    cursor: pointer;
}

textarea {
    background-color: transparent;
    border: none;
    overflow: auto;
}

*:focus {
    outline: none;
}

button {
    border: none;
    background-color: transparent;
    cursor: pointer;
    padding: 0px;
    -webkit-appearance: none;
    border-radius: 0;
}

figure {
    margin: 0px;
    padding: 0px;
}

select::-ms-expand {
    display: none;
}

input,
textarea,
button,
select,
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

input {
    -webkit-appearance: none;
}

input,
textarea,
select {
    outline: none;
}

button::-moz-focus-inner,
a::-moz-focus-inner {
    border: 0;
}

button:focus,
button:active,
a:focus,
a:active {
    outline: 0;
}

img {
    image-rendering: -o-auto;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: auto;
    image-rendering: optimizequality;
    -ms-interpolation-mode: nearest-neighbor;
}

body {
    line-height: 1;
    font-family: var(--main-font, --bs-font-sans-serif);
    background: var(--white-color);
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype'),
        url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}


.link-holder {
    position: relative;
    display: block;
}

.img-holder {
    position: relative;
    overflow: hidden;
    display: flex;
    width: 100%;
    justify-content: center;
}

.img-holder:before {
    position: relative;
    display: block;
    width: 100%;
    content: "";
    background-position: center;
}

.img-holder img {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 0px;
    height: auto;
}


._1826x1826 .img-holder::before{
    padding-bottom: calc(1826 /1826 * 100%);
}


.mb-16 {
    margin-bottom: 16px;
}

.pt-32 {
    padding-top: 32px;
}

.mb-32 {
    margin-bottom: 32px;
}

.relative {
    position: relative;
    overflow: hidden;
}

.border-bottom-1 {
    border-bottom: 1px solid #000;
}
.bold-detail {
    font-family: var(--font-bold);
    color: var(--white-color);
    font-size: 17px;
    line-height: normal;
    display: block;
    margin-bottom: 15px;
}
.social-media {
    padding: 10px 0;
    width: 100%;
    margin: 40px 0 10px 0;
    position: relative;
}

.social-media:before {
    content: "";
    top: 0;
    height: 110px;
    position: absolute;
    left: 0;
    z-index: -1;
    width: 100%;
}

.social-media ul {
    gap: 14px;
}

.social-media .icon {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #2a2a2a;
}

.footer {
    position: relative;
    background: var(--black-color);
}

.footer .social-media {
    margin: 20px 0px;
}

.band {
    height: 85px;
}
.footer-register {
    background: var(--white-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    border-radius: 6px;
    padding: 5px;
    margin-bottom: 15px;
}

.footer-textbox {
    width: calc(100% - 175px);
    height: 40px;
}
.message-icon {
    background-image: url(../img/msg.png);
    width: 40px;
    height: 40px;
}
.footer-btn {
    background: #ED2525;
    width: 120px;
    height: 100%;
    border-radius: 6px;
    color: white;
    font-family: 'Poppins-Regular';
}
.footer-paragraph {
    color: #999;
    font-size: 15px;
    line-height: normal;
}

.light-grey {
    background: #2A2A2A;
    height: 80px;
    width: 100%;
}

@media(min-width:1440px){
    .footer-textbox {
        width: calc(100% - 180px);
    }
    .social-media ul{
        gap: 40px;
    }
}