@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');
@import url('./fonts/phuong-phap-hoc-tieng-anh-elc-font.css');

body {
  background-color: #f7f2dc;
}

main {
  background: url('../../images/landing-pages/sinh-nhat-ielts-langgo/bg1.webp'),
    url('../../images/landing-pages/sinh-nhat-ielts-langgo/bg2.webp'),
    url('../../images/landing-pages/sinh-nhat-ielts-langgo/bg3.webp'),
    url('../../images/landing-pages/sinh-nhat-ielts-langgo/balloon-right.webp'),
    url('../../images/landing-pages/sinh-nhat-ielts-langgo/balloon-left.webp'),
    url('../../images/landing-pages/sinh-nhat-ielts-langgo/bg4.webp'),
    url('../../images/landing-pages/sinh-nhat-ielts-langgo/flower.webp'),
    url('../../images/landing-pages/sinh-nhat-ielts-langgo/flower.webp'),
    url('../../images/landing-pages/sinh-nhat-ielts-langgo/flower.webp'),
    url('../../images/landing-pages/sinh-nhat-ielts-langgo/flower.webp');
  background-size: 22%, 28%, 15%, 15%, 15%, 15%, auto, auto, auto, auto;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: top left, top right, top 37% left, top 37% right, top 63% left, bottom 29% right, top 30% right 5%, top 50% left 5%, bottom 37% right 4%, bottom 25% left 5%;
}

#section-1 #box-images div:first-child img {
  transform: scale(1.2) translateX(-2rem);
}

#section-1 #box-images div:nth-child(2) img {
  transform: scale(1.1) translate(-1rem, 0.5rem);
}

#section-1 .col-12.col-lg-7 img {
  margin-top: 2rem;
}

.title-image img {
  width: 60%;
  margin: auto;
}

#section-2 .box-actions div {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  font-family: "SVN-Gilroy-SemiBold";
  text-align: center;
  text-transform: uppercase;
  flex-basis: 30%;
  background-color: #fff;
  border-radius: 30px;
  padding: 10px 0;
  cursor: pointer;
}

#section-2 .box-actions div.active {
  color: #fff;
  background-color: #d72229;
}

#section-2 .box-content {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 10px -5px #333;
  padding: 2rem;
  transition: all 3s ease;
}

#section-2 .box-content .content .content-head {
  font-size: 28px;
  color: #cd2128;
  font-weight: bold;
  line-height: 1.3;
  font-family: "SVN-Gilroy-SemiBold";
}

#section-2 .box-content .content p {
  display: list-item;
  margin-bottom: 5px;
  margin-left: 1.5rem;
  font-size: 18px;
  line-height: 28px;
  font-family: 'SVN-Regular';
  color: #000000;
}

#section-2 .box-content .alias {
  font-size: 18px;
  line-height: 28px;
  font-family: 'SVN-Regular';
  color: #000000;
}

#section-2 .box-content .content p::marker {
  color: #d72229;
}

#section-2 .box-content:first-child button {
  background: linear-gradient(90deg, rgba(249, 162, 33, 1) 45%, rgba(233, 31, 36, 1) 100%);
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
  font-family: "SVN-Gilroy-SemiBold";
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
}

#section-2 .box-content:not(.active) {
  display: none;
}

#section-2 .box-content.active {
  display: block;
}

#section-3 .content .step {
  font-size: 23px;
  letter-spacing: 1px;
  color: #d72229;
  font-weight: bold;
  font-style: italic;
  font-family: "SVN-Gilroy-SemiBold";
  text-align: center;
  background-color: #ffdeb7;
  width: max-content;
  padding: 0.25rem 1.5rem;
  border-radius: 30px;
  border: 1px solid #f5aa57;
  margin: -2.5rem auto 2rem;
}

#section-3 .content {
  flex-basis: 23%;
  background-color: #fff;
  border-radius: 20px;
  padding: 1rem;
  border: 1px solid #f5aa57;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 10px -5px #333;
}

#section-3 .content p {
  text-align: left;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  font-family: "SVN-Regular";
}

#section-3 .content p a {
  text-decoration: none;
  font-family: 'SVN-Gilroy-SemiBold';
  color: #d72229;
  font-style: italic;
}

#section-3 .content .icon {
  margin-top: auto;
}

#section-3 .content:last-child .icon {
  margin-top: 3rem;
}

