@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100&display=swap');
* {
    text-decoration: none;
}

*:focus {
    text-decoration: none!important;
    outline: 0!important;
    box-shadow: unset!important;
}

a {
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity, 1));
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

body {
    background: #80c2fb;
    font-family: 'Montserrat', sans-serif;
}

.header {
    background: transparent;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.header-hero {
    position: relative;
}

.clouds {
    height: 100%;
    width: 100%;
}

.clouds div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-animation: parallax linear infinite;
    animation: parallax linear infinite;
    z-index: -1;
}

.clouds .clouds1 {
    background: center left -250px;
    background-image: url(app/view/skytc/assets/img/sky1.svg);
    -webkit-animation-duration: 35s;
    animation-duration: 45s;
    opacity: 0.3;
}

.clouds .clouds2 {
    background: center top 75px;
    background-image: url(app/view/skytc/assets/img/sky2.svg);
    -webkit-animation-duration: 35s;
    animation-duration: 35s;
    opacity: .35;
}

.clouds .clouds3 {
    background: center left -250px;
    background-image: url(app/view/skytc/assets/img/sky3.svg);
    -webkit-animation-duration: 55s;
    animation-duration: 55s;
    opacity: .15;
}

.wave {
    background: center left 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 80px;
    color: #ecf1f6;
    z-index: -1;
    width: 100%;
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    transition-duration: .5s;
}

.header .logo img {
    max-width: 275px;
    width: 100%;
}

@-webkit-keyframes parallax {
    to {
        background-position: center left 1440px
    }
}

@keyframes parallax {
    to {
        background-position: center left 1440px
    }
}

