* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  scroll-behavior: smooth;
}
html {
  font-family: "Montserrat", sans-serif;
  color: white;
}
a {
  color: white;
}
header {
  width: 100%;
  height: 100vh;
  background: linear-gradient(to top, rgb(3 3 3 / 88%), rgb(30 34 37 / 90%)),
    url(./meeting.jpeg) center no-repeat;
  display: block;
  background-size: cover;
}

button {
  font-size: 17px;
}

/* styling for navbar */
nav {
  background: #508ea7;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 77px;
}
label.title-1 {
  color: white;
  font-size: 30px;
  line-height: 80px;
  padding: 0 100px;
  font-weight: bold;
}
nav ul {
  float: right;
  margin-right: 20px;
  margin-top: 27px;
}
nav ul li {
  display: inline-block;
  line-height: 80px;
  margin: 0 5px;
}
nav ul li a {
  color: white;
  font-size: 17px;
  padding: 7px 13px;
  border-radius: 3px;
}
nav ul li a:hover {
  background: #252b42;
  transition: 0.5s;
}
.checkbtn {
  font-size: 20px;
  color: white;
  float: right;
  line-height: 50px;
  margin-right: 40px;
  cursor: pointer;
  display: none;
}
#check {
  display: none;
}
/* Responsiveness for Navbar */
@media (max-width: 952px) {
  label.title-1 {
    font-size: 30px;
    padding-left: 50px;
  }
  nav ul li a {
    font-size: 16px;
  }
}
@media (max-width: 850px) {
  nav {
    background: #508ea7;
  }
  .checkbtn {
    display: block;
  }
  ul {
    position: fixed;
    width: 100%;
    height: 50vh;
    background: #252b42;
    top: 50px;
    left: -100%;
    text-align: center;
    transition: all 0.5s;
    margin-top: 20px !important;
  }
  nav ul li {
    display: block;
    margin: 50px 0;
    line-height: 10px;
  }
  nav ul li a {
    font-size: 20px;
  }
  a.active {
    background: none;
    color: white;
  }
  #check:checked ~ ul {
    left: 0;
  }
}

/* styling for home page */
.Content-1 {
  padding-top: 120px;
  text-align: center;
}
.Motto {
  font-size: 1.6rem;
  font-weight: 400;
}
.Motto span {
  font-size: 4.2rem;
  font-weight: 600;
}
.Tagline {
  padding: 15px;
  font-size: 1.4rem;
  font-weight: 400;
}
.Contact-Button-1 {
  width: 150px;
  height: 40px;
  color: white;
  background-color: #508ea7;
  margin: 20px;
  font-size: 1.4rem;
  font-weight: 400;
  border-radius: 50px;
  border: none;
  cursor: pointer;
}
.Contact-Button-1:hover {
  width: 150px;
  height: 40px;
  font-size: 1.4rem;
  font-weight: 400;
  color: white;
  border-radius: 50px;
  border: none;
  background-color: #508ea794;
  text-align: center;
  cursor: pointer;
}
/* Responsiveness for home page */
@media screen and (max-width: 1280px) {
  .Content-1 {
    padding-top: 90px;
    text-align: center;
  }
  .Motto {
    font-size: 2.8rem;
    font-weight: 400;
  }
  .Motto span {
    font-size: 4.2rem;
    font-weight: 600;
  }
  .Tagline {
    padding: 45px;
    font-size: 1.8rem;
    font-weight: 400;
  }
  .Contact-Button-1 {
    width: 150px;
    height: 40px;
    margin-top: 10px;
    font-size: 1.4rem;
    font-weight: 400;
  }
}

