:root {
  --raisin-black-2: #9fdef7;
  --raisin-black-1: hsl(244, 17%, 19%);
  --major-orange: #f16244;
  --major-blue: #151660;
  --ghost-white-1: hsl(240, 100%, 99%);
  --ghost-white-2: hsl(228, 50%, 96%);
  --white-opacity: hsla(0, 0%, 100%, 0.5);
  --independence: #151660;
  --lavender-web: hsl(247, 69%, 95%);
  --eerie-black: hsl(210, 11%, 15%);
  --cool-gray: hsl(244, 17%, 61%);
  --sapphire: hsl(211, 100%, 35%);
  --white: hsl(0, 0%, 100%);

  --ff-quicksand: "Quicksand", sans-serif;
  --ff-mulish: "Mulish", sans-serif;

  --fs-1: 36px;
  --fs-2: 28px;
  --fs-3: 20px;
  --fs-4: 17px;
  --fs-5: 16px;
  --fs-6: 15px;
  --fs-7: 14px;

  --fw-500: 500;
  --fw-600: 600;
  --fw-700: 700;
  --fw-800: 800;

  /**
   * transition
   */

  --transition: 0.25s ease;

  /**
   * spacing
   */

  --section-padding: 40px;
}

/*-----------------------------------*\
  #RESET
\*-----------------------------------*/

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

a,
img,
span,
input,
label,
button,
ion-icon,
textarea {
  display: block;
}

button {
  border: none;
  background: none;
  font: inherit;
  cursor: pointer;
}

input,
textarea {
  border: none;
  font: inherit;
  width: 100%;
}

html {
  font-family: var(--ff-quicksand);
  scroll-behavior: smooth;
}

body {
  background: var(--white);
}

/*-----------------------------------*\
  #REUSED STYLE
\*-----------------------------------*/

.container {
  padding-inline: 15px;
}

.h1,
.h2,
.h3 {
  color: var(--independence);
  font-family: var(--ff-mulish);
  line-height: 1.2;
}

.h1 {
  font-size: var(--fs-1);
  color: var(--major-blue);
}

.h2 {
  font-size: var(--fs-2);
}

.h3 {
  font-size: var(--fs-3);
}

.btn {
  font-size: var(--fs-6);
  font-weight: var(--fw-700);
  padding: 15px 30px;
  border-radius: 4px;
  transition: var(--transition);
}

.btn:is(:hover, :focus) {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--major-orange);
  color: var(--white);
}

.btn-primary:is(:hover, :focus) {
  --major-orange: hsl(245, 67%, 55%);
  box-shadow: 0 3px 10px hsla(245, 67%, 59%, 0.5);
}

.btn-outline {
  border: 1px solid var(--major-orange);
  color: var(--major-orange);
}

.btn-outline:is(:hover, :focus) {
  background: var(--major-orange);
  color: var(--white);
  box-shadow: 0 3px 10px hsla(245, 67%, 59%, 0.5);
}

.btn-secondary {
  background: hsla(245, 67%, 59%, 0.15);
  color: var(--major-orange);
}

.section-title {
  text-align: center;
}

.section-text {
  color: var(--major-blue);
  font-size: var(--fs-4);
  line-height: 1.7;
  text-align: justify;
}

/**
 * FOR BLOG VIEW
 */
.blog-content {
  color: var(--major-blue);
}
.blog-title-detail .h1 {
  font-size: 30px;
  padding-top: 90px;
  padding-bottom: 20px;
}
.blog-content .h2 {
  color: var(--major-blue);
  font-size: 24px;
  margin-bottom: 10px;
}

.blog-content p {
  font-size: 20px;
  margin-bottom: 30px;
  text-align: justify;
}

/**
 * HOTLINE BAR VIEW
 */

