@import url('https://fonts.googleapis.com/css2?family=Exo+2: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=Pattaya&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: 'Exo 2', sans-serif;
    background-position: center top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.wrapped {
    text-align: center;
    width: 100%;
    color: #fff;
    text-shadow: 2px 2px 5px #000000;
}

.wrapped h1 {
    font-family: 'Pattaya', sans-serif;
    color: #fff;
    font-size: 65px;
    font-weight: 700;
    padding: 0px 0 0px 15px;
    margin: 0 0 30px 0;
    text-shadow: 2px 2px 5px #000000;
}

@media (max-width: 768px) {
    .wrapped h1 {
        font-size: 45px;
    }
}

.middle {
    width: 100%;
    height: 100%;
}

.inner {
    margin-left: auto;
    margin-right: auto;
    background: url('/wed.jpg') center/cover no-repeat;
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.counter-class {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}


.counter-class .counter-days,
.counter-class .counter-hours,
.counter-class .counter-minutes,
.counter-class .counter-seconds {
    font-family: 'Pattaya', sans-serif;
    font-weight: 600;
    font-size: 50px;
}

.counter-round {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    border: 4px solid white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #ffffff38;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.sup-header {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.sub-header, .sub-counter {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 50px 0;
}

@media (max-width: 768px) {
    .sub-header, .sub-counter {
        margin: 25px 0;
    }
}

.sub-header::before, .sub-counter::before {
    width: 100px;
    height: 1px;
    background: #fff;
    content: "";
    margin-right: 15px;
}


.sub-header::after, .sub-counter::after {
    width: 100px;
    height: 1px;
    background: #fff;
    content: "";
    margin-left: 15px;
}
.light {
    color: black;
    text-shadow: none;
}

h2 {
    font-family: 'Pattaya', sans-serif;
    font-size: 40px;
    font-weight: 500;
}

h3 {
    font-size: 30px;
    font-weight: 500;
}

.tab-desc {
    font-size: 23px;
}