@media screen and (max-width: 912px) {
  .Content-1 {
    padding-top: 220px;
    text-align: center;
  }
  .Motto {
    font-size: 4.6rem;
    font-weight: 400;
  }
  .Motto span {
    font-size: 6.2rem;
    font-weight: 600;
  }
  .Tagline {
    padding: 95px;
    font-size: 2.8rem;
    font-weight: 400;
  }
  .Contact-Button-1 {
    width: 350px;
    height: 80px;
    margin-top: 90px;
    font-size: 2rem;
    font-weight: 400;
  }
}
@media screen and (max-width: 820px) {
  .Content-1 {
    padding-top: 100px;
    text-align: center;
  }
  .Motto {
    font-size: 2.6rem;
    font-weight: 400;
  }
  .Motto span {
    font-size: 4.2rem;
    font-weight: 600;
  }
  .Tagline {
    padding: 35px;
    font-size: 1.4rem;
    font-weight: 400;
  }
  .Contact-Button-1 {
    width: 150px;
    height: 40px;
    margin-top: 20px;
    font-size: 1.3rem;
    font-weight: 400;
  }
}
@media screen and (max-width: 590px) {
  .Content-1 {
    padding-top: 70px;
    text-align: center;
  }
  .Motto {
    font-size: 2.6rem;
    font-weight: 400;
  }
  .Motto span {
    font-size: 3.9rem;
    font-weight: 600;
  }
  .Tagline {
    padding: 45px;
    font-size: 1.4rem;
    font-weight: 400;
  }
  .Contact-Button-1 {
    width: 150px;
    height: 40px;
    margin-top: 20px;
    font-size: 1.6rem;
    font-weight: 400;
  }
}
@media screen and (max-width: 445px) {
  .Content-1 {
    padding-top: 140px;
    text-align: center;
  }
  .Motto {
    font-size: 2.6rem;
    font-weight: 400;
  }
  .Motto span {
    font-size: 2.9rem;
    font-weight: 600;
  }
  .Tagline {
    padding: 63px;
    font-size: 2rem;
    font-weight: 400;
  }
  .Contact-Button-1 {
    width: 250px;
    height: 70px;
    margin-top: 50px;
    font-size: 2.2rem;
    font-weight: 400;
  }
}
@media screen and (max-width: 376px) {
  .Content-1 {
    padding-top: 100px;
    text-align: center;
  }
  .Motto {
    font-size: 1.9rem;
    font-weight: 400;
  }
  .Motto span {
    font-size: 2.8rem;
    font-weight: 600;
  }
  .Tagline {
    padding: 55px;
    font-size: 1.7rem;
    font-weight: 400;
  }
  .Contact-Button-1 {
    width: 150px;
    height: 50px;
    margin-top: 40px;
    font-size: 1.4rem;
    font-weight: 400;
  }
}
/* Styling for About us page */
.container-2 {
  background-color: #508ea7;
  color: white;
  padding: 55px 10px;
}
.title-2 {
  padding: 15px 15px 0 15px;
  font-size: 40px;
  text-align: center;
  font-weight: 700;
}
.Content-2 {
  padding: 15px 30px 30px 30px;
  text-align: justify;
  font-size: 19px;
}
.Content-2 span {
  font-weight: 700;
  font-size: 20px;
  color: #252b42;
}
/* Responsiveness for About us page */
@media (max-width: 400px) {
  .Content-2 {
    font-size: 13px;
    padding: 12px 20px 20px 20px;
  }
  .title-2 {
    font-size: 35px;
    padding-top: 10px;
  }
}
@media (max-width: 700px) {
  .Content-2 {
    font-size: 17px;
    padding: 12px 20px 20px 20px;
  }
  .Content-2 span {
    font-weight: 700;
    font-size: 18px;
  }
  .title-2 {
    font-size: 35px;
    padding-top: 7px;
    margin-top: -20px;
  }
}

@media (max-width: 490px) {
  .Content-2 {
    font-size: 13px;
    padding: 12px 15px 20px 12px;
  }
  .Content-2 span {
    font-weight: 700;
    font-size: 15px;
  }
  .title-2 {
    font-size: 30px;
    margin-top: -50px;
  }
}
@media (max-width: 300px) {
  .Content-2 span {
    font-weight: 700;
    font-size: 13px;
  }
}

/* Styling for Country page */

.container-6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #252b42;
}

.container-6 h1 {
  color: white;
  padding: 25px 10px 10px 10px;
}
.country-info {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 50px;
}