#section-4 .box-actions div {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  font-family: "SVN-Gilroy-SemiBold";
  text-align: center;
  text-transform: uppercase;
  flex-basis: 30%;
  background-color: #fff;
  border-radius: 30px;
  padding: 10px 0;
  cursor: pointer;
}

#section-4 .box-actions div.active {
  color: #fff;
  background-color: #d72229;
}

#section-4 .box-content {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 10px -5px #333;
  padding: 2rem;
  transition: all 3s ease;
}

#section-4 .box-content .content .content-head {
  font-size: 28px;
  color: #cd2128;
  font-weight: bold;
  line-height: 1.3;
  font-family: "SVN-Gilroy-SemiBold";
}

#section-4 .box-content .content p {
  display: list-item;
  margin-bottom: 5px;
  margin-left: 1.5rem;
  font-size: 18px;
  line-height: 1.2;
  font-family: 'SVN-Regular';
  color: #000000;
}
#section-4 .box-content#view5 .content p:first-child{
  display: contents;
}
#section-4 .box-content .content div {
  margin-bottom: 5px;
  margin-left: 1.5rem;
  font-size: 18px;
  line-height: 1.2;
  font-family: 'SVN-Regular';
  color: #000000;
}

#section-4 .box-content .content p::marker {
  color: #d72229;
}

#section-4 .box-content:not(.active) {
  display: none;
}

#section-4 .box-content.active {
  display: block;
}

#section-5 .instruct-head {
  font-size: 28px;
  color: #cd2128;
  font-weight: bold;
  font-family: "SVN-Gilroy-Bold";
}

#section-5 .box-instruct {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 10px -5px #333;
}

#section-5 .box-instruct p {
  display: list-item;
  margin-bottom: 5px;
  margin-left: 1.5rem;
  font-size: 18px;
  line-height: 1.2;
  font-family: 'SVN-Regular';
  color: #000000;
}

#section-5 .box-instruct p::marker {
  color: #d72229;
}

#section-5 button {
  background: linear-gradient(90deg, rgba(249, 162, 33, 1) 45%, rgba(233, 31, 36, 1) 100%);
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
  font-family: "SVN-Gilroy-SemiBold";
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  border: 5px solid #fff;
}

.section-contact-sales-form {
  margin-bottom: 0;
}

#section-contact-sales {
  padding: 3rem 0;
  margin-top: 5rem;
}

.section-contact-sales-form .contact-form .title-contact-sale-form span {
  font-family: "SVN-Gilroy-SemiBold";
  font-size: 22px;
}

.section-contact-sales-form .contact-form .title-contact-sale-form strong {
  font-family: "SVN-Gilroy-Bold";
  font-size: 26px;
}

.section-contact-sales-form .contact-form {
  padding: 1.5rem;
  border-radius: 20px;
  border: 1px solid #f5aa57;
}

.section-contact-sales-form .contact-form .title-contact-sale-form {
  font-size: 26px;
}

.navbar-nav .nav-item a {
  text-decoration: none;
}

.navbar-nav .nav-item:last-child {
  background-color: unset !important;
}

.navbar-nav .nav-item>a:hover, .navbar-nav .nav-item:hover>a {
  cursor: pointer;
  background-color: var(--white);
  color: var(--color-primary) !important;
}

.button-default .content-button {
  font-family: "SVN-Gilroy-SemiBold";
}

.box-modal-form {
  position: fixed;
  width: 100%;
  min-height: 100vh;
  background-color: #00000081;
  top: 0;
  left: 0;
  z-index: 1000;
  justify-content: center;
  align-items: center;
  display: none;
}
.box-modal-form .ovelay-boxmodal{
  position: absolute;
  z-index: 2;
  top: 0.2rem;
  right: 0.5rem;
  cursor: pointer;
  font-weight: 700;
}
.box-modal-form .body-box {
  width: 50%;
  max-width: 100%;
  margin: auto;
  padding: 2rem;
  position: relative;
  z-index: 9;
  background: url('../../images/landing-pages/sinh-nhat-ielts-langgo/balloon-left.webp'),
              url('../../images/landing-pages/sinh-nhat-ielts-langgo/balloon-right.webp'),
              url('../../images/landing-pages/sinh-nhat-ielts-langgo/bg4.webp'),
              url('../../images/landing-pages/sinh-nhat-ielts-langgo/flower.webp'),
              url('../../images/landing-pages/sinh-nhat-ielts-langgo/flower.webp');
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 15%, 10%, 15%, 10%, 10%;
  background-position: left 7% bottom, right 7% bottom, right top 27%, left 0% center, right 2% bottom 10%;           
  background-color: #f7f2dc;
}

