* {
  margin: 0;
  padding: 0;
}

body {
  background-color: white;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
}

/* first section strat */
.firstSection {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 2;
}

.firstSection::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.334);
}

.firstSection:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('pic 4.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.navbar {
  background-color: transparent;
  display: flex;
  flex-wrap: wrap;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  z-index: 2;
}

.nav-link {
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.nav-link:hover {
  text-decoration: none;
  color: #ffc65e;
}

.nav-item>a {
  text-decoration: none;
  color: white;
}
.nav-item>a:hover {
  text-decoration: none;
  color: #ffc65e;
}
.box-main {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 24%;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  position: relative;
  top: 250px;
  z-index: 3;
}

.firstHalf {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  z-index: 2;
}

.text-big {
  font-size: 3rem;
  font-family: "Anton", sans-serif;
}

.text-small {
  font-size: 1rem;
}

.btnJobs {
  padding: 8px 20px;
  margin: 7px 3px;
  border: 1px transparent;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  background-image: linear-gradient(to right, #FF512F 0%, #DD2476 51%, #FF512F 100%);
  color: white;
  cursor: pointer;
  width: 300px;
  align-self: center;
  box-shadow: 0 0 20px #eeeeee57;
  border-radius: 10px;
  display: block;
  background-size: 200% auto;   
}

.btnJobs:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}
.jobA{
  color: white;
  text-decoration: none;
}
.jobA:hover{
  color: white;
  text-decoration: none;
}
/* fisrt section end */
/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action {
  --background-color: #000000;
  --default-color: #ffffff;
  --contrast-color: #ffffff;
  padding: 120px 0;
  position: relative;
  clip-path: inset(0);
  
}

.call-to-action img {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
 
}

.call-to-action:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 50%);
  position: absolute;
  inset: 0;
  z-index: 2;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

.call-to-action .container {
  position: relative;
  z-index: 3;

}

.call-to-action h3 {
  font-size: 50px;
  font-weight: 700;
  color: var(--default-color);
}

.call-to-action p {
  color: var(--default-color);
  
}



/* second section start */
.secondSection {
  padding: 50px 0;
  background-color: #ffffff;
}

.stylishdiv {
  top: 100px;
  background-color: #fb8223;
  height: 100px;
  width: 147px;
  position: relative;
  z-index: 1;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.ContentDiv {
  padding: 20px;
  margin-right: 70px;
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
}

.SideBigContent {
  color: blue;
  position: relative;
  z-index: 2;
  font-family: Anton, sans-serif;
}

.SideSmallContent {
  color: rgb(0, 0, 0);
  margin-top: 50px;
  font-size: 19px;
  margin-left: 20px;
}

.sideimg img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

/* second section end */



/* third section start */
.thirsdSection {
  padding: 50px 0;
  background-color: #ffffff;
}

.stylish {
  background-color: #fb8223;
  height: 95px;
  width: 227px;
  position: relative;
  z-index: 1;
  left: 0px;
  top: 94px;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  transform: translate(-80px, -41px);
}

.custom-img img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}

.custom-content {
  padding: 20px;
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
}

.custom-heading {
  color: blue;
  position: relative;
  width: 352px;
  z-index: 2;
  font-family: Anton, sans-serif;
}

.custom-paragraph {
  color: rgb(0, 0, 0);
  margin-top: 50px;
  font-size: 19px;
  margin-left: 20px;
}

/* third section end */

/* service section start*/
section.page-section {
  padding: 100px 0;
}

.text-center>h2 {
  font-size: 50px;
}

.text-center>p {
  font-size: 18px;
}

.media {
  display: flex;
  align-items: center;
}

.media-heading {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0;
}

.services .media i.fa {
  font-size: 30px;
  width: 75px;
  height: 75px;
  text-align: center;
  border: 3px solid #222;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  margin-bottom: 135px;
}

.services .media .media-body ul {
  padding: 0;
  list-style: inside;
  margin-top: 10px;
}

.services .media .media-body ul li {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 18px;
}

/* service section end */


/* statistic section start */
.statistics-section {
  text-align: center;
  padding: 20px;
  background-color: #f0f0f0;
}

.count-container {
  display: flex;
  justify-content: space-around;
}

.count {
  font-size: 24px;
  font-weight: bold;
  margin: 0 10px;
}

/* statistic section end */


/* team section start */

.teamSection {
  width: 100%;
  height: auto;
  background-color: #f6f4f0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  top: 0px;
  padding: 20px;
}

.teamSection>h2 {
  font-size: 50px;
  color: rgb(0, 0, 0);
  font-family: Anton, sans-serif;
  font-weight: 100;
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.box {
  
  color: white;
  position: relative;
  overflow: hidden;
  text-align: center;
  width: 300px;
  height: auto;
  margin: 10px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}



/* Add media query to adjust layout for smaller screens */
@media (max-width: 768px) {
  .row {
    padding: 0 20px;
  }

  .box {
    flex-basis: calc(50% - 20px);
    margin: 10px;
  }
}

.box:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 0px;
  height: 100%;
  box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.30);
  transition: all 0.3s ease;
  background-color: #4e4e4e;
}

.box:hover:before {
  width: 100%;
}

.box:hover .image-wrapper {
  padding: 0;
}

.box:hover .box-desc {
  color: #fff;
}

.box:hover .social li a {
  background: #fff;
  background-image: none;
  color: #000;
}

.box:hover .social li a:hover {
  background: #1d1d1d;
  color: #fff;
}

.image-wrapper {
  position: relative;
  max-width: 210px;
  max-height: 210px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
  padding: 15px;
  transition: all 0.5s ease;
  box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.20);
}

.image-wrapper img {
  border-radius: 50%;
  transition: all 500ms ease;
}

.box-desc {
  position: relative;
}

ul.social {
  padding: 0;
}

ul.social li {
  display: inline-block;
  list-style-type: none;
}

ul.social li a {
  position: relative;
  width: 36px;
  height: 36px;
  background-color: white;
  display: inline-block;
  line-height: 36px;
  border-radius: 50%;
  color: #000000;
  transition: all .5s ease;
}

/* team section end */


/* footer start */
footer {
  position: relative;    
  left: 0;
  bottom: 0;
  display: flex;
  width: 100%;
  height: 370px;
  overflow: hidden;
}
.background {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(3) scaleX(2.25);
  transform-origin: bottom;
  box-sizing: border-box;
  display: block;
  pointer-events: none;
}
.footerSection {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 30px;
  padding-bottom: 60px;
  padding-left: 60px;
  width: 100%;
  color: white;
}
.footerSection ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footerSection>.socials {
  gap: 20px;
}

.footerSection>.socials a {
  font-size: 24px;
  color: wheat;
  text-decoration: none;
}

.footerSection>.links {
  gap: 10px;
  flex-direction: column;
}

.legal {
  font-size: 12px;
  margin: 0;
}
.link{
  text-decoration: none;
  color: white;
}
.link:hover{
  text-decoration: none;
  color: rgb(106, 105, 105);
}
@media (width > 420px) {
  section {
    align-items: center;
    padding-left: 0;
    gap: 20px;
  }

  .footerSection>.links {
    gap: 20px;
    flex-direction: row;
  }
}
/* footer end */
.up-arrow {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 999;
  transition: opacity 0.3s;
  color: orangered;
}

.up-arrow:hover {
  opacity: 0.7;
}