@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,300;0,400;0,500;0,600;1,100;1,300&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Londrina+Shadow&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
* {
    font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;

}
.data {

  margin-top:50px;

  

  padding:4rem;

  font-size:1.4rem;

  min-height:62vh;

  

}

.londrina-shadow-regular {
  font-family: "Londrina Shadow", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.playfair-display {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

body{
  background: #151515;
  background-size: cover;
  background-position: center;
}

section {
  padding: 7rem 7%;
}

.heading {
  text-align: left;
  margin: 0;
  margin-bottom: 3rem;
  font-size: 5rem;
  text-transform: capitalize;
 color:  #fff;
}
.heading span{
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: inherit;

}
.flex.head {
  justify-content: space-between;
  align-items: flex-start;

}
.flex.head p {
  font-size: 1.6rem;
  color:#ddd;
  width: 50%;

}
.small-heading span{
  color: #B90808;
}
.small-heading{
font-size: 20px;
    font-weight: 700;
    color: #fff;;
    text-align: left;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.background {
  /* background: url(../images/background.gif) no-repeat;
  background-position: right;
  background-size: cover; */
}





.btn-1 {

  border: 0.2rem solid #cc0000;
  display: inline-block;
  margin-top: 1rem;
  padding: 1rem 4rem;
  cursor: pointer;
  background: #cc0000;
  border-radius: 1rem;
  margin-right: 1rem;
  font-size: 1.7rem;
  text-transform: capitalize;
  color: #fff;


}
.btn-2{
    display: inline-block;
    margin-top: 1rem;
    padding: 1rem 3rem;
    cursor: pointer;
    background:#fff;
    border-radius: 3rem;
    font-size: 1.7rem;
    text-transform: capitalize;
    color: #111;
}

.btn-1:hover {
  background: #e80202;

  color: #fff;
}



.header .contact-info {
  padding: 2rem 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #2597f4;
}

.header .contact-info p {
  font-size: 1.5rem;
  color: #fff;
}

.header .contact-info p i {
  padding-right: .5rem;
  color: yellow;
}

.header .main-navbar {
  padding: 2rem 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;

          justify-content: space-between;
          border-bottom: 1px solid rgba(0,0,0,0.2);
  background: #0F0F0F!important;
 
  position: relative;
  z-index: 1000;
}

.header .main-navbar.active {
  position: fixed;
  background: black !important;
 
  top: 0;
  left: 0;
  right: 0;
  border-bottom: none;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.header .main-navbar .logo {
  font-size: 2.5rem;
  text-transform: capitalize;
  color: #334;
  font-weight: bolder;
}

.header .main-navbar .logo i {
  color: #2597f4;
}

.header .main-navbar .links a {
  margin-left: 1rem;
  font-size: 1.5rem;
  text-transform: capitalize;
  color: #fff!important;
}

.header .main-navbar .links a:hover {
  text-decoration: underline;
  color: #2597f4;
}

.header #menu-btn {
  font-size: 3rem;
  cursor: pointer;
  color: #fff;
  display: none;
}



.home{
  padding:0;
  background: #0F0F0F;
}
.home-slider .content{
  /* width: 80%;
    margin-left: auto;
    margin-right: 5%; */
}

.home .slide{
  min-height: 60vh;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-bottom: 4rem; */
}

.home .slide::before{
  content: '';
  position: absolute;
  top:0; left:0;
  height: 100%;
  width: 100%;
  background: var(--dark-bg);
  z-index: -1;
}

.home .slide .content{
  width: 70%;
  margin-left: auto;
  margin-right: 10%;
    /* min-height: 70vh; */
}

.home .slide .content p{
  font-size: 1.6rem;
  display: block;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  color:#ddd;
  animation:fadeIn 0.4s cubic-bezier(.54,1.3,.63,1.34) .2s backwards;
}


.home .slide h3 {
  font-size: 5.6rem;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  text-transform: uppercase;
  height: 400px;
  padding-left: 14rem;
  line-height: 1.4;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease-in-out;
}

.home .slide .content .btn-1{
  animation:fadeIn 0.4s cubic-bezier(.54,1.3,.63,1.34) .6s backwards;
}

.home .swiper-slide-active .content{
  display: inline-block;
}

.swiper-button-next,
.swiper-button-prev{
  height: 5rem;
  width: 5rem;
  line-height: 5rem;
  background: #ffffff61;
  color: #111;
  border-radius: 50%;
}

.swiper-button-next:hover,
.swiper-button-prev:hover{
  background: var(--peru);
  color:#fff;
}

.swiper-button-next::after,
.swiper-button-prev::after{
  font-size: 2rem;
}
.slide-heading {
 opacity: 0;
    transform: translateY(20px);
    transition: all 1s ease-in-out;
    color: #fff;
    font-size: 5rem;
    color: #fff;
    -webkit-writing-mode: vertical-rl;
    text-transform: uppercase;
    height: 400px;
    padding-left: 10rem;
    line-height: 1;
    position: absolute;
    left:0;
   
}

.swiper-slide-active .slide-heading {
  opacity: 1;
  transform: translateY(0);

}

.shareright{
  flex-direction: column;
  flex-direction: column;
  display: flex;
  position: fixed;
  bottom: 200px;
  right: 0px;
  z-index: 999;
  top: 35%;
  padding: 5px;
  height: auto;
  line-height: 5px;
  color: #666;

  padding: 2rem 1rem;
  
  /* border: solid 1px #3d3d3d; */
  font-size: 12px;
  align-items: center;
  justify-content: center;
}
  .shareright a{
    font-size: 2rem;
    /* padding: 1rem; */
    text-align: center;
    color: #cc0a0a;
    background: #1d1d1d;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    margin-bottom: 1rem;
  }
.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  gap: 5rem;
  background: url(../images/black-bg.png) no-repeat;
  padding-top: 20rem;
  padding-bottom: 1rem;
  /* padding-right: 0; */
  
  /* min-height: 100vh; */
  /* padding-bottom: 1rem; */
/* padding-right: 0; */

  
    

}
.about.border{
  border: 1px solid #999;;
    width: 80%;
    margin: auto;
    padding-top: 0;

    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 3rem;
    padding: 2rem;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.about.border .image img {
  border-top-right-radius: 3rem;
    border-bottom-right-radius: 3rem;
}
.about .blur{
  position: absolute;
    z-index: -1;
    transform: translate(95%, 10px);
}
.about.border .image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 30rem;
            flex: 1 1 30rem;
  
}
.about .image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 28rem;
      flex: 1 1 28rem;
      text-align: center;

}
.about.border .content h3{
  font-size: 3rem;
}
.about-list li {
  font-weight: 500;
    color: #e2e2e2;
    padding: 0;
    /* padding-left: 20px; */
    position: relative; 
    margin-bottom: 4px;
    font-size: 1.5rem;
    list-style-type: none;
    font-weight: 600;
    line-height: 2;
}
.about-list li i{
  color: #55deff;
  padding-right: 1rem;
}
.about.bottom{
  margin-top: 6rem;
}
.about.bottom {
  padding-left: 0;
  padding-right: 2rem;
}
.about.bottom  .image img{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
 
  border-top-left-radius: 3rem;
  border-bottom-left-radius: 3rem;
 
}

.about.bottom-end{
  background:url(../images/about-bg-3.jpg);
  background-position:center;
  background-size: cover;
}
.about.bottom-end .content ul{
  list-style-type: none;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.about.bottom-end .content ul li{
  font-size: 1.5rem;
  line-height: 2;
  color: #777;
 
}
.about.bottom-end .content .box{

display: flex;
align-items: flex-start;
justify-content: center;
}
.about.bottom-end .content .box i{
  width: 3rem;
  /* height: 3rem; */
  line-height: 3rem;
  border: 1px solid #fe4c1c;
  border-radius: 50%;
  text-align: center;
  color: #fe4c1c;
  margin-right: 1rem;
  margin-top: 1rem;
}
.about 
.about .image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 55rem;
          flex: 1 1 55rem;
}

.about .image img {
  width: 100%;
}

.about .content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 42rem;
          flex: 1 1 42rem;
}
.about .content span
{
  /* font-size: 16px;
    font-weight: 700;
    color: #a5b7d2;
    letter-spacing: 1px;

  text-transform: uppercase; */
  
}

