@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}




body{
    scroll-behavior: smooth;
}

:root {
    --them-clr-one: #ff3838;
    --them-clr-two: #1a1825;

}

.responsiveHeader {
    display: none;
}

.hamburger {
    display: none;
}

a{
    text-decoration: none;
}
ul{
    list-style: none;
}

.flex{
    display: flex;
  
}

.spce-between{
    justify-content: space-between;
}

.align-center{
    align-items: center;
}

.container{
    width: 1110px;
    margin: auto;
    display: block;
    max-width: 100%;
}
p {

    color: #777777;
    font-size: 18px;
}
section{
    padding: 60px 0px;
}

a.glbl_btn {
  background-color: var(--them-clr-one);
  padding: 11px 45px;
  border-radius: 25px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  text-transform: capitalize;
}


.flex-wrap{
    flex-wrap: wrap;
}

/* header  */

header{
  background-image: linear-gradient(to right, rgb(0 0 0 / 93%), rgb(6 6 6 / 23%)), url(../img/banner.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; 
  }


header  .nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px 10px;
    border-bottom: 1px solid #bfbfbf3d;
    position: fixed;
    top: -5px;
    left: 0;
    z-index: 99999;
    right: 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: all ease-in-out 0.5s;
}
.nav.scrolled{
  background-color: var(--them-clr-two);
  border-bottom: unset;
  top: 0;

}

header  .nav .container.flex{
  display: flex;
}



header .nav .logo {
    width: 13%;
}
header .nav .logo img{
    width: 100%;
}
header .menu ul li{
    display: inline-block;
    position: relative;
    margin-left: 45px;
}
header .menu ul li img.downArrow {
    display: none;
}
header .menu ul li:hover .submenu{
    transform: translateY(20px);
    visibility: visible;
    opacity: 1;
}
header .menu ul li a{
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 400;
  position: relative;

}


header .menu ul li a:hover{
    color: var(--them-clr-one);
}


header .menu ul li .submenu {
    position: absolute;
    background-color: #ffff;
    top: 100%;
    padding: 15px 0px;
    border-radius: 5px;
    transform: translateY(30px);
    border-top: 2px solid var(--them-clr-one);
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.5s;
    width: 290px;

}

header .menu ul li .submenu li{
  margin-left: 0;
  display: block;
  border-bottom: 1px solid #dadada82;
}

header .menu ul li .submenu li a{
  color: #696969;

  display: block;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 15px;
}

header .menu ul li .submenu li a:hover{
  color: var(--them-clr-one);
}

header .menu ul li .submenu li:last-child{
  border-bottom: unset;
}




/* banner  */
header h1 span{
    color: var(--them-clr-one)

  }
  header .banner-contant{
    padding: 120px 50px 70px;
    width: 100%;
 
  }
  h1{
    text-transform: capitalize;
    color: #F1FAEE;
    font-size: 62px;
    font-weight: 700;
  }
  

.banner-contant  a.glbl_btn {
    background-color: var(--them-clr-one);
    padding: 12px 40px;
    color: #fff;
    font-size: 21px;
    border-radius: 30px;
    margin-top: 25px;
    display: inline-block;
}



header .banner-contant .main {
  width: 55%;
}

header .banner-contant .banner-form{
  width: 40%;
}

