@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Thai:wght@100;300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Serif+Text:ital@0;1&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@100..900&display=swa");

:root {
  font-size: 62.5%;
  --mint: #448d8e;
  --orenge: #f3a01c;
  --red: #eb273d;
  --white: #fff;
  --thaifont: "Noto Sans Thai", sans-serif;
  --engfont: "Bebas Neue", sans-serif;
  --numberfont: "Roboto", sans-serif;
  --dmfont: "DM Serif Text", serif;
  --robofont: "Roboto", serif;
  --white: #fff;
  --gray: #333;
  --lightgray: #484640;
  --orenge: #f26422;
  --yellow: #ffcc00;
  --blue: #003f86;
  --thfont: "IBM Plex Sans Thai", sans-serif;
  --enfont: "Poppins", sans-serif;
}

* {
  margin: 0;
  padding: 0;
}

/**/
.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

/**/
.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

/**/
.p100 {
  padding: 100px !important;
}

.w10 {
  width: 10% !important;
}

.w20 {
  width: 20% !important;
}

.w30 {
  width: 30% !important;
}

.w40 {
  width: 40% !important;
}

.w50 {
  width: 50% !important;
}

.w60 {
  width: 60% !important;
}

.w70 {
  width: 70% !important;
}

.w80 {
  width: 80% !important;
}

.w90 {
  width: 90% !important;
}

.g10 {
  gap: 10px !important;
}

.g20 {
  gap: 20px !important;
}

.g30 {
  gap: 30px !important;
}

.g40 {
  gap: 40px !important;
}

.g50 {
  gap: 50px !important;
}

.g60 {
  gap: 60px !important;
}

.g70 {
  gap: 70px !important;
}

.g80 {
  gap: 80px !important;
}

.g90 {
  gap: 90px !important;
}

.g100 {
  gap: 100px !important;
}

/**/
img {
  /* fix visual search on ie */
  pointer-events: none;
}

html {
  width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-size: 1.6rem;
  width: 100%;
  height: 100%;
  overflow-x: hidden !important;
  background: var(--white);
}

@media (min-width: 767px) {
  .navbar-default {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-bottom: 20px;
    background: #121212;
    background: -webkit-linear-gradient(0deg, rgba(18, 18, 18, 0) 5%, rgba(0, 0, 0, 0.73) 60%, rgba(0, 0, 0, 0.82) 100%);
    background: -moz-linear-gradient(0deg, rgba(18, 18, 18, 0) 5%, rgba(0, 0, 0, 0.73) 60%, rgba(0, 0, 0, 0.82) 100%);
    background: linear-gradient(0deg, rgba(18, 18, 18, 0) 5%, rgba(0, 0, 0, 0.73) 60%, rgba(0, 0, 0, 0.82) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#121212", endColorstr="#000000", GradientType=0);
  }


}

.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  background-color: transparent !important;
}

.navbar-default .navbar-nav>.open>a {
  background-color: transparent;
  border-bottom: none;
}

.mega .nav,
.mega .collapse,
.mega .dropup,
.mega .dropdown {
  text-align: center;
}

@media (min-width: 768px) {
  #logo1b {
    filter: brightness(0) invert(1);
  }

  .navbar-default .navbar-nav li>a {
    color: #fff !important;
  }
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav li>a {
    color: #333 !important;
  }
}

#preload {
  width: 200px;
  height: auto;
  position: absolute;
  top: 48%;
  left: 51%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#preload img {
  width: 100%;
  height: auto;
}

#btn {
  display: inline-block;
  padding: 8px 30px;
  background: #fff;
  color: #333;
  font-size: 1.2em;
  text-decoration: none;
  transform: translateY(100px);
}

#footersec {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 30px 0 0 0;
  background-color: #fff;
}

