@import url(fonts/stylesheet.css);

/* VARIABLES */
:root {
  --c-white: #ffffff;
  --c-light-blue: #bef4fe;
  --c-black: black;
  --font-base: "Playfair Display", sans-serif;
  --box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.08);
  --transition: all 0.5s ease;
}

/* HELPERS & RESETS */
* {
  font-family: var(--font-base);
  line-height: 1.7;
  color: var(--c-black);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*::selection {
  background-color: black;
  color: #ffffff;
}
body {
  color: var(--c-white);
  /* background-color: var(--c-light-blue); */
  overflow-x: hidden;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3.h4.h5.h6 {
  font-weight: 800;
  color: var(--c-black);
}
p, span {
  color: var(--c-black);
  font-family: 'Poppins';
}

a {
  text-decoration: none;
  color: var(--c-black);
  transition: var(--transition);
  font-size: 18px;
}

.section-padding {
  min-height: 40vh;
  background-color: #f6f5f4;
}
img {
  max-width: 100%;
  height: auto;
}
/* Header */
/* .progress {
  position: relative;
  margin-top: 60px;
  width: 400px;
  height: 20px;
  background: #eee;
}
.progress::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #637373;
  -webkit-animation: progress 20s linear infinite;
          animation: progress 20s linear infinite;
}

@-webkit-keyframes progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
} */

header a {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 500;
  
}
header .btn {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 500;
  border-radius: 0px;
  padding: 10px 60px;
  background-color: #C80406;
}
header a:hover {
  color: red;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-decoration-skip-ink: none;
  text-underline-offset: 2px;
  text-decoration-color: red;
  text-align: center;
}
/* .query1{
  position: fixed;
  top: 0;
} */

/* HERO */
.hero-text h1 {
  font-size: 90px;
}
.hero-text p {
  font-size: 22px;
}
.hero-text button {
  border-radius: 0px;
  font-size: 12px;
  font-weight: 600;
  color: white;
  background-color: #155EA1;
}

.hero button:hover {
  background-color: white;
  color: #155EA1;
}

/* HERO */
#hero {
  background-image: url(./image/home/Group-3005.png);
  background-size: cover;
  /* scale: 0.8; */
  /* height: 50vh; */
}
.q1 img {
  padding-left: 100px;
  height: 60vh;
  width: 60vh;
}
.q2 video {
  /* margin-right: 40vh; */
}

/* TWOB */
#twob {
  background-image: url(./image/home/Group-3049.jpg);
  background-size: cover;
}

.q3 a {
  position: relative;
  display: inline-block;
  padding: 15px 30px;
  border: 2px solid #fefefe;
  text-transform: uppercase;
  color: #fefefe;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
}

.q3 a::before {
  content: "";
  position: absolute;
  top: 6px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% - 12px);
  background-color: red;
  transition: 0.3s ease-in-out;
  transform: scaleY(1);
}

.q3 a:hover::before {
  transform: scaleY(0);
}

.q3 a::after {
  content: "";
  position: absolute;
  left: 6px;
  top: -2px;
  height: calc(100% + 4px);
  width: calc(100% - 12px);
  background-color: blue;
  transition: 0.3s ease-in-out;
  transform: scaleX(1);
  transition-delay: 0.5s;
}

.q3 a:hover::after {
  transform: scaleX(0);
}

.q3 a span {
  position: relative;
  z-index: 3;
}

.q3 button {
  background-color: none;
  text-decoration: none;
  background-color: yellow;
  border: none;
}


.q3 button {
  color: #090909;
  padding: 0.7em 1.7em;
  font-size: 18px;
  border-radius: 0.5em;
  background: #e8e8e8;
  cursor: pointer;
  border: 1px solid #e8e8e8;
  transition: all 0.3s;
  box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #ffffff;
}


.q3 button:active {
  box-shadow: 4px 4px 12px #c5c5c5, -4px -4px 12px #ffffff;
}


/* jbt */
#jbt {
  background-image: url(./image/home/Group-3005.png);
  background-size: cover;
}
#jbt h5 {
  color: white;
}
.q4 {
  margin-top: 20vh;
}

