@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

/* font-family: "Urbanist", sans-serif; */
@font-face {
  font-family: 'Gopher';
  src: url('/fonts/gohper/Gopher-Thin.ttf') format('woff2'),
    url('/fonts/gohper/Gopher-Heavy.woff2') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

body {
  overflow-x: hidden;

}

main {
  position: relative;
}

a {
  text-decoration: none;
}

select {
  cursor: pointer;
}

.btn:focus {
  outline: none;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

input:focus {
  outline: none;
  box-shadow: none;
}

button {
  outline: none;
  background-color: transparent;
  border: none;
}

button:focus {
  outline: none;
  box-shadow: none;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

.navbar .nav-item .nav-link {
  font-family: "Urbanist";
  font-size: 18px;
  color: #000;
  font-weight: 400;
}

header .navbar-nav {
  display: flex;
  align-items: center;
  gap: 38px;
}
.main-dev{
  background-color:#E3E3E3;
  margin-bottom:20px ; 
}
.main-dev h2 {
  text-align: center;
  font-family: "Urbanist";
  font-size: 50px;
  font-weight: 800;
}

.main-dev  p{
    font-family: "Urbanist";
    font-size: 18px;
    padding: 20px 0;
}
.main-dev {
  padding: 60px 0;
}

.main-dev p {
  text-align: center;
}

.main-content-center {
  a {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    border: 1px solid #000;
    width: fit-content;
    padding: 10px 15px;
    font-family: "Urbanist";
    color: #000;
    font-weight: 700;
    border-radius: 25px;
    transition: 0.3s;

    &:hover {
      background-color: #000;
      color: #fff;
    }
  }
}
.main-content-center img {
  margin: 20px auto;
  display: flex;
}
.header-main{
  background-color: #fff;
}




.main-footer {
  background-color: #000;
  padding: 100px 0;

}


.main-footer .first-sec-footer p {
  color: #fff;
  font-size: 16px;
  font-family: "Urbanist", sans-serif;
  padding: 15px 0;
}

.main-footer .first-sec-footer h3 {
  color: #fff;
  font-family: var(--fontclash);
  font-weight: 500;
  font-size: 20px;
}

.main-footer .first-sec-footer .footer-ul-sec li svg {
  color: #3C3C3C;
  font-size: 21px;

}

.main-footer .first-sec-footer .footer-ul-sec li {
  list-style: none;
  background-color: #fff;
  padding: 12px 18px;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 50%;
  transition: 0.5s;
}

.main-footer .first-sec-footer .footer-ul-sec {
  display: flex;
  gap: 30px;
  margin-top: 30px;

}

.footer-main-dev .mention-footer li input::placeholder {
  color: #6666;
  padding: 0 0 0 15px;
  font-family:"Urbanist", sans-serif;;
  font-weight: 800;
}

.footer-main-dev .mention-footer li input {
  width: 300px;
  height: 39px;
  padding: 0 0 0 15px;
  border-radius: 5px;
  font-family:  "Urbanist", sans-serif;;
  outline: none;
}

.footer-main-dev .mention-footer li button:hover {
  background-color: #000;
  color: #ba0c2f;
  border: 1px solid #ba0c2f;
}

.footer-main-dev .mention-footer li button {
  transition: 0.3s;
  background-color: #ba0c2f;
  color: #000;
  padding: 9px 25px;
  font-family: var(--fontclash);
  font-weight: 500;
  font-size: 16px;
  border: none;
  outline: none;
  border-radius: 5px;
  border: 1px solid transparent;
}

.footer-main-dev .mention-footer li {
  list-style: none;
}

.footer-main-dev .mention-footer {
  display: flex;
  gap: 10px;
}

.main-footer-hyper ul li a {
  color: #fff;
  transition: 0.3s;
  border-color: 1px solid transparent;
}

.main-footer-hyper ul h4 {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  font-family: var(--fontclash);
}

.main-footer-hyper ul li {
  margin: 15px 0;
  font-family:  "Urbanist", sans-serif;
  font-size: 16px;
}

.footer-last-section {}

.main-master {
  position: relative;

}

.main-master ul li a {
  color: #ffff;
  margin: 15px 0;
  font-family:  "Urbanist", sans-serif;
  font-size: 16px;
}

.main-master ul li {
  padding: 15px 0;
}

.main-master h4 {

  color: #fff;
  font-weight: 600;
  font-size: 20px;
  font-family:  "Urbanist", sans-serif;
}

.main-master ul li svg {
  position: absolute;
  color: #fff;
  left: -20px;
  font-size: 16px;
}

.footer-img img {
  padding-top: 45px;
}
.main-footer .first-sec-footer .footer-ul-sec li i{
color: #000;
}

@media only screen and (min-width: 1440px) {}

@media only screen and (max-width: 1444px) {}

@media only screen and (max-width: 1399px) {}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 520px) {}