@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;700&family=Quicksand:wght@700&display=swap');
a {
    text-decoration: none;
}

html,
body {
    
	background-image: url(https://i.hizliresim.com/lgcna4x.jfif);
	background-position: center center;

background-repeat: no-repeat;


background-attachment: fixed;


background-size: cover;
background-color: #464646;
    font-family: 'Josefin Sans', sans-serif;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

body::-webkit-scrollbar {
    display: none;
}

.head-border {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #EEE6A6;
    height: 3px;
    -webkit-box-shadow: 0px 0px 250px 20px rgba(238, 230, 166, 0.91);
    -moz-box-shadow: 0px 0px 250px 20px rgba(238, 230, 166, 0.91);
    box-shadow: 0px 0px 250px 20px rgba(238, 230, 166, 0.91);
}

.logo-type {
    font-size: 3em;
    font-family: 'Quicksand', sans-serif;
    color: white;
    background-image: url(https://i.hizliresim.com/m83bjya.png);
    padding: 20px 0;
    animation: movement 12s infinite cubic-bezier(0.47, 0, 0.75, 0.72);
    animation-delay: 1s;
    background-position-y: center;
    border-radius: 8px;
}

@keyframes movement {
    0% {
        background-position-x: 0px;
    }
    50% {
        background-position-x: 100%;
    }
    100% {
        background-position-x: 0px;
    }
}

.logo-type b {
    color: #EEE6A6;
    text-shadow: 1px 5px #55501b;
}

.logo-type p {
    font-size: 0.33em;
    margin: 0;
    padding: 0;
    display: block;
    color: white;
}

.promotion-section {
    background: #212908;
    padding: 40px;
    border-radius: 8px;
    color: white;
    font-weight: 100;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.4);
    transition: background-color .8s ease, color 1s ease;
}

.promotion-section:hover {
    background-color: #b5ab5a;
    color: #212908;
}

.promotion-section:hover img {
    filter: invert(1);
}

.promotion-section .pro-text span {
    display: block;
    font-weight: bold;
    font-size: 1.2em;
}

.footer {
    color: white;
    padding: 12px;
    margin-bottom: 80px;
}

.footer .headline {
    font-size: 2.5em;
    display: block;
    color: #9b966f;
}

.p-table-container {
    margin: 80px auto 0;
}

.p-table-head-text {
    color: white;
    margin-left: 14px;
    width: fit-content;
}

.p-table-head-text p {
    text-shadow: 1px 5px #55501b;
    letter-spacing: 0.8px;
    font-size: 1.2em;
}
.p-table-tick-bronz {
    margin: 7px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 2%;
    padding-bottom: 2%;
    border-radius: 8px;
     background: linear-gradient(
        135deg,
        #8B5A2B 0%,
        #CD7F32 50%,
        #FFD700 100%
    );
    text-align: center;
    font-size: 0.95em;
    color: black;
}

.p-table-tick-silver {
    margin: 7px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 2%;
    padding-bottom: 2%;
    border-radius: 8px;
     background: linear-gradient(
        135deg,
        #7D8491 0%,
        #C0C0C0 50%,
        #F5F5F5 100%
      ); 
    text-align: center;
    font-size: 0.95em;
    color: black;
}

.p-table-tick-gold {
    margin: 7px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 2%;
    padding-bottom: 2%;
    border-radius: 8px;
    background: linear-gradient(
    135deg,
    #d4af37 0%,  
    #ffd700 60%, 
    #fff7c0 100% 
    ); 
    text-align: center;
    font-size: 0.95em;
    color: black;
}

.p-table-tick-plat {
    margin: 7px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 2%;
    padding-bottom: 2%;
    border-radius: 8px;
    background: linear-gradient(
        135deg,
        #2F4F4F 0%,
        #40E0D0 50%,
        #00FFFF 100%
    ); 
    text-align: center;
    font-size: 0.95em;
    color: black;
}


.p-bronz-frame {
    background-image: url(https://i.hizliresim.com/j32m4v1.png);
    background-size: 100% 90%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 20px 50px;
    color: white;
    font-size: 1.2em;
    transform: translateY(-30px);
}

.p-gold-frame {
    background-image: url(https://i.hizliresim.com/psg8g5z.png);
    background-size: 100% 90%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 20px 50px;
    color: white;
    font-size: 1.2em;
    transform: translateY(-30px);
}

.p-plat-frame {
    background-image: url(https://i.hizliresim.com/npka39e.png);
    background-size: 100% 90%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 20px 50px;
    color: white;
    font-size: 1.2em;
    transform: translateY(-30px);
}

.p-silver-frame {
    background-image: url(https://i.hizliresim.com/lwmasii.png);
    background-size: 100% 90%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 20px 50px;
    color: white;
    font-size: 1.2em;
    transform: translateY(-30px);
}

.p-table-title {
    text-shadow: 0px 3px 5px #00000087;
    border: 14px dotted #00000024;
    border-top: none;
    text-align: center;
    font-family: 'Quicksand';
    font-weight: bold;
    font-size: 1.8em;
    border-bottom: #d0c8a969;
    border-style: solid;
    color: #f0f8ffcc;
}

.p-table-tick-container {
    padding: 10px 4px;
    margin-bottom: 2px;
}

.monthly {
    margin: 0 auto 30px;
    background: #0000006b;
    width: max-content;
    padding: 8px 18px 0;
    border-radius: 8px;
    color: white;
}

.p-table-container .col-md-3 {
    transition: all ease 0.8s;
}

.p-table-container .col-md-3:hover {
    transform: scale(1.02);
}

@media screen and (max-width: 900px) {
    .logo-type {
      font-size: 1.9em !important;
    }
    .footer .headline {
      font-size: 2em;
    }
  }
  .spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    margin-right: 10px;
    vertical-align: middle;
  }
  @keyframes spin {
    to {
      -webkit-transform: rotate(360deg);
    }
  }
  @-webkit-keyframes spin {
    to {
      -webkit-transform: rotate(360deg);
    }
  }