.inbracket {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.inbracket:before,
.inbracket:after {
  font-family: var(--robofont);
  font-size: 25em !important;
  font-weight: 300 !important;
  margin: 0 30px;
}

.inbracket:before {
  content: "(";
}

.inbracket:after {
  content: ")";
}

@media (max-width: 992px) {

  .inbracket:before,
  .inbracket:after {
    display: none;
  }
}

.wetouch {
  font-family: var(--engfont);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.4em;
  margin: 0;
  padding: 0;
}

.slogan {
  font-family: var(--dmfont);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 2em !important;
  margin: 0;
  padding: 0;
  line-height: 1em;
}

.remarks {
  font-family: var(--thaifont);
  font-size: 1em !important;
  font-weight: 400;
  margin: 30px 0;
  padding: 0;
}

.followtitle {
  font-family: var(--thaifont) !important;
  font-size: 1.2em !important;
  font-weight: 800;
  margin: 0 auto 20px auto;
  padding: 0;
}

.social {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.social img {
  width: 50px;
  height: auto;
}

.back-to-top {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  overflow: hidden;
  right: 20px;
  bottom: 15%;
  background: var(--orenge);
  border: none;
  z-index: 99;
}

.back-to-top i {
  color: var(--white);
  font-size: 2rem;
}

#navbanner {
  z-index: 10;
  padding: 50px 0 0 0;
}

.navbanner {
  width: 100%;
  height: 150px;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
  transition: all ease-in-out 0.3s;
}

.navbanner:hover {
  background-size: 100% auto;
}

.navbanner div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.navbanner h2 {
  font-size: 25px;
  margin: 0;
  padding: 0;
  color: #fff;
  white-space: nowrap;
}

.navbanner h3 {
  font-size: 14px;
  margin: 5px 0;
  padding: 0;
  color: #fff;
  font-weight: 300;
  white-space: nowrap;
}

.logofooter {
  width: 130px;
  height: auto;
}

.fbar1 {
  background: var(--lightgray);
  position: relative;
}

.conflex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  padding: 20px;
}

.conflex div {
  width: calc(100% / 3);
  /*  display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;*/
}

