/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.section-title p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #535074;
  width: 50%;
}
.contact .info {
  width: 100%;
  height: 100%;
  background: white;
  padding: 20px;
  border-radius: 5px;
}
.contact .info i {
  font-size: 20px;
  color: black;
  float: left;
  width: 44px;
  height: 44px;
  background: #fce67d;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #151515;
}
.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #484848;
}
.contact .info .emailcon,
.contact .info .phone {
  margin-top: 40px;
}
.contact .info .emailcon:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #fce67d;
  color: white;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input {
  height: 44px;
}
.contact .php-email-form textarea {
  padding: 10px 12px;
}
.contact .php-email-form button[type="submit"] {
  background: #fce67d;
  border: 0;
  padding: 10px 24px;
  color: black;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .php-email-form button[type="submit"]:hover {
  background: rgb(219, 216, 216);
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

* {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth;
}

body::-webkit-scrollbar {
  display: none;
}

h1,
h2,
h3,
h4,
h5 {
  color: white;
}

header {
  min-height: 150vh;
  width: 100%;
  background-image: url(gmb.png);
  background-position: center;
  background-size: cover;
  position: relative;
}

nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 5% 5px 2%;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}

nav.sticky {
  background: rgb(38, 212, 38) !important;
}

nav.sticky img {
  width: 40px;
  transition: 0.3s;
  margin-top: 5px;
  align-items: center;
}

nav img {
  width: 80px;
  margin-top: 10px;
  transition: 0.2s;
}

nav ul li {
  display: inline-block;
  margin-right: 28px;
  list-style-type: none;
}

nav ul li a {
  font-size: 15px;
  text-decoration: none;
  padding: 8px 10px;
  color: white;
}

.log {
  font-weight: bold;
}

.sign {
  border-radius: 18px;
  border: 1px solid white;
  margin-right: 20px;
}

.sign:hover {
  background: #39ff14;
  border: 1px solid #39ff14;
  transition: 0.4s;
}

.navbar a:hover {
  color: #39ff14;
}

.content {
  padding-top: 120px;
  position: relative;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.imgbox img {
  margin-left: 30px;
  width: 360px;
}

.textbox {
  margin-right: 200px;
  font-size: 35px;
}

.content .textbox h1 {
  line-height: 75px;
  margin-bottom: 20px;
  color: white;
  user-select: none;
}

.content .textbox a {
  color: white;
  border-radius: 30px;
  border: 3px solid #39ff14;
  padding: 8px 20px;
  text-decoration: none;
  color: white;
  font-weight: bold;
  font-size: 20px;
}

.textbox a:hover {
  background: #39ff14;
  transition: 0.4s;
  box-shadow: 0 0 10px 0 #39ff14, 0 0 20px 0 #39ff14, 0 0 40px 0 #39ff14;
}