.wrapper-ring {
  position: absolute;
  top: -5px;
  right: 135px;
}
.ring span {
  top: 20px;
  position: absolute;
  background: #00aff2;
  margin-left: 20px;
  padding: 2px 15px 0 35px;
  color: #fff;
  height: 30px;
  border-radius: 20px;
  font-size: var(--fs-3);
  font-weight: bold;
  white-space: nowrap;
}
.coccoc-alo-ph-circle {
  overflow: hidden;
  width: 70px;
  height: 70px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid #1e1e1e66;
  opacity: 0.1;
  -webkit-animation: circle-anim 1.2s infinite ease-in-out;
  -moz-animation: circle-anim 1.2s infinite ease-in-out;
  -ms-animation: circle-anim 1.2s infinite ease-in-out;
  -o-animation: circle-anim 1.2s infinite ease-in-out;
  animation: circle-anim 1.2s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.coccoc-alo-phone {
  overflow: hidden;
  background-color: transparent;
  width: 100px;
  height: 100px;
  cursor: pointer;
  z-index: 7 !important;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: visibility 0.5s;
  -moz-transition: visibility 0.5s;
  -o-transition: visibility 0.5s;
  transition: visibility 0.5s;
}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle-fill {
  background-color: #00aff280;
  opacity: 0.75 !important;
}

.coccoc-alo-ph-circle-fill {
  overflow: hidden;
  width: 70px;
  height: 70px;
  position: absolute;
  background-color: #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 0.1;
  -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
  -moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
  -ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation: circle-fill-anim 2.3s infinite ease-in-out;
  animation: circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.coccoc-alo-ph-img-circle {
  top: 14.5px;
  left: 14.5px;
  width: 40px;
  height: 40px;
  position: absolute;
  background: url("/assets/icons/call.svg") no-repeat center center;
  background-size: 22px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 0.7;
  -webkit-animation: circle-img-anim 1s infinite ease-in-out;
  -moz-animation: circle-img-anim 1s infinite ease-in-out;
  -ms-animation: circle-img-anim 1s infinite ease-in-out;
  -o-animation: circle-img-anim 1s infinite ease-in-out;
  animation: circle-img-anim 1s infinite ease-in-out;
}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-img-circle {
  background-color: #00aff2;
}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle {
  border-color: #00aff2;
  opacity: 0.5;
}

.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-circle,
.coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-circle {
  border-color: #75eb50;
  opacity: 0.5;
}

.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-circle-fill,
.coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 0.75 !important;
}

.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-img-circle,
.coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-img-circle {
  background-color: #75eb50;
}

@keyframes circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}

@keyframes circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@keyframes circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}

/* HOT BAR 2 */

/*-----------------------------------*\
  #HEADER
\*-----------------------------------*/

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--white);
  padding-block: 5px;
  box-shadow: 0px 7px 10px -2px #0000001f;
  overflow: hidden;
  transition: 0.5s ease-in-out;
  z-index: 4;
  height: 60px;
}
.header img {
  width: 90%;
}

.header.active {
  height: 330px;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.menu-toggle-btn {
  font-size: 25px;
}

.navbar {
  position: absolute;
  width: 100%;
  top: 64px;
  left: 1;
  padding-inline: 30px;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease-in-out;
}

.header.active .navbar {
  visibility: visible;
  opacity: 1;
}

.navbar-link,
.header-action-link {
  color: var(--cool-gray);
  font-size: var(--fs-4);
  font-family: var(--ff-mulish);
  padding-block: 8px;
  white-space: nowrap;
}

:is(.navbar-link, .header-action-link):is(:hover, :focus) {
  color: var(--major-orange);
}

/*-----------------------------------*\
  #DROPDOWN MENU
\*-----------------------------------*/

.dropdown {
  position: relative;
}

.dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}

.dropdown-icon {
  font-size: 14px;
  transition: var(--transition);
}

.dropdown.active .dropdown-icon {
  transform: rotate(180deg);
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background: var(--white);
  box-shadow: 0 5px 20px hsla(0, 0%, 0%, 0.1);
  border-radius: 4px;
  padding: 10px 0;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: var(--transition);
  z-index: 1000;
}

.dropdown.active .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-menu li {
  list-style: none;
}

.dropdown-link {
  display: block;
  padding: 10px 20px;
  color: var(--cool-gray);
  font-size: var(--fs-6);
  font-family: var(--ff-mulish);
  transition: var(--transition);
  white-space: nowrap;
}

.dropdown-link:hover {
  color: var(--major-orange);
  background: var(--ghost-white-2);
}