.about .content h3 {

  font-size: 4rem;
  text-transform: capitalize;
  color: #fff;
  padding-bottom: .5rem;
}
.about .image{

  position: relative;
}
.about .image .circle{
  width: 100px;
  height: 100px;
  /* background: #B90808; */
  text-align: center;
  display: flex;
  align-items: center;
  line-height: 120px;
  border-radius: 50%;
  position: absolute;
  top: -1%;
  left: -6%;
  /* animation: float 5s linear Infinite; */
}
@keyframes float {
  0%, 100% {
    transform: translateY(0rem);
  }
  50% {
    transform: translateY(-3.5rem);
  }
 
}
.about .image-2 .circle{
  color:#fff;
  text-transform: capitalize;
}
.flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
  
  
}
.about .content p {
  font-size: 1.5rem;
  line-height: 2;
  color: #DDDDDD;;
  padding: 1rem 0;
}
.about .content-box {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 20rem;
      flex: 1 1 20rem;

}

.about .content-box.two {
  margin-top: -10rem;
}
.about .content-box .box-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      flex-direction: column;
  gap: 2rem;
  margin-top: 1rem;
}

.about .content-box .box-container .box {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25rem;
          flex: 1 1 25rem;
          background: linear-gradient(45deg, #b127e04a, #bbbbbb1a) !important;
          border: 1px solid #b127e0 !important;
          border-radius: 1rem;
  padding:   3rem;
  text-align: center;
 
}
.about .content-box .box-container .box .icon i{
  background: #B127E0 !important;
    font-size: 3rem;
    width: 8rem;
    height: 8rem;
    line-height: 8rem;
    border-radius: 50%;
    margin-bottom: 2rem;
    color: #fff!important;

}
/* .about .content-box .box-container .box.blue{
  background: #E5F9FF;
}
.about .content-box .box-container .box.blue .icon i{ 
  color: #17C8FF;
  box-shadow: 10px 10px 30px 0px rgba(2, 156, 236, 0.27);

}
.about .content-box .box-container .box.dark .icon i{ 
  color: #0160E7;
  box-shadow: 10px 10px 30px 0px rgba(1, 96, 231, 0.26);

}
.about .content-box .box-container .box.orange .icon i{ 
  color: #FE4C1C;
  box-shadow: 10px 10px 30px 0px rgba(254, 76, 28, 0.31);

}
.about .content-box .box-container .box.yellow .icon i{ 
  color: #FF9C27;
  box-shadow: 10px 10px 30px 0px rgba(255, 156, 39, 0.29);

} */

.about .content-box .box-container .box.dark{
  background: #E7F1FF;
}
.about .content-box .box-container .box.orange{
  background: #ffebe6;
}
.about .content-box .box-container .box.yellow{
  background: #FFF3E9 ;
}



.about .content-box .box-container .box h3 {
  font-size: 2.2rem;
  color: #fff;
  /* background: linear-gradient(45deg, #ff93c0, #f7637a); */
 
  margin:0;
}
.about .content-box .box-container .box p {
  font-size: 1.5rem;
  line-height: 2;
  color: #999;;
  padding: 1rem 0;
}
/* .about .content-box .box-container .box p {
  font-size: 1.5rem;
  line-height: 2;
  color: #777;
  padding: 1rem 0;
} */

.about .content-box .box-container .box h3 i {
  padding-right: 1.5rem;
  color: #333;
}
.gallery {
  display: flex;
  padding: 2px;
  transition: 0.3s;
}

.gallery:hover .gallery__image {
  filter: grayscale(1);
}

.gallery__column {
  display: flex;
  flex-direction: column;
  width: 25%;
}

.gallery__link {
  margin: 2px;
  overflow: hidden;
}

.gallery__link:hover .gallery__image {
  filter: grayscale(0);
}

.gallery__link:hover .gallery__caption {
  opacity: 1;
}

.gallery__thumb {
  position: relative;
}
.gallery__thumb img {
  object-fit: cover;
  width: 300px;
  height: 300px;
}
.gallery__column:nth-of-type(1) .gallery__link:nth-child(2) img,
/* .gallery__column:nth-of-type(2) .gallery__link:nth-child(1) img, */
.gallery__column:nth-of-type(2) .gallery__link:nth-child(3) img,
.gallery__column:nth-of-type(3) .gallery__link:nth-child(1) img,
.gallery__column:nth-of-type(4) .gallery__link:nth-child(3) img {
    width: 300px;
    height: 500px;
}




.gallery__image {
  display: block;
  width: 100%;
  transition: 0.3s;
}

.gallery__image:hover {
  transform: scale(1.1);
}

.gallery__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px 15px 15px;
  width: 100%;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  color: white;
  opacity: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  transition: 0.3s;
}



