/*
	* Template Name: Maknor sys - v1.2.0
	* Author: maknorsoft.com
*/
@import url('https://cdn-uicons.flaticon.com/2.1.0/uicons-brands/css/uicons-brands.css');
/*-------------------------------------------
					Fonts
-------------------------------------------*/
@font-face {
    font-family: 'DroidArabicKufiBold';
    src: url('../FONTS/droidkufi-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'DroidArabicKufiRegular';
        src: url('../FONTS/DroidKufi-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Droid Arabic Kufi';
    src: url('../FONTS/droidkufi-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Droid Arabic Kufi';
    src: url('../FONTS/DroidKufi-Regular.ttf') format('truetype');    
    font-weight: normal;
    font-style: normal;
}

/*-------------------------------------------
					General
-------------------------------------------*/
:root {
  scroll-behavior: smooth;
}

body {
  font-family: 'Droid Arabic Kufi';
  background: #ffffff; /* #4ea4cf;*/
  color: #444444;
  direction: rtl !important;
}

a {
  color: #4ea4cf;
  text-decoration: none;
}

a:hover {
  color: #21556e;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Droid Arabic Kufi';
  font-size : 1.25rem;
}

#main {
  margin-top: 100px;
  padding: 20px 30px;
  transition: all 0.3s;
  font-size: 14px;
}
@media (max-width: 1198px) {
  #main {
    padding: 20px;
  }
  
  h1, h2, h3, h4, h5, h6 {
      font-size : 2rem;
    }
}

.pagetitle {
  margin-bottom: 10px;
}
.pagetitle h1 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 600;
  color: #012970;
}

/*-------------------------------------------
			Override Bootstrap
-------------------------------------------*/
.navbar-nav {
	padding-right: 20px;
}

.navbar-nav  .left-nav{
	padding-right: 100px;
}
.navbar-toggler{
	margin-left: 20px;
}	

.navbar-light .navbar-nav .nav-link {
  color: #4ea4cf;
  display: block;
  padding: 15px;
  margin: 5px;
  font-size: 1em;
  border-radius: .7rem;
}

.navbar-light .navbar-nav .nav-link:hover {
  background: #4ea4cf;
  color: white;
  transition: .2s;
}

@media (max-width: 1200px) {
    .navbar-light .navbar-nav .nav-link {
      font-size: 2rem;
    }
}

/* Style for the active state */
.nav-item.active .nav-link {
  background-color: #4ea4cf;
  color: #fff;
  border-radius: .7rem;
}

.bg-primary-light {
  background-color: #cfe2ff;
  border-color: #cfe2ff;
}

.bg-secondary-light {
  background-color: #e2e3e5;
  border-color: #e2e3e5;
}

.bg-success-light {
  background-color: #d1e7dd;
  border-color: #d1e7dd;
}

.bg-danger-light {
  background-color: #f8d7da;
  border-color: #f8d7da;
}

.bg-warning-light {
  background-color: #fff3cd;
  border-color: #fff3cd;
}

.bg-info-light {
  background-color: #cff4fc;
  border-color: #cff4fc;
}

.bg-dark-light {
  background-color: #d3d3d4;
  border-color: #d3d3d4;
}

.button1 {
  padding: 0.8rem 2rem;
  background: white;
  color: #4ea4cf;
  border: 2px solid #4ea4cf;
  border-radius: .5rem;
}

.input-container {
  margin: 0 auto; /* Center horizontally */
  max-width: 350px; /* Adjust the maximum width as needed */
}

.button1:hover {
  color: white;
  background: #4ea4cf;
}

.button2 {
  padding: .5rem 6.5rem;
  background: #4ea4cf;
  color: white;
  border: #4ea4cf;
  border-radius: 1rem;
  
}

.button2:hover {
  color: white;
  background: #159fe4;
}

.social-media {
  margin-right: 27%;
}

.social-media a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  background: #4ea4cf;
  border: .2rem solid #4ea4cf;
  border-radius: 50%;
  font-size: .5rem;
  color: white;
  margin: 5px;
  transition: .5s ease;
}

.social-media a:hover {
  background: #4ea4cf;
  color: white;
  box-shadow:  0 0 .5rem #4ea4cf;
}

