* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
section,
footer {
  padding: 34px 124px 34px 124px;
}

header {
  background-color: #fff;
}
button {
  background-color: #0fe3af;
  color: #363636;
  font-size: 18px;
  font-weight: 600;
  width: 169px;
  min-height: 61px;
  border: none;
  cursor: pointer;
}
/* connect section start */
.connect {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: #0152a8;
  padding: 12px 96px;
}
.connect ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.connect ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 0 4px;
}
.connect ul li div {
  min-width: 34.62px;
  height: 34.62px;
  border-radius: 50%;
  background-color: #095fba;
  display: flex;
  align-items: center;
  justify-content: center;
}
.connect ul li p {
  font-weight: 400;
  font-size: 16px;
  line-height: 25.6px;
  color: #ffffff;
}
.connect ul li span {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}
.connect ul li:nth-child(4) p {
  color: #fff;
}
.connect ul li:nth-child(4) {
  display: none;
}
/* connect section end */
/* header section start */
header {
  position: sticky;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 99;
}
.header-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo img {
  max-width: 242px;
  max-height: 50px;
}
.header-section nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

nav ul li a {
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 300;
  line-height: 22.4px;
}
nav ul li a.active {
  font-weight: 500;
  color: #0152a8;
}
button {
  background-color: #0fe3af;
  color: #363636;
  font-size: 18px;
  font-weight: 600;
  width: 169px;
  min-height: 61px;
  border: none;
}
.toggle {
  display: none;
}
.toggle i {
  font-size: 24px;
}
/* header section end */
/* about section start */
.about_section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px auto;
}
.about_section .about_service {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about_section .about_service h4 {
  font-size: 50px;
  font-weight: 700;
  line-height: 57px;
  max-width: 72%;
  color: #143450;
}

.about_service ul {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.about_service ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.about_section ul li::before {
  content: "•";
  font-size: 1.5em;
  color: black;
}
.about_section .image {
  min-width: 50%;
}
.about_section .image img {
  max-height: 100%;
  width: 100%;
  box-sizing: border-box;
}
#about_click {
  background: #0152a8;
  color: #fff;
}
/* about section end */
/* second about sontainer start */
.second_about_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin: 130px auto;
}
.second_about_container .image {
  min-width: 50%;
}
.second_about_container .image img {
  max-height: 100%;
  width: 100%;
  box-sizing: border-box;
}