.banner  {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8rem;
  text-align: left;
   
 background: url(../images/banner-1.png)no-repeat;
 background-position: center;
 background-size: cover;

  /* min-height: 100vh; */

  /* min-height: 70vh; */

  /* background:aliceblue; */
  background-position: center;
  background-size: cover;

 
}



.banner  .image {
 width: 90%;
 margin: auto;
 height: auto;
 padding: 4rem;



  text-align: center;
  border-radius: 2rem;
  /* box-shadow: 23px 0px 32px 0px rgba(254, 76, 28, 0.42); */
}
.banner  .image  h3 span{
  background: #0c0c0c;
  padding: 1rem 2rem;
  color: #8b0404;
}



.banner  .image p {
  font-size: 1.7rem;
    color: #999;
    line-height: 1.6;
    margin-bottom: 2rem;

 
 
}.banner  .image h3{
  /* text-align: left; */
  line-height: 1.6;
  color:#fff;
  font-size: 5rem;
  margin-bottom: 2rem;
  padding-top: 4rem;
}.banner  .image .heading span{
  text-align: left;
  line-height: 1.6;
   color:#FDC800;;
}
.services {
  background: #F0F8FF;
   

}

.services .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(33rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(31rem, 1fr));
  gap: 1rem;
}

.services .box-container .box {
  text-align: center;
  padding: 1rem;
  margin-top:5rem;
  
}
.services .box-container .box .box-top{
    display:flex;
    
}

