@import url('https://fonts.googleapis.com/css2?family=Anton&family=Josefin+Sans&display=swap');


html,body
{
    margin:0%;
    padding: 0%;
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: 'Josefin Sans', sans-serif;
}

/* *************Global Classes************* */
a{
    text-decoration: none;
    color: #fff;
}
.flex-row
{
display: flex;
flex-direction: row;
flex-wrap: wrap;
color: #fff;
}
ul{
    list-style-type: none;
}
/* ******X******Global Classes******X****** */
/* *********Navbar*************** */
.nav{
    padding: 0 2rem;
    height: 0rem;
    min-height: 10vh;
    overflow: hidden;
    transition: height 1s ease-in-out;
    padding-left: 15px;
    padding-right: 15px;
}

.nav .nav-menu
{
    justify-content: space-between;
}

.nav .toggle-collapse{
    position: absolute;
    top: 0;
    width: 90%;
    cursor: pointer;
    display: none;
}

.nav .toggle-collapse .toggle-icons{
    display: flex;
    justify-content: flex-end;
    padding: 1.7rem 0;
}

.nav .toggle-collapse .toggle-icons i{
    font-size: 1.4rem;
    color: black;
}
.collapse{
    height: 30rem;
}

.nav .nav-items{
    display: flex;
    margin: 0;
}

.nav .nav-items .nav-link{
    padding: 1.6rem 1rem;
    font-size: 1.1rem;
    position: relative;
    text-transform: uppercase;
    border-radius: 3px;
}

.nav .social{
    padding: 1.4rem 3rem;
    letter-spacing: 5px;
}
.nav .nav-brand a
{
    font-size: 1.6rem;
    padding: 1rem 0;
    display: block;
    font-size: 1.6rem;
} 
.nav .nav-bar .nav-items .nav-link a:hover{
background:#BFAFB2;/*nav hover*/
padding: 10px 10px;
border-radius: 3px;
transition: .5s;
}

.nav .social i{
    padding: 0.2rem;
}
.nav .social i:hover{
    color:#BFAFB2;/*nav hover*/;
}
.sticky
{
  position: fixed;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.815);
    z-index: 9999;
    transition: all 1.5s ease;
}

/* ****X*****Navbar********X******* */