.second_about_container .description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 35px;
}
.second_about_container .description div:first-child {
  display: flex;
  flex-direction: column;
}
.second_about_container .description div:first-child span {
  font-size: 14px;
  letter-spacing: 5px;
  font-weight: 400;
  line-height: 19.88px;
  border: 0.5px solid #cecece;
  padding: 3px 22px 3px 22px;
  color: #1c1c1c;
  max-width: 164px;
  overflow: hidden;
}
.second_about_container .description div:first-child h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 39px;
  color: #1c1c1c;
  margin-top: 15px;
  letter-spacing: 1px;
  text-align: start;
}
.second_about_container .description div:nth-child(2) {
  max-width: 100%;
  display: none;
}
.second_about_container .description div:nth-child(2) img {
  max-width: 100%;
  height: 100%;
}
.second_about_container .description div:nth-child(3) {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.second_about_container .description div:nth-child(3) p {
  font-size: 16px;
  font-weight: 400;
  color: #545454;
  line-height: 22px;
}
.second_about_container .description div:nth-child(3) p span {
  font-weight: 700;
  line-height: 22px;
  font-size: 16px;
  color: #0152a8;
}
.second_about_container .description div:nth-child(4) ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
.second_about_container .description div:nth-child(4) ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 9px;
}
/* second about container end */
/* cart section start */
.cart {
  margin: 30px auto;
}
.cart .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
}
.cart .title span {
  font-size: 14px;
  letter-spacing: 5px;
  font-weight: 400;
  line-height: 19.88px;
  border: 0.5px solid #cecece;
  padding: 3px 22px 3px 22px;
  color: #1c1c1c;
  max-width: 164px;
  overflow: hidden;
}
.cart .title h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 39px;
  color: #1c1c1c;
  max-width: 406px;
  text-align: center;
}
.cart .card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
.card-container .card-item {
  background-color: #f1f1f1;
  width: calc(33.333% - 20px);
  min-height: 250px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
}
.card-container .card-item div {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.card-container .card-item div img {
  width: 58px;
  height: 60px;
}
.card-container .card-item div span {
  font-size: 20px;
  font-weight: 600;
}
.card-container .card-item div p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #545454;
}
/* cart section end */
/* call center section start */
.call-center {
  padding: 0;
  width: 100%;
  height: 700px;
  margin: 60px auto;
}
.call-center .background-image {
  width: 100%;
  height: 100%;
}
.call-center img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.call-center .text-container {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 30px;
  padding: 52px 44px 52px 44px;
  max-width: 450px;
  position: relative;
  top: 67%;
  left: 80%;
  transform: translate(-67%, -80%);
}
.call-center .text-container .title {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
}
.call-center .text-container .title span {
  font-size: 14px;
  letter-spacing: 5px;
  font-weight: 400;
  line-height: 19.88px;
  border: 0.5px solid #cecece;
  padding: 3px 22px 3px 22px;
  color: #1c1c1c;
  max-width: 164px;
  overflow: hidden;
}
.call-center .text-container .title h4 {
  font-size: 28px;
  font-weight: 600;
  line-height: 39px;
  color: #1c1c1c;
}
.call-center .text-container .title p {
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  color: #545454;
}
.clock {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  width: 100%;
}
.clock .clock-image {
  min-width: 59px;
  height: 59px;
  border: 2px solid #0fe3af;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.clock-img-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.clock-img-content span {
  color: #1c1c1c;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
}
.clock-image img {
  width: 22px;
  height: 22px;
}
.title-img {
  min-width: 100%;
  height: 285px;
  background: #000;
  display: none;
}
.title-img img {
  width: 100%;
  height: 285px;
  object-fit: cover;
}
/* call center section end */
/* card slider section start */
.card_slider {
  padding: 0;
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
  overflow: hidden;
}
.card_slider .card-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.card_slider .card-title span {
  font-size: 14px;
  letter-spacing: 5px;
  font-weight: 400;
  line-height: 19.88px;
  border: 0.5px solid #cecece;
  padding: 3px 22px 3px 22px;
  color: #1c1c1c;
  min-width: 164px;
  overflow: hidden;
  text-transform: uppercase;
}
.card_slider .card-title h4 {
  font-size: 30px;
  font-weight: 600;
  line-height: 39px;
  color: #1c1c1c;
}
.slider-container {
  display: flex;
  gap: 25px;
  animation: scroll 20s linear infinite;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 9));
  }
}
.slider-item {
  width: 580px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 25px;
  background-color: #f0fcff;
  padding: 45px;
}
.slider-item .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.slider-item .title .person .image img {
  border-radius: 50%;
}
.slider-item .title .person {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.slider-item .title .person .name {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
}
.slider-item .title .person .name span {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #1c1c1c;
}
.slider-item .title .person .name p {
  color: #545454;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.slider-item .underground {
  background-color: #cdcdcd;
  height: 2px;
}
.slider-item .main {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 15px;
}
.slider-item .main p {
  color: #545454;
  font-weight: 500;
  line-height: 22px;
  font-size: 16px;
}
.slider-item .main .stars {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 8px;
}
/* card slider section end */
/* fag section start */
.fag {
  position: relative;
  margin: 50px auto;
}
.fag .title {
  text-align: center;
}
.fag .title h4 {
  font-weight: 600;
  font-size: 30px;
  line-height: 39px;
  color: #1c1c1c;
}
.container {
  padding: 40px 0 15px 0;
  width: 85%;
  margin: 0 auto;
}
.wrapper {
  background: #fff;
  margin-bottom: 20px;
  padding: 15px 40px;
  border: 1px solid #cecece;
}

.fag-toggle {
  width: 100%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #000;
  font-weight: 600;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 15px 0;
}

.content {
  position: relative;
  font-size: 15px;
  text-align: justify;
  line-height: 30px;
  height: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

/* fag section end */
/* contact section start */
.contact {
  background-color: #dcedfe;
  margin: 30px auto;
}
.contact-container {
  width: 60%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 50px 12px;
}
.contact-container .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 19px;
}
.contact-container .title span {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 9px;
  border: 1px solid #ffffff;
  text-transform: uppercase;
  padding: 3px 22px 3px 22px;
}
.contact-container .title p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #545454;
  text-align: center;
}
.contact-container .contact-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 35px;
  margin: 20px 0;
}
.contact-info .contact-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 0 15px;
}
.contact-item div:first-child {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #095fba;
  color: #fff;
}