.services .box-container .box:hover img {
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
}


.services .box-container .box .content{
    text-align: left;
    /* padding-left: 2.5rem; */
}

.services .box-container .box h3 {
  font-size: 2.4rem;
  color: var(--black);
  text-transform: capitalize;
 padding-bottom: 1rem;
  margin: 0;
}

.services .box-container .box p {
  font-size: 1.5rem;
  line-height: 2;
  color: #777;
  padding: 1rem 0;

}
.services .box-container .box i{
  font-size: 9.5rem;
    color: #c7e5ff;
    margin-right: -2rem;
    margin-top: -3rem;
}




.feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8rem;
  text-align: left;
  /* min-height: 100vh; */

  min-height: 50vh;

  background:url(../images/banner.jpg) no-repeat;
  background-position: center;
  background-size: cover;

 
}




.feature .image {
 width: 50rem;
  text-align: left;
}


.feature .image p {
  font-size: 1.5rem;
    color: #f5f5f5;
    line-height: 1.6;

 
 
}
.feature .image .heading{
  text-align: left;
  line-height: 1.6;
  color:#fff;
}
.feature .image .heading span{
  text-align: left;
  line-height: 1.6;
   color:#F17D44;
}

.feature .content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 45rem;
          flex: 1 1 45rem;
}

.feature .content span {
  font-size: 2rem;
  color:#8b0404;
  
}

.feature .content .title {
  font-size: 4rem;
  color: #fff;
  margin-top: .5rem;
  line-height: 1.7;
 
}

.feature .content p {
  font-size: 1.5rem;
  color: #f5f5f5;
  
  line-height: 1.6;
}