/* ********main section field************ */
/* ************animation-area feild*********** */
.animation-area{
    /*background: linear-gradient(25deg, #240068, #630671, #98187a, #cc2c83);*/
    background-image: url("../assets/MG2.png");
    width: 100%;
    height: 100vh;
    top: 0;
    overflow: hidden;
}
.box-area{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.p  p{
font-family: 'Anton', sans-serif;
margin: 0;
margin-left: 35%;
padding-top: 80px;
height: 100%;
position: relative;
text-transform: uppercase;
font-size: 5em;
letter-spacing: 15px;
overflow: hidden;
background: linear-gradient(90deg,gold,darkgrey,black);
background-repeat: no-repeat;
background-size: 80%;
animation: animateshade 5s linear infinite;
-webkit-background-clip: text;
-webkit-text-fill-color: rgba(255, 255, 255, 0);

}



@keyframes animateshade {
0% {
  background-position: -300%;
}
100% {
  background-position: 300%;
}
}
.box-area li{
    position: absolute;
    display: block;
    list-style: none;
    width: 25%;
    height: 25%;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 20s linear infinite;
    bottom: -150px;
}
.box-area li:nth-child(1)
{
    left: 86%;
    width: 86px;
    height: 86px;
    animation-delay: 0s;
}
.box-area li:nth-child(2)
{
    left: 12%;
    width: 30px;
    height: 30px;
    animation-delay: 1.5s;
    animation-duration: 10s;
}
.box-area li:nth-child(3)
{
    left: 70%;
    width: 100px;
    height: 100px;
    animation-delay: 5.5s;
}
.box-area li:nth-child(4)
{
    left: 42%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 15s;
}
.box-area li:nth-child(5)
{
    left: 65%;
    width: 40px;
    height: 40px;
    animation-delay: 0s;
}
.box-area li:nth-child(6)
{
    left: 15%;
    width: 110px;
    height: 110px;
    animation-delay: 3.5s;
}
@keyframes animate
{
    0%
    {
        transform: translateY(0) rotate(0deg);
       /* opacity: 1; */
    }
    100%
    {
        transform: translateY(-800px) rotate(360deg);
       /* opacity: 0; */
    }
}
/* ****X********animation-area feild******X***** */

/* ************envelope animation************** */


/* *********About Us************ */
.sec
{
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
height: 100vh;
padding: 150px 100px 100px;
overflow: hidden;
}
.abt-img1
{
  background-image: url("../assets/tran3.png");
  height: 100vh;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}
.sec:hover h2 {
     animation-duration: 3s;
    animation-name: bounceInRight;

}
.sec:hover p {
     animation-duration: 10s;
    animation-name: bounceInRight;

}
.sec:hover img {
     animation-duration: 4s;
    animation-name: bounceInLeft;

}

.sec:hover .about button {
     animation-duration: 10s;
    animation-name: bounceInRight;

}
.sec img
{
  max-width: 500px;
  margin-right: 15%;
    /*animation: bounceInLeft 2s ease;*/

}
.sec h2 
{
  width: 80%;
  font-size: 2.5em;
  text-transform: uppercase;
  color: #404040;
  /*animation: bounceInRight 2s ease;*/

}
.sec  p 
{
  width: 80%;
  color: #3333cc;
  font-size: 18px;
  text-align: justify;
  /*animation: bounceInRight 2s ease;*/

}




@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

 0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.sec button a
{
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  margin: 0;
  padding: 0;
  color: black;

}
.sec .about button
{
    border: 1px solid #f9484a;
    background: none;
    padding: 10px 20px;
    font-size: 20px;
    cursor: pointer;
    margin: 10px;
    border-radius: 20px;
    font-family: 'Josefin Sans', sans-serif;
    transition: 0.8s;
    position: relative;
    overflow: hidden;
   

}
.sec .about button:hover
{
  background-color: #f94327; 
  background-image: linear-gradient(316deg, #f94327 0%, #ff7d14 74%);
}

/* *********X***About Us*******X***** */
/* ******X******envelope animation******X******** */

/* *********cards glowing animation************* */
/* background image */
.section 
{
    width: 100%;
    box-sizing: border-box;
background: url('../assets/bc7.jpg');
background-size: cover;
background-position: center center;
background-attachment: fixed;
}
.section h1
{
  background-color: #990000;
background-image: linear-gradient(180deg, #990000 0%, #ff0000 74%);/* our services heading color */
              -webkit-background-clip: text;
              -webkit-text-fill-color: transparent;   
  margin-left: 42%;
  margin-top: 20px;
}
.section hr
{
  background-color: #990000;
background-image: linear-gradient(180deg, #990000 0%, #ff0000 74%);     
    width: 100px;
    height: 5px;
    border:none;
    margin: 5px 0px 15px 47%;
}
/* *****X*******background image******X**** */
/*card glowing*/
.section1
{
    display: flex;
    margin: 0;
    padding: 0;
    height: 80vh;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.container1
{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
}
.container1 .card
{
    position: relative;
    overflow: hidden;
}
.container1 .card .face
{
    width: 300px;
    height: 200px;
    transition: 0.5s;
}
.container1 .card .face.face1
{
    position: relative;
    background: #4BC7CF;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    z-index: 1;
    transform: translateY(100px);
    overflow: hidden;
}
.container1 .card:hover .face.face1{
    /*transform: translateY(0);*/
    /*box-shadow: inset 0 0 60px whitesmoke,
                inset 20px 0 80px #f0f,
               inset -20px 0 80px #0ff,
                inset 20px 0 300px #f0f,
                inset -20px 0 60px #0ff,
                0 0 50px #fff;*/
             /*   -10px 0 80px #f0f,
                10px 0 80px #0ff;*/
    transform: translateY(0);
    background-image: linear-gradient(25deg, #b9a7ff, #a2c7e0, #7de4c0, #29ff9e);

}
.container1 .card .face.face1 .content
{
    opacity: .2;
    transition: 0.5s;
}
.container1 .card:hover .face.face1 .content
{
    opacity: 1;
   
}
.container1 .card .face.face1 .content img
{
font-size: 3em;
color: white;
height: 120px;
width: 120px;
margin: 0px 0px 0px 80px;
padding: 5px;
}
.container1 .card .face.face1 .content h3
{
    font-size: 1em;
    color: black;
}
.container1 .card .face.face1 .content .h3-webdesign
{
    margin: 10px 0px 0px 95px;
}
.container1 .card .face.face1 .content .h3-webdevelopment
{
    margin: 10px 0px 0px 65px;
}
.container1 .card .face.face1 .content .h3-responsive
{
    margin: 10px 0px 0px 30px;
}
.container1 .card .face.face1 .content button
{
    transition: .5s;
}

.container1 .card .face.face2
{
    position: relative;
    background: whitesmoke;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:20px;
    box-sizing: border-box;
    box-shadow: 0 20px 50px rgba(0,0,0,.8);
    transform: translateY(-100px);
    overflow: hidden;
}
.container1 .card:hover .face.face2
{
    transform: translateY(0);
}
.container1 .card .face.face2 .content p,button a
{
  font-size: 15px;
  margin: 0;
  padding: 0;
  color: black;
  font-family: 'Josefin Sans', sans-serif;
}
.container1 .card .face.face2 .content button
{
    border: 1px solid #3498db;
    background: none;
    padding: 10px 20px;
    font-size: 20px;
    
    cursor: pointer;
    margin: 10px;
    border-radius: 20px;
    color: #3498db;
    transition: 0.8s;
    position: relative;
    overflow: hidden;
}
.container1 .card .face.face2 .content button:hover
{
color: black;
}
.container1 .card .face.face2 .content button::before
{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 0%;
    background: #C9A0DC;
    color: black;
    z-index: -1;
    transition: 0.8s;
    top: 0;
    border-radius:  0 0 50% 50%;
}
.container1 .card .face.face2 .content button:hover::before
{
    height: 180%;
}
.img1
{
width: 10%;
height:80px;
}

/* *****X******Image section*****X****** */
/********* Image part ****************/
@keyframes bgganimation{
0%{
  background-position: 0% 50%;
}
50%{
  background-position: 100% 50%;
}
100%{
  background-position: 0% 50%;
}
}
.image
{
    width: 100%;
    overflow: hidden;
    margin-top: 0;
    background-size: 300%;
    animation: bgganimation 5s infinite;
    background-color: #63a4ff;
background-image: linear-gradient(315deg, #63a4ff 0%, #83eaf1 74%);
}
.image img
{
    width: 100%;
    top: 0;
    left: 0;
}
/***X****** Image part ********X********/

/******** our work *****************/
.sec3
{
  background-color: #feae96;
background-image: linear-gradient(315deg, #feae96 0%, #fe0944 74%);
  margin-top: 0px;
  height: 100vh;
}
.sec3 h1
{
  background-color: #fbbc95;
  background-image: linear-gradient(180deg, #fbbc95 0%, #fddac5 74%);
           -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;  
  margin-left: 42%;
  margin-top: 20px;
}
.sec3 hr
{
  background-color: #fbbc95;
  background-image: linear-gradient(180deg, #fbbc95 0%, #fddac5 74%);
    width: 100px;
    height: 5px;
    border:none;
    margin: 5px 0px 15px 47%;
}
.section3
{
    display: flex;
    margin: 0;
    padding: 0;
    background-color: #feae96;
    background-image: linear-gradient(315deg, #feae96 0%, #fe0944 74%);
    height: 80vh;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.container2
{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 28%;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
}
.container2 .card1
{
    position: relative;
    overflow: hidden;
    width: 50%;
}

.container2 .card1 .box1 
{
  position: relative;
    width: 100%;
    height: auto;
    margin: 10px;
    box-sizing: border-box;
    display: inline-block;
}
.container2 .card1  .box1 .imgbox 
{
  position: relative;
  overflow: hidden;
}
.container2 .card1  .box1 .imgbox img 
{
  width: 100%;
  transition: transform 2s;
}
.container2 .card1 .box1:hover .imgbox img
{
  transform: scale(1.2);
}
.container2 .card1  .box1 .details1
{
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 43%;
  right: 20px;
  background: rgba(0, 0, 0, 0.8);
  transform: scaleY(0);
  transition: transform 0.5s;
}
.container2 .card1  .box1:hover .details1
{
  transform: scaleY(1);
}
.container2 .card1  .box1 .details1 .content1 
{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  padding: 15px;
  color: #fff;
}
.container2 .card1  .box1 .details1 .content1 h2 
{
  margin: 0;
  padding: 0;
  font-size: 40px;
  color: #ff0;
  margin-left: 180px;
}
.container2 .card1 .box1 .details1 .content1 button
{
  border: 1px solid white;
  background: none;
  padding: 10px 20px;
  font-size: 20px;
  cursor: pointer;
  margin: 10px;
  border-radius: 10px;
  color: white;
  transition: 0.8s;
  position: relative;
  overflow: hidden;
  margin-left: 180px;
}
.container2 .card1 .box1 .details1 .content1 button a{
  color: white;
}
.container2 .card1  .box1 .details1 .content1 button a:hover
{
  color: black;
}
.container2 .card1  .box1 .details1 .content1 button::before
{
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 0%;
  background: yellow;
  color: black;
  z-index: -1;
  transition: 0.8s;
  top: 0;
  border-radius:  0 0 50% 50%;
}
.container2 .card1  .box1 .details1 .content1 button:hover::before
{
  height: 180%;
}

/*****X*** our work *********X********/






/* *********Get in touch form********** */
.section2
{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000000;
    background-image: linear-gradient(315deg, #000000 0%, #414141 74%);
}
.container
{
    width: 80%;
    padding: 20px;
}
.container h2
{
    width: 100%;
    color: #45f3ff;
    font-size: 36px;
    text-align: center;
    margin-bottom: 10px;
}
.container .row100
{
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
}
.container .row100 .col 
{
    position: relative;
    width: 100%;
    padding: 0 10px;
    margin: 30px 0 10px;
    transition: 0.5s;
}
.container .row100 .inputBox
{
    position: relative;
    width: 95%;
    height: 40px;
    color: #45f3ff;
}
.container .row100 .inputBox input,
.container .row100 .inputBox.textarea textarea
{
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    box-shadow: none;
    border: none;
    outline: none;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
    padding: 0 10px;
    z-index: 1;
    color: #000;
}
.container .row100 .inputBox .text
{
    position: absolute;
    top: 0;
    left: 0;
    line-height: 40px;
    font-size: 18px;
    padding: 0 10px;
    display: block;
    transition: 0.5s;
    pointer-events: none;
}
.container .row100 .inputBox input:focus + .text,
.container .row100 .inputBox input:valid + .text
{
top: -35px;
left: -10px;
}
.container .row100 .inputBox .line
{
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #45f3ff;
    transition: 0.5s;
    border-radius: 2px;
    pointer-events: none;
}
.container .row100 .inputBox input:focus ~ .line,
.container .row100 .inputBox input:valid ~ .line
{
    height: 100%;
}
.container .row100 .inputBox.textarea
{
    position: relative;
    width: 100%;
    height: 100px;
    padding: 10px 0;
}
.container .row100 .inputBox.textarea textarea
{
    height: 100%;
    resize: none;
}
.container .row100 .inputBox textarea:focus + .text,
.container .row100 .inputBox textarea:valid + .text
{
top: -35px;
left: -10px;
}
.container .row100 .inputBox textarea:focus ~ .line,
.container .row100 .inputBox textarea:valid ~ .line
{
    height: 100%;
}
input[type="submit"]
{
    border: none;
    padding: 7px 35px;
    cursor: pointer;
    outline: none;
    font-family: 'Josefin Sans', sans-serif;
    background: #45f3ff;
    color: #000;
    font-size: 18px;
    border-radius: 2px;
}

/* *****X****Get in touch form****X****** */

/* ********main section part************ */

/* **********footer************* */
a{
    text-decoration: none!important;
    outline: none!important;
  }
  img{
    border: none;
  }
  .mainfooter{
    width: 100%;
    height: auto;
    justify-content: space-between;
    display: flex;
    background: #545562;
    /*background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: 50% 0%;*/
    background-image: linear-gradient(0deg, #534b5b, #6d6d7c, #88919e, #a3b6c2);
    padding: 80px 0;
    position: relative;
  }
  .footerbox{
    width: 100%;
    height: auto;
    margin-right: 15px;
    margin-left: 50px;
  }
  .footerbox img{
    width: 180px;
    height: auto;
    margin-bottom:20px;
  }
  .footerbox h2{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    color: black;
    text-align: left;
  }
  .footerbox hr{
    background:gold;
    width: 80px;
    height: 3px;
    border:none;
    margin: 5px 0px 15px 0px;
  }
  .footerbox p{
    font-size: 14px;
    color:white;
    margin-bottom: 20px;
    line-height: 24px;
    text-align: justify;
  }
  .footerbox ul{
    margin: 0px;
    padding: 0px;
  }
  .footerbox ul li{
    list-style-type: none;
  }
  .footerbox ul li a{
    font-size: 13px;
    color: white;
    display: block;
    padding: 8px 0px;
    line-height: 24px;
    border-bottom: 1px solid gold;
    transition: .5s;
    text-align: left;
  }
  .footerbox ul li a:hover{
    padding-left: 5px;
    color: gold;
  }
  .footeraddress{
    width: 100%;
    height: auto;
    margin-top: 45px;
  }
  .footeraddress h6{
    font-size: 14px;
    font-weight: 500;
    color: white;
    margin: 0px;
    margin-top: 20px;
  }
  .footeraddress h6 a{
    color: white;
    display: block;
    text-align: left;
  }
  .footeraddress h6 a p
  {
    margin-top: -35px;
    margin-left: 50px;
    text-align: left;
  }
  .footeraddress h6 a i{
    font-size: 14px;
    width: 30px;
    height: 30px;
    color: white;
    border-radius: 5px;
    border:1px solid white;
    text-align: center;
    line-height: 26px;
    margin-right: 10px;
  }
  .footeraddress h6 a:hover{
    color: gold;
  }
  .footeraddress h6 a p:hover{
    color: gold;
  }
  .footericons{
    width: 100%;
    height: auto;
    margin-left: 0px;
  }
  .footericons ul{
    margin: 0px;
    padding: 0px;
  }
  .footericons ul li{
    display: inline-block;
    margin-top: 20px;
    margin-right: 5px;
  }
  .footericons ul li a{
    width: 30px;
    height: 30px;
    display: block;
    background:gold;
    color: #fff;
    text-align: center;
    border:none;
    padding: 0px;
  }
  .footericons ul li a i{
    font-size: 14px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    display: block;
    -moz-transition:all 0.8s;
    -o-transition:all 0.8s;
    -ms-transition:all 0.8s;
    transition: all 0.8s;
  }
  .footericons ul li a:hover i{
     -moz-transform:rotate(360deg);
     -o-transform:rotate(360deg);
     -ms-transform:rotate(360deg);
     transform: rotate(360deg);
     color: #fff;
  }
  .footericons ul li a:hover{
    background:black;
  }
  .footerbottom{
    width: 100%;
    height: 2vh;
    background:black;
    padding: 25px 0px;
  }
  .footerbottom p{
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin: 0px;
    margin-left: 10%;
  }
  .footerbottom p a{
    font-size: 13px;
    font-weight: 500;
    color:gold;
  }
  .footerbottom .left,.footerbottom .right
  {
    justify-content: space-between;
  }
  .footerbottom .text-right
  {
    margin-left: 50%;
  }
  .footerposition{
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
  }
  .footerposition h1{
    font-size: 40px;
    text-align: center;
    color: #232323;
    padding-bottom: 55px;
    text-transform: uppercase;
    font-weight: 800;
  }
  .footerposition h1 em{
    font-style: normal;
    color: #01bea2;
  }
/* *****X*****footer*******X****** */
