/* font */
@font-face {
  font-family: 'Projekt Blackbird';
  src: url('../fonts/ProjektBlackbird-Regular.eot');
  src: url('../fonts/ProjektBlackbird-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ProjektBlackbird-Regular.woff2') format('woff2'),
    url('../fonts/ProjektBlackbird-Regular.woff') format('woff'),
    url('../fonts/ProjektBlackbird-Regular.svg#ProjektBlackbird-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00EB;
}

:root {
  --heading-color-one: #110E0F;
  --color-white: #fff;
  --bg-color: #2959C7;
  --button-color: #397242;
  --text-color-one: #323232;
  --heading-font: 'Projekt Blackbird';
  --text-font: "Poppins", sans-serif;
}

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

/*---------------- scrollbar -------------*/
/* ::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #0766a527;
}

::-webkit-scrollbar-thumb {
  background-color: #0766a5bd;
} */



.relative,
body,
html {
  position: relative;
}

body,
ul {
  margin: 0;
  padding: 0;
}

html {
  max-width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

body {
  font-weight: normal;
  background-color: #E5E9F5;
  position: relative;
  z-index: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  min-height: 100%;
}

html {
  height: 100%;
}

ul {
  list-style: none;
}

.btns,
a,
button {
  display: inline-block;
  outline: 0 !important;
  box-shadow: none !important;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btns,
a,
a:focus,
a:hover,
button {
  text-decoration: none;
  outline-style: none;
}

H1,
H2,
H3,
H4,
H5,
H6,
P {
  padding: 0;
  margin: 0;
}


h1 {
  font-size: 120px;
  font-weight: 400;
  font-family: var(--heading-font);
}

h2 {
  font-size: 53px;
  font-weight: 400;
  font-family: var(--heading-font);
  line-height: 54px;
}

h3 {
  font-size: 50px;
  font-family: var(--heading-font);
}

h5 {
  font-size: 26px;
  font-family: var(--heading-font);
}

p {
  font-size: 17px;
}

.f-20 {
  font-size: 20px;
}













/* ======================home-banner========================== */
.home-banner {
  background-image: url(../images/banner-bg-image.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  /* background-position: center; */
  padding: 75px 0 140px 0;
}

.home-banner .banner-wrapper h2 {
  color: var(--color-white);
  margin-top: 90px;
  margin-bottom: 38px;
}

.home-banner .banner-wrapper p {
  color: var(--color-white);
  max-width: 435px;
  width: 100%;
}









/* ===========================our-mission======================= */
.our-mission .text-wrapper p {
  line-height: 30px;
  color: #323232;
}

.our-mission {
  padding: 70px 60px;
}

.our-mission .our-mission-wrapper {
  background-image: url(../images/our-mission-bg-image-1.png);
  /* background-position: center; */
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 56px;
  padding-bottom: 380px;
}

.our-mission .our-mission-wrapper .heading-wrap {
  padding-top: 94px;
}

.our-mission .heading-wrap h1 {
  line-height: 35px;
  color: var(--heading-color-one);
}







/* ==========================Our Testimonials========================== */

.testimonials .restimonials-wrapper {
  background-color: var(--bg-color);
  padding: 64px 0;
  border-radius: 39px;
  margin-top: -414px;
}

.testimonials .restimonials-wrapper .headingt-wrapper h3 {
  color: var(--color-white);
  margin-bottom: 20px;
}

.testimonials .restimonials-wrapper .icon-top {
  width: 64px;
  height: 64px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #719BFD;
  box-shadow: 0px 0px 11px 0px rgba(41, 89, 199, 70);
  position: absolute;
  top: -32px;
  left: 33px;
}

.testimonials .restimonials-wrapper .box {
  background-color: #5280EA;
  border-radius: 20px;
  padding: 60px 30px 35px 30px;
  transition: 0.6s;
}

.testimonials .restimonials-wrapper .box p {
  color: var(--color-white);
}

.testimonials .restimonials-wrapper .box .name {
  font-size: 15px;
  font-weight: 600;
  color: var(--color-white);
  font-family: var(--text-font);
}

.testimonials .restimonials-wrapper .box .icon-box .icon {
  width: 21px;
  height: 21px;
  background-color: var(--color-white);
  border-radius: 50px;
}

.testimonials .restimonials-wrapper .box .icon-box {
  gap: 8px;
  margin-top: 8px;

}

.testimonials .restimonials-wrapper .box .icon-box .icon i {
  font-size: 12px;
  color: #000;
  font-weight: 800;
}

.testimonials .restimonials-wrapper .box .paragraph {
  margin-bottom: 56px;
}

.testimonials .restimonials-wrapper .box .icon-box p {
  font-size: 14px;
  color: var(--color-white);
  font-weight: 400;
}

.testimonials .restimonials-wrapper .box .name-wrapper {
  padding-top: 16px;
  border-top: 1px solid #759DFA;
}

.testimonials .box-gap {
  gap: 60px;
}

.testimonials .restimonials-wrapper .box:hover {
  background-color: #6e96f5;
  box-shadow: 0px 4px 4px 2px #ffffff15;
}

.testimonials .restimonials-wrapper .box:hover .icon-top {
  top: -37px;
  transition: 0.1s;
}










/* =======================contact================== */
.contact {
  padding: 73px 0 70px 0;
}

.contact form {
  background-image: url(../images/form-bg-image-4.webp);
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  padding: 70px 55px 45px 55px;
  border-radius: 32px;
  /* position: relative;
  transform: translate(0);
  transform-style: preserve-3d; */
  position: relative;
}

/* .contact form::after {
  content: "";
  position: absolute;
  inset: 4px;
  top: -11px;
  background: linear-gradient(32deg, #D6DFF5, #dd247600);
  border-radius: 20px;
  z-index: -1;
  left: 0;
} */


/* form:before {
  content: "";
  position: absolute;
  inset: -10px;
  transform: translate3d(0, 0, -1px);
  background: conic-gradient(from 90deg at 40% -25%, #D6DFF6, #D6DFF6, #D6DFF6, #d6dff6cc, #de0d0d00, #d6103800, #cf126100, #c7158600, #cf126100, #d6103800, #de0d0d00, #ee670700, #f79e0300, #ffd90000, #ffd90000, #ffd90000);
  filter: blur(10px);
  clip-path: polygon(-100vmax -100vmax, 100vmax -100vmax, 100vmax 100vmax, -100vmax 100vmax, -100vmax -100vmax, 0 0, 0 100%, 100% 100%, 100% 0, 0 0);
} */




.contact form .heading h5 {
  font-weight: 600;
  padding-bottom: 46px;
  font-family: var(--text-font);
  color: #000;
}

.contact form label {
  font-size: 17px;
  color: #2D2926;
  font-family: var(--text-font);
  font-weight: 400;
  padding-bottom: 13px;
}

.contact form input {
  height: 54px;
  border: 1px solid #BABABA;
  outline: none;
  border-radius: 11px;
  padding: 0 27px;
  font-size: 15px;
  width: 100%;
}

.contact form textarea {
  height: 160px;
  width: 100%;
  border-radius: 18px;
  border: 1px solid #BABABA;
  padding: 25px 30px;
}

.btn-1 {
  height: 47px;
  padding: 0px 66px;
  background-color: var(--button-color);
  border-radius: 30px;
  outline: none;
  border: none;
  color: var(--color-white);
  font-weight: 400;
  line-height: 30px;
  font-size: 15px;
}

.btn-1:hover {
  background-color: #124119;
}

.contact form .form-control:focus {
  border-color: #BABABA;
  box-shadow: none;
}

.contact form .btn-1 {
  margin-top: 30px;
}





/* ===============================footer============================= */
footer {
  background-color: #2959C7;
  padding: 17px 0;
}

footer p {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}