.open-chat-widget {
  text-decoration: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  color: #fff;
  right: 28px;
  bottom: 28px;
  background-color: #4ea4cf;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  z-index: 999998;
}
.open-chat-widget:hover {
  background-color: #60a5c7;
  color: white;
}


.chat-widget {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 300px;
  height: 400px;
  background-color: #f9f9f9;
  
  border-radius: 5px;
  right: 25px;
  bottom: 25px;
  box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, 0.1);
  z-index: 999999;
  border-radius: 5px;
  background-color: #fff;
  width: 300px;
  height: 500px;
}

.chat-widget.open {
  display: block;
}

.chat-widget .chat-widget-header {
  display: flex;
  width: 100%;
  height: 50px;
  align-items: center;
  border-bottom: 1px solid #eef0f2;
}
.chat-widget .chat-widget-header .close-chat-widget-btn {
  display: block;
  text-decoration: none;
  font-size: 28px;
  margin-left: auto;
  padding: 0 15px;
  margin-bottom: 5px;
  color: #b4bdc6;
}
.chat-widget .chat-widget-header .close-chat-widget-btn:hover {
  color: #a6b0bb;
}
.chat-widget .chat-widget-header .previous-chat-tab-btn {
  display: none;
  text-decoration: none;
  font-size: 32px;
  padding: 0 15px;
  margin-bottom: 7px;
  color: #b4bdc6;
}

