/* Presentational style rules only
 * Not required
 */

html, body, .container {
  height: 100%;
  background-color:#fffafa;
}

/* Reset */
html, body, h1, p, a, div, section {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
}

/* Basic */
body { 
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  background-color:#fffafa;
}

h1 {
  color: #efecec;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  margin-top: 20px;
}

a {
  color: #ffffff;
}

p {
  margin: 0 0 15px 0;
}

strong {
  font-weight: 700;
}

p::selection, h1::selection, span::selection, div::selection, strong::selection, b::selection, button::selection {
            background-color:#615D7A; /* Arka plan rengini sarı yapar */
            color:#fff; /* Yazı rengini siyah yapar */
        }
		
blockquote {
  display: block;
  max-width:1400px;
  margin: 15px auto;
  color: #e1e1e1;
  font-size: 22px;
  line-height: 28px;
}

blockquote cite {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  margin-top: 16px;
  color: #cccccc;
  text-transform: uppercase;
}

/* Layout */

.navbar {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  height: 40px;
  z-index: 9999;
  position: fixed;
}

  .inner {
    position: relative;
    margin: 0 auto;
    text-align: center;
  }

.navbar a {
  display: inline-block;
  border: 1px solid #fff;
  font-size: 14px;
  line-height: 24px;
  border-radius: 3px;
  padding: 2px 15px;
  text-decoration: none;
  margin-top: 5px;
}

.container {
  display: table;
  width: 100%;
}

#myVideo {
  right: 0;
  bottom: 0;
  width:100%!important; 	
  height:640px!important;
  z-index:-1;
  float:left;
  object-fit:cover;
  opacity:0.9;
}

#myVideo2 {
  right: 0;
  bottom: 0;
  width:620px!important; 	
  height:435px!important;
  z-index:-1;
  float:left;
  object-fit:cover;
  opacity:0.9;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
  border:5px solid #fff;
}

#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  margin-top:10px;
  border: none;
  background-color: rgba(39, 41, 62, 0.6);
  color: #fff;
  cursor: pointer;
  position:fixed;
  top:0px;
  right:0px;
}

#myBtn:hover {
  background-color: rgba(39, 41, 62, 0.8);
  color: #fff;
}

.content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  
}

.splitview {
    position: relative;
    width: 100%;
    min-height: 35vw;
    overflow: hidden;
}

.panel {
    position: absolute;
    width: 100vw;
    min-height: 35vw;
    overflow: hidden;
}

    .panel .content {
        position: absolute;
        width: 100vw;
        min-height: 35vw;
        color: #FFF;
    }

    .panel .description {
        width: 25%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
    }

    .panel img {
        box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.15);
        width: 35%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }


.bottom {
    background-color: rgb(56, 0, 255);
    z-index: 1;
}

    .bottom .description {
        right: 5%;
    }

.top {
    background-color: rgb(108, 0, 0);
    z-index: 2;
    width: 50vw;

    /*-webkit-clip-path: polygon(60% 0, 100% 0, 100% 100%, 40% 100%);
    clip-path: polygon(60% 0, 100% 0, 100% 100%, 40% 100%);*/
}

    .top .description {
        left: 5%;
    }

/* Handle. */
.handle {
    height: 100%;
    position: absolute;
    display: block;
    background-color: rgb(255, 255, 255);
    width: 5px;
    top: 0;
    left: 50%;
    z-index: 3;
}

/* Skewed. */
.skewed .handle {
    top: 50%;
    transform: rotate(30deg) translateY(-50%);
    height: 200%;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    transform-origin: top;
}

.skewed .top {
    transform: skew(-30deg);
    margin-left: -1000px;
    width: calc(50vw + 1000px);
}

.skewed .top .content {
    transform: skew(30deg);
    margin-left: 1000px;
}

