@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Anton');
*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family : 'Poppins',sans-serif;
    scroll-behavior: smooth;
}
html {
    scroll-behavior: smooth;
  }
  
  html body {
    text-align: initial;
    overflow-x: hidden;
    background: #384B59;
  }
@media (min-width:996px) and (max-width: 1200px) {
    header {
      margin: 20px;
    }
    .inner-container{
        padding: 80px;
    }
  }
  @media (max-width: 995px){
    .testimonials h5,
    .services h5,
    .portfolio h5,
    .contact .ccontent h2,
    .about .inner-container h5{
        padding: 5px 5px;
        margin: 5px auto;
        margin-bottom: 20px;
        text-align: center;
        font-size: 18px;
    }
    .banner .Vinay{
        top: -300px;
        left: -30px;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .about{
        flex-direction: column;
    }
    .about .inner-container p{
        width: 400px;
    }
    .about .aimage{
        max-width: 300px;
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    .about .aimage img{
        position: relative;
        width: 300px;
        height: 300px;
        justify-content: center;
        align-items: center;
        margin: 10px;
    }
    .inner-container p{
        width: 300px;
        font-size: 18px;
        line-height: 30px;
        text-align: justify;
        margin-bottom: 50px;
        margin: 10px;
        padding: 20px;
    }
    .contact{
        padding: 10px;
    }
    .contact .ccontainer{
        flex-direction: column;
        left: 0;
    }
    .contact .ccontainer .contactInfo{
        margin-bottom: 40px;
    }
    .contact .ccontainer .contactInfo,
    .contact .ccontainer .contactForm{
        left: 0;
        min-width: 400px;
        width: 100%;
    }
    .project .itemBox .pcard{
      position: relative;
      width: 200px;
      height: 200px;
      transition: 00.5s;
      align-items: flex-start;
  }
  .project .itemBox .pcard .pcontent{
      width: 100%;
      left: 0;
      padding: 40px;
  }
  .project .itemBox .pcard img{
      width: 150px;
      height: 150px;
  }
  .project .itemBox .pcard:hover img{
    height: 200px;
    width: 200px;
}
    .services .container{
        flex-direction: column;
        }
      .menu-toggle{
          display: block;
          width: 30px;
          height: 30px;
          margin: 1px;
          float: right;
          background: #111;
          cursor: pointer;
          text-align: center;
          font-size: 20px;
          color: #FFF;
      }
      .menu-toggle::before{
          content: '\f0c9';
          font-family: fontAwesome;
          line-height: 40px;
      }
      .menu-toggle.active::before{
        content: '\f00d';
    }
    header .logo img{
        width: 80px;
    }
      header nav{
          display: none;
      }
      header nav.active{
        display: block;
        width: 100%;
    }
    header nav.active ul{
        display: block;
    }
    header nav.active ul li a{
        margin: 0;
    }
    section{
        padding-top: 100px;
        font-size: 12px;
    }
  }
section{
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    color: #FFF;
}
header{
    position: fixed;
    margin: 20px auto;
    width: 100%;
    display: block;
    justify-content: space-between;
    align-items: center;
    transition: 0.6s;
    padding: 40px 100px;
    z-index: 100000;
}
header nav{
    float: right;
}
.clearfix{
    clear: both;
}
header.sticky{
    padding: 5px 100px;
    background: #FFF;
}
header .logo{
    position: fixed;
    transition: 0.6s;
    font-weight: 700;
    color: #FFF;
    text-decoration: none;
    font-size: 2em;
    text-transform: uppercase;
    letter-spacing: 2px;
}
header nav ul{
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
header nav ul li{
    position: relative;
    list-style: none;
}
header nav ul li a{
    display: block;
    position: relative;
    margin: 10px 0;
    padding: 10px 20px;
    text-decoration: none;
    color: #FFF;
    letter-spacing: 2px;
    font-weight: 500;
    transition: 0.6s;
}
header ul li a:hover{
    background: #FFBD5C;
    color: #000;
}
header.sticky ul li a{
    color: #000;
    font-weight: bold;
}
header.sticky ul li a:hover{
    background: #FFBD5C;
    color: #FFF;
}
.banner{
    width: 100%;
    position: relative;
    min-height: 120vh;
    background: url('image/bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.banner .Vinay{
    margin-top: 475px;
    color: white;
    position: relative;
    margin-left: 100px;
}
.Vinay h1
{
	font-family: 'Anton';
	font-size: 96px;
	border-bottom: 5px solid #FFD65B;
}
.Vinay p
{
	font-family: 'Montserrat';
	font-size: 30px;
}
.Vinay span
{
	color: #FFD65B;
}
.about{
    position: relative;
    min-height: 100vh;
    margin-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about .aimage{
    position: relative;
    max-width: 500px;
    display: flex;
    flex-direction: column;
}
.aimage img{
    position: relative;
    top: 0;
    left: 0;
    justify-content: left;
    display: flex;
    flex-direction: column;
    margin: 100px;
    width: 500px;
    height: 500px;
}
.inner-container{
    position: relative;
}
.inner-container p{
    width: 800px;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    margin-bottom: 50px;
    margin: 10px;
    padding: 20px;
}
.testimonials h5,
.services h5,
.portfolio h5,
.about .inner-container h5{
    color: #FFBD5C;
    padding: 10px 10px;
    margin: 10px auto;
    margin-bottom: 30px;
    text-align: center;
    font-size: 5em;
    font-weight: bold;
}
.services{
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    position: relative;
    min-height: 100vh;
    flex-wrap: wrap;
    
}
.services .container{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.services .container .card{
    position: relative;
    width: 300px;
    height: 420px;
    background: #082D33;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px;
    box-shadow: 0 20px 50px rgba(0,0 green,0 blue,0.2 alpha);
    overflow: hidden;
}
.services .container .card::before{
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    bottom: 2px;
    width: 50%;
    background: rgba(255,255,255,0.1);
    pointer-events: none;
}
.services .container .card .content{
    padding: 30px;
    text-align: center;
    font-size: 18px;
}

.services .container .card:hover .content img{
    opacity: 1;
    transform: translateY(-50px);
}
.services .container .card .content img{
    position: relative;
    font-size: 1.5em;
    color: #FFF;
    z-index: 2;
    opacity: 0.5;
    letter-spacing: 1px;
    transition: 00.5s;
    width: 50px;
    height: 50px;
}
.services .container .card:hover .content p{
    opacity: 1;
}
.services .container .card .content p{
    position: relative;
    color: #FFF;
    font-weight: 300;
    z-index: 2;
    opacity: 0.5;
    letter-spacing: 1px;
    transition: 00.5s;
}
.services .container .card span{
    transition: 00.5s;
    opacity: 0;
}
.services .container:hover .card{
    opacity: 0.2;
}
.services .container .card:hover{
    opacity: 1;
}
.services .container .card:hover span{
    opacity: 1;
}
.services .container .card span:nth-child(1){
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right,transparent,#FFF);
    animation: animate1 2s linear infinite;
}
@keyframes animate1{
    0%{
        transform: translateX(-100%);
    }
    100%{
        transform: translateX(100%);
    }
}
.services .container .card span:nth-child(2){
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(to bottom,transparent,#FFF);
    animation: animate2 2s linear infinite;
    animation-delay: 1s;
}
@keyframes animate2{
    0%{
        transform: translateY(-100%);
    }
    100%{
        transform: translateY(100%);
    }
}
.services .container .card span:nth-child(3){
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to left,transparent,#FFF);
    animation: animate3 2s linear infinite;
}
@keyframes animate3{
    0%{
        transform: translateX(100%);
    }
    100%{
        transform: translateX(-100%);
    }
}
.services .container .card span:nth-child(4){
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(to top,transparent,#FFF);
    animation: animate4 2s linear infinite;
    animation-delay: 1s;
}
@keyframes animate4{
    0%{
        transform: translateY(100%);
    }
    100%{
        transform: translateY(-100%);
    }
}
.portfolio{
    padding: 20px;
    margin: 40px auto;
    position: relative;
    margin-top: 50px;
}
.portfolio p{
    padding: 10px auto;
    font-size: 24px;
    margin-left: 10px;
}
.project{
    display: flex;
    flex-wrap: wrap;
}
.project .itemBox{
    position: relative;
    margin: 5px;
}
.project .itemBox .pcard{
    position: relative;
    top: 0;
    left: 0;
    width: 400px;
    height: 400px;
    margin: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 20px;
    background: linear-gradient(135deg,#384B59,#FFF);
}
.project .itemBox .pcard img{
    position: absolute;
    left: 50%;
    height: 300px;
    width: 300px;
    transform: translateX(-50%);
    transition: 00.5s;
}
.project .itemBox .pcard:hover img{
    height: 400px;
    width: 400px;
}
.testimonials{
    position: relative;
    margin-top: 100px;
    width: 100%;
    min-height: 100vh;
    -webkit-box-reflect: below 1px linear-gradient(transparent 70%,#0009);
}
.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    min-height: 400px;
    background: #FFF;
    margin: 0 20px;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right{
    background-image:none;
}
.testimonials .card{
    position: relative;
    width: 100%;
    height: 400px;
    margin: 0 auto;
    background: #333;
    padding: 60px 40px;
    text-align: center;
    overflow: hidden;
}
.testimonials .card .layer{
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#FFF,#384B59);
    z-index: 1;
    transition: 0.5s;
}
.testimonials .card:hover .layer{
    top: 0;
}
.testimonials .card .content{
    position: relative;
    z-index: 2;
}
.testimonials .card .content p{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #FFD65B;
}
.testimonials .card .content h2{
    font-size: 18px;
    color: #FFF;
}
.testimonials .card .content h2 span{
    color: #03A9F4;
    font-size: 14px;
    transition: 0.5s;
}
.testimonials .card:hover .content p{
    color: #384B59;
}
.testimonials .card:hover .content h2 span{
    color: #FFF;
}
.contact{
    position: relative;
    width: 100%;
    min-height: 100vh;
    padding: 50px 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: url('image/cofee.jpg');
    background-size: cover;
}
.contact .ccontent{
    max-width: 1000px;
    text-align: center;
}
.contact .ccontent h2{
    font-size: 36px;
    font-weight: 500;
    margin-top: 30px;
}
.contact .ccontent p{
    font-weight: 300;
}
.contact .ccontainer{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.contact .ccontainer .contactInfo{
    width: 50%;
    display: flex;
    flex-direction: column;
}
.contact .ccontainer .contactInfo .cbox{
    position: relative;
    padding: 20px 0;
    display: flex;
}
.contact .ccontainer .contactInfo .cbox .icon{
    min-width: 60px;
    height: 60px;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 22px;
    color: #000;
}
.contact .ccontainer .contactInfo .cbox .text{
    display: flex;
    margin-left: 20px;
    font-size: 16px;
    flex-direction: column;
    font-weight: 300;
}
.contact .ccontainer .contactInfo .cbox .text h3{
    font-weight: 500;
    color: #FFBD5C;
}
.contact .ccontainer .contactForm{
    width: 40%;
    padding: 40px;
    background: #FFF;
    color: #000;
}
.contact .ccontainer .contactForm h2{
    font-size: 30px;
    color: #333;
    font-weight: 500;
}
.contact .ccontainer .contactForm .inputBox{
    position: relative;
    width: 100%;
    margin-top: 10px;
}
.contact .ccontainer .contactForm .inputBox #text{
    display: block;
    color: #000;
    font-weight: 300;
    padding: 5px;
    font-style: italic;
}
.contact .ccontainer .contactForm .inputBox input,
.contact .ccontainer .contactForm .inputBox textarea{
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    border: none;
    border-bottom: 2px solid #333;
    outline: none;
    resize: none;
}
.contact .ccontainer .contactForm .inputBox span{
    position: absolute;
    left: 0;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    pointer-events: none;
    transition: 00.5s;
    color: #666;
}
.contact .ccontainer .contactForm .inputBox input:focus ~ span,
.contact .ccontainer .contactForm .inputBox input:valid ~ span,
.contact .ccontainer .contactForm .inputBox textarea:focus ~ span,
.contact .ccontainer .contactForm .inputBox textarea:valid ~ span{
    color: #FFBD5C;
    font-size: 12px;
    transform: translateY(-20px);
}
.contact .ccontainer .contactForm .inputBox input[type='submit']{
    width: 100px;
    color: #FFF;
    background: #FFBD5C;
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
    outline: none;
    border: none;
}
footer{
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 20px 0px;
    padding-top: 40px;
    color: #FFF;
}
.footer-content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.footer-content h3{
    font-size: 1.8rem;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 3rem;
}
.footer-content p{
    max-width: 500px;
    margin: 10px auto;
    line-height: 28px;
    font-size: 14px;
}
.socials{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0 3rem 0;
}
.socials li{
    margin: 0 10px;
}
.socials a{
    text-decoration: none;
    color: #FFF;
}
.socials a i{
    font-size: 1.1rem;
    opacity: 0.5;
    transition: 00.5s;
}
.socials a:hover i{
    opacity: 1;
}
.footer-bottom{
    background: #FFF;
    width: 100%;
    padding: 20px 0;
    color: #111;
    text-align: center;
}
.footer-bottom p{
    font-size: 14px;
    word-spacing: 2px;
    text-transform: capitalize;
}
.footer-bottom span{
    text-transform: uppercase;
    font-weight: 200;
    opacity: 0.8;
}