@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap");
* {
  margin: 0%;
  padding: 0%;
  font-family: "Roboto", sans-serif;
}
@font-face {
  font-family: "flexo";
  src: url(./Flexo-font.zip);
}

body {
  background: url("./Images/container_bg.png");
}
/* START HEADER */
.header {
  width: 100%;
  height: 65px;
  border-bottom: 2px solid #ded8d8;
  background-color: #f2eeee;
}
.top {
  width: 80%;
  margin-left: 16%;
  display: flex;
}
.top-image1 {
  width: 110px;
  height: 65px;
  background-color: #fff;
  box-shadow: 0 0 6px 1px #545252;
  cursor: pointer;
  z-index: 1;
}
.top-image1 .img1 {
  width: 90px;
  height: 60px;
  padding-left: 7px;
}
.top-image2 {
  width: 110px;
  height: 60px;
  background-color: #fff;
  border-right: 2px solid #ded8d8;
  cursor: pointer;
}
.top-image2 .img2 {
  width: 95px;
  height: 50px;
  padding-top: 10px;
  padding-left: 5px;
}
.top-image3 {
  width: 110px;
  height: 60px;
  background-color: #fff;
  border-right: 2px solid #ded8d8;
  cursor: pointer;
}
.top-image3 .img3 {
  width: 95px;
  height: 50px;
  padding-top: 10px;
  padding-left: 5px;
}
.top-image4 {
  width: 190px;
  height: 60px;
  cursor: pointer;
}
.top-image4 .img4 {
  padding: 9px;
  height: 50px;
  width: 170px;
}
.top-image5 {
  width: 180px;
  height: 60px;
  cursor: pointer;
}
.top-image5 .img5 {
  padding-top: 9px;
  height: 50px;
  width: 170px;
}
.top-image6 {
  width: 190px;
  height: 60px;
  margin-left: 0px;
  cursor: pointer;
}
.top-image6 .img6 {
  padding-top: 9px;
  height: 50px;
  width: 170px;
}
/* CLOSE HEADER */

/* START NAV-BAR */

