*{
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "BuiltTitling";
    src: url('/assets/fonts//Built/built_titling_sb.otf');
}

@font-face {
    font-family: 'Mundial Narrow';
    src: url('/assets/fonts/MundialN/MundialNarrow-Light-BF67624ba5a4e5e.otf');
    font-weight: 300;
    font-style: normal;
}

body{
    font-family: sans-serif;
}

.header{
    display: inline-flex;
    height: 80px;
    width: 100%;
    align-items: center;
    justify-content: space-around;
}

.header-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
    color: white;
    height: 40px;
    width: 120px;
    text-align: center;
}
.nav-list{
    display: inline-flex;
    justify-content: space-between;
    gap: 100px;
}
.nav-item a{
    color: black;
    padding: 15px;
    transition: 0.3s;
}
.nav-item a:hover{
    border-radius: 12px;
    background-color: #0A3956;
    color: #fff;
}

.hero-page{
    display: flex;
    justify-content: center;
    height: 100vh;
}

.left-hpage{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    flex-shrink: 0;
}
.lhpage-content{
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 2rem;
    width: 542px;
}
.lhpage-content h2{
    line-height: 100%; /* 70px */
    width: 600px;
    color: #0A3956;
}
.lhpage-content img{max-width: 275px;}
.hp-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    background-color: #56B887;
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    height: 70px;
    width: 166px;
    text-align: center;
}

.right-hpage{
    width: 50%;
    height: 628px;
    flex-shrink: 0;
}

.right-hpage img{
    position: absolute;
    pointer-events: none;
    top: 0;
    margin-top: -25px;
    right: 100px;
}

.blog-page{
    height: auto;
}
.blog-title{
    text-align: start;
    color: #2E9461;
    padding: 25px 115px;
}
.review-title{
    width: max-content;
    text-align: start;
    color: #0A3956;
    padding: 25px 115px;
}
.cards{
    display: flex;
    flex-wrap: nowrap;
    gap: 50px;
    width: auto;
    height: auto;
    color: black;
    background: url("/assets/img/hero/texture.png");
    background-repeat: no-repeat;
    padding: 70px 20px;
    flex-shrink: 0;
    overflow-x: scroll;
}
@media (width: 1920px) {
    .cards{
        justify-content: center;
    }
}
.card{
    display: flex;
    justify-content: start;
    width: 350px;
    height: 450px;
    padding: 55px 51px;
    border-radius: 27px;
    box-shadow: 7px 5px 5px rgba(0, 0, 0, 0.5);
    flex-shrink: 0;
    background-color: #FFF;
    transition: transform 0.35s;
}
.card:hover{
    transform: scale(1.05);
}

#SG1{
    background: url("/assets/img/hero/cardSG1.png");
    background-size: cover;
    background-repeat: no-repeat;
}
#MG2{
    background: url("/assets/img/hero/cardMG2.png");
    background-size: cover;
    background-repeat: no-repeat;
}
#O3{
    background: url("/assets/img/hero/cardO3.png");
    background-size: cover;
    background-repeat: no-repeat;
}
#PC4{
    background: url("/assets/img/hero/cardPC4.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.left-c{
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    width: 195px;
    height: 100%;
    flex-shrink: 0;
}

.card-title{
    font-size: 2.3rem;
    font-family: "BuiltTitling", sans-serif;
    color: #FFF;
}

.card-txt{font-size: 1.15rem; color: #FFF; width: 145px; font-weight: light;}
#PC4 p{width: 160px;}
#MG2 p{width: 130px;}

.card-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFF;
    color: #0A3956;
    font-weight: bold;
    border: 1px #ccc solid;
    border-radius: 5px;
    padding: 0 15px;
    height: 47px;
    width: 128px;
    flex-shrink: 0;
}
#SG1 .card-btn:hover,
#O3 .card-btn:hover{
    background: #0A3956;
    border: 1px #1d5578 solid;
    color: #fff;
}
#MG2 .card-btn:hover,
#PC4 .card-btn:hover{
    background: #56B887;
    border: 1px #2E9461 solid;
    color: #fff;
}

/* Transition */
.card-btn {
    transition: all 0.3s ease; 
}
.video-page{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 0;
    height: auto;

    background: #FFF;
}
.text-side{
    display: flex;
    flex-direction: column;
    margin-right: 85px;
    gap: 50px;
}

.video-btn{
    display: inline-flex;
    padding: 12px 21px;
    justify-content: center;
    align-items: center;
    width: max-content;

    border-radius: 50px;
    background: #D9D9D9;

    color: #2E9461;
    text-align: justify;
    font-family: "Mundial Narrow";
    font-size: 32px;
    font-weight: 670;
}

.video-side {
    width: 569px;
    height: 617px;
    position: relative; 
}
.video-title{
    color: #0A3956;
    width: 540px;
}
.video-text{
    max-width: 450px;
    font-size: 1.5rem
}
#video-content{
    display: flex;
    flex-direction: column;
    margin-top: 100px;
    gap: 15px;
}
#video-content iframe{
    height: 370px;
    width: 545px;
    border: none;
    border-radius: 28px;
    z-index: 1;
    margin-top: 24px;
    margin-left: 85px;
    box-shadow: 6px 4px 5px rgba(0, 0, 0, 0.3);
}
.video-side svg {
    position: absolute;
    z-index: 0;
    
    top: 0; 
    left: 0; 
}

.footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #F8F8F8;
    font-family: 'Mundial Narrow', sans-serif;
    padding: 25px 150px;
    height: auto;
    flex-shrink: 0;
}

.upper-f{
  display: flex;
  width: 100%;
  height: auto;
  align-content: center;
  justify-content: space-between;
  gap: 150px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.left-upper-f{
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 700px;
}
.right-upper-f{
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  gap: 25px;
  width: auto;
  height: auto;
}

.footer-icon{
  max-width: 200px;
  flex-shrink: 0;
}

.f-title{
  font-family: 'Mundial Narrow', sans-serif;
  font-weight: bold;
  font-size: 2rem;
}
.f-txt{
  font-family: 'Mundial Narrow', sans-serif;
  font-weight: light;
  font-size: 1.5rem;
}
.f-btn-1{
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-around;
  font-size: 1.3rem;
  background: #56B887;
  border: 1px solid #2E9461;
  color: #fff;
  padding: 5px 15px;
  border-radius: 25px;
  width: 150px;
  height: 35px
}
.f-btn-2{
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-around;
  font-size: 1.3rem;
  background: #ddd;
  border: 1px solid #0A3956;
  padding: 5px 15px;
  border-radius: 25px;
  width: 150px;
  height: 35px
}

.lower-f{
  display: flex;
  width: 100%;
  height: auto;
  color: gray;
  justify-content: space-between;
  flex-shrink: 0;
}
.lower-f p{
  font-family:'Mundial Narrow', sans-serif;
  font-weight: lighter;
  font-size: 1rem;
}
.right-lower-f{
  display: flex;
  gap: 25px;
}

@media (max-width: 1600px) {
    .right-hpage img{
        width: 550px;
    }
}



/* Atomic CSS */
a{
    color: black;
    text-decoration: none;
    cursor: pointer;
}
ul{list-style: none;}

h2{
    font-family: 'BuiltTitling';
    font-size: 4rem;
}
p{
    font-family: 'Mundial Narrow';
    font-size: 1.5rem;
}
li{
    font-family: 'Mundial Narrow';
}





