

* {
  font-family: 'Visby Medium';
  border: none;
  outline: none;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}

body,
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body::-webkit-scrollbar,
.box-mobile::-webkit-scrollbar {
  width: 8px;
}

body::-webkit-scrollbar-track,
.box-mobile::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #fff;
}

body::-webkit-scrollbar-thumb,
.box-mobile::-webkit-scrollbar-thumb {
  background-color: #D80002;
  ;
  outline: 1px solid #BCBF4F;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

a,
a:hover {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
span {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  
}


/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.hero-section {
  position: relative;
  background-image: url('../../images/bg-banner.png') !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  height: 800px;
  width: 100%;
  padding-top: 250px;
  overflow: hidden;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px; 
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(107deg, #000 10.31%, rgba(0, 0, 0, 0.30) 36.26%, rgba(0, 0, 0, 0.30) 68.25%, #000 86.69%);
  opacity: 0.4;
 
  z-index: 1;
}


.hero-section > * {
  position: relative;
  z-index: 2;
}
.hero-section{
  display: flex;
  justify-content: center;
  align-items: center; 

}
.icon-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: linear-gradient(to right, #D80002, #720001);
    color: #fff;
    font-weight: 500;
    text-align: center;
    border-radius: 60px;
    text-decoration: none;
    font-size: 20px;
    transition: all 0.3s ease;
    padding: 20px 30px;
}

button#wdt-set-up {
    width: 28%;
}

.icon-btn:hover {
  background-color: #b30000;
  color: #fff;
  box-shadow: 0 0 20px #d80002, 0 0 40px #ffffff40;
  border: 1px solid #ffffff;
}
.icon-btn img {
  width: 28px;
  height: 28px;
}

a#btn-get-started {
  background: #efeeee;
}

.btn-get-started {
  display: inline-block;
  background: #fff;
  color: #333;
  padding: 16px 94px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  border: none;
}

.btn-get-started:hover {
  background: #e50914;
  color: #fff;
}

.hero-container-services {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;  
}

.hero-container-services h1 {
  color: #FFF;
  text-align: center;
  font-family: 'Visby Medium';
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 70px;
  text-transform: uppercase;
}

.hero-container-services span {
 color: #D80002;
 font-family: 'Visby Medium';
 font-size: 60px;
 font-style: normal;
 font-weight: 600;
 line-height: 50px;
 letter-spacing: -3.04px;
 text-transform: uppercase;
}

.hero-container-services p {
  color: #FFF;
  text-align: center;
  font-family: 'Visby Medium';
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 160% */
  width: 55%;
}

.container-about-story {
    display: flex;
    gap: 0px;
    align-items: center;
    margin: auto;
    justify-content: center;
    max-width: 1550px;
    width: 100%;
    padding: 150px 0px;
}

.right-div{
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.left-div img {
    max-width: 674px;
    width: 100%;
}

.container-about-story .right-div .overlay-box {
  border-radius: 20px;
  background-color: #F8F8F8;
  width: 760px;
  height: 171px;
  padding: 30px;
}

.container-about-story h2 {
 color: #000;
font-family: 'Visby Medium';
font-size: 60px;
font-style: normal;
font-weight: 500;
line-height: 70px;
text-transform: uppercase;
letter-spacing: -1px;

}

.container-about-story span {
 color: #D80002;
font-family: 'Visby Semibold';
font-size: 60px;
font-style: normal;
font-weight: 600;
line-height: 70px;
letter-spacing: -2.96px;
text-transform: uppercase;

}

.container-about-story p {
color: #2C2C2C;
font-family: 'Visby Medium';
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 32px;
width: 100%;
max-width: 774px;
}

.inner-container-grid {
  display: flex;
  gap: 40px;
  color: #D80002;
}

.inner-container-grid ul {
  list-style-type: disc;
}

.inner-container-grid li {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
display: flex;
gap: 10px;
    align-items: center;
}

section.process {
    border-radius: 30px;
    background: #F3F3F3;
}

.process-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    gap: 60px;
    width: 100%;
    max-width: 1520px;
    padding: 150px 0px;
}

.process-container h2 {
color: #2C2C2C;
text-align: center;
font-family: 'Visby Medium';
font-size: 60px;
font-style: normal;
font-weight: 500;
line-height: 70px;
text-transform: uppercase;
}

.process-container span {
color: #D80002;
font-family: 'Visby Semibold';
font-size: 60px;
font-style: normal;
font-weight: 600;
line-height: 70px;
letter-spacing: -2.96px;
text-transform: uppercase;

}

.process-container p {
    font-size: 22px;
    line-height: 22px;
    font-weight: 400;
    text-align: center;
    color: #FFFFFF;
}

.process-container .inner-container-grid {
    display: flex;
    gap: 20px;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

.process-container .inner-container-grid .item-process {
    flex: 1 1 calc(33.333% - 20px);
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.item-process .label-process {
    margin-right: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    background-color: #2C2C2C;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    padding: 25px 50px;
}

.content-process {
    background-color: #F6E5E5;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
    border-radius: 30px;
    padding: 40px 30px;
    box-sizing: border-box;
    flex-direction: row;
}

.content-process h3 {
    font-size: 32px;
    font-weight: 500;
    font-family: 'Visby Medium';
    color: #D80002;
    width: 72%;
}

.overlay-process {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff5f5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.overlay-process img {
  width: 50px;
  height: 50px;
}

.left-div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