.box-modal-form .title-form {
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  font-family: "SVN-Gilroy-Bold";
  text-align: center;
  width: max-content;
  margin: auto;
  background-color: #d72229;
  border-radius: 20px;
  padding: 1rem;
  max-width: 100%;
  margin-bottom: 1.5rem;
}

.box-modal-form .gift-name {
  width: max-content;
  max-width: 100%;
  min-width: 80%;
  border: 1px solid #f5aa57;
  border-radius: 20px;
  text-transform: uppercase;
  background-color: #fff;
  margin: auto;
  margin-bottom: 1rem;
  font-size: 18px;
  color: #d72229;
  font-weight: bold;
  font-family: "SVN-Gilroy-Bold";
  text-align: center;
}
.box-modal-form form select {
  color: #333 !important;
  font-family: "SVN-Regular" !important;
}
.select-el{
  position: relative;
}
.select-el::after{
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background-color: #d72229;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  top: 1rem;
  right: 1.5rem;
}
.box-modal-form form input,
.box-modal-form form select {
  border-radius: 20px;
  border: 1px solid #f5aa57;
}
form input::placeholder {
  color: #333 !important;
  font-family: "SVN-Regular" !important;
}
.section-contact-sales-form .contact-form select,
form input::placeholder{
  font-family: "SVN-Regular";
}
.box-modal-form form .button-default {
  background-color: #d72229;
  color: #fff;
  font-family: "SVN-Gilroy-Bold";
  text-transform: uppercase;
  font-size: 18px;
  border: none;
}

.box-modal-form .alias {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  font-style: italic;
  font-family: "SVN-Gilroy-SemiBold";
  text-align: center;
  margin-bottom: 1rem;
}

/* cta modal fomr */
.box-modal-cta {
  position: fixed;
  width: 100%;
  min-height: 100vh;
  background-color: #00000081;
  top: 0;
  left: 0;
  z-index: 1000;
  justify-content: center;
  align-items: center;
  display: none;
}
.box-modal-cta .ovelay-boxmodal{
  position: absolute;
  z-index: 2;
  top: 0.2rem;
  right: 0.5rem;
  cursor: pointer;
  font-weight: 700;
}
.box-modal-cta .body-box {
  width: 50%;
  max-width: 100%;
  margin: auto;
  padding: 2rem;
  position: relative;
  z-index: 9;
  background: url('../../images/landing-pages/sinh-nhat-ielts-langgo/balloon-left.webp'),
              url('../../images/landing-pages/sinh-nhat-ielts-langgo/balloon-right.webp'),
              url('../../images/landing-pages/sinh-nhat-ielts-langgo/bg4.webp'),
              url('../../images/landing-pages/sinh-nhat-ielts-langgo/flower.webp'),
              url('../../images/landing-pages/sinh-nhat-ielts-langgo/flower.webp');
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 15%, 10%, 15%, 10%, 10%;
  background-position: left 7% bottom, right 7% bottom, right top 27%, left 0% center, right 2% bottom 10%;           
  background-color: #f7f2dc;
}

.box-modal-cta .title-form {
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  font-family: "SVN-Gilroy-Bold";
  text-align: center;
  width: max-content;
  margin: auto;
  background-color: #d72229;
  border-radius: 20px;
  padding: 1rem;
  max-width: 100%;
  margin-bottom: 1.5rem;
}

.box-modal-cta .gift-name {
  width: max-content;
  max-width: 100%;
  min-width: 80%;
  border: 1px solid #f5aa57;
  border-radius: 20px;
  text-transform: uppercase;
  background-color: #fff;
  margin: auto;
  margin-bottom: 1rem;
  font-size: 18px;
  color: #d72229;
  font-weight: bold;
  font-family: "SVN-Gilroy-Bold";
  text-align: center;
}
.box-modal-cta form select {
  color: #333 !important;
  font-family: "SVN-Regular" !important;
}
.select-el{
  position: relative;
}
.select-el::after{
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background-color: #d72229;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  top: 1rem;
  right: 1.5rem;
}
.box-modal-cta form input,
.box-modal-cta form select {
  border-radius: 20px;
  border: 1px solid #f5aa57;
}
form input::placeholder {
  color: #333 !important;
  font-family: "SVN-Regular" !important;
}
.section-contact-sales-form .contact-form select,
form input::placeholder{
  font-family: "SVN-Regular";
}
.box-modal-cta form .button-default {
  background-color: #d72229;
  color: #fff;
  font-family: "SVN-Gilroy-Bold";
  text-transform: uppercase;
  font-size: 18px;
  border: none;
}