.country-info a button {
  color: black;
  border-radius: 10px;
  width: 150px;
  height: 40px;
  cursor: pointer;
}
.country-info a button:hover {
  transition: 0.5s;
  background-color: #508ea7;
}

.USA-name,
.UK-name,
.Canada-name {
  padding-top: 20px;
  font-family: "Montserrat", sans-serif;
}
.USA,
.UK,
.Canada {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 10px 10px 10px;
  margin-top: 30px;
}
.country-info img {
  width: auto;
  height: 150px;
}

/* Styling for stat page */
.container-3 {
  background-color: #508ea7;
  padding: 60px 30px;
  color: white;
}
.title-3 {
  font-size: 40px;
  text-align: center;
  font-weight: 600;
}
.Content-3 {
  margin-top: 10px;
  font-size: 20px;
  text-align: center;
}
.Highlights {
  display: flex;
  gap: 35px;
  align-items: center;
  justify-content: center;
}
.cards {
  height: 200px;
  width: 200px;
  font-size: 16px;
  font-weight: 600px;
  margin-top: 25px;
  padding: 10px 10px;
  border-radius: 3px;
  background-color: white;
  color: #252b42;
  text-align: center;
}
.cards img {
  margin-top: 30px;
  margin-bottom: 10px;
}

/* Responsiveness for Stats page */
@media (max-width: 572px) {
  .title-3 {
    font-size: 35px;
    margin-top: -10px;
  }
  .cards {
    height: 170px;
    width: 150px;
    font-size: 13px;
    margin-top: 25px;
    padding: 8px 8px;
  }
  .Highlights {
    gap: 30px;
  }
}
@media (max-width: 470px) {
  .Highlights {
    gap: 15px;
  }
  .cards {
    height: 160px;
    width: 140px;
    font-size: 13px;
    margin-top: 25px;
    padding: 4px 8px;
  }
  .container-3 {
    height: 300px;
  }
  .title-3 {
    margin-top: -30px;
  }
}

@media (max-width: 490px) {
  .title-3 {
    font-size: 30px;
  }
  .Content-3 span {
    font-weight: 700;
    font-size: 15px;
  }
  .Content-3 {
    font-size: 13px;
    padding: 12px 15px 20px 12px;
  }
}

@media (max-width: 430px) {
  .Highlights {
    display: flex;
    flex-direction: column;
  }
  .container-3 {
    height: 1000px;
  }
}

@media (max-width: 260px) {
  .container-3 {
    height: 1060px;
  }
}
@media (max-width: 230px) {
  .Highlights {
    gap: 5px;
  }
}
@media (max-width: 192px) {
  .container-3 {
    height: 1150px;
  }
}

/* Styling for Why us page */
.container-4 {
  background-color: #252b42;
  color: white;
  padding: 60px 30px;
}
.title-4 {
  padding: 15px 15px 0 15px;
  font-size: 40px;
  text-align: center;
  font-weight: 700;
}
.Content-4 {
  padding: 15px 30px 30px 30px;
  text-align: justify;
  font-size: 19px;
}
.Content-4 span {
  font-weight: 600;
  font-size: 20px;
  color: #508ea7;
}
.Country-Cards {
  padding: 20px;
  font-size: 20px;
  display: flex;
  align-items: center;
  text-align: justify;
}
.Country-Cards img {
  padding: 30px;
  width: 20%;
  max-width: 400px;
  height: auto;
}

/* Responsiveness for why us page */
@media (max-width: 800px) {
  .container-4 {
    padding: 25px 20px 25px 20px;
  }
  .country-info {
    flex-direction: column;
  }
}

@media (max-width: 490px) {
  .title-4 {
    font-size: 30px;
  }
  .Content-4 span {
    font-weight: 700;
    font-size: 15px;
  }
  .Content-4 {
    font-size: 13px;
    padding: 12px 15px 20px 12px;
  }
  .Country-Cards h2 {
    font-size: 30px;
  }
  .Country-Cards p {
    font-size: 13px;
    margin-top: -30px;
    text-align: justify;
  }
}

@media (max-width: 260px) {
  .Country-Cards h2 {
    font-size: 23px;
  }
}
@media (max-width: 205px) {
  .Country-Cards h2 {
    font-size: 18px;
  }
}