.navbar {
  width: 100%;
  height: 90px;
  background-color: #fff;
  border-bottom: 2px solid #ded8d8;
}
.nav {
  width: 65%;
  height: 90px;
  margin-left: 16%;
  display: flex;
}
.list1 {
  width: 130px;
  height: 90px;
  background-color: rgb(153, 146, 146);
  text-align: center;
  border-bottom: 6px solid rgb(153, 146, 146);
  border-bottom-left-radius: 5px;
  cursor: pointer;
}
.list1 p {
  width: 100%;
  height: 75%;
  padding-top: 27px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.list2 {
  width: 130px;
  height: 90px;
  text-align: center;
  border-bottom: 6px solid #ff4500;
  cursor: pointer;
}
.list2:hover {
  background-color: orangered;
  color: #fff;
}
.list2 p {
  width: 100%;
  height: 75%;
  padding-top: 27px;
  color: rgb(153, 146, 146);
  font-size: 16px;
  font-weight: bold;
}
.list2 p:hover {
  color: #fff;
}

.list3 {
  width: 130px;
  height: 90px;
  text-align: center;
  border-bottom: 6px solid #ff7700;
  cursor: pointer;
}
.list3:hover {
  background-color: #ff7700;
  color: #fff;
}
.list3 p {
  width: 100%;
  height: 75%;
  padding-top: 27px;
  color: rgb(153, 146, 146);
  font-size: 16px;
  font-weight: bold;
}
.list3 p:hover {
  color: #fff;
}

.list4 {
  width: 130px;
  height: 90px;
  text-align: center;
  border-bottom: 6px solid rgb(230, 207, 3);
  cursor: pointer;
}
.list4:hover {
  background-color: rgb(230, 207, 3);
  color: #fff;
}
.list4 p {
  width: 100%;
  height: 75%;
  padding-top: 27px;
  color: rgb(153, 146, 146);
  font-size: 16px;
  font-weight: bold;
}
.list4 p:hover {
  color: #fff;
}

.list5 {
  width: 130px;
  height: 90px;
  text-align: center;
  border-bottom: 6px solid #07aa07;
  cursor: pointer;
}
.list5:hover {
  background-color: #07aa07;
  color: #fff;
}
.list5 p {
  width: 100%;
  height: 75%;
  padding-top: 27px;
  color: rgb(153, 146, 146);
  font-size: 16px;
  font-weight: bold;
}
.list5 p:hover {
  color: #fff;
}

.list6 {
  width: 130px;
  height: 90px;
  text-align: center;
  border-bottom: 6px solid #30a7d7;
  cursor: pointer;
}
.list6:hover {
  background-color: #30a7d7;
  color: #fff;
}
.list6 p {
  width: 100%;
  height: 75%;
  padding-top: 27px;
  color: rgb(153, 146, 146);
  font-size: 16px;
  font-weight: bold;
}
.list6 p:hover {
  color: #fff;
}

.list7 {
  width: 130px;
  height: 90px;
  text-align: center;
  border-bottom: 6px solid #1853ba;
  border-bottom-right-radius: 5px;
  cursor: pointer;
}
.list7:hover {
  background-color: #1853ba;
  color: #fff;
}
.list7 p {
  width: 100%;
  height: 75%;
  padding-top: 27px;
  color: rgb(153, 146, 146);
  font-size: 16px;
  font-weight: bold;
}
.list7 p:hover {
  color: #fff;
}
/* CLOSE NAV-BAR */
/* START CARDS-CONTAINERS */

.cards-container {
  width: 70%;
  height: 830px;
  margin-left: 15%;
  background-color: #fff;
  border-radius: 7px;
}
.card-container-1 {
  width: 100%;
  height: 495px;
  display: flex;
  padding-top: 40px;
  cursor: pointer;
}

.card-1 {
  width: 65%;
  height: 480px;
  background-color: #e6bc2f;
  border-radius: 5px;
  margin-left: 20px;
}
.card-1:hover {
  background-color: #d0a20a;
}
.card-1 img {
  width: 100%;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.card-1-p1 {
  font-size: 24px;
  color: #fff;
  font-family: "flexo";
  padding-left: 20px;
  padding-top: 15px;
}
.card-1-p2 {
  font-size: 18px;
  color: #000;
  font-family: "flexo";
  padding-left: 20px;
  padding-top: 10px;
  cursor: pointer;
}

.card-container-2 {
  width: 30%;
  height: 1200px;
  margin-left: 10px;
}

.card-2 {
  width: 100%;
  height: 300px;
  background-color: #855ac9;
  border-radius: 5px;
}
.card-2:hover {
  background-color: #7842cd;
}
.card-2 img {
  width: 100%;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.card-2-p1 {
  font-size: 25px;
  color: #fff;
  font-family: "flexo";
  padding-left: 20px;
  padding-top: 15px;
}
.card-2-2 {
  width: 100%;
  height: 150px;
  margin-top: 15px;
  display: flex;
  background-color: #c7aa79;
  border-radius: 5px;
  cursor: pointer;
}
.card-2-2:hover {
  background-color: #c19c5b;
}
.card-2-2 img {
  width: 45%;
  height: 100%;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.card-2-para2 {
  padding-left: 10px;
  font-size: 20px;
  padding-top: 15px;
  color: #fff;
}

.card-2-3 {
  width: 100%;
  height: 270px;
  background-color: rgb(0 0 0 / 80%);
  border-radius: 5px;
  margin-top: 15px;
  cursor: pointer;
}
.card-2-3:hover {
  background-color: rgba(0, 0, 0, 0.925);
}
.card-2-3 img {
  width: 100%;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.card-2-para3 {
  font-size: 25px;
  color: #fff;
  font-family: "flexo";
  padding-left: 20px;
  padding-top: 15px;
}

.card-container-3 {
  width: 65%;
  height: 250px;
  margin-left: 20px;
  display: flex;
  cursor: pointer;
}
.card-container-3-left {
  width: 47%;
  height: 250px;
  background-color: #1b82b1;
  border-radius: 5px;
  cursor: pointer;
}
.card-container-3-left:hover {
  background-color: #0b75a5;
}
.card-container-3-left img {
  width: 100%;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.card-container-3-left-p {
  padding-left: 20px;
  padding-top: 10px;
  font-size: 20px;
  color: #fff;
}
.card-container-3-right {
  width: 47%;
  height: 270px;
  background-color: #424242;
  border-radius: 5px;
  margin-left: 15px;
  cursor: pointer;
}
.card-container-3-right:hover {
  background-color: #2e2d2d;
}
.card-container-3-right img {
  width: 100%;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.card-container-3-right-p {
  padding-left: 20px;
  padding-top: 10px;
  font-size: 20px;
  color: #fff;
}
/* CLOSE CARDS-CONTAINERS */
/* START CARDS-2-CONTAINERS */

.cards-container-2 {
  width: 70%;
  height: 950px;
  margin-left: 15%;
  margin-top: 150px;
  background-color: #fff;
  border-radius: 7px;
  position: relative;
  top: 5px;
}
.cards-container-2-main {
  width: 100%;
  height: 600px;
  display: flex;
}
.cards-container-2-left {
  width: 32%;
  height: auto;
  padding-top: 80px;
  margin-left: 13px;
}
.cards-left-1 {
  width: 100%;
  height: 410px;
  background-color: #ee6b2f;
  border-radius: 5px;
  cursor: pointer;
}
.cards-left-1:hover {
  background-color: #eb5713;
}

.cards-left-1 img {
  width: 100%;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.cards-left-1para {
  font-size: 24px;
  color: #fff;
  padding-left: 15px;
  padding-top: 10px;
}
.cards-left-1para2 {
  font-size: 17px;
  color: #000;
  padding-left: 15px;
  padding-top: 10px;
}

.cards-left-2 {
  width: 100%;
  height: 340px;
  background-color: #30a7d7;
  border-radius: 5px;
  margin-top: 15px;
  cursor: pointer;
}
.cards-left-2:hover {
  background-color: #0d92c7;
}

.cards-left-2 img {
  width: 100%;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.cards-left-2para {
  font-size: 25px;
  color: #fff;
  padding-left: 15px;
  padding-top: 10px;
}
.cards-left-2para2 {
  font-size: 17px;
  color: #000;
  padding-left: 15px;
  padding-top: 10px;
}

.cards-container-2-center {
  width: 32%;
  height: auto;
  padding-top: 30px;
  margin-left: 5px;
}
.cards-center-1 {
  width: 100%;
  height: 390px;
  background-color: #313131;
  border-radius: 5px;
  cursor: pointer;
}
.cards-center-1:hover {
  background-color: #232222;
}

.cards-center-1 img {
  width: 100%;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.cards-center-1para {
  font-size: 23px;
  color: #fff;
  padding-left: 15px;
  padding-top: 10px;
}
.cards-center-1para2 {
  font-size: 16px;
  color: #fff;
  padding-left: 15px;
  padding-top: 10px;
}
.cards-center-text {
  font-size: 35px;
  padding-top: 25px;
  color: #424242;
  cursor: default;
}
.cards-center-3 {
  width: 100%;
  height: 315px;
  background-color: #e6bc2f;
  border-radius: 5px;
  margin-top: 30px;
  cursor: pointer;
}
.cards-center-3:hover {
  background-color: #d5a919;
}

.cards-center-3 img {
  width: 100%;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.cards-center-3para {
  font-size: 23px;
  color: #fff;
  padding-left: 15px;
  padding-top: 10px;
}
.cards-center-3para2 {
  font-size: 16px;
  color: #000;
  padding-left: 15px;
  padding-top: 10px;
}

.cards-container-3-right {
  width: 32%;
  height: auto;
  padding-top: 20px;
  margin-left: 6px;
}
.cards-right-1 {
  width: 100%;
  height: 315px;
  background-color: #4dad5b;
  border-radius: 5px;
  margin-top: 30px;
  cursor: pointer;
}
.cards-right-1:hover {
  background-color: #259e37;
}

.cards-right-1 img {
  width: 100%;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.cards-right-1para {
  font-size: 23px;
  color: #fff;
  padding-left: 15px;
  padding-top: 10px;
}
.cards-right-1para2 {
  font-size: 16px;
  color: #000;
  padding-left: 15px;
  padding-top: 10px;
}
.cards-right-2 {
  width: 100%;
  height: 350px;
  background-color: #855ac9;
  border-radius: 5px;
  margin-top: 15px;
  cursor: pointer;
}
.cards-right-2:hover {
  background-color: #7548bd;
}

.cards-right-2 img {
  width: 100%;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.cards-right-2para {
  font-size: 25px;
  color: #fff;
  padding-left: 15px;
  padding-top: 10px;
}
.cards-right-2para2 {
  font-size: 16px;
  color: #000;
  padding-left: 15px;
  padding-top: 10px;
}
.cards-right-3 {
  width: 100%;
  height: auto;
  margin-top: 15px;
  border-radius: 5px;
  cursor: pointer;
  background-color: #30a7d7;
  clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 90% 100%, 0 99%);
}
.cards-right-3:hover {
  background-color: #1f95c3;
}

.cards-right-3-h2 {
  width: 100%;
  height: 60px;
  color: #fff;
  background-color: #ee6b2f;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.cards-right-3-h2 h2 {
  padding-left: 20px;
  padding-top: 15px;
}

.cards-right-3-p {
  width: 100%;
  height: 65px;
}
.cards-right-3-p p {
  padding-left: 20px;
  font-size: 18px;
  padding-top: 10px;
}
/* CLOSE CARDS-2-CONTAINERS */
/* START FOOTER */
.footer {
  width: 100%;
  height: 40px;
  background-image: url(./Images/body\ left.png);
}
.footer-bottom {
  width: 100%;
  height: 700px;
  background-color: #1f1f1f;
}
.footer-bottom-form {
  width: 100%;
  height: 400px;
  display: flex;
}
.email {
  width: 50%;
  height: 400px;
}
.email h2 {
  font-size: 25px;
  color: #fff;
  padding-top: 80px;
  padding-left: 150px;
}
.email input {
  width: 60%;
  margin-top: 15px;
  margin-left: 150px;
  padding: 5px 10px;
  font-size: 20px;
  border-radius: 5px;
}
.country-name {
  width: 30%;
  margin-top: 15px;
  margin-left: 150px;
  padding: 5px 10px;
  font-size: 20px;
  border-radius: 5px;
}
button {
  width: 30%;
  margin-top: 15px;
  margin-left: 150px;
  padding: 20px;
  font-size: 20px;
  background-color: gray;
  color: #fff;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}
.about {
  width: 50%;
  height: 400px;
}
.about h3 {
  font-size: 20px;
  color: #fff;
  padding-top: 120px;
}
.about-label {
  color: #fff;
  font-size: 23px;
}
.about-label input {
  margin-top: 15px;
  font-size: 20px;
}
.about-label a {
  color: #fff;
}
.footer-abouts {
  width: 100%;
  height: 300px;
  display: flex;
}
.footer-about-company {
  width: 35%;
  height: 300px;
  border-right: 2px solid #000;
}
.footer-about-company h3 {
  padding-left: 150px;
  padding-top: 10px;
  color: #fff;
  cursor: default;
}
.footer-about-company p {
  padding-left: 150px;
  padding-top: 10px;
}
.footer-about-company a {
  color: #fff;
  text-decoration: none;
}
.footer-about-company a:hover {
  text-decoration: underline;
}
.footer-abouts-links {
  width: 30%;
  border-right: 2px solid #000;
  text-align: center;
}
.link-fa {
  color: #fff;
  background-color: #1b82b1;
  border-radius: 50%;
  padding: 10px 13px;
  font-size: 20px;
}
.link-fa:hover{
  background-color: #0c78aa;
}

.link-yo {
  color: #fff;
  background-color: red;
  border-radius: 50%;
  padding: 10px 10px;
  font-size: 20px;
}
.link-yo:hover{
  background-color: rgb(218, 5, 5);
}
.link-yo i {
  margin-top: 20px;
}
.link-tw {
  color: #fff;
  background-color: #0d92c7;
  border-radius: 50%;
  padding: 10px 10px;
  font-size: 20px;
}
.link-tw:hover{
  background-color: #087eac;
}
.link-tw i {
  margin-top: 20px;
}
.link-in {
  color: #fff;
  background-color: crimson;
  border-radius: 50%;
  padding: 10px 12px;
  font-size: 20px;
}
.link-in:hover{
  background-color: rgb(187, 9, 45);
}
.link-in i {
  margin-top: 20px;
}
.link-pi {
  color: #fff;
  background-color: red;
  border-radius: 50%;
  padding: 10px 10px;
  font-size: 20px;
}
.link-pi:hover{
  background-color: rgb(208, 7, 7);
}
.link-pi i {
  margin-top: 20px;
}

.footer-abouts-about {
  width: 35%;
  height: 300px;
  padding-left: 30px;
}
.footer-abouts-about img{
  cursor: pointer;
}
.footer-abouts-about a {
  padding-top: 10px;
  display: block;
  color: #fff;
  text-decoration: none;
}
.footer-abouts-about a:hover{
  text-decoration: underline;
}
.footer-abouts-about p {
  padding-top: 10px;
  color: #fff;
}
/* CLOSE FOOTER */