@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;700&family=Tajawal&display=swap');

:root {
  --main-color: #1A2050;
  --text-color1: #ffff;
  --text-color2: #3C4858;
}

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

body {
  background-color: var(--main-color);
  height: auto;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.logo .container {
  margin-bottom: 20px;
}

.logo .container img {
  display: block;
  margin: 20px auto 20px;
}

.card {
  background-color: #ffff;
  color: var(--text-color2);
  width: 80%;
  margin: 0 auto;
  height: 368px;
 border-radius: 10px;
}


.container .row {
  width: 100%;
  background-color: rgb(255, 255, 255);
  text-align: center;
  font-family: 'roboto';
  font-weight: lighter;
  font-size: 24px;
  padding-bottom: 20px;
  padding-top: 20px;

}

.container .row2 {
  display: flex;
  height: 300px;
  align-items: center;
  justify-content: center;
  list-style: none;

}

.container .row2 .right-col {
  flex-basis: 100%;
  background-color: rgb(255, 255, 255);
  height: 100%;
  justify-content: space-around;
  align-self: center;
  padding-top: 20px;
}


.container .row2 .left-col {
  flex-basis: 100%;
  background-color: rgb(255, 255, 255);
  height: 100%;

}



.right-col {
  display: flex;
  justify-content: space-around;
}

.right-col ul li {
  margin-top: 20px;
  margin-bottom: 30px;
  list-style: none;
}

.left-col {
  display: flex;
  border-right: #d6d6d6 1.2px solid;


}

.left-col ul li {
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline;
  margin-right: 20px;
  margin-left: 20px;

}


.info1 {
  margin: 0 auto;
  align-self: center;

}

.info1 .title {
  padding-top: 12px;
  color: #3C4858;
  font-family: 'roboto';
  margin-left: 12px;
}

.info1 .col {
  display: flex;
  margin-bottom: 30px;
}


.text {
  width: 80%;
  margin: 0 auto;
}


.text .container {
  color: #ffff;
  display: flex;
  flex-direction: column;
  margin: 10px;
  padding: 8px;
}

.text p {
  margin-bottom: 12px;
  color: #ffff;
}


.text .p1 {
  font-family: "roboto";
}

.text .p2 {
  font-family: 'tajawal';
  direction: rtl;
}


@media screen and (min-width: 360px) and (max-width: 767px) {

  .logo .container img {
    width: 35%;
  }

  .right-col ul li {
    margin-top: 20px;
    margin-bottom: 30px;
    margin-right: 3px;
    margin-left: 10px;
  }

  .card {
    width: 90%;
  }

  .left-col .col {
    padding-right: 10px;

  }
.right-col ul li img {
  width: 35px;
  height: 35px;
}

  .container .row2 {
    height: 295px;
  }

  .text p {
    text-align: center;
  }
  .text .p1 {
    border-bottom: #3C4858 solid 0.2px;
  }
  .text .p2 {
   margin-top: 8px;
  }


}

@media screen and (min-width: 767px) and (max-width: 992px) {

  .container .row2 .left-col {
    height: 100%;
    flex-direction: row;
  }

  .info1 {
    margin: 0;
    align-self: center;
    flex-direction: row;
    display: flex;
    justify-content: space-around;
    width: 80%;
  }
  .card {
    
    height: 370px;

  }

  .info1 .title {
    margin: 0;
  }

  .info1 .col {
    display: flex;
    margin-bottom: 30px;
    flex-direction: column;
    justify-content: center;

  }

  .left-col .info1 .col img {
    width: 45px;
    height: 45px;
  }

  .left-col .info1 .col2 img {
    margin-left: 6px;
  }


  .text {

    margin: 20px auto 20px;
  }

  .text .container {
    flex-direction: row;
    margin: 10px;
    padding: 8px;
  }

  .text .container .pargraph {
    width: 48%;
    margin: 0 2%;

  }

  .logo .container img {
    width: 25%;

  }
}


@media screen and (min-width: 992px) and (max-width: 1200px) {

  .logo .container img {
    width: 25%;
  }

  .text .container {
    flex-direction: row;
    margin: 10px auto;
    width: 90%;

  }

  .text .container .pargraph {
    width: 48%;
    margin: 0 2%;
  }

  .text .p1 , .p2 {
    margin-bottom: 0;
  }


  .info1 {
    display: flex;
    align-items: center;
    align-self: center;
    flex-direction: row;
  }

  .left-col .info1 .col {
    display: flex;
    flex-direction: column;
    margin: 30px;
  }

  .info1 .title {
    margin: 0 auto;
    font-size: 20px;

  }

  .left-col .info1 .col2 img {
    width: 45px;
    height: 45px;
    margin-left: 10px;

  }

  .left-col .info1 .col3 img {

    margin-left: 5px;

  }
  .card {
    
    height: 370px;

  }
}

@media screen and (min-width: 1200px) and (max-width: 1560px) {

  .logo .container img {
    width: 20%;
  }


  .text .container {
    flex-direction: row;
    margin: 10px auto;
    width: 85%;

  }

  .text .container .pargraph {
    width: 48%;
    margin: 0 2%;
  }

  .text .p2 {

    margin-bottom: 0;

  }

  .text .p1 {

    margin-bottom: 0;

  }

  .card {
    width: 70%;
    height: 370px;

  }

  .info1 {
    display: flex;
    align-items: center;
    align-self: center;
    flex-direction: row;
  }

  .left-col .info1 .col {
    display: flex;
    flex-direction: column;
    margin: 30px;
  }

  .info1 .title {
    margin: 0 auto;
    font-size: 20px;

  }

  .left-col .info1 .col2 img {
    width: 45px;
    height: 45px;
    margin-left: 10px;

  }

  .left-col .info1 .col3 img {

    margin-left: 5px;

  }

  .right-col ul li {
    margin-top: 20px;
    margin-bottom: 45px;
    list-style: none;
  }

}