body {
  background-color: #0b131b;
  color: #fff;
  font-family: "gothambook";
}
.bkImg {
  background: url("../images/bkImg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  /* position: relative; */
}
.header-text {
  margin-top: 300px;
  margin-left: 120px;
}
.header-text h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 68px;
  line-height: 65px;
}

.header-text p {
  font-style: normal;
  font-weight: 300;
  font-size: 35.3797px;
  line-height: 42px;
}
.arrows {
  position: absolute;
  right: 5%;
  top: 40%;
  cursor: pointer;
  appearance: none;
  border: none;
  background-color: inherit;
  background: transparent;
  transform: translateX(150%);
  transition: 0.5s;
}

.transition {
  transition: 0.5s;
}

.fixedd {
  /* position: fixed;
  top: 0;
  left: 6%;
  z-index: 100; */
}

.addColor {
  background-color: #2f434a;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.slide-notifications {
  right: 0%;
  top: 38%;
  transition: 0.2s;
  visibility: hidden;
}
.active2 {
  transform: translateX(0%);
}
.active {
  right: 1%;
  visibility: visible;
}

.sectionHeader {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
}

.paraSection {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
}

.service p {
  /* width: 443px; */
  height: 32px;
  background: #2f434a;
  border-radius: 20px;
  font-weight: 700;
  font-size: 19px;
}

.service span {
  color: #ffbd00;
}

/* //////////// slider */

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev,
.swiper-button-next,
.swiper-button-prev {
  color: #fff !important;
}

/* ///////// slider end */

.contact {
  background-color: #2f434a;
}

.contact h2 {
  padding-bottom: 2px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  width: fit-content;
  margin: auto;
}

.contactForm .form-control {
  background-color: transparent;
}

.contactForm textarea {
  height: 150px;
}

.contactForm button {
  background-color: #ffbd00;
  color: #fff;
  font-weight: bold;
}

.posrel {
  position: relative;
}

.posrel .footerImg {
  background-image: url("../images/footerBkImg.png");
  /* position: absolute;
    bottom: 0;
    right: 0; */
  width: 100%;
  /* height: 100vh; */
  background-size: cover;
  background-repeat: no-repeat;
  /* background-position: bottom; */
  position: absolute;
  width: 1056px;
  height: 704px;
  mix-blend-mode: lighten;
}
.addressp {
  height: 40px;
  width: 260px;
}
.contact-box {
  display: flex;
}



@media screen and (max-width: 575px) {
  .icons1 {
    display: none;
  }
 
  
}
@media screen and (max-width: 768px) {
  .contact-box {
    flex-direction: column;
  }
  .addressp {
    height: 40px;
    width: 200px;
  }
  .contact {
    height: 650px;
  }
}
@media screen and (max-width: 456px) {
  .contact {
    height: 700px;
  }
}
@media screen and (max-width: 620px) {
  .text-small {
    font-size: 16px !important;
  }
  .header-text{
    margin-left: 50px;
  }
  .header-text h2{
    font-size: 40px !important;
    line-height: 48px;
  }
  .header-text p{
    font-size: 28px !important;
    line-height: 38px;
  }
}
@media screen and (min-width: 575px) {
  .icons2 {
    display: none;
  }
 
}

.navbar-nav {
  flex: 1;
  justify-content: space-between;
  position: sticky;
  top: 0;
}
.firstpage{
  height: 50rem;
  position: relative;
}
.firstpage .inner1{
  position: absolute;
}
.firstpage .inner2{
  position: absolute;
  height: 60%;
  top:18%;
  left: 0%;
}
.firstpage .inner2 .img-fluid{
  width: 100%;
  height: 100%;
}
.firstpage .inner3{
  position: absolute;
  bottom: 17%;
  right: 4.5%;
  background:  #0b131b;
  box-shadow: 5px 5px 10px 0px black;
}
.firstpage .inner3::before{
  content: "";
  position: absolute;
  padding-left: 32rem;
  bottom:13%;
  border-bottom: solid 2px #ffbd00;

}
.firstpage .inner3 .ball1,
.firstpage .inner3 .ball2,
.firstpage .inner3 .ball3{
  position: absolute;
  background: #ffbd00; 
  border-radius: 50%;
}
.firstpage .inner3 .ball1{
  top:-1.5rem;
  right:12rem;
  width: 3rem;
  height: 3rem;
}
.firstpage .inner3 .ball2{
  top:-2.5rem;
  right:10.5rem;
  width: 2rem;
  height: 2rem;
}
.firstpage .inner3 .ball3{
  top:-.5rem;
  right:10.5rem;
  width: 1rem;
  height: 1rem;
}
.thirdpage{
  position: relative;
  width: 100%;
  height: 100vh;
}
.thirdpage .img1 img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thirdpage .img2 img{
  width: 20%;
  height: 20%;
  object-fit: contain;
  position: absolute;
  bottom: 15%;
  left:10%;
  filter: grayscale(100%) brightness(0%);
-webkit-filter: grayscale(100%) brightness(0%);
-moz-filter: grayscale(100%) brightness(0%);
}
.fourthpage{
  position: relative;
}
.fourthpage .setlogo{
  position: absolute;
  bottom: 11%;
  left: 50%;
  transform: translate(-50%,-11%);
}