@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');

html,body
{
    margin:0%;
    box-sizing: border-box;
    overflow-x: hidden;

}
/* *************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;
padding: 10px 10px;
border-radius: 3px;
transition: .5s;
}

.nav .social i{
  padding: 0.2rem;
}
.nav .social i:hover{
  color: #BFAFB2;
}
.sticky
{
position: fixed;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.815);
  z-index: 9999;
  transition: all 1.5s ease;
}
@media only screen and (min-width: 650px) and (max-width: 938px)
{
  .sticky{
    width: 100%;
    height: 10vh;
    background:  rgba(0, 0, 0, 0.815);
    overflow: hidden;
  }
  .nav .toggle-collapse .toggle-icons i
  {
    margin-top: -5px;
    font-size: 1.4rem;
    color: white;
  }
  .nav .nav-items .nav-link
  {
    margin-top: 0px;
  }
  .collapse
  {
    height: 30rem;
    background: rgba(0, 0, 0, 0.815);
    overflow: hidden;
  }
}
@media only screen and (min-width: 400px) and (max-width: 648px)
{
  .sticky
  {
    width: 95%;
    height: 10vh;
    overflow: hidden;
  }
  .nav .toggle-collapse .toggle-icons i
  {
    margin-top: -5px;
    font-size: 1.4rem;
    color: white;
  }
  .nav 
  {
    min-height: 10vh;
  }
  .collapse
  {
    height: 30rem;
    background: rgba(0, 0, 0, 0.815);
    overflow: hidden;
  }
}
@media only screen and (min-width: 640px) and (max-height: 360px)
{
  .sticky
  {
    width: 95%;
    height: 10vh;
    overflow: hidden;
  }
  .nav .toggle-collapse .toggle-icons i
  {
    margin-top: -5px;
    font-size: 1.4rem;
    color: white;
  }
  .nav 
  {
    min-height: 15vh;
    overflow: hidden;
  }
  .collapse
  {
    height: 30rem;
    background: rgba(0, 0, 0, 0.815);
    overflow: hidden;
  }
}
@media only screen and (min-width: 320px) and (max-width: 399px)
{
  .sticky{
    width: 95%;
    height: 10vh;
    overflow: hidden;
  }
  .nav .toggle-collapse .toggle-icons i
  {
    margin-top: -5px;
    font-size: 1.4rem;
    color: white;
  }
  .collapse
  {
    height: 30rem;
    background: rgba(0, 0, 0, 0.815);
    overflow: hidden;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1440px)
{
  .sticky
  {
    width: 100%;
    height: 10vh;
    overflow: hidden;
  }
  .nav
  {
    min-height: 10vh;
  }
  .collapse
  {
    height: 30rem;
    background: rgba(0, 0, 0, 0.815);
    overflow: hidden;
  }
}
@media only screen and (min-width: 667px) and (max-height: 375px)
{
  .sticky
  {
    width: 100%;
    height: 15vh;
    overflow: hidden;
  }
  .nav
  {
    min-height: 12vh;
  }
  .collapse
  {
    height: 30rem;
    background: rgba(0, 0, 0, 0.815);
    overflow: hidden;
  }
}
@media only screen and (min-width: 768px) and (max-height: 1024px)
{
  .sticky
  {
    width: 100%;
    overflow: hidden;
  }
  .nav{
      min-height: 8vh;
      overflow: hidden;
  }
  .collapse
  {
    height: 30rem;
    background: rgba(0, 0, 0, 0.815);
    overflow: hidden;
  }
}
/********X********** Nav bar *********X*******/
/*  *********viewport lessthan or equal to 750px************ */
@media only screen and (max-width: 938px){
    .nav .nav-menu, .nav .nav-items{
    flex-direction: column;
    }
    .nav .toggle-collapse{
        display: initial;
    }
}
/*  *****X****viewport lessthan or equal to 750px*****X******* */

/* ********main section field************ */
/* ************animation-area feild*********** */
.animation-area{
    /*background: linear-gradient(25deg, #240068, #630671, #98187a, #cc2c83);*/
    background-image: url("../assets/pf.jpg");
    width: 100%;
    height: 100vh;
    top: 0;
    overflow: hidden;
}
.headline {
    width: 100%;
    height: 100vh;
    top: 0;
    background-image: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)), url("../assets/pf.jpg");
    background-size: cover;
    overflow: hidden;
  }
  /* HEADINGS */
