@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

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

body {
  font-family: 'Montserra', sans-serif;
  background-color: transparent;
}

/* Header */
.header {
  background-color: #1962a8;
  color: white;
  padding: 20px 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* position: fixed; */
  width: 100%;
  height: 100px;
  top: 0;
  z-index: 1000;
}

.logo img {
  width: 100%;
  height: 50px;
  width: auto;
}

.account a {
margin: 0 20px;
font-size: 18px;
color: #dfe6e9;
border: 1px solid #EBE7DC;
padding: 10px 20px;
background-color: transparent;
border-radius: 10px;
font-weight: bold;
}

.account a:hover {
color: #E95426;
}

.nav-links {
  display: flex;
  gap: 20px;
}

.nav-links a {
  color: white;
  text-decoration: none;
  font-size: 20px;
  margin: 0 10px;
  transition: color 0.3s;
}

.nav-links a:hover {
  color: #E95426;
}

.language {
display: flex;
padding: 4px 0;
transform: translateX(50px);
}

.language a {
font-size: 15px;
}

.hamburger {
  display: none;
  font-size: 24px;
  cursor: pointer;
  color: white;
}

/* Main - FAQ */
  .flex-container-question {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin: 50px 0;
    width: 100%;
    background-color: transparent;
    background-image: url(../Logo/2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border-bottom: 2px dotted #0056b3;
  }
  
  .flex-answer-left {
    padding: 20px;
    flex: 48%;
  }

  .flex-answer-left img {
    width: 85%;
  }

  
  .flex-answer-right {
    padding: 20px;
    flex: 48%;
  }

  .flex-answer-right h1 {
    font-size: 25px;
    display: flex;
    margin: 10px 20px;
    color: #1962a8;
  }

  .container {
    max-width: 1000px;
    margin: 0rem auto;
    padding: 0 1rem;
    margin-top: 20px;
  }

  .faq-item {
    background-color: white;
    border-radius: 8px;
    margin-bottom: 1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    overflow: hidden;
  }

  .faq-question {
    padding: 1.34rem;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #0A88C1;
    color: aliceblue;
  }

  .faq-question:hover {
    background-color: #1962a8;
  }

  .faq-answer {
    padding: 2rem;
    display: none;
    background-color: #EBE7DC;
    font-size: 1.1rem;
    text-justify: inter-word;
    text-align: justify;
  }

  .faq-answer.active {
    display: block;
  }

  .faq-question::after {
    content: '+';
    font-size: 1.5rem;
  }

  .faq-question.active::after {
    content: '−';
    animation: forwards;
  }

/* Main- SanMarino */
.flex-container {
  display: flex;
  flex-wrap: wrap;
}

.flex-item-left {
  padding: 10px;
  flex: 65%;
  /* background-image: url(../Logo/innerBanner-lightblueCurve.png); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  padding: 40px 50px;
  margin-top: 65px;
}

.flex-item-left h5 {
  font-size: 30px;
  color: #1962a8;
  margin-bottom: 20px;
}

.flex-item-left p {
  font-size: 20px;
  line-height: 30px;
  text-justify: inter-word;
  text-align: justify;
}

.flex-item-right {
  padding: 10px;
  flex: 35%;
}

.flex-item-right img {
  width: 100%;
}

/* Main-Step */
.box {
  display: flex;
  flex-direction: column;
  margin: 10px auto;
  background-color: transparent;
  padding: 70px 80px;
  width: 80%;
  border-radius: 50px;
  background-image: url(../Logo/innerBanner-lightblueCurve.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}

.box h2 {
  font-size: 70px;
  color: #1962a8;
  margin: 40px auto;
  transform: translateY(-30px);
}

.box h5 {
  font-size: 25px;
  color: #0056b3;
  font-weight: bold;
  margin: 0 30px;
}

.box p {
  font-size: 18px;
  margin: 10px 30px;
  padding: 10px 0;
  text-justify: inter-word;
  text-align: justify;
}


.flex-step {
  display: flex;
  flex-direction: row;
  border-bottom: 2px dotted #0056b3;
}


.flex-box-left {
  padding: 10px;
  flex: 33%;
  margin: 0 3px;
}

.flex-box-left h4 {
  font-size: 20px;
  color: #0056b3;
  padding: 10px 20px;
}

.flex-box-left p {
  font-size: 16px;
  padding: 4px 20px;
  text-justify: inter-word;
  text-align: justify;
}


.flex-box-mid {
  padding: 10px;
  flex: 33%;
  margin: 0 3px;
}

.flex-box-mid h4 {
  font-size: 20px;
  color: #0056b3;
  padding: 10px 20px;
}

.flex-box-mid p {
  font-size: 16px;
  padding: 4px 20px;
  text-justify: inter-word;
  text-align: justify;
}


.flex-box-right {
  padding: 10px;
  flex: 33%;
  margin: 0 3px;
}

.flex-box-right {
  padding: 10px;
  flex: 33%;
  margin: 0 3px;
}

.flex-box-right h4 {
  font-size: 20px;
  color: #0056b3;
  padding: 10px 20px;
}

.flex-box-right p {
  font-size: 16px;
  padding: 4px 20px;
  text-justify: inter-word;
  text-align: justify;
}

/* Footer */


footer {
  display: flex;
  background-color: transparent;
  color: #333;
  padding: 3rem 5rem;
  border-top: 3px solid #0056b3;
  margin-top: 50px;
  flex-direction: row;
  /* background-image: url(../Image/paper-background.jpg); */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

}

.contact-us {
  display: flex;
  align-items: center;
  justify-content: left;
  margin: 0 20px;
}

.contact-us a {
  margin: 0 30px;
  border: 2px solid #0056b3;
  padding: 12px 30px;
  background-color: #E95426;
  color: #fff;
  border-radius: 15px;
  font-weight: bold;
}

.contact-us a:hover {
  color: #0E0E0E;
}

.copy {
  margin: 20px auto;
}


.address {
  display: flex;
  flex-direction: column;
  margin: 0 10px;
  justify-content: space-between;
}

.address p {
  display: flex;
  align-items: center;
}

.address a {
  margin-top: 10px;
  color: #0E0E0E;
}

.address a:hover {
  color: #E95426;
}

.address img {
  width: 24px;
}

/* Responsive For Phone */
.account1 {
  display: none;
}

/* Responsive */
@media (max-width: 950px) {
  .hamburger {
    display: block;
}

.header {
    background-color: #1962a8;
    color: white;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.nav-links {
    display: none;
    position: absolute;
    top: 100px;
    left: 0;
    background-color: #1962a8;
    width: 100%;
    flex-direction: column;
    padding: 20px;
    text-align: center;
    z-index: 10000;
}

.language {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  transform: translateX(0px);
}

.language a {
  display: flex;
  margin: 0px auto;

}

.language span {
  margin: 30px 10px;
}

.nav-links.active {
    display: flex;
}

.nav-links a {
    margin: 10px 0;
    font-size: 18px;
    padding: 0;
}

/* Main */
.box {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
  background-color: transparent;
  padding: 0;
  width: 100%;
  border-radius: 50px;
}


.box h2 {
  font-size: 30px;
  color: #0056b3;
  font-weight: bold;
  margin: 40px auto;
}

.box h5 {
  font-size: 20px;
  margin: 0 10px;
}

.box p {
  font-size: 15px;
  margin: 10px 0;
  padding: 5px 10px;
  text-justify: inter-word;
  text-align: justify;
}

.flex-container-question {
  margin: 0;
}

.flex-item-right, .flex-item-left {
  flex: 100%;
  margin: 0;
}

.faq-item {
  width: 100%;
  transform: translateY(-50px);
}

.flex-answer-left img {
  width: 100%;
  margin: 0;
}

.flex-answer-left, .flex-answer-right {
  flex: 100%;
  margin: 0;
}

.faq-answer {
  font-size: 15px;
  padding: 20px 20px;
  text-align: justify;
}


.flex-container {
  display: flex;
  flex-direction: column;
}

.flex-item-left, .flex-answer-right {
  margin: 0;
}

.flex-item-left span , .flex-answer-right span {
  font-size: 12px;
}

.flex-answer-left img {
  width:  100%;
  margin: 0px 0;
  padding: 0;
}

.faq-item .faq-question {
  font-size: 14px;
  text-align: left;
}

.flex-answer-right h1 {
  font-size: 18px;
  text-align: left;
}

.container {
  margin-top: 80px;
}

.flex-item-right img {
  width: 50%;
  margin: 50px 0;
  padding: 0;
}

.flex-step {
  width: 100%;
}

.flex-box-left {
  margin: 10px 0;
  padding: 0;
}

.flex-box-left h4 {
  font-size: 18px;
}

.flex-box-left p {
  font-size: 15px;
}

.flex-box-mid {
  margin: 10px 0;
  padding: 0;
}


.flex-box-mid h4 {
  font-size: 18px;
}

.flex-box-mid p {
  font-size: 15px;
}

.flex-box-right {
  margin: 10px 0;
  padding: 0;
}


.flex-box-right h4 {
  font-size: 18px;
}

.flex-box-right p {
  font-size: 15px;
}

.flex-item-left , .flex-item-right {
  flex: 100%;
  margin: 0;
  padding: 10px 10px;
}

.flex-item-left h5 {
  font-size: 30px;
}

.flex-item-left p {
  font-size: 15px;
}

.flex-item-right img {
  width: 100%;
}

/* Footer */

.account {
  display: none;
}

.account1 {
  display: flex;
  flex-direction: column;
}

.account1 a {
  margin: 10px 0;
  border: 1px solid #dfe6e9;
  padding: 10px 0;
  border-radius: 10px;
}

footer {
  display: flex;
  flex-direction: column;
  padding: 20px 10px;
  margin: 0;
}

footer .contact-us {
  display: flex;
  justify-content: space-around;
}

footer .contact-us a {
  display: flex;
  margin: 0px;
  padding: 10px 20px;
}

footer .copy {
  width: 100%;
  margin: 30px 8px;
  padding: 0;
  font-size: 15px;
}

footer .address {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 0;
  font-size: 15px;
}

footer .address a {
  margin: 30px 0;
}

.address img {
  display: none;
}

}
/* Responsive layout - makes a one column-layout instead of a two-column layout */
@media (max-width: 800px) {
  .flex-item-right, .flex-item-left {
    flex: 100%;
  }
  .flex-answer-left, .flex-answer-right {
    flex: 100%;
  }
}

/* FAQ Responsive */
@media (max-width: 600px) {
header h1 {
  font-size: 1.8rem;
}

.faq-question {
  font-size: 1rem;
}

.container {
  padding: 0 0.5rem;
}
}

/* Footer */
@media (max-width: 768px) {
.footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.footer-section {
    margin-bottom: 20px;
}

.footer-social a {
    margin: 0 10px;
}
}
@media (max-width: 800px) {
  .flex-item-right, .flex-item-left {
    flex: 100%;
  }
}

@media (max-width: 800px) {
  .flex-step {
    flex-direction: column;
  }
}