/* fowst */
#fowys {
  background-image: url(./image/home/Group-3005.png);
  background-size: cover;
}





/* Service */
#services {
  background-image: url(./image/home/Group-3005.png);
  background-size: cover;
}

.q5 h1{
  font-size: 18px;
  padding-top: 4vh;
  color: #fa2626;
  text-decoration: underline;
}
.q5 p{
  font-size: 15px;
  padding-top: 1vh;

}
/* banner */
.q7{
  background-image: url(./image/home/bi1.jpeg);
  height: 90vh;
  background-size: cover;
}
/* .button2 {
  display: inline-block;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #090909;
  
  padding: 0.7em 1.7em;
  cursor: pointer;
  font-size: 18px;
  border-radius: 0.5em;
  background: #e8e8e8;
  border: 1px solid #e8e8e8;
  box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #ffffff;
} */

/* .button2:active {
  color: #666;
  box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
}

.button2:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.button2:after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: #F9D9DD;
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.button2:hover {
  color: red;

  border: 1px solid #F9D9DD;
}

.button2:hover:before {
  top: -35%;
  background-color: #F9D9DD;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.button2:hover:after {
  top: -45%;
  background-color: #F9D9DD;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
} */


/* contact */
.wave-group {
  position: relative;
  margin-bottom: 2vh;
}

.wave-group .input {
  font-size: 16px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 350px;
  border: none;
  border-bottom: 1px solid #515151;
  background: transparent;
}

.wave-group .input:focus {
  outline: none;
}

.wave-group .label {
  color: #999;
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  display: flex;
}

.wave-group .label-char {
  transition: 0.2s ease all;
  transition-delay: calc(var(--index) * .05s);
}

.wave-group .input:focus ~ label .label-char,
.wave-group .input:valid ~ label .label-char {
  transform: translateY(-20px);
  font-size: 14px;
  color: #5264AE;
}

.wave-group .bar {
  position: relative;
  display: block;
  width: 350px;
}

.wave-group .bar:before,.wave-group .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #5264AE;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.wave-group .bar:before {
  left: 50%;
}

.wave-group .bar:after {
  right: 50%;
}

.wave-group .input:focus ~ .bar:before,
.wave-group .input:focus ~ .bar:after {
  width: 50%;
}





/* search */
.form__group {
  position: relative;
  padding: 20px 0 0;
  width: 100%;
  max-width: 180px;
}

.form__field {
  font-family: inherit;
  width: 100%;
  border: none;
  border-bottom: 2px solid #6b6b6b;
  outline: 0;
  font-size: 17px;
  color: #fff;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
}

.form__field::placeholder {
  color: transparent;
}

.form__field:placeholder-shown ~ .form__label {
  font-size: 17px;
  cursor: text;
  top: 20px;
}

.form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 17px;
  color: black;
  pointer-events: none;
}

.form__field:focus {
  padding-bottom: 6px;
  font-weight: 700;
  border-width: 3px;
  border-image: linear-gradient(to right, red, #5d3294);
  border-image-slice: 1;
}

.form__field:focus ~ .form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 17px;
  color: red;
  font-weight: 700;
}

/* reset input */
.form__field:required,
.form__field:invalid {
  box-shadow: none;
}