.for-outer.flex.flex-wrap.spce-between {
  background-color: #fff;
  padding: 25px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 5px;
}



  /* about  */
  .about{
    background-image: url(../img/aboutback.png);
    background-repeat: no-repeat;
    background-position: right;
  }
  .about .left{
    width: 40%;
  }
  .about .left .parent-img{
    position: relative;
  }
 
  .left .parent-img img:nth-child(1){
  border-radius: 6px;
  width: 100%;
  }
  .left .parent-img img:nth-child(2){
    position: absolute;
    left: 65%;
    top: 18%;
    border: 5px solid #fff;
    border-radius: 11px
  }
  .heading .sub-title{
    position: relative;
    padding-left: 20px;
    font-weight: 600;
    color: #7f7f7f;
  }
  .about .right {
    width: 52%;
    margin-left: auto;
  }
  .heading .sub-title:before{
    position: absolute;
    left: 0;
    top: 0;
    letter-spacing: 0.2em;
    content: "//";
color: var(--them-clr-one);
  }
  .heading h2{
    font-size: 42px;
    color: #1e1e1e;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: 500;
  }
  ul li {
    list-style: none;
    font-size: 20px;
    color: #000;
    display: inline-block;
    margin-right: 5px;
}
  .about .right p {
    margin: 0px 18px 18px 0px ;
    text-align: justify;
    line-height: 27px;
  }
  .about .right .phone-number ul li{
    display: inline-block;
  }
  .about .right .phone-number ul li img{
    margin-right: 10px;
  }

  .about .right .phone-number ul li span{
      display: block;
      margin-bottom: 4px;
      color: #7f7f7f;
  }

  .about .right .phone-number ul li b{
    font-weight: bolder;
    color: #4f4f4f;
  }



  /* cta */
  .cta {
    padding: 25px 0px;
}
  .cta .cta_inner {
    position: relative;
    display: block;
    padding: 55px 30px 55px;
    border-left: 6px solid var(--them-clr-one);
    background-color: var(--them-clr-two);
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 10px 60px rgba(0, 0, 0, .1);
}
.cta .cta_inner::before {
    content: "";
    position: absolute;
    top: 70px;
    left: 0;
    border-top: 10px solid transparent;

    border-bottom: 10px solid transparent;
    border-left: 10px solid #ff3838;
}
.cta_bg_img {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/excellence-one-bg.png);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.3;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    mix-blend-mode: luminosity;
    z-index: -1;
}