/*-----------------------------------*\
  #LANGUAGE SWITCHER
\*-----------------------------------*/

.language-switcher-link {
  /* Inherits navbar-link styles */
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
}

.lang-flag {
  width: 20px;
  height: 14px;
  display: inline-block;
  object-fit: cover;
  border-radius: 2px;
  vertical-align: middle;
}

.lang-text {
  display: inline-block;
}

.language-switcher {
  display: flex;
  align-items: center;
}

.lang-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: var(--ghost-white-2);
  color: var(--major-blue);
  font-size: var(--fs-6);
  font-weight: var(--fw-700);
  font-family: var(--ff-mulish);
  transition: var(--transition);
  cursor: pointer;
  border: 1px solid transparent;
}

.lang-btn:hover {
  background: var(--major-orange);
  color: var(--white);
  border-color: var(--major-orange);
}

.lang-code {
  display: block;
  line-height: 1;
}

/*-----------------------------------*\
  #home
\*-----------------------------------*/

.home {
  padding: 125px 0 var(--section-padding);
  background: var(--ghost-white-1);
}

.home-content {
  margin-bottom: 80px;
}

.home-title {
  margin-bottom: 25px;
}

.home-text {
  color: var(--major-blue);
  font-size: var(--fs-4);
  font-weight: var(--fw-500);
  line-height: 1.8;
  margin-bottom: 40px;
  text-align: justify;
}

.form-text {
  color: var(--independence);
  font-weight: var(--fw-500);
  line-height: 1.8;
  margin-bottom: 20px;
}

.form-text span {
  display: inline-block;
  font-size: 20px;
}

.email-field {
  background: var(--ghost-white-2);
  padding: 17px 20px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.email-field:focus {
  outline-color: var(--major-orange);
}

.home .btn-primary {
  margin-inline: auto;
}

.home-banner img {
  width: 100%;
}

/*-----------------------------------*\
  #ABOUT
\*-----------------------------------*/

.about {
  padding-block: var(--section-padding);
}

.about-content {
  margin-bottom: 30px;
}

.about-icon {
  width: 60px;
  height: 60px;
  background: var(--lavender-web);
  display: grid;
  place-items: center;
  color: var(--major-orange);
  font-size: 40px;
  border-radius: 4px;
  margin-bottom: 20px;
}

.about-title {
  margin-bottom: 10px;
  color: var(--major-blue);
}

.about-text {
  font-size: var(--fs-5);
  color: var(--major-blue);
  font-weight: var(--fw-500);
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: justify;
}

.about-list {
  display: grid;
  gap: 20px;
}

.about-card {
  padding: 20px;
  text-align: center;
  box-shadow: 0 3px 12px hsla(233, 77%, 10%, 0.06);
  border-radius: 4px;
  transition: var(--transition);
}

.about-card:hover {
  background: var(--major-orange);
  filter: brightness(140%);
  transform: translateY(-5px);
  box-shadow: 0 5px 18px hsla(245, 67%, 59%, 0.4);
}

.about-card .card-icon {
  width: 60px;
  height: 60px;
  background: var(--lavender-web);
  display: grid;
  place-items: center;
  color: var(--major-orange);
  font-size: 28px;
  border-radius: 50%;
  margin-inline: auto;
  margin-bottom: 20px;
  transition: var(--transition);
}

.about-card:hover .card-icon {
  background: hsla(0, 0%, 100%, 0.15);
  color: var(--white);
  box-shadow: 0 0 0 8px hsla(0, 0%, 100%, 0.05);
}

.about-card .card-title {
  margin-bottom: 10px;
  color: var(--major-orange);
  transition: var(--transition);
}

.about-card:hover .card-title {
  color: var(--white);
}

.about-card .card-text {
  color: var(--major-blue);
  font-size: var(--fs-6);
  font-weight: var(--fw-500);
  line-height: 1.8;
  transition: var(--transition);
  text-align: justify;
}

.about-card:hover .card-text {
  color: hsla(0, 0%, 100%, 0.8);
}

/*-----------------------------------*\
  #FEATURES
\*-----------------------------------*/

.features {
  padding-block: 40px;
  background: var(--ghost-white-1);
}

.features .section-title {
  margin-bottom: 15px;
}

.features .section-text {
  margin-bottom: 60px;
}

.features-wrapper:not(:last-child) {
  margin-bottom: 80px;
}

.features-banner {
  margin-top: 20px;
  margin-bottom: 35px;
}

.features-banner img {
  width: 100%;
}

.features-content-subtitle {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: var(--fs-5);
  color: var(--eerie-black);
  margin-bottom: 20px;
}

.features-content-subtitle ion-icon {
  color: var(--major-orange);
  font-size: 20px;
}

.features-content-title {
  font-size: var(--fs-2);
  font-family: var(--ff-mulish);
  color: var(--major-blue);
  font-weight: var(--fw-600);
  margin-bottom: 25px;
}

strong {
  font-weight: var(--fw-700);
}

.features-content-text {
  font-size: var(--fs-7);
  color: var(--cool-gray);
  line-height: 1.7;
  margin-bottom: 25px;
}

.features-list {
  margin-bottom: 40px;
}

.features-list-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: var(--fs-5);
  color: var(--cool-gray);
  margin-bottom: 10px;
}