/* footer */
footer {
  background-color: black ;
  color: white;
}
footer * {
  color: white;
  font-family: 'Poppins';
  font-weight: 400;
}
footer p {
  opacity: 0.5;
}
footer li {
  opacity: 0.5;
  list-style: none;
}
footer img {
  width:400px;
  padding: 40px 0px;
}
footer .services img {
  width: 200px;
  padding: 10px 30px;
}
footer .social li {
  padding: 10px 20px;
}
footer .form-control {
  border-radius: 0px;
  padding: 10px 20px;
  margin: 20px 0px;
}
footer .btn {
  border-radius: 0px;
  color: white;
  padding: 10px 20px;
  margin: 10px 0px;
}
footer .service-box {
  background-color: #c80406;
  width: 40px;
}
footer a {
  font-size: 14px;
  color: #2a519d;
}
footer p {
  font-size: 13px;
}
footer li {
  font-size: 16px;
  padding:5px 0px;
  font-weight: lighter;
}
footer i {
  font-size: 40px;
}
/* 
#footer input {
  font-family: "SF Pro";
  min-width: 200px;
  padding: 0.875rem;
  font-size: 1rem;
  border: 1.5px solid #000;
  border-radius: 0.5rem;
  box-shadow: 2.5px 3px 0 #000;
  outline: none;
  transition: ease 0.25s;
}

#footer input:focus {
  box-shadow: 5.5px 7px 0 black;
}

.foot  {
  width: 150px;
  padding: 0;
  border: none;
  transform: rotate(5deg);
  transform-origin: center;
  font-family: "Gochi Hand", cursive;
  text-decoration: none;
  font-size: 15px;
  cursor: pointer;
  padding-bottom: 3px;
  border-radius: 5px;
  box-shadow: 0 2px 0 #494a4b;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  background-color: red;
}

.foot  span {
  background: #f1f5f8;
  display: block;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  border: 2px solid #494a4b;
}

.foot :active {
  transform: translateY(5px);
  padding-bottom: 0px;
  outline: 0;
}

ul {
  list-style: none;
}

.example-2 {
  display: flex;
  justify-content: start;
  align-items: start;
}
.example-2 .icon-content {
  margin: 0 10px;
  position: relative;
}
.example-2 .icon-content .tooltip {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  padding: 6px 10px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
  transition: all 0.3s ease;
}
.example-2 .icon-content:hover .tooltip {
  opacity: 1;
  visibility: visible;
  top: -50px;
}
.example-2 .icon-content a {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #4d4d4d;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.example-2 .icon-content a:hover {
  box-shadow: 3px 2px 45px 0px rgb(0 0 0 / 12%);
}
.example-2 .icon-content a svg {
  position: relative;
  z-index: 1;
  width: 30px;
  height: 30px;
}
.example-2 .icon-content a:hover {
  color: white;
}
.example-2 .icon-content a .filled {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #000;
  transition: all 0.3s ease-in-out;
}
.example-2 .icon-content a:hover .filled {
  height: 100%;
}

.example-2 .icon-content a[data-social="linkedin"] .filled,
.example-2 .icon-content a[data-social="linkedin"] ~ .tooltip {
  background-color: #0274b3;
}

.example-2 .icon-content a[data-social="github"] .filled,
.example-2 .icon-content a[data-social="github"] ~ .tooltip {
  background-color: #24262a;
}
.example-2 .icon-content a[data-social="instagram"] .filled,
.example-2 .icon-content a[data-social="instagram"] ~ .tooltip {
  background: linear-gradient(
    45deg,
    #405de6,
    #5b51db,
    #b33ab4,
    #c135b4,
    #e1306c,
    #fd1f1f
  );
}
.example-2 .icon-content a[data-social="youtube"] .filled,
.example-2 .icon-content a[data-social="youtube"] ~ .tooltip {
  background-color: #ff0000;
}
/* === removing default button style ===*/
/* .button {
  margin: 0;
  height: auto;
  background: transparent;
  padding: 0;
  border: none;
  cursor: pointer;
} */

/* button styling */
/* .button {
  --border-right: 6px;
  --text-stroke-color: rgba(255,255,255,0.6);
  --animation-color: red;
  --fs-size: 2em;
  letter-spacing: 3px;
  text-decoration: none;
  font-size: var(--fs-size);
  font-family: "Arial";
  position: relative;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px var(--text-stroke-color);
} */
/* this is the text, when you hover on button */
/* .hover-text {
  position: absolute;
  box-sizing: border-box;
  content: attr(data-text);
  color: var(--animation-color);
  width: 0%;
  inset: 0;
  border-right: var(--border-right) solid var(--animation-color);
  overflow: hidden;
  transition: 0.5s;
  -webkit-text-stroke: 1px var(--animation-color);
} */
/* hover */
/* .button:hover .hover-text {
  width: 100%;
  filter: drop-shadow(0 0 23px var(--animation-color))
}
 */