.contact-item div:nth-child(2) span {
  color: #545454;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}
.contact-container .location {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
.location div {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
}
.location span {
  color: #545454;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}
/* contact section end */
/* footer start */
.footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin: 40px auto;
}
.line {
  border: 1px solid #cdcdcd;
  width: 50%;
}
h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 34px;
  text-align: center;
}
.footer-container .icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}
.footer-container .icons li a {
  color: #0152a8;
  font-size: 20px;
  cursor: pointer;
}
.footer-container .about {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}
.footer-container .about li {
  color: #545454;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  cursor: pointer;
}
.footer-container .line-second {
  border: 1px solid #cdcdcd;
  min-width: 200px;
}
.footer-container .year {
  color: #545454;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 2px;
}
.footer-container .rules {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  cursor: pointer;
}
.footer-container .rules li {
  color: #545454;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}
/* footer end */
/* modal start */
.modal {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.modal .modal-container {
  height: 80vh;
  width: 80%;
  background-color: rgba(220, 240, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px;
  margin: 50px auto 0 auto;
  position: relative;
}
.modal-close-btn {
  position: absolute;
  top: 6%;
  right: 3%;
  transform: translate(-6%, -3%);
  cursor: pointer;
}
.modal-close-btn i {
  color: #0152a8;
  font-size: 25px;
}
.modal .modal-container .modal-image {
  width: 45%;
  height: 100%;
}
.modal-container .modal-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal .modal-container .modal-form {
  width: 55%;
  height: 100%;
  background-color: #fff;
}
.modal-form form {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
  margin: 40px 60px 40px 60px;
  background: none;
}
.modal-form form .title {
  display: flex;
  gap: 12px;
  align-items: start;
  flex-direction: column;
}
.modal-form form .title h4 {
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
}
.modal-form form .title p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #545454;
}
form .form-wrapper {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  box-shadow: none;
}
form .form-wrapper input {
  padding: 14px 32px 14px 32px;
  min-width: 100%;
  border: 1px solid #dcdcdc;
  outline: none;
  box-shadow: none;
}
form .form-wrapper textarea {
  padding: 14px 32px 14px 32px;
  min-width: 100%;
  border: 1px solid #dcdcdc;
  outline: none;
  height: 100px;
}
form .form-wrapper input::placeholder,
form .form-wrapper textarea::placeholder {
  color: #b9b9b9;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
form .form-wrapper .form-btn {
  width: 100%;
  background: #0152a8;
  color: #fff;
  font-size: 16px;
}

/* modal end */
/* media screen */
@media (max-width: 1200px) {
  section,
  footer {
    padding: 24px;
  }
}
@media (max-width: 991px) {
  .toggle {
    display: block;
  }
  .header-section .navbar {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    background: #fff;
    padding: 24px;
    z-index: 99;
    transition: 0.3s ease-in-out;
    display: none;
  }
  .header-section .navbar.active {
    display: block;
  }
  .header-section nav ul {
    flex-direction: column;
    align-items: end;
  }
  .about_section {
    flex-direction: column-reverse;
    gap: 35px;
  }
  .about_service,
  .image {
    width: 100%;
  }
  .second_about_container .description div:first-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .second_about_container .description div:nth-child(2) {
    display: block;
  }
  .second_about_container .image {
    display: none;
  }
  .second_about_container .description {
    width: 100%;
  }
  .contact-container {
    width: 100%;
  }
  .modal .modal-container .modal-image {
    display: none;
  }
  .modal .modal-container {
    height: 100%;
    width: 100%;
  }
  .modal .modal-container .modal-form {
    width: 100%;
    max-height: 100%;
    margin: 10px;
  }
  .modal .modal-container .modal-form form {
    padding-right: 50px;
    margin: 10px;
  }
  .modal .modal-container .modal-form form input {
    margin: 10px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .connect {
    padding: 24px;
  }
  .connect ul li:first-child {
    display: none;
  }
  .connect ul li:nth-child(3) div {
    display: none;
  }
  .connect ul li:nth-child(3) {
    order: 3;
  }
  .connect ul li:nth-child(4) {
    display: block;
  }
  .about_section {
    margin-bottom: 10px;
  }
  .about_section .about_service h4 {
    max-width: 100%;
  }
  .second_about_container {
    margin-bottom: 20px;
  }
  .second_about_container .description div:first-child h3 {
    text-align: center;
  }
  .cart {
    margin-bottom: 80px;
  }
  .card-container .card-item {
    width: 46%;
  }
  .call-center .background-image img {
    display: none;
  }
  .call-center .clock-image img {
    display: block;
  }
  .call-center .text-container {
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
    padding: 0;
  }
  .text-container .title {
    text-align: center;
  }
  .text-container .title span {
    margin: 0 auto;
  }
  .text-container .title .title-img {
    display: block;
  }
  .text-container .title .title-img img {
    display: block;
  }
  .text-container .clock {
    flex-direction: column;
    align-items: start;
    gap: 30px;
    padding: 24px;
  }
  .text-container .title p {
    padding: 24px;
  }
  .text-container #about_click {
    margin-left: 24px;
  }
  .fag .container {
    width: 100%;
  }
  .contact-info {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .connect {
    justify-content: center;
  }
  .logo img {
    min-width: 72px;
    height: 30px;
  }
  .header-section button {
    min-width: 120px;
  }

  .about_section .about_service h4 {
    font-size: 36px;
  }
  .card-container .card-item {
    width: 100%;
  }
  .card_slider .card-title h4 {
    text-align: center;
    padding: 10px;
  }
}
@media (max-width: 450px) {
  .logo img {
    height: 30px;
  }
  .header-section button {
    width: 105px;
    min-height: 37px;
    margin: 0 20px 0 15px;
  }
  .connect {
    justify-content: center;
  }
  .connect ul {
    gap: 15px;
    justify-content: center;
  }
  .connect ul li span {
    font-size: 12px;
  }
  .footer-container .rules {
    gap: 10px;
  }
}
