body {
  font-family: "Poppins", sans-serif;
}
* {
  margin: 0;
  padding: 0;
}
.rafat-container {
  width: 1170px;
  margin: auto;
}
.rafat-font-style {
  font-family: 'Luxurious Roman', cursive;
}
.rafat-fs-50 {
  font-size: 50px;
}
.rafat-fs-40 {
  font-size: 40px;
}
.rafat-black-color {
  color: black;
}
.rafat-orange-color {
  color: #fc6656;
}
.rafat-border-left-5x {
  border-left: 5px solid #fc6656;
}
.rafat-pl-15x {
  padding-left: 10px;
}
.rafat-mt-30x {
  margin-top: 30px;
}
#rafat-first-section {
  margin-top: 20px;
}
.rafat-row {
  width: 100%;
  display: flex;
}
.rafat-col-06 {
  width: 50%;
}
.rafat-col-05 {
  width: 38%;
}
.rafat-col-07 {
  width: 58%;
}
.rafat-col-04 {
  width: 28%;
  padding: 3%;
  margin: 2%;
}
.rafat-card {
  border-radius: 25px;
}
.rafat-card-color-1 {
  background-color: #efeff2;
}
.rafat-card-color-2 {
  background-color: #f0e2e1;
}
.rafat-card-color-3 {
  background-color: #e5f1f4;
}
#rafat-first-section-content {
  margin-top: 150px;
}
#rafat-first-section-content p {
  color: rgb(88, 87, 87);
  font-size: 18px;
  font-weight: 550;
  margin: 25px 0px;
}
.rafat-link {
  text-decoration: none;
  background-color: #fc6656;
  padding: 10px 20px;
  color: white;
  border-radius: 5px;
  font-weight: 550;
}
.rafat-link:hover {
  background-color: #c7574b;
}
.rafat-col-06 img {
  width: 80%;
  margin-left: 50px;
}
#rafat-second-section {
  margin-top: 100px;
}
#rafat-second-section h1 {
  text-align: center;
}
#rafat-second-section .rafat-col-04 img {
  width: 40%;
}
#rafat-second-section .rafat-col-04 h2 {
  margin: 12px 0px;
}
#rafat-second-section .rafat-col-04 p {
  font-size: 18px;
  font-weight: 500;
  text-align: justify;
}
#rafat-second-section .rafat-col-04:first-child {
  margin-left: 0;
}
#rafat-second-section .rafat-col-04:last-child {
  margin-right: 0;
}
#rafat-third-section {
  margin-top: 100px;
}
.rafat-mr-2x {
  margin-right: 2%;
}
.rafat-ml-4x {
  margin-left: 4%;
}
#rafat-third-section .rafat-col-05 img {
  width: 80%;
}
#rafat-third-section .rafat-col-07 h1 {
  font-size: 40px;
}
#rafat-third-section .rafat-col-07 p {
  font-weight: 600;
  color: #9e9a9a;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: justify;
}
#rafat-g-c {
  margin-top: 100px;
}
#rafat-g-c .rafat-col-05 img {
  width: 90%;
  float: right;
}
#rafat-portfolio-section {
  margin-top: 100px;
}
#rafat-portfolio-section h1 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 50px;
}
#rafat-portfolio-section img {
  width: 100%;
  margin-bottom: 10px;
}
.rafat-card-portfolio {
  border: 4px solid #c7574b;
  border-radius: 20px;
}
.rafat-card-portfolio h3 {
  color: #c7574b;
}
.rafat-card-portfolio p {
  margin: 20px 0px;
  color: #9e9a9a;
}
footer {
  background-color: black;
  margin-top: 100px;
}
.footer-text {
  color: white;
  text-align: center;
  padding: 50px 0px;
}
.footer-text h1 {
  font-family: "Lobster", cursive;
}
.footer-text p {
  margin-top: 20px;
}
