/*nav */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');

/* background animation */
*, *:before, *:after {
  box-sizing: border-box;
}
.headline {
  width: 100%;
  height: auto;
  top: 0;
  background-image: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)), url("../assets/serb.jpg");
  background-size: cover;
  overflow: hidden;
}
/* Web Design animation*/
.p  {
  margin: 0;
  padding-top: 20px;
  height: auto;
  position: relative;
  font-family: sans-serif;
  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%;
  }
}

.headline p {
  color: #fff;
  text-align: center;
  line-height: 1.4em;
}

@media only screen and (min-width: 320px) and (max-width: 575px){
  .headline  p
   {
    padding-top: 60px;
    height: 27%;
    font-size: 50px;
}
}
@media only screen and (min-width: 640px) and (max-height: 360px){
  .headline  p
   {
    padding-top: 60px;
    height: 27%;
    font-size: 50px;
}
}
@media only screen and (min-width:992px) and (max-width:1240px){
 .p  {

padding-top: 110px;
height: 130%;

font-size: 5em;
}
}
@media only screen and (min-width:768px) and (max-width: 991px){
.p  {

padding-top: 120px;
height: 130%;

font-size: 5em;
}
}

@media only screen and (min-width:576px) and (max-width: 767px){
   .p  {

padding-top: 140px;
height: 130%;

font-size: 5em;
}

}
@media only screen and (min-width: 320px) and (max-width: 575px){
  .p  {

padding-top: 60px;
height: 60%;

font-size: 2em;
}
}

@media only screen and (max-width: 319px){
    .p  {

padding-top: 150px;
height: 80%;

font-size: 5em;
}
}

/* about parallax*/

body,html{
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  height: 100%;
}
.parallax1{
  background-image:linear-gradient(rgba(1,1,1,0.6),rgba(1,1,1,0.1)),url('../assets/webdes.jpg');
  min-height: 60%;
  position: relative;
  opacity: .85;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin-top: 0px;
}
.para
{
  margin-top: 0px;
  width: 100%;
}
.para p{
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: justify;
  font-size: 3rem;
background: -webkit-linear-gradient(rgba(255,253,208,1) 90%, rgba(153,102,51,1) 91% ); 
           -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; 
  line-height: 1.4em;
  width: 90%;
  height: auto;
  padding: 80px;
  margin-left: 25px;
  margin-right: 25px;
  }
  @media only screen and (min-width: 320px) and (max-width: 767px)
  {
    .para p {
      font-size: 20px;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 40px;
    }
  }
/* footer*/

/* **********footer************* */
/* **********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****** */