.hero-card .hero-icon {
    opacity: 1;
    background: white;
    color: rgba(52, 173, 241, 1);
    padding: 1rem;
    border-radius: 0.5rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.card-body .card-img {
    position: relative;
    background: #34adf1 50%/cover no-repeat;
    border-radius: 8px;
    padding-bottom: 45.45455%;
}

@media (min-width: 576px) {
    .navbar {
        /*position: absolute;*/
        /*width: 98.2%;*/
        transition: unset!important;
    }
    .text-sm-left {
        text-align: left!important;
    }
    .text-sm-right {
        text-align: right!important;
    }
    .ekip {
        padding: 0 250px;
    }
}

.post-content {
    height: 200px;
}

.pc-hidden {
    display: none;
}

.user-mobile {
    padding: 0;
    font-size: 16px;
}

.user-mobile img {
    height: 48px;
}

.user-mobile span {
    text-align: right;
    margin-right: 10px;
}

.user-mobile div {
    color: #ba6913;
}

.user-mobile {
    display: flex;
    align-items: center;
}

.is-invalid {
    border-color: red!important;
}

@media (max-width: 575.98px) {
    .pc-hidden {
        display: unset!important;
    }
    .mobile-hidden {
        display: none!important;
    }
    .post-content {
        height: unset!important;
    }
    .page404 {
        display: block!important;
    }
    .page404 img {
        height: 200px!important;
        display: block;
    }
    .header .logo img {
        height: 225px;
        width: unset;
    }
    .title404 {
        color: #d41a1a;
        font-size: 35px!important;
        font-weight: bold;
        margin-left: 0!important;
        text-align: center;
    }
    .title404 div {
        font-weight: normal;
        color: black;
        font-size: 22px;
    }
    .title404 div a {
        display: block;
        text-decoration: underline;
        font-size: 14px!important;
        text-align: center!important;
    }
    .mh-button {
        width: 100%;
        margin-bottom: 15px;
    }
}

.navbar-nav .nav-item {
    position: relative;
    margin: 0px 5px;
}

.navbar-nav .nav-item .nav-link {
    font-size: 16px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: .2px;
    display: block;
    transition: all .12s ease-in-out;
    border-radius: 8px;
    color: #1e2130;
    padding: 0 15px;
}

.navbar-nav .nav-item:hover {
    background: rgba(236, 241, 246, .4);
}

.navbar-nav .nav-item:hover .nav-link {
    color: #34adf1;
}

.navbar-nav .nav-item .nav-link:hover {
    text-decoration: none;
}

.kredi-icon .fa {
    font-size: 35px;
    margin-right: 5px;
}

.kredi-icon {
    transition: unset!important;
    color: #fff!important;
    font-weight: bold;
    background: #e59100;
    display: flex;
    align-items: center;
    border: 0;
    box-shadow: 0 4px 20px rgb(0 0 0 / 2%), 0 2px 6px rgb(215, 148, 14);
}

.kredi-icon:hover {
    background: #f19b05;
}

.discord-icon svg {
    height: 35px;
    margin-right: 5px;
}

.discord-icon {
    transition: unset!important;
    color: #fff!important;
    font-weight: bold;
    background: #7289DA;
    display: flex;
    align-items: center;
    border: 0;
    box-shadow: 0 4px 20px rgb(0 0 0 / 2%), 0 2px 6px rgb(114, 137, 218);
    margin-right: 15px;
}

.discord-icon:hover {
    background: #8094dd;
}

.discord-icon:focus {
    background: #7289DA;
}

.kredi-icon:focus {
    background: #e0b228;
}

.navbar-wrapper {
    background: #fff;
    box-shadow: 0 4px 20px rgb(0 0 0 / 2%), 0 2px 6px rgb(20 57 87 / 2%);
    border-radius: 8px;
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .5s;
}

.user-nav {
    position: relative;
    height: 65px;
    text-align: right;
}

.user-wrapper {
    padding: 12px;
    display: flex;
    text-align: left;
    font-weight: bold;
    align-items: flex-end;
}

.user-wrapper .user-informations {
    margin-right: 15px;
}

.user-wrapper .user-name {
    color: #ffffff;
    text-align: right;
}

.user-wrapper .user-buttons a {
    margin-left: 8px;
}

.user-wrapper .user-buttons {
    text-align: right;
}

.user-wrapper img {
    border-radius: 0.5rem;
    height: 48px;
}

.navbar-toggler-icon .bar:nth-of-type(2) {
    margin: 8px 0;
}

.navbar-toggler:not(.collapsed) .bar:first-of-type {
    top: 13px;
    transform: rotate( 45deg);
}

.navbar-toggler:not(.collapsed) .bar:nth-of-type(2) {
    opacity: 0;
    transform: rotate( 180deg);
}

.navbar-toggler:not(.collapsed) .bar:nth-of-type(3) {
    top: -13px;
    transform: rotate( -45deg);
}

.navbar-toggler:not(.collapsed) .bar {
    background: #34adf1;
}

.bar {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    --ghost-accent-color: #ffc93d;
    line-height: inherit;
    font-family: proxima-nova, sans-serif;
    color: #4c6078;
    box-sizing: border-box;
    border: 0 solid #f9fcff;
    --tw-shadow: 0 0 transparent;
    --tw-ring-inset: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 transparent;
    --tw-ring-shadow: 0 0 transparent;
    background: rgba(150, 169, 188, .5);
    border-radius: 10px;
    height: 5px;
    width: 36px;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s;
    position: relative;
    opacity: 1;
}

.post-content {
    display: grid;
    grid-template-rows: auto 1fr auto;
    text-align: center;
    padding: 25px 0 0;
    font-size: 18px;
}

.post-content .post-header {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 10px;
}

.post-content .post-header a {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
}

.post-text {
    color: #919fab;
    letter-spacing: .2px;
    font-size: 14px;
}

element.style {}

.sallandir {
    -webkit-animation-duration: 3.5s;
    animation-duration: 3.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: levitate;
    animation-name: levitate;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes levitate {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes levitate {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.coin-text {
    text-shadow: 0 0 5px yellow;
    color: yellow;
}

.coin-text-shadow {
    -webkit-text-stroke: 0.5px black;
    color: yellow;
}

.card {
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 4px 20px rgb(0 0 0 / 2%), 0 2px 6px rgb(20 57 87 / 2%);
    border-radius: 8px;
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    transition-duration: .5s;
    border: 0;
}

.card-body {
    border: 0;
    box-shadow: unset;
}

.footer-wrapper {
    margin-top: 60px;
    width: 100%;
    background-size: cover;
    background-color: #101b2f;
    padding-top: 50px;
    padding-bottom: 30px;
    border-top: 1px solid #1a2a45;
}

.footer-logo {
    max-width: 120px;
    height: auto;
    margin-bottom: 20px;
}

.footer-title {
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
    margin-top: 0;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.footer-wrapper a {
    color: #fff !important;
    transition: color 0.3s ease;
    font-size: 14px;
    text-decoration: none;
}

.footer-wrapper a:hover {
    text-decoration: underline;
}

.footer-wrapper p {
    color: #919fab !important;
    font-size: 14px;
}

.footer-links ul li {
    margin-bottom: 12px;
}

.footer-links ul li a {
    display: inline-block;
}

.footer-links ul li a:hover {
    text-decoration: underline;
}

.skytc-color {
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.affiliate-text {
    font-size: 12px;
    color: #919fab;
    margin-top: 5px;
}

.footer-divider {
    margin: 30px 0;
    border-color: #1a2a45;
    opacity: 0.5;
}

.footer-bottom {
    display: flex;
    align-items: center;
}

.footer-wrapper .social-icons {
    display: flex;
    gap: 15px;
    margin-top: 15px;
    justify-content: flex-end;
}

.footer-wrapper .social-icons a {
    color: #fff;
    font-size: 22px;
    transition: color 0.3s ease;
}

.footer-wrapper .social-icons a:hover {
    color: #fff !important;
    text-decoration: none;
}

@media (max-width: 767px) {
    .footer-wrapper .text-center {
        text-align: center !important;
    }
    .footer-logo {
        margin-bottom: 30px;
    }
    .footer-title {
        margin-top: 20px;
    }
    .footer-wrapper .social-icons {
        justify-content: center !important;
        margin-top: 20px;
    }
    .footer-bottom {
        flex-direction: column;
        align-items: center !important;
    }
    .footer-bottom .col-md-6 {
        margin-bottom: 15px;
        text-align: center !important;
    }
    .footer-wrapper img {
        margin: 0 auto !important;
        display: block;
    }
    .footer-wrapper .row:last-child .col-12 {
        text-align: center !important;
    }
}

.footer-wrapper .kredi-icon {
    border-radius: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    padding: 12px 22px;
    font-size: 16px;
    outline: none !important;
    transition: background-color 0.3s ease;
    margin-top: 20px;
    color: #fff;
    background: rgb(59 130 246);
}

.footer-wrapper .kredi-icon:hover {
    background: rgb(37 99 235);
}

.card-body .card-title {
    color: #222;
    font-weight: 700;
    position: relative;
    border-radius: 8px;
    padding-bottom: 2.5%;
    padding-top: 2.5%;
    text-align: center;
    vertical-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: 0 0 4px #fff, 0 0 8px rgba(255, 255, 255, 0.8);
}

.discord-user-container .dc-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 20px 5px 0;
}

.discord-online-count {
    padding: 14px 10px 12px;
    width: 100%;
    background: #ffffff;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #4F5263;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-discord-join:hover {
    background: #b0b9fd;
    color: #3b4696;
}

.btn-discord-join {
    background: #97A3FD;
    color: #353F87;
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
    font-size: 14px;
    margin-left: auto;
    display: block;
    text-shadow: none;
    -webkit-box-shadow: 0 3px 6px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 6px -2px rgba(0, 0, 0, 0.2);
    border-radius: 100px;
    font-weight: 800!important;
    text-transform: capitalize;
    letter-spacing: 0;
}

.discord-user-container {
    height: 215px;
    overflow: auto;
    padding: 0 0 0 20px;
    margin-right: 0px;
}

.discord-user-container::-webkit-scrollbar {
    width: 6px;
    background: #f5f5f5;
    border-radius: 4px;
}

.discord-user-container::-webkit-scrollbar-thumb {
    background: #444650;
    border-radius: 4px;
}

.discord-user-container .dc-user .dc-user-img .status-dnd {
    background: #F04747;
}

.dc-user-img .status-idle {
    background: #FAA61A;
}

.dc-user-img .status-online {
    background: #43BD80;
}

.discord-user-container .dc-user .dc-user-img .dc-user-status {
    width: 10px;
    height: 10px;
    top: -4px;
    right: -4px;
    position: absolute;
    border-radius: 50%;
}

.discord-user-container .dc-user .dc-user-img:before {
    content: '';
    width: 18px;
    height: 18px;
    background: #ffffff;
    top: -9px;
    right: -9px;
}

.discord-user-container .dc-user .dc-user-img:before {
    border-radius: 50%;
    display: block;
    position: absolute;
}

.discord-user-container .dc-user .dc-user-playing {
    color: #858A99;
    margin-left: auto;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 85px;
    font-size: 11px;
}

.discord-user-container .dc-user .dc-user-name {
    color: fffff;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 90px;
}

.discord-user-container .dc-user .dc-user-img {
    background: rgba(255, 255, 255, 0.05) no-repeat center/cover;
    height: 26px;
    width: 26px;
    display: inline-block;
    border-radius: 8px;
    margin-right: 15px;
    position: relative;
}

#login-form {
    position: relative;
}

.theme-input {
    width: 100%;
    font-weight: bolder;
    display: block;
    outline: 0;
    border: 2px solid;
    box-shadow: unset;
    border-radius: 8px;
    padding: 8px;
    padding-left: 24px;
    margin-bottom: 12px;
    background: #f3dfab;
    border-color: #f7d375;
    color: #884310;
}

.btn-theme {
    width: 100%;
    transition: .3s all;
    color: black;
    font-weight: bolder;
    display: block;
    outline: 0;
    border: 0;
    box-shadow: unset;
    border-radius: 8px;
    padding: 8px;
    padding-left: 24px;
    margin-bottom: 12px;
}

.giris-button {
    width: 100%;
    background: #ffc01a;
}

.top-user {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    padding: 5px 24px;
}

.top-user img {
    width: 60px;
    height: 64px;
}

.top-user .top-information {
    width: 100%;
}

.top-user .top-information .user-name {
    font-weight: 500;
}

.top-user .top-information .user-info {
    font-size: 14px;
}

.mini {
    transform: scale(0.85);
}

.yetki-title {
    display: block;
    text-align: center;
    font-weight: bolder;
    font-size: 20px;
}

.yonetim {
    color: #ff0000;
}

.yetkili img {
    height: 160px;
    border-radius: .5rem;
}

.ekip {
    width: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.yetkili {
    width: auto;
    padding: 20px 10px;
}

.yetkili .yetkili-name {
    color: #000000;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
}

.yetkili .yetkili-yetki {
    text-align: center;
}

.yetkili .yetkili-yetki span {
    color: #fff;
    background-color: #cd2121;
    font-weight: 500;
    padding: 5px 8px;
    border-radius: .5rem;
}

.yetkili-yetki.moderator span {
    background-color: coral;
}

.yetkili-yetki.asistan span {
    background-color: #ede510;
}

.yetkili-yetki.rehber span {
    background-color: #a00bac;
}

.yetkili-yetki.denemerehber span {
    background-color: #ffb2de;
}

.yetkili-yetki div {
    font-weight: 500;
    color: #ff0000;
    font-size: 14px;
    padding: 5px 6px;
}

.yetkili-yetki.skyblock div {
    color: #34adf1;
}

.yetkili-yetki.tekblok div {
    color: #34f147;
}

.alert-information {
    display: flex;
    color: white;
    background-color: #0468a5;
    border: 0;
}

.alert-information a {
    color: white;
    text-decoration: underline;
}

.alert i {
    display: block;
}

.alert-error {
    display: flex;
    justify-content: center;
    color: white;
    background-color: #c81010;
    border: 0;
}

.alert-error a {
    color: white;
    text-decoration: underline;
}

.b-0 {
    border: 0;
}

.nav-link.active {
    border: 0;
}

.nav-link {
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: .2px;
    display: block;
    border-radius: 8px;
    color: #1e2130;
    padding: 0 15px;
    margin: 0!important;
    width: 100%;
    text-align: left;
    transition: unset!important;
    border: 0!important;
}

.nav-link:hover {
    color: #34adf1 !important;
    background: rgba(236, 241, 246, .4);
    border-radius: .5rem;
    border: 0 !important;
    text-decoration: none;
}

.nav-link.active {
    color: #34adf1!important;
    background: rgba(236, 241, 246, .4)!important;
    border-radius: .5rem;
    border: 0!important;
}

.profile-menu-title {
    font-size: 1.125rem;
    padding: 1rem;
    padding-bottom: .5rem;
    margin-left: 0.5rem;
    margin-top: .5rem;
    margin-bottom: .05rem;
}

.height-fill {
    height: calc(100% - 25px);
}

.btn-discord {
    color: #fff;
    background-color: #7289da;
    border-color: #7289da;
}

.btn-discord:hover {
    opacity: .85;
    color: #fff;
}

#siralama-1 {
    font-weight: bolder;
    color: rgb(24, 175, 13);
}

#siralama-2 {
    font-weight: bolder;
    color: rgb(175, 159, 13);
}

#siralama-3 {
    font-weight: bolder;
    color: rgb(175, 89, 13);
}

.btn-primary {
    color: #fff;
    background-color: #70afe5;
    border-color: #70afe5;
}

.btn-primary:hover {
    color: #fff;
    background-color: #82b3ff;
    border-color: #82b3ff;
}

.btn-success {
    color: #fff;
    background-color: #4ec647;
    border-color: #4ec647;
}

.btn-success:hover {
    color: #fff;
    background-color: #70d26a;
    border-color: #70d26a;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    color: #ffffff;
    line-height: 1.428571429;
    border-radius: 15px;
}

.page404 {
    height: 600px;
    overflow: hidden!important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page404 img {
    height: 400px;
}

.title404 {
    color: #d41a1a;
    font-size: 40px;
    font-weight: bold;
    margin-left: 20px;
}

.title404 div {
    font-weight: normal;
    color: black;
}

.title404 div a {
    display: block;
    text-decoration: underline;
    font-size: 16px;
    text-align: right;
}

@media (max-width: 767px) {
    .footer-wrapper .text-center {
        text-align: center !important;
    }
    .footer-logo {
        margin-bottom: 30px;
    }
    .footer-title {
        margin-top: 20px;
    }
    .footer-wrapper .social-icons {
        justify-content: center !important;
        margin-top: 20px;
    }
    .footer-bottom {
        flex-direction: column;
        align-items: center !important;
    }
    .footer-bottom .col-md-6 {
        margin-bottom: 15px;
        text-align: center !important;
    }
    .footer-wrapper img {
        margin: 0 auto !important;
        display: block;
    }
    .footer-wrapper .row:last-child .col-12 {
        text-align: center !important;
    }
}

.kredi-icon:hover,
.discord-icon:hover,
.btn:hover {
    text-decoration: none;
}


/* Dokunulmaması gereken linkler için özel stil */

.navbar-nav .nav-item .nav-link {
    color: #1e2130;
}

.navbar-nav .nav-item:hover .nav-link {
    color: #34adf1;
}

.post-content .post-header a {
    color: #ffffff;
}

.nav-link {
    color: #1e2130;
}


/* Tailwind-like utility classes */

.w-full {
    width: 100%;
}

.h-auto {
    height: auto;
}

.top-0 {
    top: 0;
}

.z-50 {
    z-index: 50;
}

.sticky {
    position: sticky;
}

.bg-\[\#339AFF\] {
    background-color: #339aff36;
}

.flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.justify-between {
    justify-content: space-between;
}

.items-center {
    align-items: center;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.container {
    width: 100%;
    max-width: 1200px;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.h-14 {
    height: 3.5rem;
}

.h-24 {
    height: 6rem;
}

.w-auto {
    width: auto;
}

.relative {
    position: relative;
}

.top-\[-5px\] {
    top: -5px;
}

.top-\[-11px\] {
    top: -11px;
}

.items-stretch {
    align-items: stretch;
}

.gap-2 {
    gap: 0.5rem;
}

.md\:gap-3 {
    gap: 0.75rem;
}

.button {
    display: flex;
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
    font-weight: 500;
}

.bg-indigo {
    background-color: #6366f1;
    color: white;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.items-center {
    align-items: center;
}

.gap-2 {
    gap: 0.5rem;
}

.w-6 {
    width: 1.5rem;
}

.h-6 {
    height: 1.5rem;
}

.justify-center {
    justify-content: center;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.hidden {
    display: none;
}

.block {
    display: block;
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.ml-2 {
    margin-left: 0.5rem;
}

.text-amber-600 {
    color: #d97706;
}

.rounded-full {
    border-radius: 9999px;
}

.bg-sky-600 {
    background-color: #0284c7;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.pl-6 {
    padding-left: 1.5rem;
}

.pr-2 {
    padding-right: 0.5rem;
}

.pr-6 {
    padding-right: 1.5rem;
}

.text-white {
    color: white;
}

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.w-full {
    width: 100%;
}

.pb-0 {
    padding-bottom: 0;
}

.text-md {
    font-size: 1rem;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.gap-10 {
    gap: 2.5rem;
}

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

.flex-col {
    flex-direction: column;
}

.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.uppercase {
    text-transform: uppercase;
}

.space-x-2>*+* {
    margin-left: 0.5rem;
}

.hover\:opacity-50:hover {
    opacity: 0.5;
}

.p-4 {
    padding: 1rem;
}

.p-0 {
    padding: 0;
}

.shadow-secondary-button {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.shadow-none {
    box-shadow: none;
}

.rounded {
    border-radius: 0.375rem;
}

.rounded-none {
    border-radius: 0;
}

.bg-transparent {
    background-color: transparent;
}

.text-yellow-300 {
    color: #fcd34d;
}

.text-green-300 {
    color: #86efac;
}

.text-shadow-sm {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.shadow-slate-900 {
    --shadow-color: #0f172a;
}

.justify-between {
    justify-content: space-between;
}

.flex-1 {
    flex: 1 1 0%;
}

.gap-6 {
    gap: 1.5rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

.pl-6 {
    padding-left: 1.5rem;
}


/* Responsive classes */

@media (min-width: 640px) {
    .sm\:h-20 {
        height: 5rem;
    }
    .sm\:top-\[-11px\] {
        top: -11px;
    }
    .sm\:block {
        display: block;
    }
}

@media (min-width: 768px) {
    .md\:gap-3 {
        gap: 0.75rem;
    }
}

@media (min-width: 1280px) {
    .xl\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .xl\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .xl\:pr-2 {
        padding-right: 0.5rem;
    }
    .xl\:hidden {
        display: none;
    }
    .xl\:block {
        display: block;
    }
}

@media (min-width: 1536px) {
    .2xl\:order-2 {
        order: 2;
    }
    .2xl\:flex {
        display: flex;
    }
    .2xl\:hidden {
        display: none;
    }
    .2xl\:w-auto {
        width: auto;
    }
    .2xl\:order-1 {
        order: 1;
    }
    .2xl\:pb-0 {
        padding-bottom: 0;
    }
    .2xl\:gap-10 {
        gap: 2.5rem;
    }
    .2xl\:flex-row {
        flex-direction: row;
    }
    .2xl\:my-0 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .2xl\:p-0 {
        padding: 0;
    }
    .2xl\:shadow-none {
        box-shadow: none;
    }
    .2xl\:rounded-none {
        border-radius: 0;
    }
    .2xl\:bg-transparent {
        background-color: transparent;
    }
    .2xl\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .2xl\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

@media (min-width: 1792px) {
    .3xl\:block {
        display: block;
    }
}


/* Button and other specific styles */

.button {
    border: none;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.bg-indigo {
    background-color: #5865F2;
}

.bg-indigo:hover {
    background-color: #4752c4;
}

.text-shadow-sm.shadow-slate-900 {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}

.ignore-link-active {
    text-decoration: none;
}


/* Hero Section Styles */

.hero-section {
    position: relative;
    height: 105vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    overflow: hidden;
    margin-bottom: 50px;
}

.hero-section.full-width {
    width: 100vw !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    left: 50%;
    right: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    position: relative;
}

@media (max-width: 992px) {
    .hero-section {
        padding: 0;
    }
    .hero-section.full-width {
        padding: 0 !important;
        width: 100vw !important;
        max-width: none !important;
    }
}

.hero-section video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.hero-content img {
    max-width: 100%;
    height: auto;
}

.hero-buttons {
    display: flex;
    align-items: center;
    margin-top: 2rem;
    gap: 1rem;
    flex-direction: column;
    width: 100%;
    max-width: 580px;
}

@media (min-width: 1200px) {
    .hero-buttons {
        flex-direction: row;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .hero-content {
        padding-top: 0;
        margin-top: -80px;
    }
    .hero-buttons {
        width: 90%;
    }
    .hero-buttons a {
        width: 100% !important;
    }
    .hero-content img {
        max-width: 90%;
    }
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    font-weight: 600;
    color: white;
    background-color: #5865F2;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.button.bg-indigo {
    background-color: #5865F2;
}

.button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    text-decoration: none !important;
    color: white;
}

.button img {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.5rem;
}

.scroll-indicator {
    position: absolute;
    bottom: 2.5rem;
    z-index: 10;
    cursor: pointer;
    animation: bounce 2s infinite;
    font-size: 2.75rem;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.5));
    transition: transform 0.3s ease, filter 0.3s ease;
}

.scroll-indicator:hover {
    transform: scale(1.1);
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.7));
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-10px);
    }
}


/* Material Symbols for scroll indicator */

.material-symbols-rounded {
    font-family: 'Material Symbols Rounded';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
}

.hero-button {
    font-size: 1.5rem !important;
    padding: 1rem 2rem !important;
    min-width: 220px;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.hero-button img,
.hero-button .material-symbols-rounded {
    width: 2rem !important;
    height: 2rem !important;
    margin-right: 0.75rem !important;
}

.hero-button:hover {
    text-decoration: none !important;
}