* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Karla", sans-serif;
  overflow-x: hidden;
}

h1 {
  font-family: "KarlaMedium", sans-serif;
  color: #1e75d3;
  font-size: 36px;
  margin-bottom: 20px;
}

h3 {
  font-family: "KarlaBold", sans-serif;
  color: #1e75d3;
  font-size: 20px;
  margin-bottom: 20px;
}

p {
  font-family: "KarlaRegular", sans-serif;
  color: #c1c3c9;
  font-size: 25px;
  margin-top: 0;
}

.cc {
  color: #1e75d3;
  text-decoration: none;
}

.button {
  text-decoration: none;
  border: 1px solid #1e75d3;
  font-family: "KarlaLight", sans-serif;
  color: #1e75d3;
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.button:hover {
  background-color: #1e75d3;
  color: white;
}

.smll-txt {
  font-size: 10px;
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 150px;
}

nav .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

nav .container .logo img {
  width: 50px;
}

nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media screen and (max-width: 700px) {
  nav ul {
    display: none;
  }
}

nav ul li {
  list-style-type: none;
  margin: 0 10px;
}

nav ul li .active {
  opacity: 0.6;
}

nav ul li a {
  text-decoration: none;
  color: #1e75d3;
  opacity: 1;
  font-family: "KarlaBold";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

nav ul li :hover {
  opacity: 0.5;
}

.container {
  width: 80%;
}

@media screen and (max-width: 700px) {
  .container {
    width: 95%;
  }
}

.work-section {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 50px;
}

.work-section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.txt-rotate {
  color: #1e75d3;
}

.web-section {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 150px 0px;
}

@media screen and (max-width: 700px) {
  .web-section {
    padding: 25px 0px;
  }
}

.web-section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.web-section .container .rows {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 4%;
}

@media screen and (max-width: 700px) {
  .web-section .container .rows {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0%;
  }
}

.web-section .container .rows a {
  width: 46%;
  margin-right: 4%;
  height: 350px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (max-width: 700px) {
  .web-section .container .rows a {
    width: 85%;
    margin-right: 0;
    margin-bottom: 8%;
    height: 200px;
  }
}

.web-section .container .rows a .web-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}

.web-section .container .rows a .over-content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  border-radius: 5px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.6)),
    to(rgba(0, 0, 0, 0.6))
  );
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.6),
    rgba(0, 0, 0, 0.6)
  );
}

@media screen and (max-width: 700px) {
  .web-section .container .rows a .over-content {
    display: none;
  }
}

.web-section .container .rows a .over-content h1 {
  color: white;
  font-family: "KarlaMedium";
}

.web-section .container .rows a:hover .over-content {
  opacity: 1;
}

.about-section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 50px 0px;
  padding-bottom: 150px;
}

.about-section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.about-section .container .lf-cl {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.about-section .container .lf-cl img {
  height: 600px;
}

.about-section .container .rg-cl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.about-section .container .rg-cl .abt-txt {
  font-size: 18px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: #c1c3c9;
}

.about-section .container .rg-cl .contact-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-section .container .rg-cl .contact-holder a {
  margin-bottom: 10px;
}

.about-section .container .rg-cl .contact-holder a img {
  width: 30px;
}

.about-section .container .rg-cl .bg-img {
  width: 250px;
  height: 250px;
  border-radius: 100%;
  background-image: url("/web/20240701230815im_/https://tonyboutros.com/images/me1.JPG");
  background-size: cover;
  background-position: 90%;
}

.about-section .container .rg-cl .bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100%;
}

.about-section .container .rg-cl ul {
  padding-left: 15px;
  color: #1e75d3;
  -webkit-columns: 2;
  columns: 2;
  -webkit-column-gap: 20px;
  column-gap: 20px;
}

@media screen and (max-width: 700px) {
  .about-section .container .rg-cl ul {
    -webkit-column-gap: 0;
    column-gap: 0;
    -webkit-columns: 1;
    columns: 1;
  }
}

.about-section .container .rg-cl ul li {
  font-family: "KarlaRegular", sans-serif;
  color: #c1c3c9;
  font-size: 18px;
}

.full-menu {
  display: none;
  z-index: 3;
  position: fixed;
  background-color: #1e75d3;
  text-align: center;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 400ms ease-in;
  transition: all 400ms ease-in;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
}

@media screen and (max-width: 700px) {
  .full-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.full-menu ul {
  padding-left: 0;
}

.full-menu li {
  font-size: 3em;
  width: 100%;
  color: white;
  opacity: 0;
  -webkit-transform: translateY(2%);
  transform: translateY(2%);
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  cursor: pointer;
  font-family: "KarlaBold";
}

.full-menu ul {
  list-style: none;
}

.full-menu ul a {
  color: white;
  text-decoration: none;
}

.full-menu.active {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 1;
  z-index: 1;
  left: 0;
}

.full-menu.active .home {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.full-menu.active .about {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.full-menu.active .works {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.full-menu.active .contact {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.full-menu.active li {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.full-menu.active li:hover {
  -webkit-animation: zoom 200ms ease-in;
  animation: zoom 200ms ease-in;
}

.hamburguer {
  position: absolute;
  top: 75px;
  right: 5%;
  width: 2em;
  height: 2em;
  margin: 0em;
  z-index: 4;
  cursor: pointer;
  display: none;
}

@media screen and (max-width: 700px) {
  .hamburguer {
    display: block;
  }
}

.hamburguer:hover {
  -webkit-animation: zoom 300ms ease-in;
  animation: zoom 300ms ease-in;
}

.lines {
  background-color: #1e75d3;
  width: 100%;
  height: 3px;
  margin: 3px 0;
  -webkit-transition: all 450ms ease-in;
  transition: all 450ms ease-in;
}

.close-hamburguer .lines {
  cursor: pointer;
}

.close-hamburguer .line-top {
  -webkit-transform: translateY(200%) rotate(45deg);
  transform: translateY(200%) rotate(45deg);
  background-color: white;
}

.close-hamburguer .line-mid {
  opacity: 0;
  background-color: white;
}

.close-hamburguer .line-bottom {
  -webkit-transform: translateY(-200%) rotate(135deg);
  transform: translateY(-200%) rotate(135deg);
  background-color: white;
}

@font-face {
  font-family: "KarlaLight";
  src: url("/assets/font/Karla-Light.ttf") format("woff2");
  font-weight: 300;
  font-style: light;
}

@font-face {
  font-family: "KarlaRegular";
  src: url("/assets/font/Montserrat-Regular.ttf") format("woff2");
  font-weight: 400;
  font-style: regular;
}

@font-face {
  font-family: "KarlaMedium";
  src: url("/assets/font/Montserrat-Medium.ttf") format("woff2");
  font-weight: 500;
  font-style: medium;
}

@font-face {
  font-family: "KarlaBold";
  src: url("/assets/font/Montserrat-Bold.ttf") format("woff2");
  font-weight: 600;
  font-style: Bold;
}