.features-list-item ion-icon {
  font-size: 23px;
}

.features-list-item p {
  width: calc(100% - 28px);
}

.features-wrapper:last-child {
  display: flex;
  flex-direction: column-reverse;
}

.btn-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}

/*-----------------------------------*\
  #BLOG
\*-----------------------------------*/

.blog {
  padding-block: var(--section-padding);
}

.blog .section-title {
  margin-bottom: 20px;
}

.blog .section-text {
  margin-bottom: 40px;
}

.blog-list {
  display: grid;
  gap: 30px;
}

.blog-banner {
  margin-bottom: 20px;
}

.blog-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  max-width: 550px;
  margin: auto;
}
.blog-banner_1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  max-width: 750px;
  margin: auto;
  padding: 20px 0px;
}

.blog-meta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  font-size: var(--fs-6);
  text-transform: uppercase;
  color: var(--cool-gray);
  margin-bottom: 10px;
}

.blog-meta span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.blog-title {
  font-size: var(--fs-3);
  color: var(--independence);
}

.blog-text {
  color: var(--cool-gray);
  font-size: var(--fs-6);
  line-height: 1.7;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.blog-link-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--major-orange);
  font-weight: var(--fw-600);
}

.blog-link-btn:is(:hover, :focus) {
  color: var(--sapphire);
}

/* # PRODUCT */
.product {
  color: var(--major-blue);
}
.product h3 {
  font-size: 22px;
  background: #151660;
  text-align: center;
  padding: 7px;
  margin: 5px 0px;
  color: #fff;
}
.product .product-card {
  min-height: 200px;
  border: 1px solid #f16244;
  margin: 20px 0px;
}
.product .product-card h3 {
  display: flex;
  font-size: 19px;
  font-style: italic;
  background: #f16244;
  text-align: left;
  padding: 7px;
  color: #fff;
  margin: -1px -1px 0px -1px;
  gap: 20px;
}
.product .product-card .wrap {
  /* display: flex; */
  display: flexbox;
  margin: auto;
  gap: 10px;
}
.product .product-card .wrap .picture {
  min-width: 300px;
  padding: 10px;
  text-align: center;
  overflow: hidden;
}
.product .product-card img {
  width: 100%;
  max-height: 280px;
  object-fit: scale-down;
}
.product .product-card video {
  max-height: 280px;
  object-fit: scale-down;
  width: 100%;
}
.product .product-card .feature {
  margin: 20px 20px;
  font-size: var(--fs-3);
}

/*-----------------------------------*\
  #CONTACT
\*-----------------------------------*/

.contact {
  padding-block: var(--section-padding);
  background: var(--ghost-white-1);
  color: var(--major-blue);
}

.contact .section-title {
  color: var(--major-blue);
  margin-bottom: 15px;
}

.contact .section-text {
  margin-bottom: 60px;
}

.contact-form {
  margin-bottom: 50px;
}

.input-wrapper {
  margin-bottom: 20px;
}

.contact label {
  color: var(--major-blue);
  font-weight: var(--fw-500);
  margin-bottom: 10px;
}