/* Styling for Contact page */
.container-5 {
  background-color: #252b42;
  background-color: #508ea7;
  color: white;
  text-align: center;
  padding: 70px 30px;
}
.title-5 {
  padding: 15px 15px 0 15px;
  font-size: 25px;
  text-align: center;
  font-weight: 700;
}
.content-5 {
  padding-top: 5px;
  font-size: 19px;
}
.Details {
  display: flex;
  gap: 0px;
  align-items: center;
  justify-content: center;
  padding: 25px;
  font-weight: 600;
}
.Phone {
  height: 200px;
  width: 200px;
  background-color: white;
  font-size: 13px;
  color: #252b42;
}
.Location {
  height: 250px;
  width: 250px;
  background-color: #252b42;
  color: white;
  text-align: center;
  font-size: 13px;
}
.Email {
  height: 200px;
  width: 200px;
  background-color: white;
  color: #252b42;
  font-size: 13px;
}

.Phone img {
  margin-top: 30px;
  margin-bottom: 15px;
}
.Email img {
  margin-top: 30px;
  margin-bottom: 15px;
}
.Location img {
  margin-top: 35px;
  margin-bottom: 27px;
}

/* Responsiveness for Contact page */
@media (max-width: 784px) {
  .container-5 {
    padding: 40px 20px 40px 20px;
  }
  .Phone {
    height: 150px;
    width: 150px;
  }
  .Email {
    height: 150px;
    width: 150px;
  }
  .Location {
    height: 175px;
    width: 175px;
  }
  .Location img {
    height: 30px;
    width: 30px;
    margin-top: 10px;
  }
  .Location p {
    margin-top: -15px;
  }
  .Location address {
    font-size: 10px;
  }
  .Email img {
    height: 30px;
    width: 30px;
    margin-top: 10px;
  }
  .Phone img {
    height: 30px;
    width: 30px;
    margin-top: 10px;
  }
  .Phone p {
    font-size: 12px;
  }
  .Email p {
    font-size: 12px;
  }
}

@media (max-width: 587px) {
  .Details {
    padding: 20px 0px 0px 0px;
  }
}

@media (max-width: 587px) {
  .Phone {
    height: 130px;
    width: 130px;
    margin-top: -10px;
  }
  .Email {
    height: 130px;
    width: 130px;
    margin-top: -10px;
  }
  .Location {
    height: 175px;
    width: 175px;
    margin-top: -10px;
  }
  .Location img {
    height: 30px;
    width: 30px;
  }
  .Email img {
    height: 30px;
    width: 30px;
  }
  .Phone img {
    height: 30px;
    width: 30px;
  }
  .Phone p {
    font-size: 10px;
  }
  .Email p {
    font-size: 10px;
  }
}

@media (max-width: 496px) {
  .Details {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .Location {
    margin-top: 0px;
    width: 185px;
    height: 185px;
  }
  .Email {
    margin-top: 0px;
    height: 150px;
    width: 150px;
  }
}

@media (max-width: 250px) {
  .Location {
    height: 160px;
    width: 160px;
  }
}

/* Styling for footer page */
.footer {
  display: flex;
  background-color: #252b42;
  padding: 20px 5px;
  display: flex;
  font-size: 14px;
  align-items: center;
  justify-content: space-around;
}
.Contact-Button-2 {
  width: 150px;
  height: 40px;
  color: white;
  background-color: #508ea7;
  margin: 20px;
  font-size: 1.2rem;
  font-weight: 400;
  border-radius: 50px;
  border: none;
  cursor: pointer;
}
.Contact-Button-2:hover {
  width: 150px;
  height: 40px;
  font-size: 1.2rem;
  font-weight: 400;
  color: white;
  border-radius: 50px;
  border: none;
  background-color: #252b42c7;
  text-align: center;
  cursor: pointer;
}

/* Responsiveness for Footer page */
@media (max-width: 550px) {
  .footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 10px 10px 10px;
  }
  .item-1 {
    text-align: center;
  }
}
.item-1,
.item-2 {
  font-size: 19px;
}