.conflex div:nth-child(2) {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.fbar1 h3 {
  /* Amway Thai name */
  font-family: var(--thaifont);
  color: #fff;
  font-size: 18px !important;
  text-align: left;
  margin: 0;
  padding: 0;
}

.fbar1 p {
  /* Amway Address */
  font-family: var(--thaifont);
  color: #fff;
  font-size: 14px !important;
  text-align: left;
  margin: 0;
  padding: 0;
}

.fbar1 .callcenter {
  font-family: var(--enfont) !important;
  color: #333 !important;
  background-color: var(--white) !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  padding: 0 80px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 10px !important;
  white-space: nowrap !important;
}

.fbar1 .callcenterphone {
  font-family: var(--robofont);
  font-size: 2em !important;
  padding: 0;
  white-space: nowrap;
}

.fbar1 .callcenterphone a {
  color: #fff !important;
}

.fbar1 span {
  /* official website */
  font-family: var(--enfont);
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.mv20 {
  margin: 15px 0 !important;
}

.mt20 {
  margin-top: 15px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mt150 {
  margin-top: 150px !important;
}

.mt200 {
  margin-top: 200px !important;
}

.officiallink {
  width: 100px;
  height: auto;
}

.fbar2 {
  /* copyright */
  background: var(--lightgray);
  color: #fff !important;
  position: relative;
  display: block;
  left: 0;
  right: 0;
  padding: 20px 0;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: var(--robofont);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.en {
  font-family: "Roboto", sans-serif !important;
}

.eng {
  font-family: "Staatliches", cursive !important;
}

.bgovelay {
  background: rgba(0, 0, 0, 0.5);
  padding-bottom: 20px;
}

.shadow1 {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: -1;
  filter: blur(6rem);
  border-radius: 30%;
}

.btncenter {
  width: 100px;
  height: auto;
  margin: 30px auto;
  display: block;
  z-index: 99;
}

.btncenter img {
  width: 100%;
  height: 100%;
}

/* ---------------------- */
.abs {
  position: absolute !important;
}

.textbox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.textbox h1,
.textbox h2,
.textbox h3,
.textbox h4,
.textbox h5,
.textbox p,
.textbox li,
.textbox span {
  font-family: "IBM Plex Sans Thai", sans-serif;
  color: #fff !important;
  text-shadow: 1px 1px 5px #000;
}

.textbox h1 {
  font-size: 50px;
}

.textbox h2 {
  font-size: 30px;
  font-weight: 600;
}

.textbox h3 {
  font-size: 28px;
}

.textbox h4 {
  font-size: 25px;
}

.textbox h5 {
  font-size: 25px;
}

.textbox p {
  font-size: 20px;
}

.textbox.f-left {
  left: 10%;
  right: auto;
}

.textbox.f-right {
  left: auto;
  right: 10%;
}

#cruise {
  bottom: 0;
  left: 0;
  right: auto;
  width: 500px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

body {
  background-color: #333;
}

.secbox {
  position: relative;
  width: 100%;
  min-height: 150vh;
}

.seczero {
  position: relative;
  width: 100%;
  height: 0;
  z-index: 9;
}

.btn-morevideo,
.btn-morevideo:hover,
.btn-morevideo:focus {
  font-family: "Roboto", sans-serif;
  color: #fff;
  padding: 10px 20px;
  border: 3px solid #fff;
  background: rgba(255, 255, 255, 0.1);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%-50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.lbeem {
  display: block;
  width: auto;
  height: 20px;
  margin: 10px auto;
}

.w100 {
  width: 100% !important;
  height: auto !important;
}

.scrollicon {
  position: absolute;
  width: 25px;
  height: auto;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

/* Nav */
.floatnav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 80px;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 800px;
  margin: 20px auto;
  overflow: hidden;
  background-color: #eaeaea;
  z-index: 9999;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.floatnav ul {
  list-style: none;
  margin: 0 !important;
  display: flex;
  flex-direction: row;
}

.floatnav li {
  width: calc(100% / 3);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.floatnav li a {
  color: #000;
  font-size: 1.7rem;
  line-height: 1.5rem;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
}

.floatnav li.active a {
  color: #fff;
}

.floatnav li.active {
  background-color: var(--orenge);
}

.floatnav li a img {
  display: none;
}

@media (max-width: 480px) {
  .floatnav li a {
    color: #000;
    font-size: 0.8em;
    padding: 0;
  }

  .floatnav {
    margin: 0;
  }

  .textbox h1,
  .textbox h1 span {
    font-size: 30px !important;
  }

  .textbox h2 {
    font-size: 25px;
    width: 90%;
  }

  .textbox p {
    width: 80%;
    margin: 0 auto;
  }

  .floatnav {
    border-radius: 0px;
    width: 100%;
    max-width: inherit;
    bottom: 0;
  }

  .contentsbox {
    padding: 0;
  }
}

@media screen and (max-width: 480px) {
  .floatnav li a img {
    display: block;
    width: 40px;
    height: auto;
    text-align: center;
    margin: 0 auto;
  }

  .floatnav span {
    display: none;
  }
}

.columns {
  float: left;
  width: 33.333%;
  padding: 0 10px;
}

@media screen and (max-width: 1200px) {
  .columns {
    width: 33.333%;
  }
}

@media screen and (max-width: 992px) {
  .columns {
    width: 50%;
  }

  .floatnav li {
    padding: 10px;
  }

  .floatnav {
    bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .columns {
    width: 100%;
  }

  #footersec {
    position: relative;
    width: 100%;
  }

  .aboutwe .dflex-r {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

/* main css */
.xs_logo {
  margin: 10px;
  position: absolute;
  width: 80px;
}

.xs_logo img {
  width: 100%;
  filter: invert(80%);
}

#remasks {
  font-family: var(--thfont);
}

.blackfade {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100px;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(180deg,
      rgba(0, 0, 0, 0.9) 0%,
      rgba(0, 0, 0, 0.5) 57%,
      rgba(0, 0, 0, 0) 99%);
  background: -webkit-linear-gradient(180deg,
      rgba(0, 0, 0, 0.9) 0%,
      rgba(0, 0, 0, 0.5) 57%,
      rgba(0, 0, 0, 0) 99%);
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.9) 0%,
      rgba(0, 0, 0, 0.5) 57%,
      rgba(0, 0, 0, 0) 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  z-index: 1;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mv30 {
  margin: 30px 0 !important;
}

.btn_orenge {
  /*    background: url('../img/bgbtnOrenge.svg') no-repeat 50% 0;*/
  background-size: 70% 100%;
  width: 180px;
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 0.9em;
  text-align: center;
  text-transform: uppercase;
  color: var(--white);
  transition: all ease-in-out 0.35s;
}

.btn_orenge:hover,
.btn_orenge:focus {
  background-size: 100% 100%;
  color: var(--white);
}

.btn_orenge span,
.btn_orenge:hover span,
.btn_orenge:focus span {
  color: var(--white);
  font-size: 1em;
  text-align: center;
  text-transform: uppercase;
}

.navbar-default {
  border: none;
  z-index: 999;

  /*    background-color: transparent;*/
}

/* Prelaoder */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid var(--orenge);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

.btnviewall,
.btnviewall:hover,
.btnviewall:focus {
  background-color: var(--orenge) !important;
  border-radius: 0 !important;
  color: var(--white) !important;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* .dflex {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
} */

/* .dflex div {
  width: calc(100vw / 3);
} */

.fbar1 h3 {
  font-weight: 600;
}

.fbar1 h4 {
  margin: 0;
}

.fbar1 h5 a {
  color: var(--white);
  font-size: 1.5em;
}

/**/
.p10 {
  padding: 10px;
}

.p20 {
  padding: 20px;
}

.p30 {
  padding: 30px;
}

.p40 {
  padding: 40px;
}

.p50 {
  padding: 50px;
}

.clickicon {
  position: absolute;
  left: 50%;
  bottom: 80px;
  transform: translateX(-50%);
  width: 50px !important;
  margin-left: 0 !important;
  filter: invert(1) saturate(100%) sepia(0) hue-rotate(0deg) brightness(1) contrast(1);
}

.clickicon img {
  width: 100%;
  height: auto;
  object-fit: contain;
  opacity: 0.5;
}

.imgmark1 img {
  margin-left: 0 !important;
}

@media (max-width: 766px) {
  .conflex {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .conflex div {
    width: 100%;
    text-align: center;
  }

  #remasks br {
    display: none;
  }

  .aboutwe .dflex-r {
    flex-direction: column !important;
  }

  .aboutwe .dflex-r .stat:nth-child(2) {
    margin-top: inherit !important;
  }

  #footersec p br {
    display: none;
  }

  .fbar1 h3,
  .fbar1 p {
    white-space: normal;
    text-align: center;
  }

  .dflex {
    flex-direction: column !important;
  }
}

@media (max-width: 480px) {
  .dflex {
    display: flex;
    flex-direction: column;
    padding: 30px 0;
  }

  .dflex div {
    width: 100%;
  }

  #footersec h2 {
    font-size: 1.7em;
    font-weight: 300;
    margin-bottom: 30px;
  }

  #footersec h4 {
    font-size: 1.1em;
    line-height: 1.2em;
    margin-bottom: 2rem;
  }

  #footersec p {
    font-size: 1.2em;
  }

  .navbar-default .navbar-nav>.open>a:focus,
  .navbar-default .navbar-nav>.open>a:hover {
    border-bottom: none;
  }

  .thumbnail {
    padding: 0;
  }
}

/**/

.containerbox {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0 5%;
}

containerbox-full {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0
}

.rowbox {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 50px;


}

.rowboxreverse {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 50px;

}

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

.contentflexbox {
  width: 100%;
  height: 100%;
  display: flex;

}

.swapcolosseum {
  background: url('../img/als/colosseum_bg.webp') 0 0 no-repeat #663300;
  background-size: cover;
  flex-direction: row-reverse;
  height: 100%;
  justify-content: center;
}

/**/
.placetitle {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  gap: 20px;
  margin-bottom: 30px;
}

.placetitle .flagimg {
  /** Flag */
  width: 80px;
  height: auto;
}

.placename {
  display: flex;
  flex-direction: column;
}

.placename .thaiName {
  font-family: var(--thaifont);
  font-weight: 800;
  font-size: 2em;
  line-height: 1em;
  color: #ff9933;
  margin: 0;
  padding: 0;

}

.placename .engName {
  font-family: var(--engfont);
  font-weight: 800;
  font-size: 2.5em;
  color: #33ccff;
  margin: 0;
  padding: 0;
  letter-spacing: 1.5px;

}

.contentsection p {
  font-family: var(--thaifont);
  font-size: 1.4em !important;
  line-height: 1.5em !important;
  color: #333;
  margin: 0 0 10px 0;
  padding: 0;
}



.w10 {
  width: 10% !important;
}

.w20 {
  width: 20% !important;
}

.w30 {
  width: 30% !important;
}

.w40 {
  width: 40% !important;
}

.w50 {
  width: 50% !important;
}

.w60 {
  width: 60% !important;
}

.w70 {
  width: 70% !important;
}

.w80 {
  width: 80% !important;
}

.w90 {
  width: 90% !important;
}

.w100 {
  width: 100% !important;
}

/**/
.section {
  padding: 100px 0 !important;
}

.backtop {
  background-color: #f26422;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 50px;
  right: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 9999;
  border: none;
}

.backtop i {
  color: #fff;
  font-size: 2rem;
}