:root {
  --c-brand: #f83691;
  --c-brandrgb: 248, 54, 145;
  --c-dark: #303050;
  --c-body: #636383;
  --f-main: BaiJamjuree, BBadr;
  --transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  --shadow: 0px 15px 40px rgba(0, 0, 0, 0.1);
}

* {
  box-sizing: border-box;
}

body {
  font-family: var(--main);
  color: var(--c-body);
  line-height: 1.7;
}

a {
  text-decoration: none;
  color: var(--c-dark);
  transition: var(--transition);
}

a:hover {
  color: var(--c-brand);
}

img {
  width: 100%;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 700;
  color: var(--c-dark);
}

[lang*=en] {
  direction: ltr;
}

.ltr {
  direction: ltr;
}

:root {
  --c-brand: #f83691;
  --c-brand-rgb: 248, 54, 145;
  --c-dark: #303050;
  --c-body: #636383;
  --f-main: BaiJamjuree, BBadr;
  --transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  --shadow: 0px 15px 40px rgba(0, 0, 0, 0.1);
}

.section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.text-brand {
  color: var(--c-brand);
}

.setion-title {
  max-width: 560px;
  margin: 0 auto 60px auto;
}

.setion-title .line {
  width: 60px;
  height: 2px;
  background-color: var(--c-brand);
  display: inline-block;
}

.section-connector {
  position: relative;
}

.section-connector::after {
  content: "";
  width: 2px;
  height: 100px;
  background-color: var(--c-brand);
  position: absolute;
  top: -50px;
  left: 50%;
}

.navbar {
  padding-top: 30px;
  padding-bottom: 20px;
  transition: var(--transition);
  background-color: #efeff6;
}

.navbar .scrolled {
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #efeff6;
  box-shadow: var(--shadow);
}

.navbar-toggler {
  border-radius: 0;
}

.navbar-toggler:focus {
  box-shadow: none;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.navbar .navbar-nav .nav-link {
  font-weight: 700;
  color: var(--c-dark);
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: var(--c-brand);
}

.navbar-brand {
  font-size: 24px;
  font-weight: 700;
  color: var(--c-dark);
}

.social-icon {
  width: 36px;
  height: 36px;
  background-color: var(--c-brand);
  color: white;
  border: 2px solid var(--c-brand);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
}

.social-icon:hover {
  background-color: transparent;
}

.btn {
  padding: 10px 24px;
  border-radius: 0;
  border-width: 2px;
  font-weight: 500;
}

.btn-brand {
  background-color: var(--c-brand);
  color: white;
  border-color: var(--c-brand);
}

.btn-brand:hover {
  background-color: var(--c-brand);
  color: white;
  border-color: var(--c-brand);
}

button {
  padding: 10px 24px;
  background-color: var(--c-dark);
  border: none;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  /* overflow: hidden; */
  transition: 500ms;
  border-width: 2px;
}

button span {
  color: gray;
  position: relative;
  transition: 500ms;
  transition-delay: 500ms;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}

button:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 0%;
  left: 50%;
  right: 50%;
  top: 50%;
  bottom: 50%;
  transition: 500ms;
  transition-delay: 500ms;
  background-color: var(--c-brand);
  box-shadow: 0 0 10px var(--c-brand), 0 0 30px var(--c-brand), 0 0 50px var(--c-brand);
}

button div {
  transition: 500ms;
  position: absolute;
  background-color: var(--c-brand);
  box-shadow: 0 0 15px var(--c-brand), 0 0 30px var(--c-brand), 0 0 50px var(--c-brand);
}

button .top {
  width: 15px;
  height: 2px;
  top: 0;
  left: 0;
}

button .bottom {
  width: 15px;
  height: 2px;
  bottom: 0;
  right: 0;
}

button .left {
  width: 2px;
  height: 15px;
  top: 0;
  left: 0;
}

button .right {
  width: 2px;
  height: 15px;
  bottom: 0;
  right: 0;
}

button:hover {
  color: var(--c-dark);
}

button:hover span {
  color: var(--c-dark);
}

button:hover:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