.p p{
    margin: 0;
    padding-top: 20px;
    height: 50%;
    position: relative;
    text-transform: uppercase;
    font-size: 5em;
    letter-spacing: 4px;
    overflow: hidden;
    background: linear-gradient(90deg, #000, white, black);
    background-repeat: no-repeat;
    background-size: 80%;
    animation: animate 5s linear infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
  }
  @keyframes animate {
    0% {
      background-position: -500%;
    }
    100% {
      background-position: 500%;
    }
  }
  
  @media only screen and (min-width:992px) and (max-width:1240px){
 .p  p{

padding-top: 110px;
height: 130%;

font-size: 5em;
}
}
@media only screen and (min-width:768px) and (max-width: 991px){
.p  p{

padding-top: 120px;
height: 130%;

font-size: 5em;
}
}

@media only screen and (min-width:576px) and (max-width: 767px){
   .p  p{

padding-top: 140px;
height: 130%;

font-size: 5em;
}

}
@media only screen and (min-width: 320px) and (max-width: 575px){
  .p  p{

padding-top: 60px;
height: 60%;

font-size: 2em;
}
}

@media only screen and (max-width: 319px){
    .p  p{

padding-top: 150px;
height: 80%;

font-size: 5em;
}
}
  
  
 

  .headline p {
    color: #805533;
    text-align: center;
    line-height: 1.4em;
  }
 @media only screen and (min-width: 320px) and (max-width: 575px){
      .headline  p
       {
        height: 27%;
        font-size: 30px;
   }
 
 }
 @media only screen and (min-width: 640px) and (max-height: 360px){
      .headline  p
       {
        padding-top: 60px;
        height: 27%;
        font-size: 50px;
   }
 }
 .section1 
 {
  background-image:linear-gradient(rgba(1,1,1,0.6),rgba(1,1,1,0.1)),url('../assets/pf1.jpg');
  min-height: 50vh;
 }
 .section2 
 {
  background-image:linear-gradient(rgba(1,1,1,0.6),rgba(1,1,1,0.1)),url('../assets/pf1.jpg');
  min-height: 50vh;
 }
 .section1,.section2 
 {
  position: relative;
  opacity: .75;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
 }
/* ************body main part for hover and display ************** */

header {
  padding: 1rem;
 background-image: linear-gradient(315deg, #ffa69e 0%, #5d4954 74%);
  font-size: 20px;
  font-weight: 2px;
}
/* *****x****x***body main part for hover and display ***x********x*** */

/*********** Portfolio ************/
.container1
{
  background-color: #feae96;
  background-image: linear-gradient(315deg, #feae96 0%, #fe0944 74%);
  height: 80vh;
}
.container1 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;
}
.container1 hr
{
  background-color: #fbbc95;
  background-image: linear-gradient(180deg, #fbbc95 0%, #fddac5 74%);
    width: 80px;
    height: 3px;
    border:none;
    margin: 5px 0px 15px 42%;
}
.container
{
  width: 100%;
  margin: 70px auto 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.container .box 
{
  position: relative;
    width: 300px;
    height: auto;
    margin: 10px;
    margin-left: 45px;
    margin-right: 25px;
    box-sizing: border-box;
    display: inline-block;
}
.container .box .imgbox 
{
  position: relative;
  overflow: hidden;
}
.container .box .imgbox img 
{
  width: 100%;
  transition: transform 2s;
}
.container .box:hover .imgbox img
{
  transform: scale(1.2);
}
.container .box .details
{
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.8);
  transform: scaleY(0);
  transition: transform 0.5s;
}
.container .box:hover .details
{
  transform: scaleY(1);
}
.container .box .details .content 
{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  padding: 15px;
  color: #fff;
}
.container .box .details .content h2 
{
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #ff0;
  margin-left: 50px;
}
.container .box .details .content 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: 60px;
}
.container .box .details .content button a 
{
  color: white;
}
.container .box .details .content button a:hover
{
  color: black;
}
.container .box .details .content 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%;
}
.container .box .details .content button:hover::before
{
  height: 180%;
}
@media only screen and (min-width: 320px) and (max-width: 575px)
{
  .container1
  {
    width: 100%;
    height: auto;
  }
  .container1 h1
  {
    margin-left: 10px;
  }
  .container1 hr
  {
    margin: 5px 0px 15px 20%;
  }
  .container
  {
    width: 100%;
    height: auto;
  }
  .container .box
  {
    margin-top: 30px;
    width: 80%;
    height: auto;
  }
 
}
@media only screen and (min-width: 576px) and (max-width: 768px)
{
  .container1
  {
    width: 100%;
    height: auto;
  }
  .container
  {
    width: 100%;
    height: auto;
  }
  .container .box
  {
    margin-top: 30px;
    width: 50%;
    height: auto;
    margin-left: 25%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px)
{
  .container1
  {
    width: 100%;
    height: auto;
  }
  .container
  {
    width: 100%;
    height: auto;

  }
  .container  .box
  {
    margin-top: 30px;
    width: 35%;
    height: auto;
    margin-left: 30%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px)
{
  .container1
  {
    width: 100%;
    height: auto;
  }
  .container
  {
    width: 100%;
    height: auto;
  }
  .container  .box
  {
    margin-top: 30px;
    height: auto;
    width: 20%;
  }
}
/******X***** Portfolio ******X******/
/* **********footer************* */
a{
    text-decoration: none!important;
    outline: none!important;
  }
  img{
    border: none;
  }
  .mainfooter{
    width: 100%;
    height: auto;
    justify-content: space-between;
    display: flex;
     background-image: linear-gradient(0deg, #534b5b, #6d6d7c, #88919e, #a3b6c2);
    /*background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: 50% 0%;*/
    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;
  }
  @media only screen and (min-width:992px) and (max-width:1199px){
     .footerposition{
      position: relative;
    }
    .footerposition h1{
      font-size: 50px;
      padding-bottom: 30px;
      padding-top: 30px;
    }
    .mainfooter{
      padding: 40px 0px;
    }
  }
  @media only screen and (min-width:769px) and (max-width: 992px){
     .footerposition{
      position: relative;
    }
    .footerposition h1{
      font-size: 40px;
      padding-bottom: 30px;
      padding-top: 30px;
    }
    .mainfooter{
      padding: 40px 0px;
    }
    .footerbox{
      text-align: center;
    }
    .footerbox p{
      font-size: 13px;
      margin-bottom: 0px;
    }
    .footerbox h2{
      font-size: 16px;
      text-align: left;
      margin-top: 20px;
    }
    .footerbox ul li{
      text-align: left;
    }
    .footeraddress h6{
      text-align: left;
      font-size: 13px;
    }
  }
  @media only screen and (min-width:576px) and (max-width: 768px){
    .footerposition{
      position: relative;
    }
    .footerposition h1{
      font-size: 20px;
      padding-bottom: 20px;
      padding-top: 30px;
    }
    .mainfooter{
      padding: 40px 0px;
      width: 100%;
      height: auto;
      display: block;
    }
    .footerbox h2{
      padding-top: 20px;
    }
    .footerbox p 
    {
      width: 70%;
      text-align: justify;

    }
    .footerbox ul li a 
    {
      width: 70%;
    }
    .footerbox ul li a i
    {
      width: 70%;
    }
    .footerbox .footericons ul li a
    {
      width: 100%;
      padding: 5px 0px 0px 5px;
    }
    .footerbox hr{
      width: 50px;
    }
    .footeraddress{
      margin-top: 30px;
    }
    .footerbottom p{
      text-align: center;
      font-size: 12px;
    }
    .footerbottom p .textryt{
      text-align: center!important;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 575px){
    .footerposition{
      position: relative;
    }
    .footerposition h1{
      font-size: 20px;
      padding-bottom: 20px;
      padding-top: 30px;
    }
    .mainfooter{
      padding: 40px 0px;
      width: 100%;
      height: auto;
      display: block;
    }
    .footerbox h2{
      padding-top: 20px;
    }
    .footerbox p 
    {
      width: 70%;
      text-align: justify;

    }
    .footerbox ul li a 
    {
      width: 70%;
    }
    .footerbox ul li a i
    {
      width: 70%;
    }
    .footerbox .footericons ul li a
    {
      width: 100%;
      padding: 5px 0px 0px 5px;
    }
    .footerbox hr{
      width: 50px;
    }
    .footeraddress{
      margin-top: 30px;
    }
    .footerbottom p{
      text-align: center;
      font-size: 12px;
    }
    .footerbottom p .textryt{
      text-align: center!important;
    }
  }
  @media only screen and (max-width: 319px){
  
    .footerposition{
      position: relative;
    }
    .footerposition h1{
      font-size: 20px;
      padding-bottom: 20px;
      padding-top: 30px;
    }
    .mainfooter{
      padding: 40px 0px;
    }
    .footerbox h2{
      padding-top: 20px;
    }
    .footerbox hr{
      width: 50px;
    }
    .footeraddress{
      margin-top: 30px;
    }
    .footerbottom p{
      text-align: center;
      font-size: 12px;
    }
    .footerbottom p .textryt{
      text-align: center!important;
    }
  }
/* *****X*****footer*******X****** */
