@media (min-width: 1600px) {

  .container,
  .container-lg {
    max-width: 1520px !important;
  }
}

@media (min-width: 1920px) {

  .container,
  .container-lg {
    max-width: 1740px !important;
  }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  min-height: 100vh;
  width: 100%;
}

body a {
  text-decoration: none;
  color: inherit;
}

body p {
  margin: 0;
}

body .container-fluid {
  padding: 0;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  -o-object-fit: cover;
  object-fit: cover;
}

.header {
  position: relative;
  background-color: #F8F5F0;
  overflow: hidden;
}

.header .nav-bar {
  background-color: #F8F5F0;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  color: #CAA340;
  padding: 30px 0;
}

@media screen and (max-width: 1450px) {
  .header .nav-bar {
    padding: 20px 0;
  }
}

@media (max-width: 768px) {
  .header .nav-bar {
    padding: 10px 0;
  }
}

@media screen and (max-width: 770px) {
  .header .nav-bar {
    padding: 0px 0vw;
  }
}

.header .nav-bar .container {
  padding-bottom: 30px;
}

@media (max-width: 768px) {
  .header .nav-bar .container {
    padding-top: 10px;
  }
}

.header .nav-bar .container .logoo {
  width: 180px;
}

@media (max-width: 1450px) {
  .header .nav-bar .container .logoo {
    width: 150px;
  }
}

@media (max-width: 1024px) {
  .header .nav-bar .container .logoo {
    width: 150px;
  }
}

@media (max-width: 768px) {
  .header .nav-bar .container .logoo {
    width: 120px;
  }
}

.header .nav-bar .container .logoo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.header .nav-bar .container .btn1 {
  display: none;
}

