/*
Theme Name: Landing
Theme URI: https://Landing.com
Author: Landing
Author URI: https://Landing.org/
*/

@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@100;200;300;400;500;600;800;900&display=swap');

body {
  background: rgb(0, 0, 0);
  font-family: 'Kanit', sans-serif;
  position: relative;
  color: white;
  overflow-x: hidden;
}

.pdbottompage{
  padding-top: 105px;
}
@media (max-width: 575.98px){

.pdbottompage{
  padding-top: 78px;
}
}


footer{
  background-color: maroon;
  color: white;
  display: none;
}

        .wrapper-menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
  outline: none;
    position: absolute;left: 10px; top: 8px;
    z-index: 1000;
    transition: all .5s;
}
.wrapper-menu2 {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
  outline: none;
}


.wrapper-menu.hamopen{
        position: fixed;left: 200px; top: 8px;
}
.line {
  fill: none;
  stroke: #fff;
  stroke-width: 3;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 3;
   animation: lineone 2s ease 0s infinite normal none;
}
@keyframes lineone {
        0.0%{
    }
    50.1%{
        transform: scale3d(1.2,1,1) translate(-10px);
    }
}
.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 3;
   animation: linetwo 2s ease 0s infinite normal none;
}
@keyframes linetwo {
        0.0%{

    }
    50.1%{
        transform: scale3d(.8,1,1) translate(10px);
    }
}



.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 3;
   animation: linetree 2s ease 0s infinite normal none;
}
@keyframes linetree {
        0.0%{
    }
    50.1%{
        transform: scale3d(1.2,1,1) translate(-10px);
    }
}
.open .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 3;
  animation: yourAnimation 3s ease 0s infinite normal none;
}
.open .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 3;
  animation: yourAnimation 3s ease 0s infinite normal none;
}
.open .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 3;
  animation: yourAnimation 3s ease 0s infinite normal none;
}

@keyframes yourAnimation {
    0.0%{
    }
    50.1%{
    }
}











/* Fixed Footer */

#account-actions #account-actions-mobile {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1000px;
  z-index: 3;
}


#account-actions #account-actions-mobile .-anon-menu-wrapper .-btn-container.-left .-icon img,
#account-actions #account-actions-mobile .-anon-menu-wrapper .-btn-container.-right .-icon img {
  margin-top: -82px;
}

#account-actions #account-actions-mobile .-anon-menu-wrapper .-btn-container.-left .-typo,
#account-actions #account-actions-mobile .-anon-menu-wrapper .-btn-container.-right .-typo {
  bottom: 0;
  left: 50%;
  color: white;
  transform: translateX(-50%);
  white-space: nowrap;
}

@media (max-width:575.98px) {
  #account-actions #account-actions-mobile .-anon-menu-wrapper .-btn-container.-left .-icon img,
  #account-actions #account-actions-mobile .-anon-menu-wrapper .-btn-container.-right .-icon img {
  margin-top: -65px;
  }
}

@media screen and (max-width:375px) {
  #account-actions #account-actions-mobile .-anon-menu-wrapper .-btn-container.-left .-icon img,
  #account-actions #account-actions-mobile .-anon-menu-wrapper .-btn-container.-right .-icon img {
  margin-top: -55px;
  }
  #account-actions #account-actions-mobile .-anon-menu-wrapper .-btn-container.-left .-typo,
  #account-actions #account-actions-mobile .-anon-menu-wrapper .-btn-container.-right .-typo {
  }
}

#account-actions #account-actions-mobile .-anon-menu-wrapper .-btn-container.-center .-typo {
  display: inline-block;
  position: absolute;
  color: #fff;
  background: #fff -webkit-gradient(linear, 100% 0, 0 0, from(#fff), color-stop(.5, #50915d), to(#fff));
  background-position: -200px top;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation-name: x-shimmer;
  animation-name: x-shimmer;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 1.5s!important;
  animation-duration: 1.5s!important;
  bottom: 0px;
}

