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

html {
  scroll-behavior: smooth;
}

body {
  background-color: #f4f4f6;
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
}

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

.title {
  font-size: 48px;
  color: #1b1b1b;
  font-weight: 600;
}

.min-title {
  font-size: 24px;
  color: #1b1b1b;
  font-weight: 500;
}

.title-span {
  color: #cccccc;
}

.desc {
  font-size: 24px;
  font-weight: 400;
  color: #808080;
}

.min-desc {
  font-size: 16px;
  font-weight: 400;
  color: #808080;
}

.btn {
  background-color: #dc3545;
  color: #fff;
  border: none;
  border-radius: 24px;
  padding: 0 40px;
  font-size: 18px;
  font-weight: 400;
  height: 60px;
  cursor: pointer;
}

.btn:hover {
  background-color: #c82333;
}

@media screen and (max-width: 1440px) {
  .container {
    max-width: 1160px;
  }
}

@media screen and (max-width: 1200px) {
  .container {
    max-width: 940px;
  }
  .title {
    font-size: 42px;
  }
  .desc {
    font-size: 18px;
  }
  .btn {
    font-size: 16px;
  }
  .min-desc {
    font-size: 16px;
  }
}

@media screen and (max-width: 960px) {
  .container {
    max-width: 620px;
  }
}

@media screen and (max-width: 640px) {
  .container {
    max-width: 460px;
  }

  .title {
    font-size: 36px;
  }
  .min-title {
    font-size: 22px;
  }
  .btn {
    padding: 0 20px;
  }
}

@media screen and (max-width: 480px) {
  .container {
    max-width: 360px;
  }
  .title {
    font-size: 30px;
  }
}

@media screen and (max-width: 360px) {
  .container {
    max-width: 320px;
  }
}

.iti__selected-flag {
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  background-color: #f4f4f6 !important;
  padding-left: 20px !important;
}

/* 
@media screen and (max-width: 1440px) {
}

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

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

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

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

@media screen and (max-width: 360px) {
} */