.box-modal-cta .alias {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  font-style: italic;
  font-family: "SVN-Gilroy-SemiBold";
  text-align: center;
  margin-bottom: 1rem;
}

/* end */
/* wheel */
#app {
  width: 400px;
  height: 400px;
  margin: 0 auto;
  position: relative;
}

.marker {
  position: absolute;
  width: 40px;
  left: 50%;
  top: -1.5rem;
  z-index: 5;
  transform: translateX(-50%);
}

.wheel {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 4;
}

.stand {
  max-width: 22rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3rem;
  z-index: 3;
}

.button:hover {
  opacity: 0.8;
}

.blur {
  animation: blur 10s;
}

@keyframes blur {
  0% {
    filter: blur(1.5px);
  }

  80% {
    filter: blur(1.5px);
  }

  100% {
    filter: blur(0px);
  }
}

/* end */
@media screen and (max-width: 1800px){
  main{
  background-size: 22%, 15%, 15%, 15%, 15%, 15%, auto, auto, auto, auto;

  }
}
@media screen and (max-width: 991px) {
  #section-3 .content{
    flex-basis: 45%;
    margin-bottom: 3rem;
    height: 100%;
  }
  #section-3 .content:first-child{
    padding-bottom: 1.8rem;
  }
  #section-3 .content:nth-child(3){
    padding-bottom: 3.3rem;
  }
  .mobile_menu_nav ul li{
    list-style: none;
  }
  .mobile_menu_nav ul li a{
    text-decoration: none;
    color: #d72229;
    font-family: "SVN-Gilroy-SemiBold";
  }
  
  #section-5 .box-instruct {
    margin-top: 7rem;
  }
  .box-modal-form .body-box,.box-modal-cta .body-box{
    width: 75%;
  }
}
@media screen and (max-width: 575px) {
  #section-1 #box-images div:first-child img {
    transform: scale(1) translateX(0);
    margin-top: 2rem;
  }

  #section-1 #box-images div:nth-child(2) img {
    transform: scale(1) translate(0, 0);
  }

  #section-2 .box-actions div,
  #section-4 .box-actions div {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
  }

  #section-3 .content {
    flex-basis: auto;
    margin-bottom: 2.5rem;
  }

  .title-image img {
    width: 95%;
    margin: auto;
  }

  #section-5 .box-instruct {
    margin-top: 0;
  }

  #section-contact-sales {
    margin-top: 0;
  }

  #section-2 .box-content .content .content-head {
    font-size: 18px;
  }

  #section-2 .box-content .content p,
  #section-3 .content,
  #section-4 .box-content .content p {
    font-size: 16px;
  }
  #section-5 .instruct-head {
    font-size: 22px;
  }

  #section-contact-sales {
    padding: 3rem 15px;
  }

  .section-contact-sales-form .contact-form .title-contact-sale-form {
    font-size: 18px;
  }

  #app {
    max-width: 100%;
    height: auto;
  }
  .box-modal-form .body-box,.box-modal-cta .body-box{
    width: 95%;
  }
  .section-contact-sales-form .contact-form input::placeholder {
    color: #333 !important;
    font-family: "SVN-Regular" !important;
  }
  form select {
    color: #333 !important;
    font-family: "SVN-Regular" !important;
  }
  .section-contact-sales-form .contact-form input, .section-contact-sales-form .vertical-contact-form select{
    font-family: "SVN-Regular" !important;
  }
}
@media screen and (max-width: 400px) {
  #section-5 .box-instruct {
      margin-top: 0rem;
  }
  .title-image img {
    width: 100%;
    margin: auto;
  }
  #section-3 .content .step{
    font-size: 20px;
  }
  #section-2 .box-content:first-child button{
    font-size: 20px;
  }
  .section-contact-sales-form .contact-form input, .section-contact-sales-form .contact-form select{
    font-size: 14px;
    font-family: 'SVN-Regular';
  }
}

@media screen and (max-width:350px) {
  #section-2 .box-content:first-child button,#section-5 button {
    font-size: 18px;
  }
  .widget-visible{
    display: none !important;
  }
}