.contact .input-field {
  background: transparent;
  color: var(--independence);
  font-size: var(--fs-7);
  padding: 10px 15px;
  border: 1px solid hsla(244, 17%, 67%, 0.3);
  border-radius: 4px;
}

.contact .input-field:focus {
  outline: none;
  background: var(--ghost-white-2);
}

.contact .input-field::placeholder {
  color: var(--cool-gray);
}

textarea.input-field {
  margin-bottom: 20px;
  resize: vertical;
  min-height: 50px;
  height: 100px;
  max-height: 200px;
}

.contact .btn-primary {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.contact .btn-primary ion-icon {
  --ionicon-stroke-width: 40px;
}

.contact-list li:not(:last-child) {
  margin-bottom: 25px;
}

.contact-link {
  color: var(--major-blue);
  font-size: 18px;
  font-weight: var(--fw-500);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5px;
}

.contact-link ion-icon {
  font-size: 22px;
  --ionicon-stroke-width: 30px;
}

.contact-link :is(span, address) {
  width: calc(100% - 25px);
}

.contact-link address {
  font-style: normal;
}

/*-----------------------------------*\
  #FOOTER
\*-----------------------------------*/

footer {
  background: var(--major-blue);
  color: var(--white-opacity);
  font-weight: var(--fw-500);
}

.footer-top {
  padding-block: var(--section-padding);
}

.footer-brand {
  margin-bottom: 60px;
}

footer .logo {
  margin-bottom: 25px;
}

.footer-text {
  font-size: var(--fs-6);
  line-height: 1.8;
  margin-bottom: 25px;
}

.social-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

.social-link {
  color: var(--white-opacity);
  font-size: 25px;
  transition: var(--transition);
}
.social-link img {
  max-width: 30px;
}

.social-link:is(:hover, :focus) {
  color: var(--white);
}

.footer-link-box {
  display: grid;
  gap: 50px;
}

.footer-list li:first-child {
  margin-bottom: 20px;
}

.footer-item-title {
  color: var(--white);
  font-family: var(--ff-mulish);
  font-weight: var(--fw-700);
}

.footer-link {
  color: var(--white-opacity);
  font-size: var(--fs-6);
  transition: var(--transition);
  padding-block: 10px;
}

.footer-link:is(:hover, :focus) {
  color: var(--white);
  transform: translateX(5px);
}

.footer-bottom {
  padding-block: 15px;
  text-align: center;
  font-size: 12px;
}

.copyright a:is(:hover, :focus) {
  color: var(--white);
}

/*-----------------------------------*\
  #MEDIA QUERIES
\*-----------------------------------*/

/**
 * responsive for larger than 450px screen
 */

@media (min-width: 450px) {
  /**
   * home
   */
  .container {
    max-width: 440px;
    margin: auto;
  }
  .home-form {
    position: relative;
  }

  .wrapper-ring {
    right: 200px;
  }

  .email-field {
    margin-bottom: 0;
    padding-right: 155px;
  }

  .home .btn-primary {
    position: absolute;
    top: 5px;
    right: 5px;
    padding-block: 12.5px;
  }

  /**
   * ABOUT
   */

  .about-card .card-text {
    max-width: 300px;
    margin-inline: auto;
  }
  .product .product-card img {
    width: 100%;
    max-height: 270px;
    object-fit: scale-down;
  }
  .product .product-card video {
    max-height: 270px;
    object-fit: scale-down;
    width: 100%;
  }
}

/**
 * responsive for larger than 576px screen
 */

@media (min-width: 576px) {
  :root {
    --fs-1: 40px;
  }
  .home-text {
    font-size: var(--fs-3);
  }
  .wrapper-ring {
    right: 250px;
  }
  .container {
    max-width: 525px;
    margin-inline: auto;
  }
  .section-text {
    /* max-width: 460px; */
    margin-inline: auto;
    margin-bottom: 80px;
  }
  .product .product-card .wrap .picture {
    min-width: 350px;
  }
  .product .product-card img {
    width: 100%;
    max-height: 350px;
    object-fit: scale-down;
  }
  .product .product-card video {
    max-height: 350px;
    object-fit: scale-down;
    width: 100%;
  }
}

/**
 * responsive for larger than 768px screen
 */

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  .wrapper-ring {
    right: 280px;
  }
  .home-text {
    font-size: var(--fs-3);
  }

  .section-text {
    /* max-width: 645px; */
  }

  .home :is(.home-text, .form-text, .home-form) {
    min-width: 550px;
  }

  .home-banner {
    max-width: 480px;
    margin-inline: auto;
  }
  .product .product-card .wrap {
    display: flex;
  }
  .features-banner {
    max-width: 500px;
    margin: auto;
  }
  .about-list {
    grid-template-columns: 1fr 1fr;
  }

  .contact-form .wrapper-flex {
    display: flex;
    gap: 30px;
  }

  .wrapper-flex .input-wrapper {
    width: 50%;
  }

  .footer-link-box {
    grid-template-columns: repeat(3, 1fr);
  }
  .product .product-card .wrap .picture {
    min-width: 370px;
  }
}

