@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');
html,body
{
    margin: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;
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(1, 1, 1, 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;
    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 
  {
    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;
    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 
  {
    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;
    background:  rgba(0, 0, 0, 0.815);
    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%;
    background:  rgba(0, 0, 0, 0.815);
    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%;
    background:  rgba(0, 0, 0, 0.815);
    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: 10vh;
      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/MG2.png");
    width: 100%;
    height: 100vh;
    top: 0;
    overflow: hidden;
}
.headline {
    width: 100%;
    height: 100vh;
    top: 0;
    background-image: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.7)), url("../assets/ab.jpeg");
    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%;
    }
  }
  
  .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;
   }
 }
 @media only screen and (min-width:992px) and (max-width:1240px){
 .p  p{
font-size: 5em;
}
}
@media only screen and (min-width:768px) and (max-width: 991px){
.p  p{

font-size: 5em;
}
}

@media only screen and (min-width:576px) and (max-width: 767px){
   .p  p{
font-size: 5em;
}
}
@media only screen and (min-width: 320px) and (max-width: 575px){
  .p  p{
font-size: 2em;
}
}

@media only screen and (max-width: 319px){
    .p  p{
font-size: 5em;
}
}
/* ************envelope animation************** */

.sec
{
 
color: white;

justify-content: space-between;
display: flex;
position: relative;
}
/* *********cards glowing animation************* */
/* background image */
.section 
{
    width: 100%;
    box-sizing: border-box;
}
section .sec1 
{
background: url('../assets/tran.png');
background-size: cover;
background-position: center center;
background-attachment: fixed;
}
/* *****X*******background image******X**** */
/*card glowing*/
.section1
{
    display: flex;
    margin: 0;
    padding: 0;
    height: 80vh;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.container1
{
  background-image: radial-gradient( circle farthest-corner at 10% 20%,  rgba(234,249,249,0.27) 0.1%, rgba(239,249,251,0.27) 90.1% );
    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 .item
{
    width: 300px;
    height: 200px;
    transition: 0.5s;
}
.container1 .card .item {
    background-image: linear-gradient( 89.9deg,  rgba(178,253,238,0.96) -8.1%, rgba(207,244,254,1) 26.3%, rgba(207,244,254,0.48) 47.5%, rgba(254,219,243,0.63) 61.5%, rgba(254,219,243,1) 78.7%, rgba(254,207,210,1) 109.2% );
    text-align: center;
    height: 50vh;
    padding: 60px 25px;
    -webkit-box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    border:5px solid rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}

.container1 .card  .item:hover{
    background:black;
    box-shadow:0 8px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.container1 .card .item:hover h6, .container1 .card .item:hover p{
   /* color:gold;*/
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.container1 .card .item .icon {
    font-size: 60px;
    margin-bottom:25px;
    color: #f91942;   
    width: 90px;
    height: 90px;
    line-height: 96px;
    border-radius: 50px;
}
.container1 .card .item .feature_box_col_one{
     color:#4dd2ff;
}
.container1 .card .item .feature_box_col_two{
      color:#4dd2ff;
}
.container1 .card .item .feature_box_col_three{
   color:#4dd2ff;
}
.container1 .card .item p{
    font-size:15px;
    line-height:26px;
    color: black;
          -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(#1fd1f9,#b621fe);
           -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;   
}
.container1 .card .item h6 {
    margin-bottom:20px;
    color:#9933ff;
}

.container1 .card .item button
{
    transition: .5s;
}

.container1 .card .item button
{
    border: 1px solid #3498db;
    background: none;
    padding: 10px 20px;
    font-size: 20px;
    border-radius: 20px;
    font-family: 'Josefin Sans', sans-serif;
    cursor: pointer;
    margin: 10px;
    background-color: #63a4ff;
background-image: linear-gradient(315deg, #63a4ff 0%, #83eaf1 74%);
    color: white;
    transition: 0.8s;
    position: relative;
    overflow: hidden;
}
.container1 .card .item button:hover
{
    background-color: gold;
    color: black;
}
.img1
{
width: 10%;
height:80px;
}
@media only screen and (min-width: 320px) and (max-width: 575px)
{
  .section
  {
    width: 100%;
    height: auto;
  }
  .container1
  {
    width: 100%;
    height: auto;
  }
  section.sec1{
    width: 100%;
    height:auto;
  }
  .container1 .card
  {
    margin-top: 30px;
  }
  .container1 .card .item
  {
    margin-top: 30px;
    width: 80%;
    height: auto;
  }
 
}
@media only screen and (min-width: 576px) and (max-width: 768px)
{
  .section
  {
    width: 100%;
    height: auto;
  }
  .container1
  {
    width: 100%;
    height: auto;
  }
  section.sec1{
    width: 100%;
    height: auto;
  }
  .container1 .card
  {
    margin-top: 30px;
  }
  .container1 .card .item
  {
    margin-top: 30px;
    width: 50%;
    height: auto;
    margin-left: 25%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px)
{
  .section
  {
    width: 100%;
    height: auto;
  }
  .container1
  {
    width: 100%;
    height: auto;
    display: block;
  }
  section.sec1{
    width: 100%;
    height: auto;
  }
  .container1 .card
  {
    margin-top: 30px;
  }
  .container1 .card .item
  {
    margin-top: 30px;
    width: 35%;
    height: auto;
    margin-left: 30%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px)
{
  .section
  {
    width: 100%;
    height: auto;
  }
  .container1
  {
    width: 100%;
    height: auto;
  }
  section.sec1{
    width: 100%;
    height: auto;
  }
  .container1 .card
  {
    margin-top: 30px;
    width: 35%;
    display: contents;
  }
  .container1 .card .item
  {
    margin-top: 30px;
    height: auto;
  }
}
/* *****X****cards glowing animation*******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****** */