.feature .content .box-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  margin-top: 1rem;
}

.feature .content .box-container .box {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25rem;
          flex: 1 1 25rem;
          background: linear-gradient(130deg, #fff 93%, transparent 90%);
  padding:   2.4rem;

}


.feature .content .box-container .box:hover .fa-solid{
    color:#fff;
}


.feature .content .box-container .box h3 {
  font-size: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  color:#444;
 
 
  margin:0;
}

.feature .content .box-container .box  .fa-solid {
  background: linear-gradient(45deg, rgb(103, 75, 249), rgb(71 171 234));
  box-shadow: rgb(76 154 236 / 42%) 0px 7px 18px;
 
  color: #fff;
  border-radius: 1rem;
  padding: 1rem;
  font-size: 3rem;
  margin-bottom: 2rem;
}
.feature .content .heading{
 
    text-align: center;
    margin-bottom: 5rem;
    font-size: 3rem;
    text-transform: capitalize;
    color: #334;
    line-height: 1.6;
    padding: 0 4rem;
  
  }
  
  .feature .content .heading span {
    color: var(--brown);
    font-size: inherit;
    font-weight: inherit;
  }

  .cards {
    /* min-height:70vh; */
    background: url(../images/card-bg.png);
    background-position: bottom;
    background-size: cover;
    padding-top: 1rem;
  
     
  
  }
  
  .cards .box-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(33rem, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(33rem, 1fr));
    gap: 2rem;
  }
  
  .cards .box-container .box {
    text-align: left;
    padding: 4rem;
   background: #1E1E1E;
    -webkit-box-shadow: 0 16px 32px 0 rgba(7, 28, 31, 0.1);
    box-shadow: 0 16px 32px 0 rgba(7, 28, 31, 0.1);
    /* border: var(--border); */
    /* height: 300px; */
  
    border-radius: 2rem;
  
  }
  
  .cards .box-container .box:hover{
    background: #B90808;
  
  
  }
  .cards .box-container .box .box-top{
      display:flex;
      
  }
  
  .cards .box-container .box:hover img {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  
  
  .cards .box-container .box .content{
      /* text-align: left; */
      /* padding-left: 2.5rem; */
      color: #fff;
      /* display: flex;
    align-items: flex-end; */
  }
  .cards .box-container .box .content .left{
    width: 80%;
}
.cards .box-container .box .content .right{
  width: 20%;
}
.cards .box-container .box img{
  width: 120px;
  margin-bottom: 4rem;
}
  .cards .box-container .box h2{
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 2rem;
    /* margin-bottom: 2rem; */
    color: #999;;
    /* font-family: Londrina Shadow, sans-seriF; */
    /* text-align: center; */
  }
  .cards .box-container .box h3 {
    font-size: 2.4rem;
    color: var(--black);
    font-weight: 700;
    margin-bottom: 1rem;
    text-transform: capitalize;
    
   /* padding-bottom: 1.4rem;
    margin: 0;
    margin-bottom: 1rem; */
    position: relative;
  }
  /* .cards .box-container .box h3::before{
    content: '';
      width: 55px;
      height: 4px;
      position: absolute;
      bottom: 0;
      left: 40%;
      background: #f46b45;
  
  } */
  
  .cards .box-container .box p {
    font-size: 1.5rem;
   
    color: #999;

    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* margin-bottom: 2rem; */
    text-overflow: ellipsis;
  }
  .cards .box-container .box .fa-solid{
    line-height: 8rem;
      font-size: 3.5rem;
      width: 8rem;
      border-radius: 50%;
      color: #0087ff;
      background: #f5f9fd;
      margin-bottom: 3rem;
   
     
  }
  
  
.features {
       /* background: #F5F5F5; */
       padding: 5rem 10%;
       margin-top: -10rem;
       z-index: 2;
       position: relative;
   

}

.features .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(33rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(33rem, 1fr));
  gap: 3rem;
}