@media (max-width:991.98px) {
  #account-actions #account-actions-mobile .-anon-menu-wrapper .-btn-container.-center .-typo {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
  }
}

#account-actions #account-actions-mobile .-anon-menu-wrapper .-btn-container.-center .-img-container.-icon img {
  width: 137px;
  height: auto;
  -webkit-animation: x-jello-horizontal 3s infinite both;
  animation: x-jello-horizontal 3s infinite both;
}

@media (max-width:575.98px) {
  #account-actions #account-actions-mobile .-anon-menu-wrapper .-btn-container.-center .-img-container {
  margin-top: -58px;
  }
  #account-actions #account-actions-mobile .-anon-menu-wrapper .-btn-container.-center .-img-container.-icon img {
    width: 115px;
  }
}

@media screen and (max-width:375px) {
  #account-actions #account-actions-mobile .-anon-menu-wrapper .-btn-container.-center .-img-container {
  margin-top: -56px;
  }
  #account-actions #account-actions-mobile .-anon-menu-wrapper .-btn-container.-center .-img-container.-icon img {
    width: 114px;
  }
}

#account-actions #account-actions-mobile .-btn-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
}

#account-actions #account-actions-mobile .-btn-container.-left,
#account-actions #account-actions-mobile .-btn-container.-right {
  height: 80px;
  position: relative;
}

#account-actions #account-actions-mobile .-btn-container.-left .-icon img,
#account-actions #account-actions-mobile .-btn-container.-right .-icon img {
  width: 56px;
  margin-top: -3rem;
}

#account-actions #account-actions-mobile .-btn-container.-left .-typo,
#account-actions #account-actions-mobile .-btn-container.-right .-typo {
  position: absolute;
  font-weight: 300;
}

#account-actions #account-actions-mobile .-btn-container.-left {
  border-top-left-radius: 40px;
  background: linear-gradient(45deg, #161616, #3c3c3c);
  margin-top: 20px;
}

#account-actions #account-actions-mobile .-btn-container.-right {
  border-top-right-radius: 40px;
  background: linear-gradient(45deg, #161616, #3c3c3c);
  margin-top: 20px;
}

#account-actions #account-actions-mobile .-btn-container.-center {
  z-index: 1
}

#account-actions #account-actions-mobile .-btn-container.-center {
  height: 100px;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  background: linear-gradient(322deg, rgb(3 24 34) 0%, rgb(8 148 213) 100%);
}

#account-actions #account-actions-mobile .-btn-container.-center .-img-container {
  display: flex;
  align-items: flex-end;
  margin-top: -91px;
  justify-content: center;
}

#account-actions #account-actions-mobile .-btn-container.-center .-img-container .-icon img {
  width: 120px;
  -webkit-transform: translateX(10px);
  transform: translateX(10px)
}

#account-actions #account-actions-mobile .-btn-container.-center .-img-container .-icon img-play {
  width: 90px;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px)
}

#account-actions #account-actions-mobile .-btn-container.-center .-typo {
  font-weight: 400;
  margin-top: 4px;
}

#account-actions #account-actions-mobile .-btn-container {
  width: 100%;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3)
}

#account-actions #account-actions-mobile .-register-btn {
  height: 60px;
  font-size: 1.25rem;
  border-radius: 10px 10px 0 0;
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1
}

#account-actions #account-actions-mobile .-register-btn .-glow-container {
  border-radius: 10px 10px 0 0
}