button:hover .top,
button:hover .bottom {
  width: 100%;
}

button:hover .left,
button:hover .right {
  height: 100%;
}

#home {
  background-image: url(../images/leone-venter-VieM9BdZKFo-unsplash.jpg);
  background-position: center;
  background-size: cover;
}

.service-icon {
  width: 53px;
  height: 53px;
  background-color: var(--c-brand);
  color: white;
  font-size: 31px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.custom-link {
  display: inline-flex;
  align-items: center;
}

.custom-link span {
  font-weight: 700;
}

.custom-link .fa-code,
.custom-link .fa-arrow-right {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c-brand);
  border-radius: 100px;
  color: white;
  margin-left: 6px;
  transition: var(--transition);
}

.custom-link:hover .fa-arrow-right {
  transform: translateX(6px);
}

.project {
  overflow: hidden;
  position: relative;
}

.project img {
  width: 25rem;
  height: 14rem;
}

.project .content {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--c-brand);
  width: 25rem;
  height: 14rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.project img,
.project .content {
  transition: var(--transition);
}

.project:hover .content {
  top: 0;
}

.project:hover img {
  transform: translateY(-100%);
}

.client {
  margin-top: -1px;
  margin-left: -1px;
}

.client img {
  opacity: 0.7;
  height: 80px;
}

.eduexp {
  position: relative;
}

.eduexp::before {
  content: "";
  height: 100%;
  width: 1px;
  background-color: rgb(var(--c-brand-rgb), 0.4);
  position: absolute;
  left: 0;
  top: 0;
}

.eduexp::after {
  content: "";
  width: 14px;
  height: 14px;
  background-color: var(--c-brand);
  position: absolute;
  left: -7px;
  top: 0;
}

#contact .form-control {
  border-radius: 0;
}

#contact .form-control:focus {
  box-shadow: none;
  border-color: var(--c-brand);
}

#contact input.form-control {
  height: 44px;
}

.buttom1 {
  width: 900px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.buttom1 .btn {
  position: relative;
  top: 0;
  left: 0;
  width: 250px;
  height: 50px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.buttom1 .btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  padding: 10px;
  letter-spacing: 1px;
  text-decoration: none;
  overflow: hidden;
  color: #181717;
  font-weight: 400px;
  z-index: 1;
  transition: 0.5s;
  backdrop-filter: blur(15px);
}

.buttom1 .btn:hover a {
  letter-spacing: 3px;
}

.buttom1 .btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(to left, rgba(61, 4, 42, 0.15), transparent);
  transform: skewX(45deg) translate(0);
  transition: 0.5s;
  filter: blur(0px);
}

.buttom1 .btn:hover a::before {
  transform: skewX(45deg) translate(200px);
}

.buttom1 .btn::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  bottom: -5px;
  width: 30px;
  height: 10px;
  background: var(--c-brand);
  border-radius: 10px;
  transition: 0.5s;
  transition-delay: 0.5;
}

.buttom1 .btn:hover::before {
  bottom: 0;
  height: 50%;
  width: 80%;
  border-radius: 30px;
}

.buttom1 .btn::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  top: -5px;
  width: 30px;
  height: 10px;
  background: var(--c-brand);
  border-radius: 10px;
  transition: 0.5s;
  transition-delay: 0.5;
}

.buttom1 .btn:hover::after {
  top: 0;
  height: 50%;
  width: 80%;
  border-radius: 30px;
}

.buttom1 .btn:nth-child(1)::before,
.buttom1 .btn:nth-child(1)::after {
  background: #ff1f71;
  box-shadow: 0 0 5px #ff1f71, 0 0 15px #ff1f71, 0 0 30px #ff1f71, 0 0 60px #ff1f71;
}

footer {
  background-color: var(--c-dark);
  padding-top: 80px;
}

footer h4 {
  color: white;
}

footer p,
footer li,
footer li a {
  color: rgba(255, 255, 255, 0.7);
}

footer ul {
  list-style: none;
  padding: 0;
}

.footer-top {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom {
  padding-top: 40px;
  padding-bottom: 40px;
}

/*# sourceMappingURL=style.css.map */