.chat-widget .chat-widget-header .previous-chat-tab-btn:hover {
  color: #a6b0bb;
}
.chat-widget .chat-widget-content {
  display: flex;
  flex-grow: 1;
}
.chat-widget .chat-widget-tabs {
  display: flex;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.chat-widget .chat-widget-tabs .chat-widget-tab {
  display: flex;
  flex-flow: column;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  overflow: hidden;
  transition: all ease .2s;
}
.chat-widget .chat-widget-tabs .chat-widget-tab.chat-widget-login-tab {
  justify-content: center;
}
.chat-widget .chat-widget-tabs .chat-widget-tab.chat-widget-login-tab form {
  display: flex;
  flex-flow: column;

  justify-content: center;
  padding: 15px;
  width: 100%;
}
.chat-widget .chat-widget-tabs .chat-widget-tab.chat-widget-login-tab form input, 
.chat-widget .chat-widget-tabs .chat-widget-tab.chat-widget-login-tab form button {
  border-radius: 25px;
  padding: 10px 15px;
  margin-bottom: 15px;
  font-size: 14px;
}
.chat-widget .chat-widget-tabs .chat-widget-tab.chat-widget-login-tab form input {
  border: 1px solid #e0e3e7;
}
.chat-widget .chat-widget-tabs .chat-widget-tab.chat-widget-login-tab form button {
  appearance: none;
  color: #fff;
  font-weight: 500;
  background-color: #4488dc;
  border: 0;
  cursor: pointer;
}
.chat-widget .chat-widget-tabs .chat-widget-tab.chat-widget-login-tab form button:hover {
  background-color: #2f7ad8;
}
.chat-widget .chat-widget-tabs .chat-widget-tab.chat-widget-login-tab form .msg {
  font-weight: 500;
  margin: 0;
  padding-bottom: 15px;
  font-size: 14px;
}
.chat-widget .chat-widget-tabs .chat-widget-tab.chat-widget-conversations-tab .chat-widget-conversations {
  display: flex;
  flex-flow: column;
  flex-grow: 1;
  flex-basis: 0;
  overflow-y: auto;
  scrollbar-width: thin;
}
.chat-widget .chat-widget-tabs .chat-widget-tab.chat-widget-conversations-tab .chat-widget-conversations .chat-widget-new-conversation {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border-bottom: 1px solid #eef0f2;
  font-weight: 500;
  color: #888b8f;
  font-size: 14px;
}
.chat-widget .chat-widget-tabs .chat-widget-tab.chat-widget-conversations-tab .chat-widget-conversations .chat-widget-new-conversation:hover {
  background-color: #f7f8f9;
}
.chat-widget .chat-widget-tabs .chat-widget-tab.chat-widget-conversations-tab .chat-widget-conversations .chat-widget-conversation {
  display: flex;
  text-decoration: none;
  border-bottom: 1px solid #eef0f2;
  padding: 15px;
  width: 100%;
}
.chat-widget .chat-widget-tabs .chat-widget-tab.chat-widget-conversations-tab .chat-widget-conversations .chat-widget-conversation .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  color: #fff;
  background-color: #3b4656;
  border-radius: 50%;
  text-transform: uppercase;
}
.chat-widget .chat-widget-tabs .chat-widget-tab.chat-widget-conversations-tab .chat-widget-conversations .chat-widget-conversation .details {
  padding: 0 10px;
}
.chat-widget .chat-widget-tabs .chat-widget-tab.chat-widget-conversations-tab .chat-widget-conversations .chat-widget-conversation .details .title {
  font-size: 14px;
  color: #5f6061;
  font-weight: 500;
}
.chat-widget .chat-widget-tabs .chat-widget-tab.chat-widget-conversations-tab .chat-widget-conversations .chat-widget-conversation .details .msg {
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 150px;
  color: #8f9091;
}
.chat-widget .chat-widget-tabs .chat-widget-tab.chat-widget-conversations-tab .chat-widget-conversations .chat-widget-conversation .date {
  flex: 1;
  text-align: right;
  font-size: 12px;
  color: #8f9091;
}
.chat-widget .chat-widget-tabs .chat-widget-tab.chat-widget-conversations-tab .chat-widget-conversations .chat-widget-conversation:hover {
  background-color: #f7f8f9;
}
.chat-widget .chat-widget-tabs .chat-widget-tab.chat-widget-conversation-tab .chat-widget-messages {
  display: flex;
  flex-flow: column;
  padding: 15px;
  flex-grow: 1;
  flex-basis: 0;
  overflow-y: auto;
  /*scrollbar-width: thin;*/
}
.chat-widget .chat-widget-tabs .chat-widget-tab.chat-widget-conversation-tab .chat-widget-messages .date {
  margin: 0;
  padding: 15px;
  text-align: center;
  font-size: 12px;
  color: #8f9091;
  font-weight: 500;
}
.chat-widget .chat-widget-tabs .chat-widget-tab.chat-widget-conversation-tab .chat-widget-messages .chat-widget-message {
  align-self: flex-end;
  background-color: #4488dc;
  color: #fff;
  padding: 8px 12px;
  border-radius: 4px;
  max-width: 90%;
  margin-bottom: 10px;
  font-size: 14px;
}
.chat-widget .chat-widget-tabs .chat-widget-tab.chat-widget-conversation-tab .chat-widget-messages .chat-widget-message.alt {
  align-self: flex-start;
  background-color: #e2e6eb;
  color: #000;
}
.chat-widget .chat-widget-tabs .chat-widget-tab.chat-widget-conversation-tab .chat-widget-input-message {
  height: 60px;
  padding: 10px;
  border-top: 1px solid #e0e3e7;
}
.chat-widget .chat-widget-tabs .chat-widget-tab.chat-widget-conversation-tab .chat-widget-input-message input {
  width: 100%;
  padding: 10px 15px;
  font-size: 14px;
  border: 0;
  outline: 0;
}
.chat-widget-messages::-webkit-scrollbar,
.chat-widget-conversations::-webkit-scrollbar {
  width: 8px;
}
.chat-widget-messages::-webkit-scrollbar-track,
.chat-widget-conversations::-webkit-scrollbar-track {
  background: transparent;
}
.chat-widget-messages::-webkit-scrollbar-thumb,
.chat-widget-conversations::-webkit-scrollbar-thumb {
  background-color: #cdd0d380;
  border-radius: 15px;
  border: transparent;
}

@media (max-width: 480px) {
    .social-media {
      margin-right: 5%;
    }
}

@media (max-width: 1200px) {
    .social-media a {
      width: 5rem;
      height: 5rem;
    }
}

@media (max-width: 379px) {
    .social-media a {
      width: 4.5rem;
      height: 4.5rem;
    }
}

@media (max-width: 355px) {
    .social-media a {
      width: 4rem;
      height: 4rem;
    }
}

/* Add this CSS to your stylesheet */
.rtl-placeholder::placeholder {
    text-align: right;
    direction: rtl;
}

.about {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
}

.about-image img {
  width: 30vw;
  margin-right: 100px;
  margin-left: 200px;
}