@media (max-width:575.98px) {
  #account-actions #account-actions-mobile .-btn-container.-left,
  #account-actions #account-actions-mobile .-btn-container.-right {
    height: 58px;
    padding: 0
  }
  #account-actions #account-actions-mobile .-btn-container.-left .-icon img,
  #account-actions #account-actions-mobile .-btn-container.-right .-icon img {
    width: 49px;
    margin-top: -2rem;
  }
  #account-actions #account-actions-mobile .-btn-container.-left .-typo,
  #account-actions #account-actions-mobile .-btn-container.-right .-typo {
    font-size: 1rem;
  }
  #account-actions #account-actions-mobile .-btn-container.-left {
    border-top-left-radius: 35px;
    margin-top: 22px;
  }
  #account-actions #account-actions-mobile .-btn-container.-right {
    border-top-right-radius: 35px;
    margin-top: 22px;
  }
  #account-actions #account-actions-mobile .-btn-container.-center {
    padding: 0;
    height: 80px
  }
  #account-actions #account-actions-mobile .-btn-container.-center .-img-container {
  }
  #account-actions #account-actions-mobile .-btn-container.-center .-img-container .-icon img {
    width: 85px;
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
  }
  #account-actions #account-actions-mobile .-btn-container.-center .-img-container .-icon img-play {
    width: 50px
  }
}

@media screen and (max-width:375px) {
  #account-actions #account-actions-mobile .-btn-container.-left .-icon img,
  #account-actions #account-actions-mobile .-btn-container.-right .-icon img {
    width: 39px;
  }
  #account-actions #account-actions-mobile .-btn-container.-left .-type,
  #account-actions #account-actions-mobile .-btn-container.-right .-type {
    top: -5px
  }
  #account-actions #account-actions-mobile .-btn-container.-left {
    border-top-left-radius: 30px
  }
  #account-actions #account-actions-mobile .-btn-container.-right {
    border-top-right-radius: 30px
  }
  #account-actions #account-actions-mobile .-btn-container.-center .-img-container {
  }
  #account-actions #account-actions-mobile .-btn-container.-center .-img-container .-icon img {
    width: 75px
  }
  #account-actions #account-actions-mobile .-btn-container.-center .-img-container .-icon img-play {
    width: 40px;
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px)
  }
  #account-actions #account-actions-mobile .-btn-container.-center .-typo {
    position: relative;
    font-size: 1.1rem;
  }
}
@-webkit-keyframes x-shimmer {
  0% {
    background-position: -200px top
  }
  to {
    background-position: 200px top
  }
}

@keyframes x-shimmer {
  0% {
    background-position: -200px top
  }
  to {
    background-position: 200px top
  }
}
.-typo{
  font-size: 20px;
}
/* Fixed Footer */



/* Section01 */
.headerimgsec01{
  text-align: center;
}
.headerimgsec01 img{
  width: 100%;
  height: 700px;
  object-fit: cover;
}
@media screen and (max-width: 850px){
.headerimgsec01 img{
  width: 100%;
  height: 500px;
  object-fit: cover;
}
}
@media screen and (max-width: 650px){
.headerimgsec01 img{
  width: 100%;
  height: 400px;
  object-fit: cover;
}
}
@media screen and (max-width: 530px){
.headerimgsec01 img{
  width: 100%;
  height: 350px;
  object-fit: cover;
}
}
@media screen and (max-width: 410px){
.headerimgsec01 img{
  width: 100%;
  height: 300px;
  object-fit: cover;
}
}
/* Section01 */

/* Section02 */
.section02{
  margin-top: -40px;
}
.containsec02{
  width:100%;
  max-width:1200px;
  margin:0 auto;
}
/* Section02 */




/* Friend iCon */

.friendicon img {
  position: fixed;
  right: 0;
  top: 35%;
  width: 99px;
  z-index: 9;
}

@media (max-width:810px){
.friendicon img {
  position: fixed;
  right: 0;
  top: auto;
  top: 60%;
  width: 89px;
  z-index: 9;
}
}
/* Friend iCon */



/*Wordpress*/

@media screen and (max-width: 600px){
#wpadminbar {
    position: absolute;
    margin-top: -46px;
}
}
/*Wordpress*/




/* Custom Elementor */
.swiper-slide {
  border-radius: 5px;
}
.elementor .swiper-slide img{
}
.swiper-wrapper{
    height: auto
}
/* Custom Elementor */





.boxflexpic .wp-caption {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}