.features .box-container .box {
  text-align: center;
  padding: 2rem;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 6px 1px 20px 0 #0b92ff;
  /* border-right: 1px solid rgba(0, 0, 0, 0.2); */
  background: #000F18;
  border: 1px solid #2597f4;
  
 
  /* border-right: 1px solid rgba(0,0,0,0.2); */
  /* background: #fff; */
  /* -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow); */
  /* border: var(--border); */
}

.features .box-container .box .box-top{
    display:flex;
    align-items: flex-start;
    
}
/* .features .box-container .box:last-child{
    border:none;

} */

.features .box-container .box:hover img {
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
}


.features .box-container .box .content{
    text-align: left;
    padding-left: 2.5rem;
}

.features .box-container .box h3 {
  font-size: 2rem;
  color: #fff;
  text-transform: capitalize;
 /* padding-bottom: 1rem; */
  margin-bottom: 1rem;
}

.features .box-container .box p {
  font-size: 1.4rem;
  color: #999;
  line-height: 2;
}

.features .box-container .box .icon h2{
  font-size: 2.2rem;
  color: #fff;
  font-weight: 700;
  background: #14558e;
  border-radius: 50%;
  /* box-shadow: 0 1px 10px rgb(211 215 217); */
  /* border-radius: 0 29px 1px; */
  width: 6rem;
  line-height: 6rem;
  height: 6rem;

}
.features .box-container .box .icon img{
  width:100%;

}
.team{
  background:url(../images/team-bg.png)no-repeat;
  background-size: cover;
  background-position: center;
}
.team .heading{
  text-align: left;
}