.heading {
  text-align: center;
  font-size: 4.5rem;
  color: #4ea4cf;
  margin-bottom: 8%;
}

.about-content h1 {
  text-align: center;
  line-height: 1.2;
  margin-right: 20%;
}

.about-content p {
  font-size: 1.5rem;
  margin-right: 70px;
}

.terms {
  width: 100%;
  max-width: 1000px; 
  margin: 0 auto;   
  padding: 10px;    
  font-size: 16px;  
  line-height: 1.6; 
  text-align: justify; 
}

.terms p {
  font-size: 1.2rem;
  margin-top: 0px;
}

.btn {
    display: inline-block;
    padding: 0.5rem 02rem;
    background: #4ea4cf;
    font-size: 1rem;
    border-radius: 3.5rem;
    box-shadow: 0 0 0.5rem #21556e;
    color: white;
    letter-spacing: .1rem;
    font-weight: 400;
    transition: .5s ease;
}

.btn:hover {
    color: white;
}

@media (max-width: 1400px) {
    .about {
      gap: 2rem;
    }
}

@media (max-width: 1200px) {
    .about-content h1 {
      margin-right: 0;
    }
    
    .btn {
        padding: 0.8rem 05rem;
        font-size: 1.8rem;
        font-weight: 500;
    }
    
    .button1 {
      font-size: 1.6rem;
    }
}

@media (max-width: 990px) {
   
    .button1 {
        font-size: 2rem;
        margin-right: 20px;
        margin-bottom: 15px;
        border: 1px solid white;
    }
}


/* Card */
.card {
  margin-bottom: 10px;
  border: none;
  border-radius: 30px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.15);
  overflow: auto;
}
.card-header, .card-footer {
  border-color: #ebeef4;
  background-color: #fff;
  color: #798eb3;
  padding: 15px;
}

.card-title {
  padding: 20px 0 15px 0;
  font-size: 18px;
  font-weight: 500;
  color: #012970;
  font-family: 'Droid Arabic Kufi';
}

.card-title .btn-group {
  position: absolute;
  left: 0px;
  margin-left: 20px;
  top: 15px;
}

.card-title span {
  color: #899bbd;
  font-size: 14px;
  font-weight: 400;
}

.card-title button {
  float: left;
}

.card-title a {
  float: left;
}

.card-body {
  padding: 0 20px 20px 20px;
}

.card-img-overlay {
  background-color: rgba(255, 255, 255, 0.6);
}

/* Alerts */
.alert-heading {
  font-weight: 500;
  font-family: 'Droid Arabic Kufi';
  font-size: 20px;
}

/* Close Button */
.btn-close {
  background-size: 25%;
}
.btn-close:focus {
  outline: 0;
  box-shadow: none;
}

/* Accordion */
.accordion-item {
  border: 1px solid #ebeef4;
}

.accordion-button:focus {
  outline: 0;
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  color: #012970;
  background-color: #f6f9ff;
}

.accordion-flush .accordion-button {
  padding: 15px 0;
  background: none;
  border: 0;
}
.accordion-flush .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #4154f1;
}
.accordion-flush .accordion-body {
  padding: 0 0 15px 0;
  color: #3e4f6f;
  font-size: 15px;
}

/* Breadcrumbs */
.breadcrumb {
  font-size: 14px;
  font-family: 'Droid Arabic Kufi';
  color: #899bbd;
  font-weight: 600;
}
.breadcrumb a {
  color: #899bbd;
  transition: 0.3s;
}
.breadcrumb a:hover {
  color: #51678f;
}
.breadcrumb .breadcrumb-item::before {
  color: #899bbd;
}
.breadcrumb .active {
  color: #51678f;
  font-weight: 600;
}

/* Bordered Tabs */
.nav-tabs-bordered {
  border-bottom: 2px solid #ebeef4;
}
.nav-tabs-bordered .nav-link {
  margin-bottom: -2px;
  border: none;
  color: #2c384e;
}
.nav-tabs-bordered .nav-link:hover, .nav-tabs-bordered .nav-link:focus {
  color: #4154f1;
}
.nav-tabs-bordered .nav-link.active {
  background-color: #fff;
  color: #4154f1;
  border-bottom: 2px solid #4154f1;
}