@media (max-width: 480px) {
  .header .nav-bar .container {
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .header .nav-bar .container .button-m {
    display: block;
  }

  .header .nav-bar .container .image-nav {
    width: auto;
    height: 100%;
  }

  .header .nav-bar .container .image-nav img {
    -o-object-fit: contain;
    object-fit: contain;
    height: 40px;
  }
}

@media (max-width: 480px) and (max-width: 480px) {
  .header .nav-bar .container .image-nav img {
    height: 80px;
  }
}

@media (max-width: 480px) {
  .header .nav-bar .container .item2 {
    padding-top: 10px;
  }

  .header .nav-bar .container .item2 ul {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 480px) and (max-width: 480px) {
  .header .nav-bar .container .item2 ul {
    gap: 15px;
  }
}

@media (max-width: 480px) {
  .header .nav-bar .container .item2 ul .text {
    font-size: 14px;
  }

  .header .nav-bar .container .item2 .btn-radius {
    padding: 5px 5px;
  }

  .header .nav-bar .container .item2 .btn-radius i {
    font-size: 10px;
  }

  .header .nav-bar .container .item2 .btn-site {
    padding: 3px 3px;
  }

  .header .nav-bar .container .item2 .btn-site p {
    font-size: 10px;
  }

  .header .nav-bar .container .item2 .btn1 {
    display: flex;
  }

  .header .nav-bar .container .item2 .btn2 {
    display: none;
  }
}

.header .nav-bar .container ul {
  padding: 0;
}

.header .container h1 {
  text-transform: uppercase;
  position: absolute;
  z-index: 1;
  color: #CAA340;
  font-size: 9rem;
  font-weight: 0;
  line-height: 0.9;
  padding-top: 1rem;
}

.header .container h1 .text1 {
  background: linear-gradient(#CAA340 70%, white 30%);
  -webkit-background-clip: text;
  color: transparent;
}

@media (max-width: 480px) {
  .header .container h1 .text1 {
    color: #CAA340;
  }
}

.header .container h1 .text2 {
  color: #CAA340;
}

.header .container h1 .text2 .text2-1 {
  color: white;
}

@media (max-width: 480px) {
  .header .container h1 .text2 .text2-1 {
    color: #CAA340;
  }
}

@media (max-width: 1450px) {
  .header .container h1 {
    font-size: 6rem;
    padding-top: 0;
    height: 200px;
  }
}

@media (max-width: 1024px) {
  .header .container h1 {
    font-size: 5.5rem;
  }
}

@media (max-width: 768px) {
  .header .container h1 {
    font-size: 4.5rem;
  }
}

@media (max-width: 480px) {
  .header .container h1 {
    font-size: 2rem;
    padding-bottom: 25px;
    margin: 0;
    height: 0;
  }
}

.header .container .item-he-1 {
  display: flex;
  align-self: end;
}

.header .container .item-he-1 .image-he-1 {
  width: 200px;
  height: 200px;
}

@media (max-width: 1024px) {
  .header .container .item-he-1 .image-he-1 {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 768px) {
  .header .container .item-he-1 .image-he-1 {
    width: 100px;
    height: 100px;
  }
}

.header .container .item-he-1 .image-he-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.header .container .item-he-2 {
  padding-top: 140px;
  padding-left: 0;
  display: flex;
  gap: 30px;
}

@media (max-width: 1450px) {
  .header .container .item-he-2 {
    padding-top: 100px;
  }
}

@media (max-width: 1024px) {
  .header .container .item-he-2 {
    padding-left: 70px;
    padding-top: 75px;
  }
}

@media (max-width: 768px) {
  .header .container .item-he-2 {
    padding-top: 60px;
    padding-left: 20px;
  }
}

@media (max-width: 480px) {
  .header .container .item-he-2 {
    padding-top: 80px;
    padding-left: 0;
    gap: 10px;
    flex-wrap: wrap;
  }
}

.header .container .item-he-2 .image-he-2 {
  position: relative;
  padding-bottom: 60%;
  width: 50%;
}

@media (max-width: 1024px) {
  .header .container .item-he-2 .image-he-2 {
    padding-bottom: 60%;
    width: 80%;
  }
}

@media (max-width: 768px) {
  .header .container .item-he-2 .image-he-2 {
    padding-bottom: 90%;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .header .container .item-he-2 .image-he-2 {
    width: 100%;
  }
}

.header .container .item-he-2 .image-he-2 img {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.header .container .item-he-2 .item-he-2-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 20px;
  padding-top: 90px;
}

@media (max-width: 480px) {
  .header .container .item-he-2 .item-he-2-1 {
    padding-top: 0;
    padding-left: 0;
  }
}

.header .container .item-he-2 .item-he-2-1 .line {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  border-top: 3px solid white;
  background-color: transparent;
  top: 100%;
  left: 50%;
  transform: translateY(-50%);
  z-index: 2;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .header .container .item-he-2 .item-he-2-1 .line {
    width: 400px;
    height: 400px;
  }
}

@media (max-width: 768px) {
  .header .container .item-he-2 .item-he-2-1 .line {
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 480px) {
  .header .container .item-he-2 .item-he-2-1 .line {
    display: none;
  }
}

.header .container .item-he-2 .item-he-2-1 .line2 {
  position: absolute;
  width: 170px;
  height: 200px;
  border-radius: 50%;
  border-top: 3px solid white;
  background-color: transparent;
  top: 100%;
  z-index: 1;
  left: 52%;
  transform: translateY(-50%);
  overflow: hidden;
}

@media (max-width: 1450px) {
  .header .container .item-he-2 .item-he-2-1 .line2 {
    left: 53%;
  }
}

@media (max-width: 1024px) {
  .header .container .item-he-2 .item-he-2-1 .line2 {
    left: 52%;
  }
}

@media (max-width: 768px) {
  .header .container .item-he-2 .item-he-2-1 .line2 {
    width: 100px;
    height: 150px;
  }
}

@media (max-width: 480px) {
  .header .container .item-he-2 .item-he-2-1 .line2 {
    display: none;
  }
}

.header .container .item-he-2 .item-he-2-1 .item-he-2s p {
  font-weight: 300;
}

@media (max-width: 768px) {
  .header .container .item-he-2 .item-he-2-1 .item-he-2s p {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .header .container .item-he-2 .item-he-2-1 .item-he-2s p {
    font-size: 14px;
  }
}

.header .container .item-he-2 .item-he-2-1 .item-he-2s .btn {
  padding-top: 30px;
  padding-left: 0;
  display: flex;
  align-items: center;
  gap: 7px;
  position: relative;
  z-index: 12;
  padding-top: 10px;
}

.header .container .item-he-2 .item-he-2-1 .image-he-3 {
  position: relative;
  padding-bottom: 120%;
  padding-top: 30px;
  width: 100%;
}

@media (max-width: 1450px) {
  .header .container .item-he-2 .item-he-2-1 .image-he-3 {
    padding-bottom: 100%;
  }
}

@media (max-width: 480px) {
  .header .container .item-he-2 .item-he-2-1 .image-he-3 {
    padding-bottom: 55%;
    height: 10%;
  }
}

.header .container .item-he-2 .item-he-2-1 .image-he-3 img {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.header .container img {
  -o-object-fit: cover;
  object-fit: cover;
}

.footer {
  background-color: #F8F5F0;
  padding-top: 50px;
}

@media (max-width: 480px) {
  .footer {
    padding-top: 30px;
  }
}

.footer .container .logo {
  height: 120px;
}

@media (max-width: 480px) {
  .footer .container .logo {
    height: 70px;
  }
}

.footer .container .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer .container .title {
  padding-top: 40px;
  color: #CAA340;
  font-size: 6rem;
  text-align: center;
  line-height: 1;
}

@media (max-width: 1450px) {
  .footer .container .title {
    font-size: 5rem;
  }
}

@media (max-width: 1024px) {
  .footer .container .title {
    font-size: 4rem;
  }
}

@media (max-width: 768px) {
  .footer .container .title {
    font-size: 3rem;
  }
}

@media (max-width: 480px) {
  .footer .container .title {
    padding-top: 20px;
    font-size: 2rem;
  }
}

.footer .container .title span {
  color: #CAA340;
}

.footer .container .item-ft2 {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}

.footer .container .item-ft2 .box-container {
  padding-top: 50px;
  display: flex;
  justify-content: center;
  gap: 100px;
  align-items: flex-start;
}

@media (max-width: 1450px) {
  .footer .container .item-ft2 .box-container {
    gap: 50px;
  }
}

@media (max-width: 480px) {
  .footer .container .item-ft2 .box-container {
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 30px;
    gap: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.footer .container .item-ft2 .box-container .box-1 .text-t {
  font-size: 1.2rem;
  color: #CAA340;
}

@media (max-width: 480px) {
  .footer .container .item-ft2 .box-container .box-1 .text-t {
    font-size: 15px;
  }
}

.footer .container .item-ft2 .box-container .box-1 .text-s {
  padding-top: 10px;
}

@media (max-width: 480px) {
  .footer .container .item-ft2 .box-container .box-1 .text-s {
    padding-top: 5px;
  }
}

.footer .container .item-ft2 .box-container .box-1 .text-s .text {
  font-size: 0.9rem;
}

@media (max-width: 480px) {
  .footer .container .item-ft2 .box-container .box-1 .text-s .text {
    font-size: 14px;
  }
}

.footer .container .item-ft2 .box-container .box2 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (max-width: 480px) {
  .footer .container .item-ft2 .box-container .box2 {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.btn-site {
  color: #272622;
  padding: 10px 22px;
  border-radius: 50px;
  border: 1px solid #F2E1D7;
  background-color: #F2E1D7;
}

.btn-site i {
  font-size: 25px;
}

.btn-site:hover {
  background-color: #F8F5F0;
  color: #CAA340;
  transition: 0.6s;
  border: 1px solid #F2E1D7;
}

@media screen and (max-width: 450px) {
  .btn-site {
    padding: 3px 5px;
  }

  .btn-site i {
    font-size: 13px;
  }
}

.btn-radius {
  color: #CAA340;
  padding: 10px;
  border-radius: 50%;
  border: 1px solid #F2E1D7;
  background-color: #F8F5F0;
  color: #CAA340;
  text-align: center;
  line-height: 0.9rem;
}

.btn-radius .text1 {
  font-size: 1.2rem;
}

.btn-radius .text2 {
  font-size: 0.9rem;
}

.btn-radius i {
  font-size: 25px;
}

.btn-radius:hover {
  background-color: #F2E1D7;
  color: #272622;
  transition: 0.6s;
  border: 1px solid #F8F5F0;
}

.btn-text {
  color: #000;
  font-weight: 300;
}

@media (max-width: 1450px) {
  .btn-text {
    font-size: 15px;
  }
}

@media (max-width: 1024px) {
  .btn-text {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .btn-text {
    font-size: 15px;
  }
}

.btn-text:hover {
  color: #CAA340;
  transition: 0.3s;
}

.btn-he {
  width: 50px;
  height: 50px;
  background-color: #F8F5F0;
  border: 1px solid #CBA952;
  color: #CBA952;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .btn-he {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 480px) {
  .btn-he {
    width: 30px;
    height: 30px;
  }

  .btn-he i {
    font-size: 14px;
  }
}

.btn-he:hover {
  color: #F8F5F0;
  background-color: #CBA952;
  transition: 0.6s;
}

.button-container {
  display: flex;
  align-items: center;
}

@media (max-width: 480px) {
  .button-container {
    padding-bottom: 10px;
  }
}

.button-container .circle {
  position: relative;
  width: 60px;
  height: 60px;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .button-container .circle {
    width: 45px;
    height: 45px;
  }
}

@media (max-width: 480px) {
  .button-container .circle {
    width: 35px;
    height: 35px;
  }
}

.button-container .circle .outer-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.button-container .circle .inner-svg {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease, width 0.3s ease, height 0.3s ease;
}

@media (max-width: 768px) {
  .button-container .circle .inner-svg {
    width: 10px;
    height: 10px;
  }
}

@media (max-width: 480px) {
  .button-container .circle .inner-svg {
    width: 5px;
    height: 5px;
  }
}

.button-container .button-text {
  position: relative;
  margin-left: -20px;
  font-size: 20px;
}

.button-container .button-text .text {
  font-size: 1rem;
  white-space: nowrap;
}

@media (max-width: 1450px) {
  .button-container .button-text .text {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .button-container .button-text .text {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .button-container .button-text .text {
    font-size: 14px;
  }
}

.button-container:hover .inner-svg {
  width: 60%;
  height: 100%;
  transform: translate(-50%, -50%);
}

@media (max-width: 480px) {
  .button-container:hover .inner-svg {
    width: 30%;
  }
}

.button-container:hover .inner-circle {
  fill: #CBA952;
  stroke: #CBA952;
  transition: fill 0.3s ease, stroke 0.3s ease;
}

.button-container:hover .button-text {
  color: #CBA952;
  transition: 0.3s;
}

#search-container {
  display: none;
  position: relative;
  margin-left: 10px;
}

#search-input {
  width: 0;
  border: none;
  background-color: #F8F5F0;
  transition: width 0.3s ease-in-out;
  border-bottom: 1px solid #CBA952;
  outline: none;
}

#search-container.active #search-input {
  width: 200px;
}

@media (max-width: 1450px) {
  #search-container.active #search-input {
    width: 150px;
  }
}

@media (max-width: 1024px) {
  #search-container.active #search-input {
    width: 60px;
  }
}

@media (max-width: 768px) {
  #search-container.active #search-input {
    width: 100px;
  }
}

@media (max-width: 480px) {
  #search-container.active #search-input {
    width: 50px;
  }
}

.loader-wrap {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  z-index: 99999999999999;
}

.loader-wrap .text-center {
  position: relative;
  z-index: 444;
}

.loader-wrap .text-center .logo {
  width: 300px;
  margin-bottom: 40px;
}

.loader-wrap svg {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 110vh;
  fill: white;
}

.loader-wrap .loader-wrap-heading .load-text {
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 10px;
  text-transform: uppercase;
  z-index: 20;
}

.load-text span {
  animation: loading 1s infinite alternate;
}

.load-text span:nth-child(1) {
  animation-delay: 0s;
}

.load-text span:nth-child(2) {
  animation-delay: 0.1s;
}

.load-text span:nth-child(3) {
  animation-delay: 0.2s;
}

.load-text span:nth-child(4) {
  animation-delay: 0.3s;
}

.load-text span:nth-child(5) {
  animation-delay: 0.4s;
}

.load-text span:nth-child(6) {
  animation-delay: 0.5s;
}

.load-text span:nth-child(7) {
  animation-delay: 0.6s;
}

@keyframes loading {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.side_menu_style4 {
  position: fixed;
  z-index: 9999;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  min-height: -moz-max-content;
  min-height: max-content;
  background-color: #F8F5F0;
  padding: 0 4vw;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: all 0.5s ease-in-out;
  transition-delay: 0.4s;
  color: #CAA340;
}

.side_menu_style4.show {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.side_menu_style4.show .side_shape {
  transform: rotate(0) scale(1);
  opacity: 1;
}

.side_menu_style4.show .side_shape2 {
  transform: rotate(180deg) scale(1);
  opacity: 1;
}

.side_menu_style4.show .main_links {
  text-align: center;
  transform: scaleX(1) scaleY(1);
  opacity: 1;
  filter: blur(0);
}

.side_menu_style4.show .main_links .main_link:hover {
  color: #F2E1D7;
  transition: 0.6s;
}

.side_menu_style4 .side_shape {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40%;
  transform: rotate(-60deg) scale(0.5);
  opacity: 0;
  transition: all 0.5s ease;
  transition-delay: 0.7s;
}

.side_menu_style4 .side_shape2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  transform: rotate(120deg) scale(0.5);
  opacity: 0;
  transition: all 0.5s ease;
  transition-delay: 0.7s;
}

.side_menu_style4 .links_group {
  width: -moz-max-content;
  width: max-content;
  display: block;
}

.side_menu_style4 .main_links {
  text-align: center;
  transform: scaleX(1.4) scaleY(1.8);
  filter: blur(2px);
  opacity: 0;
  transition: all 0.7s ease;
  transition-delay: 1s;
}

.side_menu_style4 .main_links .main_link {
  font-size: calc(3vw + 15px);
  font-weight: 400;
  margin: 10px 0;
  text-transform: uppercase;
  font-weight: 700;
}

.side_menu_style4 .social_links a {
  font-size: 24px;
  margin-inline-end: 15px;
  border-bottom: 3px solid transparent;
}

.side_menu_style4 .clss {
  font-size: 30px;
  position: absolute;
  top: 30px;
  right: 60px;
  cursor: pointer;
}

.side_menu_style4 .clss:hover i {
  color: #F2E1D7;
  transition: 0.6s;
}

.image {
  overflow: hidden;
  position: relative;
}

.zoom-img {
  transition: transform 0.3s ease;
}

.image:hover .zoom-img {
  transform: scale(1.1);
}

.image-about {
  overflow: hidden;
  position: relative;
}

.zoom-img {
  transition: transform 0.3s ease;
}

.image-about:hover .zoom-img {
  transform: scale(1.1);
}

.sc-info {
  overflow-x: hidden;
  background-color: #F8F5F0;
  width: 100%;
  padding-top: 200px;
  padding-bottom: 180px;
}

@media (max-width: 1450px) {
  .sc-info {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}

@media (max-width: 768px) {
  .sc-info {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}

@media (max-width: 480px) {
  .sc-info {
    padding-top: 30px;
    padding-bottom: 15px;
  }
}

.sc-info .container {
  position: relative;
}

.sc-info .container .item-infos {
  display: flex;
  position: relative;
  justify-content: center;
  gap: 30px;
  z-index: 9999;
}

@media (max-width: 768px) {
  .sc-info .container .item-infos {
    justify-content: space-between;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .sc-info .container .item-infos {
    flex-wrap: wrap;
    justify-content: start;
    gap: 10px;
  }
}

.sc-info .container .item-infos .title {
  font-size: 7rem;
  font-weight: 300;
  color: #CAA340;
}

@media (max-width: 1450px) {
  .sc-info .container .item-infos .title {
    font-size: 6rem;
  }
}

@media (max-width: 768px) {
  .sc-info .container .item-infos .title {
    font-size: 4rem;
  }
}

@media (max-width: 480px) {
  .sc-info .container .item-infos .title {
    font-size: 30px;
  }
}

.sc-info .container .item-infos .title p {
  padding-top: 20px;
}

@media (max-width: 768px) {
  .sc-info .container .item-infos .title p {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .sc-info .container .item-infos .title p {
    padding-top: 0;
  }
}

.sc-info .container .line {
  position: absolute;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  border: 1px solid #CAA340;
  background-color: transparent;
  top: 33%;
  right: -12%;
  transform: translateY(-50%);
  overflow: hidden;
}

@media (max-width: 1450px) {
  .sc-info .container .line {
    width: 600px;
    height: 600px;
    top: 35%;
    right: -10%;
  }
}

@media (max-width: 768px) {
  .sc-info .container .line {
    width: 400px;
    height: 400px;
  }
}

@media (max-width: 480px) {
  .sc-info .container .line {
    display: none;
  }
}

.sc-info .container .image-about {
  position: relative;
  height: 600px;
}

@media (max-width: 1450px) {
  .sc-info .container .image-about {
    height: 450px;
  }
}

@media (max-width: 480px) {
  .sc-info .container .image-about {
    width: 100%;
    height: auto;
    padding-top: 15px;
  }
}

.sc-info .container .image-about img {
  transition: all 0.3s ease;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sc-info .container .item-ab2 {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}

.sc-info .container .item-ab2 p {
  text-align: center;
  font-size: 2.6rem;
}

@media (max-width: 768px) {
  .sc-info .container .item-ab2 p {
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  .sc-info .container .item-ab2 p {
    text-align: start;
    font-size: 14px;
  }
}

.sc-principls {
  background-color: #F8F5F0;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
}

@media (max-width: 768px) {
  .sc-principls {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 480px) {
  .sc-principls {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.sc-principls .item-title {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 4;
}

.sc-principls .item-title .title {
  text-align: center;
  font-size: 7rem;
  line-height: 1;
}

@media (max-width: 1024px) {
  .sc-principls .item-title .title {
    font-size: 5rem;
  }
}

@media (max-width: 768px) {
  .sc-principls .item-title .title {
    font-size: 4rem;
  }
}

@media (max-width: 480px) {
  .sc-principls .item-title .title {
    font-size: 1.5rem;
  }
}

.sc-principls .item-title .title .box1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sc-principls .item-title .title .box1 img {
  height: 80px;
  border-radius: 30%/50%;
}

@media (max-width: 1024px) {
  .sc-principls .item-title .title .box1 img {
    height: 60px;
  }
}

@media (max-width: 768px) {
  .sc-principls .item-title .title .box1 img {
    height: 40px;
  }
}

@media (max-width: 480px) {
  .sc-principls .item-title .title .box1 img {
    height: 20px;
  }
}

.sc-principls .item-title .title .text-clo {
  color: #CAA340;
}

.sc-principls .row {
  margin-top: -40px;
}

@media (max-width: 480px) {
  .sc-principls .row {
    margin-top: 30px;
  }
}

.sc-principls .row .item1 {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  gap: 20px;
  justify-content: space-between;
}

.sc-principls .row .item1 .image {
  margin-top: 50%;
  position: relative;
  padding-bottom: 60%;
}

@media (max-width: 768px) {
  .sc-principls .row .item1 .image {
    padding-bottom: 100%;
  }
}

@media (max-width: 480px) {
  .sc-principls .row .item1 .image {
    height: auto;
    position: relative;
    padding-bottom: 55%;
    margin-top: 15px;
  }
}

.sc-principls .row .item1 .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 480px) {
  .sc-principls .row .item1 .image img {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.sc-principls .row .item2 {
  display: flex;
  justify-content: center;
}

.sc-principls .row .item2 .image-container {
  position: relative;
  width: 60%;
  overflow-y: auto;
}

@media (max-width: 768px) {
  .sc-principls .row .item2 .image-container {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .sc-principls .row .item2 .image-container {
    width: 100%;
  }
}

.sc-principls .row .item2 .image-container .image {
  position: relative;
  padding-bottom: 120%;
}

@media (max-width: 480px) {
  .sc-principls .row .item2 .image-container .image {
    height: auto;
    position: relative;
    padding-bottom: 55%;
  }
}

.sc-principls .row .item2 .image-container .image img {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 480px) {
  .sc-principls .row .item2 .image-container .image img {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.sc-principls .row .item3 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sc-principls .row .item3 .image1 {
  margin-top: 50%;
  height: 140px;
}

@media (max-width: 768px) {
  .sc-principls .row .item3 .image1 {
    height: 100px;
  }
}

@media (max-width: 480px) {
  .sc-principls .row .item3 .image1 {
    display: none;
  }
}

.sc-principls .row .item3 .image1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.sc-principls .row .item3 .image2 {
  position: relative;
  padding-bottom: 55%;
  padding-top: 20px;
}

@media (max-width: 768px) {
  .sc-principls .row .item3 .image2 {
    padding-bottom: 85%;
  }
}

.sc-principls .row .item3 .image2 img {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sc-architecture {
  background-color: #F8F5F0;
  padding-top: 200px;
}

@media (max-width: 480px) {
  .sc-architecture {
    padding-top: 100px;
  }
}

.sc-architecture .item-title {
  position: relative;
  z-index: 1;
}

.sc-architecture .item-title .title {
  font-size: 8rem;
  color: #CAA340;
  line-height: 1;
}

@media (max-width: 1024px) {
  .sc-architecture .item-title .title {
    font-size: 5rem;
  }
}

@media (max-width: 768px) {
  .sc-architecture .item-title .title {
    font-size: 4rem;
  }
}

@media (max-width: 480px) {
  .sc-architecture .item-title .title {
    font-size: 1.5rem;
  }
}

.sc-architecture .item-title .title .half-text {
  background: linear-gradient(#CAA340 50%, white 50%);
  -webkit-background-clip: text;
  color: transparent;
}

@media (max-width: 480px) {
  .sc-architecture .item-title .title .half-text {
    color: #CCA340;
  }
}

.sc-architecture .row {
  margin-top: -50px;
}

@media (max-width: 480px) {
  .sc-architecture .row {
    margin-top: 10px;
  }
}

.sc-architecture .row .item1 {
  padding-top: 100px;
  width: 40%;
}

@media (max-width: 480px) {
  .sc-architecture .row .item1 {
    padding-top: 10px;
  }

  .sc-architecture .row .item1 p {
    font-size: 14px;
  }
}

.sc-architecture .row .item2 .container-tc {
  margin-left: 30px;
}

@media (max-width: 480px) {
  .sc-architecture .row .item2 .container-tc {
    margin-left: 0;
  }
}

.sc-architecture .row .item2 .container-tc .box-1 {
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .sc-architecture .row .item2 .container-tc .box-1 {
    margin-bottom: 20px;
  }
}

.sc-architecture .row .item2 .container-tc .box-1 .image {
  position: relative;
  padding-bottom: 60%;
}

@media (max-width: 480px) {
  .sc-architecture .row .item2 .container-tc .box-1 .image {
    padding-block: 30%;
  }
}

.sc-architecture .row .item2 .container-tc .box-1 .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
  position: absolute;
}

.sc-architecture .row .item2 .container-tc .box-1 .name-p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
}

@media (max-width: 480px) {
  .sc-architecture .row .item2 .container-tc .box-1 .name-p {
    padding-top: 5px;
  }
}

.sc-architecture .row .item2 .container-tc .box-1 .name-p .name {
  font-weight: 500;
}

@media (max-width: 480px) {
  .sc-architecture .row .item2 .container-tc .box-1 .name-p .name {
    font-size: 14px;
  }
}

.sc-architecture .row .item2 .container-tc .box-1 .name-p .price {
  color: #CAA340;
  font-weight: 500;
  font-size: 1.2rem;
}

@media (max-width: 480px) {
  .sc-architecture .row .item2 .container-tc .box-1 .name-p .price {
    font-size: 1rem;
  }
}

.sc-architecture .row .item2 .container-tc .box-1 .descrip .descrips {
  font-size: 0.9rem;
  font-weight: 300;
}

@media (max-width: 480px) {
  .sc-architecture .row .item2 .container-tc .box-1 .descrip .descrips {
    font-size: 14px;
  }
}

.sc-architecture .row .item2 .container-tc .box-1 .box-clo {
  padding-top: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 480px) {
  .sc-architecture .row .item2 .container-tc .box-1 .box-clo {
    gap: 5px;
  }
}

.sc-architecture .row .item2 .container-tc .box-1 .box-clo .box1 {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #E9D79C;
}

.sc-architecture .row .item2 .container-tc .box-1 .box-clo .box1:hover {
  transform: scale(1.3);
  transition: 0.5s;
}

@media (max-width: 480px) {
  .sc-architecture .row .item2 .container-tc .box-1 .box-clo .box1 {
    width: 10px;
    height: 10px;
  }
}

.sc-architecture .row .item2 .container-tc .box-1 .box-clo .box2 {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #E9C19C;
}

.sc-architecture .row .item2 .container-tc .box-1 .box-clo .box2:hover {
  transform: scale(1.3);
  transition: 0.5s;
}

@media (max-width: 480px) {
  .sc-architecture .row .item2 .container-tc .box-1 .box-clo .box2 {
    width: 10px;
    height: 10px;
  }
}

.sc-architecture .row .item2 .container-tc .box-1 .box-clo .box3 {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #C7C7C7;
}

.sc-architecture .row .item2 .container-tc .box-1 .box-clo .box3:hover {
  transform: scale(1.3);
  transition: 0.5s;
}

@media (max-width: 480px) {
  .sc-architecture .row .item2 .container-tc .box-1 .box-clo .box3 {
    width: 10px;
    height: 10px;
  }
}

.sc-architecture .row .item2 .container-tc .box-2 .image {
  position: relative;
  padding-bottom: 80%;
}

@media (max-width: 480px) {
  .sc-architecture .row .item2 .container-tc .box-2 .image {
    padding-bottom: 50%;
  }
}

.sc-architecture .row .item2 .container-tc .box-2 .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
  position: absolute;
}

.sc-architecture .row .item2 .container-tc .box-2 .name-p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
}

@media (max-width: 480px) {
  .sc-architecture .row .item2 .container-tc .box-2 .name-p {
    padding-top: 5px;
  }
}

.sc-architecture .row .item2 .container-tc .box-2 .name-p .name {
  font-weight: 500;
}

@media (max-width: 480px) {
  .sc-architecture .row .item2 .container-tc .box-2 .name-p .name {
    font-size: 14px;
  }
}

.sc-architecture .row .item2 .container-tc .box-2 .name-p .price {
  color: #CAA340;
  font-weight: 500;
  font-size: 1.2rem;
}

@media (max-width: 480px) {
  .sc-architecture .row .item2 .container-tc .box-2 .name-p .price {
    font-size: 1rem;
  }
}

.sc-architecture .row .item2 .container-tc .box-2 .descrip .descrips {
  font-size: 0.9rem;
  font-weight: 300;
}

@media (max-width: 480px) {
  .sc-architecture .row .item2 .container-tc .box-2 .descrip .descrips {
    font-size: 14px;
  }
}

.sc-architecture .row .item2 .container-tc .box-2 .box-clo {
  padding-top: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.sc-architecture .row .item2 .container-tc .box-2 .box-clo .box1 {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #E9D79C;
}

.sc-architecture .row .item2 .container-tc .box-2 .box-clo .box1:hover {
  transform: scale(1.3);
  transition: 0.5s;
}

@media (max-width: 480px) {
  .sc-architecture .row .item2 .container-tc .box-2 .box-clo .box1 {
    width: 10px;
    height: 10px;
  }
}

.sc-architecture .row .item2 .container-tc .box-2 .box-clo .box2 {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #E9C19C;
}

.sc-architecture .row .item2 .container-tc .box-2 .box-clo .box2:hover {
  transform: scale(1.3);
  transition: 0.5s;
}

@media (max-width: 480px) {
  .sc-architecture .row .item2 .container-tc .box-2 .box-clo .box2 {
    width: 10px;
    height: 10px;
  }
}

.sc-architecture .row .item2 .container-tc .box-2 .box-clo .box3 {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #C7C7C7;
}

.sc-architecture .row .item2 .container-tc .box-2 .box-clo .box3:hover {
  transform: scale(1.3);
  transition: 0.5s;
}

@media (max-width: 480px) {
  .sc-architecture .row .item2 .container-tc .box-2 .box-clo .box3 {
    width: 10px;
    height: 10px;
  }
}

.sc-architecture .row .item3 .container-tc {
  margin-left: 30px;
}

@media (max-width: 480px) {
  .sc-architecture .row .item3 .container-tc {
    margin-left: 0;
    margin-top: 20px;
  }
}

.sc-architecture .row .item3 .container-tc .box-1 {
  margin-bottom: 30px;
}

.sc-architecture .row .item3 .container-tc .box-1 .image {
  position: relative;
  padding-bottom: 80%;
}

@media (max-width: 480px) {
  .sc-architecture .row .item3 .container-tc .box-1 .image {
    padding-bottom: 50%;
  }
}

.sc-architecture .row .item3 .container-tc .box-1 .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
  position: absolute;
}

.sc-architecture .row .item3 .container-tc .box-1 .name-p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
}

@media (max-width: 480px) {
  .sc-architecture .row .item3 .container-tc .box-1 .name-p {
    padding-top: 5px;
  }
}

.sc-architecture .row .item3 .container-tc .box-1 .name-p .name {
  font-weight: 500;
}

@media (max-width: 480px) {
  .sc-architecture .row .item3 .container-tc .box-1 .name-p .name {
    font-size: 14px;
  }
}

.sc-architecture .row .item3 .container-tc .box-1 .name-p .price {
  color: #CAA340;
  font-weight: 500;
  font-size: 1.2rem;
}

@media (max-width: 480px) {
  .sc-architecture .row .item3 .container-tc .box-1 .name-p .price {
    font-size: 1rem;
  }
}

.sc-architecture .row .item3 .container-tc .box-1 .descrip .descrips {
  font-size: 0.9rem;
  font-weight: 300;
}

@media (max-width: 480px) {
  .sc-architecture .row .item3 .container-tc .box-1 .descrip .descrips {
    font-size: 14px;
  }
}

.sc-architecture .row .item3 .container-tc .box-1 .box-clo {
  padding-top: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 480px) {
  .sc-architecture .row .item3 .container-tc .box-1 .box-clo {
    gap: 5px;
  }
}

.sc-architecture .row .item3 .container-tc .box-1 .box-clo .box1 {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #E9D79C;
}

.sc-architecture .row .item3 .container-tc .box-1 .box-clo .box1:hover {
  transform: scale(1.3);
  transition: 0.5s;
}

@media (max-width: 480px) {
  .sc-architecture .row .item3 .container-tc .box-1 .box-clo .box1 {
    width: 10px;
    height: 10px;
  }
}

.sc-architecture .row .item3 .container-tc .box-1 .box-clo .box2 {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #E9C19C;
}

.sc-architecture .row .item3 .container-tc .box-1 .box-clo .box2:hover {
  transform: scale(1.3);
  transition: 0.5s;
}

@media (max-width: 480px) {
  .sc-architecture .row .item3 .container-tc .box-1 .box-clo .box2 {
    width: 10px;
    height: 10px;
  }
}

.sc-architecture .row .item3 .container-tc .box-1 .box-clo .box3 {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #C7C7C7;
}

.sc-architecture .row .item3 .container-tc .box-1 .box-clo .box3:hover {
  transform: scale(1.3);
  transition: 0.5s;
}

@media (max-width: 480px) {
  .sc-architecture .row .item3 .container-tc .box-1 .box-clo .box3 {
    width: 10px;
    height: 10px;
  }
}

.sc-architecture .row .item3 .container-tc .box-2 .image {
  position: relative;
  padding-bottom: 60%;
}

@media (max-width: 480px) {
  .sc-architecture .row .item3 .container-tc .box-2 .image {
    padding-block: 30%;
  }
}

.sc-architecture .row .item3 .container-tc .box-2 .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
  position: absolute;
}

.sc-architecture .row .item3 .container-tc .box-2 .name-p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
}

@media (max-width: 480px) {
  .sc-architecture .row .item3 .container-tc .box-2 .name-p {
    padding-top: 5px;
  }
}

.sc-architecture .row .item3 .container-tc .box-2 .name-p .name {
  font-weight: 500;
}

@media (max-width: 480px) {
  .sc-architecture .row .item3 .container-tc .box-2 .name-p .name {
    font-size: 14px;
  }
}

.sc-architecture .row .item3 .container-tc .box-2 .name-p .price {
  color: #CAA340;
  font-weight: 500;
  font-size: 1.2rem;
}

@media (max-width: 480px) {
  .sc-architecture .row .item3 .container-tc .box-2 .name-p .price {
    font-size: 1rem;
  }
}

.sc-architecture .row .item3 .container-tc .box-2 .descrip .descrips {
  font-size: 0.9rem;
  font-weight: 300;
}

@media (max-width: 480px) {
  .sc-architecture .row .item3 .container-tc .box-2 .descrip .descrips {
    font-size: 14px;
  }
}

.sc-architecture .row .item3 .container-tc .box-2 .box-clo {
  padding-top: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.sc-architecture .row .item3 .container-tc .box-2 .box-clo .box1 {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #E9D79C;
}

.sc-architecture .row .item3 .container-tc .box-2 .box-clo .box1:hover {
  transform: scale(1.3);
  transition: 0.5s;
}

@media (max-width: 480px) {
  .sc-architecture .row .item3 .container-tc .box-2 .box-clo .box1 {
    width: 10px;
    height: 10px;
  }
}

.sc-architecture .row .item3 .container-tc .box-2 .box-clo .box2 {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #E9C19C;
}

.sc-architecture .row .item3 .container-tc .box-2 .box-clo .box2:hover {
  transform: scale(1.3);
  transition: 0.5s;
}

@media (max-width: 480px) {
  .sc-architecture .row .item3 .container-tc .box-2 .box-clo .box2 {
    width: 10px;
    height: 10px;
  }
}

.sc-architecture .row .item3 .container-tc .box-2 .box-clo .box3 {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #C7C7C7;
}

.sc-architecture .row .item3 .container-tc .box-2 .box-clo .box3:hover {
  transform: scale(1.3);
  transition: 0.5s;
}

@media (max-width: 480px) {
  .sc-architecture .row .item3 .container-tc .box-2 .box-clo .box3 {
    width: 10px;
    height: 10px;
  }
}

.sc-news {
  background-color: #F8F5F0;
  padding: 0 5vw;
  padding-top: 40px;
}

@media (max-width: 480px) {
  .sc-news {
    padding-top: 20px;
  }
}

.sc-news .container .container-text {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sc-news .container .container-text .line-left {
  width: 100%;
  height: 1px;
  background-color: #CAA340;
}

.sc-news .container .container-text .title {
  padding: 0 40px;
  font-size: 3rem;
  font-weight: 300;
  color: #CAA340;
  white-space: nowrap;
}

@media (max-width: 480px) {
  .sc-news .container .container-text .title {
    font-size: 1.5rem;
    padding: 0 10px;
  }
}

.sc-news .container .container-text .line-right {
  width: 100%;
  height: 1px;
  background-color: #CAA340;
}

.sc-news .container .row {
  padding-top: 80px;
}

@media (max-width: 1450px) {
  .sc-news .container .row {
    padding-top: 50px;
  }
}

@media (max-width: 480px) {
  .sc-news .container .row {
    padding-top: 10px;
  }
}

.sc-news .container .row .item1 {
  position: relative;
  margin-left: -20%;
}

@media (max-width: 480px) {
  .sc-news .container .row .item1 {
    margin-left: 0;
  }
}

.sc-news .container .row .item1 .image {
  padding-bottom: 80%;
  position: relative;
}

@media (max-width: 768px) {
  .sc-news .container .row .item1 .image {
    padding-bottom: 100%;
  }
}

@media (max-width: 480px) {
  .sc-news .container .row .item1 .image {
    padding-bottom: 50%;
  }
}

.sc-news .container .row .item1 .image img {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.title-global,
.sc-news .container .row .item2 .title {
  color: #CAA340;
  font-size: 5rem;
  font-weight: 300;
  line-height: 1;
  position: relative;
  z-index: 1;
}

@media (max-width: 1450px) {
  .sc-news .container .row .item2 .title {
    font-size: 4rem;
  }
}

@media (max-width: 1024px) {
  .sc-news .container .row .item2 .title {
    font-size: 3rem;
  }
}

@media (max-width: 768px) {
  .sc-news .container .row .item2 .title {
    font-size: 3rem;
  }
}

@media (max-width: 480px) {
  .sc-news .container .row .item2 .title {
    padding-top: 20px;
    font-size: 1.2rem;
  }
}

.sc-news .container .row .item2 .title .text1 {
  background: linear-gradient(to right, #CAA340 50%, white 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 480px) {
  .sc-news .container .row .item2 .title .text1 {
    background: linear-gradient(to right, #CAA340 100%, white 0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.sc-news .container .row .item2 .title .text2 {
  color: white;
}

@media (max-width: 480px) {
  .sc-news .container .row .item2 .title .text2 {
    color: #CAA340;
  }
}

.sc-news .container .row .item2 .content-item {
  position: relative;
  margin-top: -65px;
  margin-left: 20%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (max-width: 480px) {
  .sc-news .container .row .item2 .content-item {
    margin-top: 15px;
    margin-left: 0;
  }
}

.sc-news .container .row .item2 .content-item .image {
  position: relative;
  padding-bottom: 50%;
  width: auto;
}

@media (max-width: 768px) {
  .sc-news .container .row .item2 .content-item .image {
    padding-bottom: 60%;
  }
}

.sc-news .container .row .item2 .content-item .image img {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sc-news .container .row .item2 .content-item .item2 {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

@media (max-width: 480px) {
  .sc-news .container .row .item2 .content-item .item2 {
    width: auto;
    flex-wrap: wrap;
  }
}

.sc-news .container .row .item2 .content-item .item2 p {
  font-weight: 300;
  font-size: 1rem;
}

@media (max-width: 768px) {
  .sc-news .container .row .item2 .content-item .item2 p {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .sc-news .container .row .item2 .content-item .item2 p {
    font-size: 14px;
  }
}

.sc-news .container .row .item2 .content-item .item2 .image {
  position: relative;
  padding-bottom: 20%;
  width: 30%;
}

@media (max-width: 768px) {
  .sc-news .container .row .item2 .content-item .item2 .image {
    width: 60%;
    padding-bottom: 40%;
  }
}

@media (max-width: 480px) {
  .sc-news .container .row .item2 .content-item .item2 .image {
    padding-top: 10px;
    padding-bottom: 50%;
    width: 100%;
    height: 100%;
  }
}

.sc-news .container .row .item2 .content-item .item2 .image img {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sc-product {
  background-color: #F8F5F0;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  .sc-product {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 480px) {
  .sc-product {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.sc-product .container .title {
  font-size: 5rem;
  color: #CAA340;
  font-weight: 300;
}

@media (max-width: 1024px) {
  .sc-product .container .title {
    font-size: 4rem;
  }
}

@media (max-width: 768px) {
  .sc-product .container .title {
    font-size: 4rem;
  }
}

@media (max-width: 480px) {
  .sc-product .container .title {
    font-size: 1.5rem;
  }
}

.sc-product .container .tab-container {
  display: flex;
  padding-top: 10px;
  border-bottom: 2px solid #ddd;
}

@media (max-width: 768px) {
  .sc-product .container .tab-container {
    gap: 20px;
  }
}

@media (max-width: 480px) {
  .sc-product .container .tab-container {
    padding-top: 5px;
    gap: 0;
  }
}

.sc-product .container .tab {
  padding: 10px;
  color: #666;
  cursor: pointer;
  text-align: center;
  width: 10%;
  white-space: nowrap;
  border-bottom: 1px solid transparent;
}

.sc-product .container .tab:hover {
  color: #CAA340;
  transition: 0.5s;
}

@media (max-width: 480px) {
  .sc-product .container .tab {
    font-size: 14px;
    white-space: nowrap;
    padding-right: 70px;
    padding-left: 0;
  }
}

.sc-product .container .tab.active {
  color: #CAA340;
  border-bottom: 2px solid #CAA340;
  transition: 0.5s;
}

.sc-product .container .tab-content {
  padding-top: 10px;
}

.product-item {
  padding-top: 25px;
  width: 100%;
}

@media (max-width: 480px) {
  .product-item {
    padding-top: 20px;
    width: auto;
  }
}

.product-item .image {
  position: relative;
  padding-bottom: 100%;
  height: auto;
}

@media (max-width: 480px) {
  .product-item .image {
    padding-bottom: 55%;
  }
}

.product-item .image img {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-item .name-p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
}

@media (max-width: 480px) {
  .product-item .name-p {
    padding-top: 10px;
  }
}

.product-item .name-p .name {
  font-weight: 500;
}

@media (max-width: 480px) {
  .product-item .name-p .name {
    font-size: 14px;
  }
}

.product-item .name-p .price {
  color: #CAA340;
  font-weight: 500;
  font-size: 1.2rem;
}

@media (max-width: 1024px) {
  .product-item .name-p .price {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .product-item .name-p .price {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .product-item .name-p .price {
    font-size: 1rem;
  }
}

.product-item .descrip .descrips {
  font-size: 0.9rem;
  font-weight: 300;
}

@media (max-width: 480px) {
  .product-item .descrip .descrips {
    font-size: 14px;
  }
}

.product-item .box-clo {
  padding-top: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-item .box-clo .box1 {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #E9D79C;
}

.product-item .box-clo .box1:hover {
  transform: scale(1.3);
  transition: 0.5s;
}

@media (max-width: 480px) {
  .product-item .box-clo .box1 {
    width: 10px;
    height: 10px;
  }
}

.product-item .box-clo .box2 {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #E9C19C;
}

.product-item .box-clo .box2:hover {
  transform: scale(1.3);
  transition: 0.5s;
}

@media (max-width: 480px) {
  .product-item .box-clo .box2 {
    width: 10px;
    height: 10px;
  }
}

.product-item .box-clo .box3 {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #C7C7C7;
}

.product-item .box-clo .box3:hover {
  transform: scale(1.3);
  transition: 0.5s;
}

@media (max-width: 480px) {
  .product-item .box-clo .box3 {
    width: 10px;
    height: 10px;
  }
}

.sc-product .container .btn {
  display: flex;
  justify-content: center;
  padding-top: 60px;
}

@media (max-width: 480px) {
  .sc-product .container .btn {
    padding-top: 30px;
  }

  .sc-product .container .btn p {
    font-size: 14px;
  }
}

.sc-thank .itembg {
  padding: 0 5vw;
  width: 100%;
  height: 100%;
  background-image: url("../images/thank.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  position: relative;
  justify-content: center;
  align-items: center;
}

@media (max-width: 480px) {
  .sc-thank .itembg {
    height: auto;
  }
}

.sc-thank .itembg .box {
  padding: 100px 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 480px) {
  .sc-thank .itembg .box {
    gap: 10px;
    padding: 30px 0;
  }
}

.sc-thank .itembg .box .image {
  position: relative;
  padding-bottom: 50%;
  width: 50%;
}

.sc-thank .itembg .box .image img {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sc-thank .itembg .box .title {
  font-size: 5rem;
  color: white;
  font-weight: 300;
}

@media (max-width: 1450px) {
  .sc-thank .itembg .box .title {
    font-size: 4.5rem;
  }
}

@media (max-width: 1024px) {
  .sc-thank .itembg .box .title {
    font-size: 3rem;
  }
}

@media (max-width: 768px) {
  .sc-thank .itembg .box .title {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .sc-thank .itembg .box .title {
    font-size: 1rem;
  }
}

.sc-7 {
  background-color: #F8F5F0;
}

.sc-7 .container-fluid {
  padding: 0 20px;
}

.sc-7 .container-fluid .box-1 {
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url("../images/image-about2.jpg");
  background-size: cover;
  background-attachment: fixed;
  transform: translate3d(0, 0, 0);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.sc-7 .container-fluid .box-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.sc-7 .container-fluid .box-1 .item-box {
  position: relative;
  margin: 80px 0;
  width: 50%;
  z-index: 2;
}

.sc-7 .container-fluid .box-1 .item-box p {
  font-size: 2.5rem;
  color: white;
  text-align: center;
  white-space: nowrap;
  font-weight: 300;
}

@media (max-width: 1450px) {
  .sc-7 .container-fluid .box-1 .item-box p {
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  .sc-7 .container-fluid .box-1 .item-box p {
    font-size: 15px;
  }
}

.sc-7 .container-fluid .box-1 .item-box .image-ab {
  position: relative;
  padding-bottom: 120%;
  margin: 30px 0;
}

@media (max-width: 480px) {
  .sc-7 .container-fluid .box-1 .item-box .image-ab {
    height: 150px;
  }
}

.sc-7 .container-fluid .box-1 .item-box .image-ab img {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sc-8 {
  background-color: #F8F5F0;
  padding-top: 200px;
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  .sc-8 {
    padding-top: 100px;
  }
}

@media (max-width: 480px) {
  .sc-8 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.sc-8 .image-container {
  display: flex;
  align-items: end;
  gap: 20px;
}

@media (max-width: 480px) {
  .sc-8 .image-container {
    flex-wrap: wrap;
    gap: 10px;
  }
}

.sc-8 .image-container .image1 {
  position: relative;
  padding-bottom: 70%;
  width: 100%;
  height: 100%;
}

@media (max-width: 480px) {
  .sc-8 .image-container .image1 {
    padding-bottom: 50%;
  }
}

.sc-8 .image-container .image1 img {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sc-8 .image-container .image2 {
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 40%;
}

@media (max-width: 480px) {
  .sc-8 .image-container .image2 {
    padding-bottom: 50%;
  }
}

.sc-8 .image-container .image2 img {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sc-8 .item1 {
  display: flex;
  flex-direction: column;
  align-items: end;
  align-self: end;
  gap: 20px;
}

@media (max-width: 480px) {
  .sc-8 .item1 {
    padding-top: 20px;
    align-items: center;
    align-self: center;
  }
}

.sc-8 .item1 .image {
  padding-right: 100px;
  height: 150px;
}

@media (max-width: 768px) {
  .sc-8 .item1 .image {
    height: 100px;
  }
}

@media (max-width: 480px) {
  .sc-8 .item1 .image {
    height: 80px;
    padding-right: 0;
  }
}

.sc-8 .item1 .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.sc-8 .item1 p {
  font-weight: 300;
}

@media (max-width: 480px) {
  .sc-8 .item1 p {
    font-size: 14px;
  }
}

.header .nav-bar2 {
  border-bottom: 1px solid #CAA340;
  padding: 30px 0;
}

@media screen and (max-width: 1450px) {
  .header .nav-bar2 {
    padding: 20px 0;
  }
}

@media (max-width: 768px) {
  .header .nav-bar2 {
    padding: 10px 0;
  }
}

@media screen and (max-width: 770px) {
  .header .nav-bar2 {
    padding: 0px 0vw;
  }
}

.header .title-hea {
  margin: 50px 0;
}

.header .title-hea .container {
  padding-bottom: 50px;
  border-bottom: 1px solid #CAA340;
  position: relative;
}

.header .title-hea .container h1 {
  position: relative;
  font-size: 5rem;
  font-weight: 500;
}

@media (max-width: 1450px) {
  .header .title-hea .container h1 {
    height: auto;
  }
}

@media (max-width: 1024px) {
  .header .title-hea .container h1 {
    height: auto;
    font-size: 3rem;
  }
}

.header .title-hea .container span {
  font-size: 1.3rem;
  font-weight: 300;
}

@media (max-width: 1450px) {
  .header .title-hea .container span {
    font-size: 1.2rem;
  }
}

@media (max-width: 1024px) {
  .header .title-hea .container span {
    font-size: 1rem;
  }
}

.sc-userinfo {
  background-color: #F8F5F0;
}

.sc-userinfo .container .row {
  padding-bottom: 30px;
}

.sc-userinfo .container .row .tt-tabs-buttons {
  margin-bottom: 2rem;
}

.sc-userinfo .container .tt-tabs-buttons {
  border-radius: 3px;
  overflow: hidden;
}

.sc-userinfo .container .row .tt-heading-title {
  font-size: 1rem;
  font-weight: lighter;
  margin-bottom: 0.8333333333rem;
}

.sc-userinfo .container table {
  width: 100%;
  empty-cells: show;
  word-wrap: break-word;
  margin: 0 0 30px 0;
  text-align: left;
  font-size: 16px;
  border-spacing: 0;
  border-collapse: collapse;
  border: none;
}

table.tt-table tbody tr:nth-child(odd) {
  background-color: rgba(244, 243, 241, 0.6);
}

table.tt-table tbody th,
table.tt-table tbody td {
  padding: 12px 20px;
}

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

  table.tt-table tbody th,
  table.tt-table tbody td {
    padding: 10px;
  }
}

table.tt-table th,
table.tt-table td {
  border: 1px solid rgba(213, 210, 210, 0.6);
}

th {
  font-weight: bold;
  font-weight: 400;
  color: #171717;
  padding: 8px 5px;
  font-size: 16px;
  vertical-align: middle;
}

.t-heading-title {
  font-size: 1rem;
}

@media (max-width: 480px) {
  .t-heading-title {
    font-size: 15px;
  }
}

.tc-contact-form-style1 .container .tt-tabs-buttons .tt-tab-btn.active {
  background-color: black;
  color: white;
}

.btn-groups {
  display: flex;
  gap: 10px;
  margin: 10px 10px 10px 0;
}

@media (max-width: 480px) {
  .btn-groups {
    flex-direction: column;
    gap: 5px;
  }
}

.btn-edit {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding: 0.75rem 1.6666666667rem;
  border: 1px solid;
  border-radius: 1.6666666667rem;
  font-size: 0.8333333333rem;
  background-color: #CAA340;
  color: black;
  border-color: #CAA340;
  transition: all 0.3s ease;
  white-space: nowrap;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .btn-edit {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
}

.btn-edit:hover {
  background-color: white;
  border: 1px solid black;
  color: black;
  transition: 0.3s;
}

.btn-remove {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding: 0.75rem 1.6666666667rem;
  border: 1px solid;
  border-radius: 1.6666666667rem;
  font-size: 0.8333333333rem;
  transition: all 0.3s ease;
  white-space: nowrap;
  margin-bottom: 20px;
  border-color: #5e5e5e;
  background-color: #5e5e5e;
  color: #fff;
}

@media (max-width: 480px) {
  .btn-remove {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
}

.btn-choose {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding: 0.75rem 1.6666666667rem;
  border: 1px solid;
  border-radius: 1.6666666667rem;
  font-size: 0.8333333333rem;
  transition: all 0.3s ease;
  white-space: nowrap;
  margin-bottom: 20px;
  border-color: black;
  background-color: white;
  color: black;
}

@media (max-width: 480px) {
  .btn-choose {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
}

.btn-choose:hover {
  background-color: black;
  border: 1px solid white;
  color: white;
  transition: 0.3s;
}

.btn-edit:hover {
  background-color: white;
  border: 1px solid black;
  color: black;
  transition: 0.3s;
}

.btn-remove:hover {
  background-color: white;
  border: 1px solid black;
  color: black;
  transition: 0.3s;
}

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

  .btn-edit,
  .btn-remove,
  .btn-choose {
    padding: 0.2rem 0.4rem;
  }
}

.tc-contact-form-style1 .container .container-box .box1,
.box2 {
  width: 100%;
}

.container .tt-tabs-buttons ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  padding-bottom: 10px;
}

@media screen and (max-width: 767.82px) {
  .container .tt-tabs-buttons ul {
    flex-direction: column;
  }
}

.tt-tabs-buttons>ul>li {
  margin: 0 5px 5px 0;
}

.tt-tab-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.3333333333rem;
  background-color: #dbdbdb;
  padding: 10px 40px;
  text-align: center;
  font-size: 1.0833333333rem;
  color: #111;
  cursor: pointer;
  border: none;
  outline: none;
  transition: 0.2s ease-in-out;
}

.sc-userinfo .container .tt-tabs-buttons .tt-tab-btn:hover {
  background-color: #CAA340;
  color: black;
  transition: 0.5s;
}

.sc-userinfo .container .tt-tabs-buttons .tt-tab-btn.active {
  background-color: #CAA340;
  color: black;
}

.shop-order-details {
  position: relative;
  background-color: rgba(129, 129, 129, 0.12);
  margin-bottom: 20px;
  padding: 4%;
  border-radius: 5px;
  border: 1px solid rgba(120, 120, 120, 0.2);
}

.shop-order-details .shop-order-details-heading {
  margin: 0 0 30px 0;
  font-size: 32px;
  line-height: 1.4;
}

.shop-thankyou-order-review {
  margin-bottom: 10px;
}

.shop-thankyou-order-review ul li {
  display: inline-block;
  margin-right: 20px;
  padding-right: 20px;
  margin-bottom: 30px;
  border-right: 1px dotted rgba(120, 120, 120, 0.7);
}

table {
  width: 100%;
  empty-cells: show;
  word-wrap: break-word;
  margin: 0 0 30px 0;
  text-align: left;
  font-size: 16px;
  border-spacing: 0;
  border-collapse: collapse;
  border: none;
}

thead {
  font-size: 19px;
  border-bottom: 2px solid rgba(120, 120, 120, 0.25);
}

tbody {
  border-bottom: 1px solid black;
}

tfoot tr:first-child {
  border-bottom: none;
}

tfoot tr:last-child {
  border-bottom: none;
}

tfoot tr {
  border-bottom: 1px dashed rgba(120, 120, 120, 0.7);
}

table.shop-order-details-table th,
table.shop-order-details-table td {
  max-width: 50%;
  width: 50%;
  padding: 20px 5px;
}

table.shop-order-details-table tr th:last-child,
table.shop-order-details-table tr td:last-child {
  text-align: right;
}

.sod-product-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
}

tr.sod-table-foot-total bdi {
  font-size: 21px;
  font-weight: 700;
  color: #171717;
}

.header .nav-bar2 {
  border-bottom: 1px solid #CAA340;
  padding: 30px 0;
}

@media screen and (max-width: 1450px) {
  .header .nav-bar2 {
    padding: 20px 0;
  }
}

@media (max-width: 768px) {
  .header .nav-bar2 {
    padding: 10px 0;
  }
}

@media screen and (max-width: 770px) {
  .header .nav-bar2 {
    padding: 0px 0vw;
  }
}

.header .title-hea {
  margin: 50px 0;
}

.header .title-hea .container {
  border-bottom: 1px solid #CAA340;
  position: relative;
}

.header .title-hea .container h1 {
  position: relative;
  font-size: 5rem;
  font-weight: 500;
}

@media (max-width: 1450px) {
  .header .title-hea .container h1 {
    height: auto;
    font-size: 4rem;
  }
}

@media (max-width: 1024px) {
  .header .title-hea .container h1 {
    height: auto;
    font-size: 3rem;
  }
}

.header .title-hea .container span {
  font-size: 1.3rem;
  font-weight: 300;
  padding-bottom: 50px;
}

@media (max-width: 1450px) {
  .header .title-hea .container span {
    font-size: 1.2rem;
  }
}

@media (max-width: 1024px) {
  .header .title-hea .container span {
    height: auto;
    font-size: 1rem;
  }
}

.sc-login {
  background-color: #F8F5F0;
}

.sc-login .box-login {
  background-color: white;
  position: relative;
  padding: 5%;
  margin-bottom: 30px;
  border-radius: 5px;
  border: 1px solid #CAA340;
}

.sc-login .box-login .title {
  font-size: 2rem;
  font-weight: 500;
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  gap: 10px;
}

@media (max-width: 1450px) {
  .sc-login .box-login .title {
    font-size: 2rem;
  }
}

@media (max-width: 1024px) {
  .sc-login .box-login .title {
    font-size: 1.5rem;
  }
}

.sc-login .box-login small {
  font-size: 1.2rem;
}

.sc-login .box-login .form-btn {
  margin-top: 1.5rem;
  font-size: 1.3rem;
}

.sc-login .box-login .form-btn .btn-regis {
  width: -moz-fit-content;
  width: fit-content;
}

.sc-login .box-login .form-login {
  padding-top: 30px;
}

.sc-login .box-login .form-login .form-text {
  margin-bottom: 30px;
}

.sc-login .box-login .form-login .form-text label,
.sc-login .box-login .form-login .form-text span {
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 400;
  color: black;
}

.sc-login .box-login .form-login .form-text .font-text-content {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  font-size: 17px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-radius: 0;
  width: 100%;
  height: 56px;
  padding: 5px 15px;
  outline: none;
}

.sc-login .box-login .form-login .form-check {
  margin-left: 5px;
  margin-bottom: 10px;
  position: relative;
  display: block;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 0;
}

.sc-login .box-login .form-login .form-check input {
  width: 20px;
  height: 20px;
}

.sc-login .box-login .form-login .form-check label {
  font-size: 1.1rem;
  font-weight: 500;
}

.sc-login .box-login .form-login .form-subtext {
  margin-top: 10px;
}

.sc-login .box-login .form-login .form-subtext small {
  font-size: 1rem;
}

.sc-login .box-login .form-login .form-btn {
  margin-top: 1.5rem;
}

.header .nav-bar2 {
  border-bottom: 1px solid #CAA340;
  padding: 30px 0;
}

@media screen and (max-width: 1450px) {
  .header .nav-bar2 {
    padding: 20px 0;
  }
}

@media (max-width: 768px) {
  .header .nav-bar2 {
    padding: 10px 0;
  }
}

@media screen and (max-width: 770px) {
  .header .nav-bar2 {
    padding: 0px 0vw;
  }
}

.header .title-hea {
  margin: 50px 0;
}

.header .title-hea .container {
  border-bottom: 1px solid #CAA340;
  position: relative;
}

.header .title-hea .container h1 {
  position: relative;
  font-size: 5rem;
  font-weight: 500;
}

@media (max-width: 1450px) {
  .header .title-hea .container h1 {
    height: auto;
  }
}

@media (max-width: 1024px) {
  .header .title-hea .container h1 {
    height: auto;
    font-size: 3rem;
  }
}

.header .title-hea .container span {
  font-size: 1.3rem;
  font-weight: 300;
  padding-bottom: 50px;
}

@media (max-width: 1450px) {
  .header .title-hea .container span {
    font-size: 1.2rem;
  }
}

@media (max-width: 1024px) {
  .header .title-hea .container span {
    font-size: 1rem;
  }
}

.sc-register {
  background-color: #F8F5F0;
}

.sc-register .box-login {
  background-color: white;
  position: relative;
  padding: 5%;
  margin-bottom: 30px;
  border-radius: 5px;
  border: 1px solid #CAA340;
}

.sc-register .box-login .title {
  font-size: 2rem;
  font-weight: 500;
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  gap: 10px;
}

@media (max-width: 1450px) {
  .sc-register .box-login .title {
    font-size: 2rem;
  }
}

@media (max-width: 1024px) {
  .sc-register .box-login .title {
    font-size: 1.5rem;
  }
}

.sc-register .box-login small {
  font-size: 1.2rem;
}

.sc-register .box-login .form-btn {
  margin-top: 1.5rem;
  font-size: 1.3rem;
}

.sc-register .box-login .form-btn .btn-regis {
  width: -moz-fit-content;
  width: fit-content;
}

.sc-register .box-login .form-login {
  padding-top: 30px;
}

.sc-register .box-login .form-login .form-text {
  margin-bottom: 30px;
}

.sc-register .box-login .form-login .form-text label,
.sc-register .box-login .form-login .form-text span {
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 400;
  color: black;
}

.sc-register .box-login .form-login .form-text .font-text-content {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  font-size: 17px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-radius: 0;
  width: 100%;
  height: 56px;
  padding: 5px 15px;
  outline: none;
}

.sc-register .box-login .form-login .form-subtext {
  margin-top: 10px;
}

.sc-register .box-login .form-login .form-subtext small {
  font-size: 1rem;
}

.sc-register .box-login .form-login .form-btn {
  margin-top: 1.5rem;
}

.title {
  font-family: "Simonetta", serif;
}

.text {
  font-family: "Poppins", sans-serif;
}

#scroll-container {
  height: 100vh;
}

.item-out {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #F8F5F0;
  border-top: 2px solid #CAA340;
}

.item-out .btn {
  padding-right: 50px;
  display: flex;
  justify-content: end;
  gap: 10px;
}

@media (max-width: 480px) {
  .item-out .btn {
    padding-right: 30px;
  }
}

.item-out .btn .box {
  color: #CAA340;
  font-size: 1rem;
}

.img-1 {
  transition: 1s;
}

.img-2 {
  transition: 1s;
}

.featured-box-sp img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}