/**
 * responsive for larger than 992px screen
 */

@media (min-width: 992px) {
  :root {
    --fs-5: 18px;
    --fs-6: 17px;
  }

  .container {
    max-width: 950px;
  }
  .home-text {
    font-size: var(--fs-3);
  }

  .wrapper-ring {
    top: 0;
    left: calc(80vw);
  }
  .section-text {
    /* max-width: 450px; */
    font-size: var(--fs-3);
  }
  .header {
    overflow: visible;
    padding-block: 0;
    height: 75px;
  }
  .header .container .logo img {
    width: 120%;
  }

  .header.active {
    height: unset;
  }

  .menu-toggle-btn {
    display: none;
  }

  .navbar {
    position: static;
    visibility: visible;
    opacity: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-inline: 0;
  }

  .navbar-list {
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    gap: 40px;
    margin-inline: auto;
  }

  .header-actions {
    display: flex;
    align-items: center;
    gap: 40px;
  }

  .navbar-link,
  .header-action-link {
    padding-block: 25px;
  }

  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-10px);
    min-width: 200px;
  }

  .dropdown.active .dropdown-menu {
    transform: translateX(-50%) translateY(0);
  }

  .home .container {
    display: grid;
    grid-template-columns: 4fr 5fr;
    align-items: center;
    gap: 10px;
  }

  .home-content {
    margin-bottom: 0;
  }

  .about .container {
    display: flex;
    align-items: center;
    gap: 50px;
  }

  .about-content {
    margin-bottom: 0;
    width: 40%;
  }

  .about-list {
    gap: 30px;
    padding-bottom: 50px;
  }

  .about-list li:nth-child(odd) {
    transform: translateY(50px);
  }
  .features-wrapper {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 10px;
  }

  .features-wrapper:not(:last-child) {
    margin-bottom: 100px;
  }

  .features-wrapper:last-child .features-banner {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }

  .blog-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .blog .section-text {
    margin-bottom: 50px;
  }

  .contact-wrapper {
    display: grid;
    grid-template-columns: 5fr 4fr;
    gap: 40px;
    align-items: center;
  }

  .contact-form {
    margin-bottom: 0;
  }
  .footer-top .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
  }

  .footer-brand {
    margin-bottom: 0;
    max-width: 300px;
  }

  .footer-list {
    width: 140px;
  }
  .product .product-card .wrap .picture {
    min-width: 400px;
  }
  .product .product-card img {
    width: 100%;
    max-height: 500px;
    object-fit: scale-down;
  }
  .product .product-card video {
    max-height: 500px;
    object-fit: scale-down;
    width: 100%;
  }
}

/**
 * responsive for larger than 1200px screen
 */

@media (min-width: 1200px) {
  /* .header {
      height: 70px;
   } */
  /* .header img {
      width: 100%;
   } */
  .container {
    max-width: 1150px;
  }
  .home .container {
    gap: 10px;
  }

  .fooer-link-box {
    margin-right: 40px;
  }
  .footer-list {
    width: 170px;
  }
  .product .product-card .wrap .picture {
    min-width: 450px;
  }
  .product .product-card img {
    width: 100%;
    max-height: 700px;
    object-fit: scale-down;
  }
  .product .product-card video {
    max-height: 700px;
    object-fit: scale-down;
    width: 100%;
  }
}