/*-------------------------------------------
					Header
-------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
  background-color: #fff;
}
.logo {
  line-height: 1;
}
.logo img {
    max-height: 80px;
    margin-left: 5px;
    padding-right: 20px;
}
.logo span {
  font-size: 13px;
  font-weight: 700;
  color: #012970;
  font-family: 'Droid Arabic Kufi';
}
.logo .log {
  font-size: 22px;
}

/*-------------------------------------------
				Error 404
-------------------------------------------*/
.error-404 {
  padding: 30px;
}
.error-404 h1 {
  font-size: 180px;
  font-weight: 700;
  color: #4154f1;
  margin-bottom: 0;
  line-height: 150px;
}
.error-404 h2 {
  font-size: 24px;
  font-weight: 700;
  color: #012970;
  margin-bottom: 30px;
}
.error-404 .btn {
  background: #51678f;
  color: #fff;
  padding: 8px 30px;
}
.error-404 .btn:hover {
  background: #3e4f6f;
}
@media (min-width: 992px) {
  .error-404 img {
    max-width: 50%;
  }
}

/*-------------------------------------------
			Back to top button
-------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  left: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #4154f1;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #6776f4;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .title{
  padding: 30px 0 30px 0;
  text-align: center;
}
.contact .title h1{
  font-weight: 700;
  color: #4ea4cf;
}
.contact .info-box {
  padding: 28px 30px;
}
.contact .info-box i {
  font-size: 20px;
  line-height: 0;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
  margin: 20px 0 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 0;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #4154f1;
}
.contact .php-email-form input {
  padding: 10px 15px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type=submit] {
  background: #4154f1;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #5969f3;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.styled-table {
	border-collapse: collapse;
	margin: 25px 0;
	font-size: 1.15em;
	font-family: sans-serif;
	min-width: 100%;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table thead tr {
	background-color: #4ea4cf;
	color: #ffffff;
	text-align: right;
}

.styled-table th,
.styled-table td {
	padding: 12px 15px;
}

.styled-table tbody tr {
	border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
	background-color: #ecf9ff;
}

.styled-table tbody tr:last-of-type {
	border-bottom: 2px solid #4ea4cf;
}

.styled-table tbody tr.active-row {
	color: black;
}


/*-------------------------------------------
				Footer
-------------------------------------------*/
.footer {
  padding: 10px 0;
  font-size: 14px;
}
.footer .copyright {
  text-align: center;
  color: #ffffff;
}

/*-------------------------------------------
					Other
-------------------------------------------*/

.ms-auto {
  margin-right: auto !important;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: right;
  padding-left: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") ;
}

#loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,0.75) url(../IMG/Iphone-spinner-2.gif) no-repeat center center;
  z-index: 10000;
}
.err_notification
{
	background-color: red !important;
	color: #ffffff;
	text-align: center;
	margin-bottom: 10px;
}

/* Breekdowns */

@media (max-width: 1400px) {
  .about-image img {
    margin-left: 130px;
  }
}

@media (max-width: 1200px) {
  html {
    font-size: 55%;
  }

  .about-content p {
    font-size: 3rem;
    margin-right: 150px;
    margin-top: 10px;
  }
}

@media (max-width: 1188px) {
  .header {
    padding: 2rem 3%;
  }

  .about {
    flex-direction: column;
  }


  section {
    padding: 2rem 3%;
  }

  .about-content p {
    font-size: 2rem;
    margin-right: 10px;
    margin-top: -20px;
  }

  .about-image img {
    width: 40vw;
    margin-top: 4rem;
    margin-right: 0;
    margin-left: 0;

  }

}

@media (max-width: 991px) {
  .header {
    padding: 2rem 3%;
  }

  section {
    padding: 2rem 3%;
  }


  .about-image img {
    width: 55vw;
    margin-top: 4rem;
  }

}

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

  .about-content h1 {
    font-size: 5rem;
    text-align: center;
  }

  .about-image img {
    width: 60vw;
    margin-top: 4rem;
  }
  
}

@media (max-width: 400px) {

  .about-image img {
    width: 250vw;
    margin-top: 4rem;
  }
  .about-content p {
    margin-top: 30px;
  }

  .about-content {margin-right: 10px;}

}

@media (max-width: 500px) {
	.section.contact {
		display: block !important;
	}
}