.cta .cta_contant {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cta .cta_contant .glbl_btn{
  padding: 16px 45px;
}

.cta .cta_contant h2{
  text-transform: capitalize;
  color: #fff;
    font-size: 40px;
    font-weight: 500;
}



  /* services  */
  .services{
    background-image: url(../img/pattern-2.jpg)
    
  }
  .services .heading .sub-title{
    color:var(--theme-clr-two);
  }
  .services .heading h2{
    color: var(--theme-clr-two);
  }
  .services .box{
    border: 1px solid #dfdfdf;
    padding: 30px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 30px -20px rgba(0,0,0,.8);
  }
  .services .box{
    background-image: url(../img/serviceback.png);
    background-repeat: no-repeat;
    width: 31%;
    background-position: left top;
    background-color: #fff;
    transition: all 0.5s ease-in-out;
    height: 300px;
    margin-top: 24px;
  }
  .services .box p{
    margin: 15px 0px;
    line-height: 26px;
    
  }
  .services .box .glbl_btn{
    background-color: #ff3838;
    padding: 13px 25px;
      color: #fff;
      display: inline-block;
      margin-top: 30px;
      font-size: 15px;
      text-transform: uppercase;
      margin-top: 0;
  }
  .services .box .service-icon {
    background: #f3f3f3;
    width: 170px;
    height: 170px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -70px;
    bottom: -70px;
    transition: all ease-in-out 0.8s;
  } 
  .services .box h4{

    font-size: 21px;
    font-weight: 500;
  }
  .services .box .service-icon img{
    margin-right: 55px;
    margin-top: -55px;
    width: 55px;
    height: 55px;
    transition: all ease-in-out 0.5s;
  }
  .services .box:hover {
    transform: translateY(-5px);
  }
  .services .box:hover .service-icon{
    background-color: var(--them-clr-one);
  }
  .services .box:hover .service-icon img{
    filter: brightness(0) invert(1);
  }


   /* whychoose us  */
   .whychoose{
    /* background-image: url(../img/whychooseus.webp); */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
  }
  .whychoose .left {
    position: relative;
    width: 40%;
    height: 600px;
}
  .whychoose .left .left-child{
    background-image: url(../img/whychooseus.webp);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: -160px;
    bottom: 0;
    height: auto;
    top: 0;
    background-position: right;
    border-radius: 5px;
  }

  .whychoose .right-content{
    width: 55%;
  }
  .whychoose  .right-content .box{
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #242323;
    box-shadow: 0 10px 60px rgba(0,0,0,.1);
    background-color: #fff;
    padding: 20px 40px;
    margin: 15px 0px;
  }
  .whychoose  .right-content .box::before{
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 10px;
    width: 4px;
    background-color: var(--them-clr-one);
    content: "";
    border-radius: 5px;
  }
  .whychoose .right-content .box h4 {

    font-size: 20px;
    font-weight: 500;
  }



  /* portfolio  */
  .portfolio{
    background-color: var(--them-clr-two);
  }
  .portfolio .heading{
    text-align: center;
    margin-bottom: 45px;

  }
  .portfolio .heading .sub-title{
    color: #fff;
  }
  .portfolio .heading h2{
    color: #fff;
  }
  .portfolio .box{
    position: relative;
    margin-bottom: 35px;
    width: 31%;
    border-radius: 5px;
  }

  .portfolio .box img{
    border-radius: 5px;
    width: 100%;
  }

  .portfolio .box:hover .box-cover {
    visibility: visible;
    opacity: 1;
    cursor: pointer;
  }
  .portfolio .box .box-cover {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #1a1825ad;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
}



/* contact  */
.contact{

  background-color: var(--them-clr-two);
  border-radius: 5px;

  position: relative;
  width: 80%;
  margin: auto;
  box-shadow: 0 10px 60px rgba(0,0,0,.1);
  margin-bottom: 60px;
}
.contact .left{
  width: 55%;
}
.contact form {

  box-shadow: 0 0 30px -20px rgba(0,0,0,.8);

  border-radius: 3px;
}
.contact .right img{
  position: absolute;
  right: -20px;
  bottom: 0;
}
.contact form .form-floating>.form-control {
  outline: unset;
  padding: 1rem 0.75rem;
  height: 60px !important;
  border: 1px solid #fff5f587;
  color: #696767bf;
  background-color: #ededed;
  margin-bottom: 13px;
}
.contact form  .glbl_btn {

  margin-top: 20px;
}
 input[type=submit]{
background-color: var(--them-clr-one);
color: #fff;
text-transform: uppercase;
  width: 100%;
  border: unset;
  padding: 18px;
  font-size: 19px;
}
.contact .left{
  margin-left: 60px;
}

.contact .heading .sub-title{
  color: #fff;
}
.contact .heading  h2{
  color: #fff;
}

.contact .form-floating.mb-3 {
  width: 50%;
}


/* footer  */
.addres_map iframe {
  filter: grayscale(1);
}


/* form  */
.form-group {
  width: 48%;
  margin: 8px 0;
}

.form-group .textarea{
  width: 100%;
}
.form-group .textarea textarea{

  width: 100%;
  border: 1px solid #fff5f587;
  color: #696767bf;
  background-color: #ededed;
  outline: none;
  padding: 15px;
  border-radius: 5px;
  height: 110px;
}




.form-group input {
  background-color: #ededed;
  width: 100%;
  height: 54px;
  border-radius: 3px;
  outline: none;
border: unset;
  padding: 15px;
}

.form-group input#country_std_code {
background-color: var(--them-clr-one);
color: #fff;
  width: 80px;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
  font-size: 17px;
}

.form-group input#country_std_code::placeholder{
  color: #fff;
}

.form-group input#mobile {
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

.form-group select{
  width: 100%;
  height: 54px;
  border-radius: 3px;
  outline: none;
  border: unset;
  border: 1px solid #fff5f587;
  color: #696767bf;
  padding: 15px;
  background-color: #ededed;
}



/* girl animation  */
.img-bounce2 {
  -webkit-animation: ImgBounce2 5s ease-in-out 0s infinite alternate;
  animation: ImgBounce2 5s ease-in-out 0s infinite alternate;
}

@-webkit-keyframes ImgBounce2{
  0% {
    transform: translateX(-30px);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(-30px);
  }
}



#shadow-host-companion{
  display: none;
}


/* footer  */
footer{

  background-color: var(--them-clr-two);
  padding: 35px 0px;
}
footer .left {
  width: 24%;
}

footer .left  p {
  color: #777777;
  font-size: 15px;
  line-height: 20px;
}

footer .links a {
  display: block;

  font-size: 15px;
  font-weight: 300;
  color: #d6d6d6;
  margin-bottom: 10px;
}