.team .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(25rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.team .box-container .box {
  overflow: hidden;
  text-align: left;
}

.team .box-container .box:hover .content {
  margin-bottom: 0;
}

.team .box-container .box img {
  padding: 0 2rem;
    height: 150px;
    border-radius: 50%;
    width: 150px;
  /* border-radius: 50%; */
}

.team .box-container .box .content {
  padding: 2rem;
 
}

.team .box-container .box .content h3 {
  font-size: 2rem;
    text-transform: capitalize;
    color: #fff;
    line-height: 1.6;

}
.team .box-container .box .content h3 span{
  color:#B90808;
  display: block;
  font-size: 1.6rem;
}

.team .box-container .box .content p {
  font-size: 1.4rem;
  line-height: 2;
  color: #777;
  padding: .5rem 0;
}

.team .box-container .box .content .share {
  margin-top: 1.5rem;
}

.team .box-container .box .content .share a {
  height: 4.5rem;
  width: 4.5rem;
  line-height: 4.5rem;
  font-size: 1.7rem;
  margin: 0 .3rem;
  background: #334;
  color: #fff;
}

.team .box-container .box .content .share a:hover {
  background: #2597f4;
}


.price{
  background:var(--black);
}
.price .small-heading{
font-size: 1.7rem;
    color: rgb(245, 245, 245);
    line-height: 1.6;
    margin-bottom: 2rem; 
    width: 80%;
    text-align: center;
    margin: auto;
    margin-bottom: 6rem;
}

.price .heading{
  color:#fff;
}

.price .box-container{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.price .box-container .box{
  flex:1 1 35rem;
  margin:1rem;
  background: #00000040;

  text-align: center;
  padding:4rem;
  border:.1rem solid #8b0404
}

.price .box-container .box h3{
  font-size: 3rem;
  color:#fff;
  padding: 1rem 0;
}

.price .box-container .box .amount{
  display: flex;
  justify-content: center;
  font-size: 6rem;
  color:#8b0404
}

.price .box-container .box .amount span{
  font-size: 2.5rem;
}

.price .box-container .box p{
  color:#eee;
  font-size: 1.8rem;
  padding:1rem 0;
}
  
  
/* signup page */

.signup-wrapper{

  padding: 4rem; 

  height: 100%;

  display: flex;

  justify-content: center;

  align-items: center;



 }

 .signup-form{

      margin-top:60px;

  position: relative;

  width: 100%;

  max-width: 600px;

  padding: 60px 40px 40px;

  /* background: rgba(0,0,0,0.7); */

  border:2px solid #8b0404;;

  border-radius: 10px;

  color: #fff;

  box-shadow: 0 15px 25px rgba(0,0,0,0.5);

 }



.signup-form h2 {

  text-align: center;

  letter-spacing: 4px;

  margin-bottom: 2rem;

  font-size: 2.4rem;

  color: #fff;

}

.signup-form .input-group {

  position: relative;

  width:100%;

}

.signup-form .input-group input,textarea,select {

  width: 100%;

  padding: 10px 0;

  font-size: 1.4rem;

color: #999;

  letter-spacing: 1px;

  margin-bottom: 30px;

  border: none;

  border-bottom: 1px solid #2b2b2b;

  outline: none;

  background-color: transparent;

  resize: none;

}

.signup-form .input-group label{

    color: #444;

    font-size: 1.4rem;

}

.submit-btn {

   display: block;

   margin-left: auto;

   border: none;

   outline: none;

   background: #a10505;;

   font-size: 1.4rem;

   text-transform: uppercase;

   letter-spacing: 1px;

   padding: 10px 20px;

   border-radius: 5px;

   color: #fff;

   cursor: pointer;

   margin-bottom: 1.2rem;

 }






.review{
  /* background: #F2F6F7; */
  /* background: #130119; */
    text-align: center;
    margin: 2rem;
    border-radius: 2rem;
  text-align: center;
}
.review .heading{
  color: #fff;
}

.review .information {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 35rem;
          flex: 1 1 35rem;
}

.review .information span {
  font-size: 2rem;
  color: #F19D3B;
  text-transform: capitalize;
}

.review .information h3 {
  font-size: 3rem;
  color: #444;
  padding-top: 1rem;
}

.review .information p {
  font-size: 1.5rem;
  line-height: 2;
  color: #666;
  padding: 1rem 0;
}

.review .review-slider {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 60rem;
          flex: 1 1 60rem;
}

.review .review-slider .slide {

     /* box-shadow: 0 10px 10px rgb(0 0 0 / 20%);
     border: 1px solid rgba(0,0,0,0.2); */
  padding: 2rem 3rem;
  /* background: #fff; */
  text-align: center;
}

.review .review-slider .slide p {
  font-size: 1.7rem;
  line-height: 2;
  color: #999;
  text-align: center;
  font-style: italic;
}

.review .review-slider .slide .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.5rem;
  flex-direction: column;
  text-align: center;
}

.review .review-slider .slide .user img {
  height: 9rem;
  width: 9rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-right: 1rem;
}

.review .review-slider .slide .user h3 {
  font-size: 2rem;
  color:#8b0404 ;
}
.swiper-pagination-bullet-active{
  background: #8b0404!important ;

}
.swiper-pagination-bullet{
  background: #999;

}

.review .review-slider .slide .user span {
  color: #999;
  font-size: 1.5rem;
}

.review .review-slider .slide i {
  font-size: 5rem;
 
  color: #8b0404;
  text-align: center;
}

 .footer{
    background: url(../images/footer.png);

    background-position: bottom;
    background-size: cover;
    padding-bottom: 1rem;
 
   
  }
  
  .footer .box-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(25rem, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    gap: 2rem;
  }
  
  .footer .box-container .box h3 {
    font-size: 2.2rem;
    text-transform: capitalize;
    color: #fff;
    padding: 1rem 0;
  }
  
  .footer .box-container .box .link {
    display: block;
    padding: .5rem 0;
    font-size: 1.5rem;
    line-height: 2;
    color: #999;
    /* text-transform: capitalize; */
  }
  
  .footer .box-container .box .link i {
    padding-right: .5rem;
    color: #8b0404;
  }
  
  .footer .box-container .box .link:hover {
    color: #8b0404;
  }
  
  .footer .box-container .box .link:hover i {
    padding-right: 2rem;
  }
  
  .footer .box-container .box p {
    padding: .5rem 0;
    font-size: 1.5rem;
    line-height: 2;
    color: #999;
  }
  
  .footer .box-container .box p span {
    color: #8b0404;
  }
  
  
  
  .footer .box-container .box .share {
    margin-top: 2rem;
  }
  
  .footer .box-container .box .share a {
    height: 4.5rem;
    width: 4.5rem;
    line-height: 4.5rem;
    font-size: 1.7rem;
    background: #8b0404;
    color: #fff;
    border-radius: 50%;
    margin-right: 0.3rem;
    text-align: center;
  }
  
  .footer .box-container .box .share a:hover {
    background: #8b0404;
  }
  
  .footer .credit {
    font-size: 1.4rem;
    text-transform: capitalize;
    color: rgb(224 224 224);
    margin-top: 1rem;
 
    padding-top: 3rem;
    /* border-top: 0.1rem solid rgb(227 227 227 / 32%); */
    text-align: center;

  
  }
  
  .footer .credit span {
    color: #8b0404;
  }
.arrow {
 background-color: #cc0000;;
  color: #fff;
  box-shadow: 0 10px 10px rgba(0,0,0,0.2);
  /* padding: 16px 20px; */
  border-radius: 50%;
  border: none;
  cursor: pointer;
  /* opacity: 0.8; */
  position: fixed;
  bottom: 23px;
  right: 28px;
  /* box-shadow: 0 10px 41px 0 #8b0404 */
  
}
.arrow i{
  font-size: 2.7rem;
  width: 7rem;
  height: 7rem;
  line-height: 7rem;
  text-align: center;
  
}


@media (max-width: 1200px) {
  .header .contact-info {
    padding: 2rem 5%;
  }
  .header .main-navbar {
    padding: 2rem 5%;
  }
  section {
    padding: 3rem 5%;
  }
}

@media (max-width: 991px) {
  html {
    font-size: 55%;
  }
  .header .contact-info {
    padding: 2rem;
  }
  .header .main-navbar {
    padding: 2rem;
  }
  section {
    padding: 3rem 2rem;
  }
}

@media (max-width: 768px) {
  .header .contact-info {
    display: none;
  }
  .header #menu-btn {
    display: inline-block;
  }
  .about .blur {
    display: none;
  }
  .background {
    background: url(../images/background.gif) no-repeat;
    background-position: left;
    background-size: cover;
}
  .header #menu-btn.fa-times {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .header .main-navbar .links {
    position: absolute;
    top: 99%;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 0.2rem solid #334;
    border-bottom: 0.2rem solid #334;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  .header .main-navbar .links.active {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            background: rgb(13, 10, 10);;
  }
  .header .main-navbar .links a {
    display: block;
    margin: 2.5rem 2rem;
    font-size: 2.5rem;
  }
  .slide-heading{
    padding-left: 2rem;
  }
  .home{
    flex-direction: column-reverse;
    margin-top: 0;
    padding: 2rem;
  }
  .features{
    margin: 0;
  }
  .home .content{
    flex:1;
    text-align: center;
  }
  .home .image{
    margin-top:0;
  }
  .about{
  
    flex-direction: column;
        padding: 2rem !important;
    
  }
  .about .image{
  flex: 1;
  }
  .banner .image{
    padding: 2rem;
    width: 100%;
  }
  .about .content-box.two {
    margin-top: 0;
  }
  .gallery__thumb img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .gallery__column:nth-of-type(1) .gallery__link:nth-child(2) img,
/* .gallery__column:nth-of-type(2) .gallery__link:nth-child(1) img, */
.gallery__column:nth-of-type(2) .gallery__link:nth-child(3) img,
.gallery__column:nth-of-type(3) .gallery__link:nth-child(1) img,
.gallery__column:nth-of-type(4) .gallery__link:nth-child(3) img {
  width: 100%;
  height: 100%;
}
.gallery{
/* min-height: 60vh;
    height: 100%; */

}
.home .slide{
  min-height: 100%;
}
.home .slide img{
  width:100%;
}
}

@media (max-width: 450px) {
  html {
    font-size: 50%;
  }
  .home .content h3 {
    font-size: 3rem;
  }
  .contact .row form .inputBox input {
    width: 100%;
  }
  .heading {
    font-size: 3rem;
  }
}