.skewed h1 {font-family: "Montserrat", sans-serif;font-weight:900;font-size:73px;padding-bottom:20px}
.skewed p {font-size:23px;}
.tab {
  overflow: hidden;
  margin-left:70px;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 24px 16px;
  transition: 0.3s;
  font-size: 14px;
  color:#a9a9a9;
  font-weight:700;
  font-family: "Kanit", sans-serif;
  font-style: normal;
}

/* Change background color of buttons on hover */
.tab button:hover {
  color:#c2b8ff;
  
}


#style-8::-webkit-scrollbar-track
{
	background-color: #17161d;
}

#style-8::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-8::-webkit-scrollbar-thumb
{
	background-color: #454756;	
}
.tab button.active {
  color:#fff;
  border-bottom:1px solid #fff;
}

/* Style the tab content */

.notes {background-color:#615D7A;min-height:40px;height:auto!important;}
.tabcontent {
  display: none;
  border-top: none;
  text-align:left;
  font-size:16px;
  min-height:637px!important;
  background-color:#fffafa;
}

.tabcontent-2 {
  display: none;
  border-top: none;
  text-align:left;
  font-size:16px;
  height:auto;
  min-height:805px;
}

.tabcontent-3 {
  display: none;
  border-top: none;
  text-align:left;
  font-size:16px;
  height:auto!important;
}
.tabcontent-4 {
  display: none;
  border-top: none;
  text-align:left;
  font-size:16px;
  height:auto;
  min-height:120px;
}
.tabcontent-5 {
  display: none;
  border-top: none;
  text-align:left;
  font-size:16px;
  height:auto;
}
.tabcontent-6 {
  display: none;
  border-top: none;
  text-align:left;
  font-size:16px;
  height:auto;
  min-height:400px;
}

.tabcontent-7 {
  display: none;
  border-top: none;
  text-align:left;
  font-size:16px;
  height:auto!important;
  min-height:270px;
}

.tabcontent-8 {
  display: none;
  border-top: none;
  text-align:left;
  font-size:16px;
  height:auto!important;
  min-height:570px;
}


.ranking {width:1350px;min-height:1020px;position:relative;margin-left: auto;margin-right: auto;left: 0;right: 0;text-align: center;z-index:999;}

.tabcontent img {max-width:100%!important;}
.patch {width:1350px;min-height:540px;position:relative;margin-left: auto;margin-right: auto;left: 0;right: 0;text-align: center;z-index:999;}
.tabcontent-3 .news {float:left;width:330px;height:325px;position:relative;margin:0px 3px;background-position: center center;background-size: cover;}
.tabcontent-3 .news-image {float:left;min-width:100%!important;min-height:195px!important;background-image: url("../images/auctionhouse.png");background-position: center center;background-size: cover;background-color:#000;}
.tabcontent-3 .news-image-2 {float:left;min-width:100%!important;min-height:195px!important;background-image: url("../images/altar_moonglow.png");background-position: center center;background-size: cover;background-color:#000;}
.tabcontent-3 .news-image-3 {float:left;min-width:100%!important;min-height:195px!important;background-image: url("../images/house.png");background-position: center center;background-size: cover;background-color:#000;}
.tabcontent-3 .news-image-4 {float:left;min-width:100%!important;min-height:195px!important;background-image: url("../images/sparkle.png");background-position: center center;background-size: cover;background-color:#000;}
.tabcontent-3 .news-text {float:left;width:100%;}
.tabcontent-3 .news-text p{font-size:14px}


.contents {width:1350px;min-height:180px;position:relative;margin-left: auto;margin-right: auto;left: 0;right: 0;text-align: center;z-index:999;}
.contents-news {text-align:left;float:left;width:100%;height:350px;position:relative;margin:0px 3px;background-position: center center;background-size: cover;color:#343434}
.contents-news-text {float:left;width:100%;font-size:18px;line-height:32px!important}
.contents-news-text a{color:#000!important}


.altar {width:1350px;min-height:540px;position:relative;margin-left: auto;margin-right: auto;left: 0;right: 0;text-align: center;z-index:999;}
.altar .altar-text {float:left;width:620px!important;height:325px;position:relative;margin:0px 3px;background-position: center center;background-size: cover;}
.altar .altar-video {float:right;min-width:620px!important;min-height:435px!important;background-position: center center;background-size: cover;background-color:#000;}
.altar .altar-text p{font-size:84px;font-style:italic;font-weight:900;color:#373445;text-align:left;font-family: "Montserrat", sans-serif;line-height:94px;}
.altar .altar-text span{font-size:18px!important;font-weight:normal;color:#0a0a0a;text-align:left!important;font-family: "Montserrat", sans-serif;line-height:21px!important;float:left!important}



.factions {width:1350px;min-height:540px;position:relative;margin-left: auto;margin-right: auto;left: 0;right: 0;text-align: center;z-index:999;}
.factions .factions-text {float:left;width:700px!important;height:325px;position:relative;margin:0px 3px;background-position: center center;background-size: cover;}
.factions .factions-video {float:right;min-width:620px!important;min-height:385px!important;background-image: url("../images/auctionhouse.png");background-position: center center;background-size: cover;background-color:#000;}
.factions .factions-text p{font-size:84px;font-style:italic;font-weight:900;color:#17161d;text-align:left;font-family: "Montserrat", sans-serif;line-height:94px;}
.factions .factions-text span{font-size:18px!important;font-weight:normal;color:#0a0a0a;text-align:left!important;font-family: "Montserrat", sans-serif;line-height:21px!important;float:left!important}


.tabcontent-3 .news h1{text-align:left;font-size:15px!important;color:#000;line-height:22px;text-transform:none;bottom:0;position:absolute;padding:15px 0px;}
.tabcontent-3 .news span{font-size:13px!important;color:#000;}
.tabcontent-3 .news img {width:100%;height:175px;}
.birlik {margin-left: auto;margin-right: auto;left: 0;right: 0;text-align: center;z-index:999;}
img {
  pointer-events: none; /* Tüm img etiketleri için kopyalamayı ve tıklamayı engeller */
}
.images {width:1400px;}
.header-text {
	font-family:Montserrat, sans-serif;
  text-align:left;
  font-weight:700;
  font-style: italic;
  font-size:23px;padding:50px 0px;color:#17161d}
.heads b{font-family:Montserrat, sans-serif;
  font-weight:700;
  font-style: normal;
  color:#fff;font-size:45px;padding:0px 0px;letter-spacing:-2px;text-shadow: 1px 1px #000;}
.heads-text {font-weight:700;font-size:18px;padding:0px 0px;color:#3e395e;font-family:Montserrat, sans-serif;letter-spacing:-1px;}
.butonulan {width:278px;height:55px;background:url(../images/btn.png) top no-repeat;background-size:100% 100%;outline:none;border:0;cursor:pointer; transition:all .1s cubic-bezier(.4,0,.2,1);}
.butonulan:hover{width:278px;height:55px;background:url(../images/btn-hvr.png) top no-repeat;background-size:100% 100%;outline:none;border:0;cursor:pointer;transition:all .1s cubic-bezier(.4,0,.2,1);}
.butonulan-2 {margin-left:-30px;width:278px;height:55px;background:url(../images/btn-discord.png) top no-repeat;background-size:100% 100%;outline:none;border:0;cursor:pointer; transition:all .1s cubic-bezier(.4,0,.2,1);}
.butonulan-2:hover{width:278px;height:55px;background:url(../images/btn-discord-hvr.png) top no-repeat;background-size:100% 100%;outline:none;border:0;cursor:pointer;transition:all .1s cubic-bezier(.4,0,.2,1);}
.slide {width:1400px;position:relative;margin-left: auto;margin-right: auto;left: 0;right: 0;text-align: center;z-index:999;}
.header-videos {width:100%;height:637px;position:absolute;margin-left: auto;margin-right: auto;left: 0;right: 0;text-align: center;z-index:999;}
.header-clear {margin-top:30px}
.header-videos-mobile {width:100%;height:637px;position:absolute;margin-left: auto;margin-right: auto;left: 0;right: 0;text-align: center;z-index:999;border-bottom:5px solid #fffafa;display:none!important}
.header-videos-mobile img {width:90%;opacity:0.9;display:none!important}
.header-clear-mobile {margin-top:90px}
.mobile-page p {text-align:left;color:#a9a9a9;padding:0px 25px}
.mobile-page{display:none!important}
.footer {text-align:center;position:absolute;left:0;right:0;margin-right:auto;margin-left:auto; text-shadow: 1px 1px #000;font-size:13px!important}
.footer th {padding:0px 20px}
.footer td {text-align:center;font-weight:bold;}
.footer a {text-decoration:none}
.istatistik {text-align:center;position:absolute;left:0;right:0;margin-right:auto;margin-left:auto; text-shadow: 1px 1px #000;}
.istatistik th {width:50px;}
.istatistik td {text-align:center;font-weight:bold;font-size:15px}
.warlord {text-align:center;position:absolute;left:0;right:0;margin-right:auto;margin-left:auto;color:#000;width:100%;margin-top:-2px;}
.warlord td {text-align:center;font-weight:normal;font-size:15px;border-bottom:1px solid #a0a0a0;padding:10px 0px;}
.logo {margin-top:280px}
.lists {color:#7a7a7a!important;height:40px;background:#e8e8e8;}
.lists th {font-weight:bold!important;padding-left:5px;font-size:15px;}

/* Special */
.sub-title {
  margin: 50px auto;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
}

.button {
  display: inline-block;
  padding: 16px 20px;
  color: #7479a9;
  border-radius: 3px;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  background-color:#27293e;
  
}

.button:hover {
  display: inline-block;
  padding: 16px 20px;
  color: #7479a9;
  border-radius: 3px;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  background-color:#181929;
}


.button-launcher {
  display: inline-block;
  padding: 16px 20px;
  color: #fff;
  border-radius: 3px;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  background-color:#dd8d1f;
}

.button-launcher:hover {
  display: inline-block;
  padding: 16px 20px;
  color: #fff;
  border-radius: 3px;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  background-color:#ff6700;
}





#bas {
	 font-weight:700;
  font-family: "Kanit", sans-serif;
  font-style: normal;
	
	
}

#more-content {
  display: none;
}


.slider {
  height:700px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider__nav {
  width: 12px;
  height: 12px;
  margin: 2rem 12px;
  border-radius: 50%;
  z-index: 10;
  outline: 6px solid #ccc;
  outline-offset: -6px;
  box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.slider__nav:checked {
  -webkit-animation: check 0.4s linear forwards;
          animation: check 0.4s linear forwards;
}
.slider__nav:checked:nth-of-type(1) ~ .slider__inner {
  left: 0%;
}
.slider__nav:checked:nth-of-type(2) ~ .slider__inner {
  left: -100%;
}
.slider__nav:checked:nth-of-type(3) ~ .slider__inner {
  left: -200%;
}
.slider__nav:checked:nth-of-type(4) ~ .slider__inner {
  left: -300%;
}
.slider__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 400%;
  height: 100%;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.slider__contents {
  height: 100%;
  padding: 2rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider__image {
  font-size: 2.7rem;
      color: #2196F3;
}
.slider__caption {
  font-weight: 500;
  margin: 2rem 0 1rem;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}
.slider__txt {
  color: #999;
  margin-bottom: 3rem;
  max-width: 300px;
}

@-webkit-keyframes check {
  50% {
    outline-color: #615D7A;
    box-shadow: 0 0 0 12px #615D7A, 0 0 0 36px rgba(97, 93, 122, 0.2);
  }
  100% {
    outline-color: #615D7A;
    box-shadow: 0 0 0 0 #615D7A, 0 0 0 0 rgba(97, 93, 122, 0.0);
  }
}

@keyframes check {
  50% {
    outline-color: #615D7A;
    box-shadow: 0 0 0 12px #615D7A, 0 0 0 36px rgba(97, 93, 122, 0.2);
  }
  100% {
    outline-color: #615D7A;
    box-shadow: 0 0 0 0 #615D7A, 0 0 0 0 rgba(97, 93, 122, 0.0);
  }
}



/* Media Queries */

.ranking2 {display:None!important}

@media only screen and (max-width: 1450px) {
  
.slide {width:980px;position:relative;margin-left: auto;margin-right: auto;left: 0;right: 0;text-align: center;z-index:999;}
.images {width:1200px;}
.patch {width:980px;min-height:840px;position:relative;margin-left: auto;margin-right: auto;left: 0;right: 0;text-align: center;z-index:999;}
.contents {width:980px;min-height:450px;position:relative;margin-left: auto;margin-right: auto;left: 0;right: 0;text-align: center;z-index:999;}
.tabcontent-3 .news {float:left;width:480px;height:305px;position:relative;margin:20px 3px;background-position: center center;background-size: cover;}
.tabcontent-3 .news-image {float:left;min-width:100%!important;min-height:195px!important;background-image: url("../images/auctionhouse.png");background-position: center center;background-size: cover;background-color:#000;}
.tabcontent-3 .news-image-2 {float:left;min-width:100%!important;min-height:195px!important;background-image: url("../images/altar_moonglow.png");background-position: center center;background-size: cover;background-color:#000;}
.tabcontent-3 .news-image-3 {float:left;min-width:100%!important;min-height:195px!important;background-image: url("../images/house.png");background-position: center center;background-size: cover;background-color:#000;}
.tabcontent-3 .news-image-4 {float:left;min-width:100%!important;min-height:195px!important;background-image: url("../images/sparkle.png");background-position: center center;background-size: cover;background-color:#000;}
.tabcontent-3 .news-text {float:left;width:100%;}
.tabcontent-3 .news h1{text-align:left;font-size:15px!important;color:#000;line-height:22px;text-transform:none;bottom:0;position:absolute;padding:15px 0px;}
.tabcontent-3 .news span{font-size:13px!important;color:#000;}
.tabcontent-3 .news img {width:100%;height:175px;}

.altar {width:1180px;min-height:540px;position:relative;margin-left: auto;margin-right: auto;left: 0;right: 0;text-align: center;z-index:999;}
.altar .altar-text {float:left;width:620px!important;height:325px;position:relative;margin:0px 3px;background-position: center center;background-size: cover;}
.altar .altar-video {float:right;min-width:520px!important;min-height:435px!important;background-position: center center;background-size: cover;background-color:#000;}
.altar .altar-text p{font-size:84px;font-style:italic;font-weight:900;color:#373445;text-align:left;font-family: "Montserrat", sans-serif;line-height:94px;}
.altar .altar-text span{font-size:18px!important;font-weight:normal;color:#0a0a0a;text-align:left!important;font-family: "Montserrat", sans-serif;line-height:21px!important;float:left!important}
#myVideo2 {
  right: 0;
  bottom: 0;
  width:520px!important; 	
  height:435px!important;
  z-index:-1;
  float:left;
  object-fit:cover;
  opacity:0.9;
  border:5px solid #fff;

}

}

@media only screen and (max-width: 1220px) {
  

.slide {width:980px;position:relative;margin-left: auto;margin-right: auto;left: 0;right: 0;text-align: center;z-index:999;}
.images {width:980px}
.patch {width:890px;min-height:840px;position:relative;margin-left: auto;margin-right: auto;left: 0;right: 0;text-align: center;z-index:999;}
.contents {width:890px;min-height:450px;position:relative;margin-left: auto;margin-right: auto;left: 0;right: 0;text-align: center;z-index:999;}
.tabcontent-3 .news {float:left;width:430px;height:305px;position:relative;margin:20px 3px;background-position: center center;background-size: cover;}
.tabcontent-3 .news-image {float:left;min-width:100%!important;min-height:195px!important;background-image: url("../images/auctionhouse.png");background-position: center center;background-size: cover;background-color:#000;}
.tabcontent-3 .news-image-2 {float:left;min-width:100%!important;min-height:195px!important;background-image: url("../images/altar_moonglow.png");background-position: center center;background-size: cover;background-color:#000;}
.tabcontent-3 .news-image-3 {float:left;min-width:100%!important;min-height:195px!important;background-image: url("../images/house.png");background-position: center center;background-size: cover;background-color:#000;}
.tabcontent-3 .news-image-4 {float:left;min-width:100%!important;min-height:195px!important;background-image: url("../images/sparkle.png");background-position: center center;background-size: cover;background-color:#000;}
.tabcontent-3 .news-text {float:left;width:100%;}
.tabcontent-3 .news h1{text-align:left;font-size:15px!important;color:#000;line-height:22px;text-transform:none;bottom:0;position:absolute;padding:15px 0px;}
.tabcontent-3 .news span{font-size:13px!important;color:#000;}
.tabcontent-3 .news img {width:100%;height:175px;}

.altar {width:980px;min-height:540px;position:relative;margin-left: auto;margin-right: auto;left: 0;right: 0;text-align: center;z-index:999;}
.altar .altar-text {float:left;width:520px!important;height:325px;position:relative;margin:0px 3px;background-position: center center;background-size: cover;}
.altar .altar-video {float:right;min-width:310px!important;min-height:465px!important;background-position: center center;background-size: cover;background-color:#000;}
.altar .altar-text p{font-size:84px;font-style:italic;font-weight:900;color:#373445;text-align:left;font-family: "Montserrat", sans-serif;line-height:94px;}
.altar .altar-text span{font-size:18px!important;font-weight:normal;color:#0a0a0a;text-align:left!important;font-family: "Montserrat", sans-serif;line-height:21px!important;float:left!important}
#myVideo2 {
  right: 0;
  bottom: 0;
  width:310px!important; 	
  height:465px!important;
  z-index:-1;
  float:left;
  object-fit:cover;
  opacity:0.9;
  border:5px solid #fff;
}
}


@media only screen and (max-width: 990px) {
  

.slide {width:680px;position:relative;margin-left: auto;margin-right: auto;left: 0;right: 0;text-align: center;z-index:999;}
.images {width:780px}
.patch {width:680px;min-height:1690px;position:relative;margin-left: auto;margin-right: auto;left: 0;right: 0;text-align: center;z-index:999;}
.contents {width:680px;min-height:550px;position:relative;margin-left: auto;margin-right: auto;left: 0;right: 0;text-align: center;z-index:999;}
.tabcontent-3 .news {float:left;width:680px;height:auto!important;position:relative;margin:20px 3px;background-position: center center;background-size: cover;}
.tabcontent-3 .news-image {float:left;min-width:100%!important;min-height:235px!important;background-image: url("../images/auctionhouse.png");background-position: center center;background-size: cover;background-color:#000;margin-bottom:110px}
.tabcontent-3 .news-image-2 {float:left;min-width:100%!important;min-height:235px!important;background-image: url("../images/altar_moonglow.png");background-position: center center;background-size: cover;background-color:#000;margin-bottom:110px}
.tabcontent-3 .news-image-3 {float:left;min-width:100%!important;min-height:235px!important;background-image: url("../images/house.png");background-position: center center;background-size: cover;background-color:#000;margin-bottom:90px}
.tabcontent-3 .news-image-4 {float:left;min-width:100%!important;min-height:235px!important;background-image: url("../images/sparkle.png");background-position: center center;background-size: cover;background-color:#000;margin-bottom:110px}

.tabcontent-3 .news-text {float:left;width:100%;}
.tabcontent-3 .news h1{text-align:left;font-size:15px!important;color:#000;line-height:22px;text-transform:none;bottom:0;position:absolute;padding:15px 0px;}
.tabcontent-3 .news span{font-size:13px!important;color:#000;}
.tabcontent-3 .news img {width:100%;height:175px;}


.altar {width:720px;min-height:540px;position:relative;margin-left: auto;margin-right: auto;left: 0;right: 0;text-align: center;z-index:999;}
.altar .altar-text {float:left;width:720px!important;height:325px;position:relative;margin:0px 3px;background-position: center center;background-size: cover;}
.altar .altar-video {display:none!important}
.altar .altar-text p{font-size:84px;font-style:italic;font-weight:900;color:#373445;text-align:left;font-family: "Montserrat", sans-serif;line-height:94px;}
.altar .altar-text span{font-size:18px!important;font-weight:normal;color:#0a0a0a;text-align:left!important;font-family: "Montserrat", sans-serif;line-height:21px!important;float:left!important}
#myVideo2 {
display:none!important
}


}

@media only screen and (max-width: 790px) {
  
.slide {width:480px;position:relative;margin-left: auto;margin-right: auto;left: 0;right: 0;text-align: center;z-index:999;}
.images {width:100%}
.patch {width:560px;min-height:1690px;position:relative;margin-left: auto;margin-right: auto;left: 0;right: 0;text-align: center;z-index:999;}
.contents {width:560px;min-height:550px;position:relative;margin-left: auto;margin-right: auto;left: 0;right: 0;text-align: center;z-index:999;}
.tabcontent-3 .news {float:left;width:550px;position:relative;margin:20px 3px;background-position: center center;background-size: cover;}
.tabcontent-3 .news-image {float:left;min-width:100%!important;min-height:235px!important;background-image: url("../images/auctionhouse.png");background-position: center center;background-size: cover;background-color:#000;margin-bottom:110px}
.tabcontent-3 .news-image-2 {float:left;min-width:100%!important;min-height:235px!important;background-image: url("../images/altar_moonglow.png");background-position: center center;background-size: cover;background-color:#000;margin-bottom:110px}
.tabcontent-3 .news-image-3 {float:left;min-width:100%!important;min-height:235px!important;background-image: url("../images/house.png");background-position: center center;background-size: cover;background-color:#000;margin-bottom:110px}
.tabcontent-3 .news-image-4 {float:left;min-width:100%!important;min-height:235px!important;background-image: url("../images/sparkle.png");background-position: center center;background-size: cover;background-color:#000;margin-bottom:110px}
.tabcontent-3 .news-text {float:left;width:100%;}
.tabcontent-3 .news h1{text-align:left;font-size:15px!important;color:#000;line-height:22px;text-transform:none;bottom:0;position:absolute;padding:15px 0px;}
.tabcontent-3 .news span{font-size:13px!important;color:#000;}
.tabcontent-3 .news img {width:100%;height:175px;}
.slider img {width:100%;}
.tabcontent-7 {
  display: none;
  border-top: none;
  text-align:left;
  font-size:16px;
  height:auto!important;
  min-height:320px;
}



.altar {width:420px;min-height:540px;position:relative;margin-left: auto;margin-right: auto;left: 0;right: 0;text-align: center;z-index:999;}
.altar .altar-text {float:left;width:420px!important;height:225px;position:relative;margin:0px 3px;background-position: center center;background-size: cover;}
.altar .altar-video {display:none!important}
.altar .altar-text p{font-size:54px;font-style:italic;font-weight:900;color:#373445;text-align:left;font-family: "Montserrat", sans-serif;line-height:64px;}
.altar .altar-text span{font-size:18px!important;font-weight:normal;color:#0a0a0a;text-align:left!important;font-family: "Montserrat", sans-serif;line-height:21px!important;float:left!important}
#myVideo2 {
display:none!important
}



}


@media only screen and (max-width: 625px) {

.notes p{font-size:13px!important}
}

@media only screen and (max-width: 590px) {
.patch {width:450px;min-height:1280px;position:relative;margin-left: auto;margin-right: auto;left: 0;right: 0;text-align: center;z-index:999;}
.slide {width:380px;position:relative;margin-left: auto;margin-right: auto;left: 0;right: 0;text-align: center;z-index:999;}
.images {width:100%}
.tabcontent-3 .news {float:left;width:100%;height:355px;position:relative;margin:0px 0px 50px 0px;background-position: center center;background-size: cover;}
.tabcontent-3 .news h1{text-align:left;font-size:15px!important;color:#000;line-height:22px;text-transform:none;bottom:0;position:absolute;padding:15px 10px;}
.tabcontent-3 .news span{font-size:12px!important;color:#000;}
.tabcontent-3 .news img {width:100%;height:245px;}
.notes {background-color:#615D7A;max-height:40px;height:auto!important;padding:10px 0px 25px 0px}
.main-page{display:none!important}
.mobile-page {display:block!important}
.header-videos {display:none!important}
.header-videos-mobile {width:100%;height:637px;position:absolute;margin-left: auto;margin-right: auto;left: 0;right: 0;text-align: center;z-index:999;border-bottom:5px solid #fffafa;display:block!important}
.header-videos-mobile img {min-width:100%!important;opacity:0.9;display:block!important;margin-top:150px}
.header-clear-mobile {margin-left: auto;margin-right: auto;left: 0;right: 0;margin-top:90px}
.slider img {width:100%;}
.istatistik {margin-top:50px}
.tab {
  overflow: hidden;
  margin-left:20px;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 24px 16px;
  transition: 0.3s;
  font-size: 12px;
  color:#a9a9a9;
  font-weight:700;
  font-family: "Kanit", sans-serif;
  font-style: normal;
}
.butonulan-2 {margin-left:0px;width:278px;height:55px;background:url(../images/btn-discord.png) top no-repeat;background-size:100% 100%;outline:none;border:0;cursor:pointer; transition:all .1s cubic-bezier(.4,0,.2,1);}
}

@media only screen and (max-width: 340px) {

.patch {width:280px;min-height:1280px;position:relative;margin-left: auto;margin-right: auto;left: 0;right: 0;text-align: center;z-index:999;}
.slide {width:320px;position:relative;margin-left: auto;margin-right: auto;left: 0;right: 0;text-align: center;z-index:999;}
.images {width:100%}
.tabcontent-3 .news {float:left;width:100%;height:355px;position:relative;margin:0px 0px 50px 0px!important;background-position: center center;background-size: cover;}
.tabcontent-3 .news h1{text-align:left;font-size:15px!important;color:#000;line-height:22px;text-transform:none;bottom:0;position:absolute;padding:15px 10px;}
.tabcontent-3 .news span{font-size:12px!important;color:#000;}
.tabcontent-3 .news img {width:100%;height:185px!important;display:none!important}
.notes {background-color:#615D7A;max-height:40px;height:auto!important;padding:10px 0px 25px 0px}
.slider img {width:150%;}
.mobile-page p {text-align:left;color:#a9a9a9;padding:0px 25px!important}
.header-videos-mobile {width:100%;height:637px;position:absolute;margin-left: auto;margin-right: auto;left: 0;right: 0;text-align: center;z-index:999;border-bottom:5px solid #fffafa;display:block!important}
.mobile-logo {width:100%!important;}
.tab {
  overflow: hidden;
  margin-left:10px!important;
}
}


@media only screen and (max-width: 380px) {

.tab {
  overflow: hidden;
  margin-left:10px!important;
}
.tab button {font-size:12px}
}