footer .protfolio {
  width: 20%;
  display: flex;
  flex-wrap: wrap;
}
footer .protfolio a{
  width: 30%;
  margin-bottom: 8px;
}
footer .protfolio a img{
  width: 100%;
  border-radius: 5px;
}

footer h5 {
  font-size: 17px;
  color: #fff;
  margin-bottom: 10px;
}

footer .contact-footer {
  width: 25%;
}
footer .contact-footer p {

  font-size: 17px;
  margin-bottom: 10px;
}

footer .contact-footer a{
  color: #fff;
  margin-bottom: 10px;
  display: inline-block;
}

.copyright {
  background-color: var(--them-clr-one);
  text-align: center;

  padding: 10px 0px;
}

.copyright p{
  color: #fff;
}


/* popup  */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000cc;
  z-index: 9999;
  height: 100vh;
}
.popup .popupBody{
  width: 50%;
  margin: auto;
}

.popup #contactform {
  width: 100%;

}

.popup #contactform .form-body .for-outer.flex.flex-wrap.spce-between{
  border-top-right-radius: unset;
border-top-left-radius: unset;
}

.popup .heading {
  padding: 18px 0px;
  background-color: #ff3838;
  color: #fff;
  text-align: center;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  font-size: 21px;
  text-transform: capitalize;
  position: relative;
}

.heading img{
  background-color: #fff;
  border-radius: 100%;
  padding: 10px;
  position: absolute;
  right: -5px;
  top: -15px;
  cursor: pointer;

}

.popup{
  display: none;
}



/* technologies */
.technologies{
  padding-top: 0px;
}

.technologies .container{
  background-color: var(--them-clr-two);
  padding: 30px;
  border-radius: 5px;

}
.technologies .heading .sub-title {
  color: #fff;
  font-weight: 200;
}
.technologies .box {
  width: 13%;
  text-align: center;
  border-radius: 5px;
  background-color: #fff;
  padding: 10px;
  position: relative;
}
.technologies .box::after{
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  background-color: var(--them-clr-one);
  width: 3px;
  height: 90%;
  border-radius: 10px;
}
.technologies .box::before{
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  bottom: 10px;
  background-color: var(--them-clr-one);
  width: 3px;
  height: 90%;
  border-radius: 10px;
}

.technologies h2{
  color: #fff;
}
.technologies .box img{
  width: 80%;
}
.technologies .box h5 {
  font-size: 20px;
}



/* ourProcss  */
.ourProcess{
  padding-top: 0px;
}
.ourProcess .heading{
  text-align: center;
  margin-bottom: 40px;
}
.ourProcess .box {
    width: 24%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
    height: 210px;
    position: relative;
}
.ourProcess .box::after{
  position: absolute;
  content: "";
  background-color: var(--them-clr-one);
  height: 4px;
  left: 10px;
  right: 10px;
  top: 0;
  border-radius: 5px;
}
.ourProcess .container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.ourProcess .box h4 {
  font-size: 20px;
  margin: 0px 0px 8px 0;
  font-weight: 500;
}
.ourProcess .box  p {
  color: #777777;
  font-size: 16px;
}

.ourProcess .box img{
  background-color: #fff;

  padding: 10px;
  width: 60px;
}



/* pricebox  */

.prices .container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.priceBox:nth-child(2){
  box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}
.priceBox {
  width: 32%;
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 20px;

  padding-bottom: 10px;

}

.priceBox h2{
  font-size: 30px;
  font-weight: 500;
  padding: 22px 0px;
  background-color: #ff3838;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff;
  text-align: center;
}

.prices ul li img{
  margin-right: 10px;
  width: 20px;
}
.prices ul {
  margin: 20px 0;
}
.prices ul li{
  padding: 5px 22px;
  line-height: 28px;
  font-size: 20px;
  border-bottom: 1px solid #f2f1f1;
  color: #2b2b2b;
  display: flex;
  align-items: center;
}
.prices ul li:last-child{
  border-bottom: unset;
}

.priceBox h5 {
  color: #fff;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  padding: 10px 0px;
  background: var(--them-clr-two);
}
.priceBox  h5 img{
  width: 22px;
  object-fit: cover;
}
