@import url('https://fonts.googleapis.com/css2?family=Roboto+Serif:opsz,wght@8..144,400;8..144,500;8..144,600;8..144,700&display=swap');


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }

  body{
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }

  html {
    scroll-behavior: smooth;
  }


  #logo{
    position: relative;
    width: 90px;
  }

  header {
    background: linear-gradient(105deg, rgba(28,28,98,1) 0%, rgba(99,99,204,1) 41%, rgba(28,28,98,1) 80%, #b3852d 100%);
    padding: 0.01rem 5rem;
    filter: drop-shadow(3px 5px 5px #222222);
    position: fixed;
    width: 100%;
    z-index: 100000000000000;
  }

  .dashboardlogo{
    position: relative;
    height: 370px;
  }
  .dashboardtext {
    font-size: 27px;
    margin-top: 10px;
  }
  .dashboardcontainer {
    
    display: flex;
    flex-direction: row;
    /* background-color: rgba(28,28,98,1); */
    background: radial-gradient(ellipse at right bottom, #b3842d 11%, #252060 30%);
    width: 100%;
   
  }
  .logo-containers {
    flex: 0 0 40%; 
    max-width: 40%;
    text-align: center;
    padding: 20px;
    background: radial-gradient(circle, rgba(99,99,204,1) 0%, #252060 70%);
  }


  nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  nav ul {
    list-style: none;
    display: flex;
    gap: 2rem;
  }

  nav a {
    font-size: 1.2rem;
    text-decoration: none;
  }
  nav a#logo {
     color: #000000;
   
  }
  nav ul a {
    color: #ffffff;
    font-weight: 600;
  }
  nav ul a:hover {
    color: #b3852d;
    border-bottom: 2px solid #b3852d;
  }
  h1 {
    font-size: 3rem;
  }
  #ham-menu {
    display: none;
  }

  #ham-menu:hover{
    cursor: pointer;
  }
  nav ul.active {
    left: 0;
  }


  @media only screen and (max-width: 1230px) {
 
      .dashboardtext{
        font-size: 17px;
      }
      #headertext{
        font-size: 16px;
      }
  }



  @media only screen and (max-width: 991px) {
    html {
      font-size: 56.25%;
    }
    header {
      padding: 0;
     
    }
    /* .dashboardlogo{
      height: 200px;
      } */
      .dashboardtext{
        font-size: 13px;
      }

      #nav-bar a {
        font-size: 1.6rem;
      }
  }

  @media  screen and (max-width: 800px) {
    #headertext{
      font-size: 11px;
     }
    
  }
  
  

  #dashboard{
    position: relative;
    padding-top: 90px;
  
  }
 

 


 

  #typing {
    color: #b3852d;
    overflow: hidden;
    white-space: nowrap;
    animation: typing 3.5s steps(35) 3s;
}


@keyframes typing {
    from {
        width: 0ch;
    }
    to {
        width: 30ch;
    }
}








  /* .slideshow-container {
    flex: 1 1 60%; 
    max-width: 60%;
    height: 50%;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    perspective: 1000px;
  } */
  .slideshow-container {
    position: relative;
   width: 60%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    margin-top: 10px;
  }
  /* .slideshow {
    display: flex;
    transition: transform 1s ease;
    animation: slide 12s infinite;
    transform-style: preserve-3d;
  } */
  .mySwiper img {
    max-width: 100%;
    border: 5px solid #b3842d;
    height: auto;
    display: block;
  }
 
  /* @media (max-width: 769px) {
    .dashboardcontainer {
      flex-direction: column;
      align-items: stretch;
    }
    .logo-containers,
    .slideshow-container {
      max-width: 100%;
      margin-bottom: 20px;
    }
  }

  @media (max-width: 1100px) {
    .logo-containers,
    .slideshow-container {
      max-width: 100%;
      margin-bottom: 20px;
    }
  } */

  @media (max-width: 769px) {
    .dashboardcontainer {
      flex-direction: column;
      align-items: stretch;
    }
    .logo-containers,
    .slideshow-container {
      width: 100%;
      margin-bottom: 20px;
    }
  }

  @media (max-width: 1100px) {
    .logo-containers,
    .slideshow-container {
      width: 100%;
      margin-bottom: 20px;
    }
  }





  .slide {
    position: relative;
    width: 100%;
    height: 540px;
    padding-top: 10px;
    background-size: cover;
    background-image: url(images/shield\ cutout1.png);
  } 

   .swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    width: 100%;
    /* background: #fff; */
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    position: relative;
    /* display: block; */
    /* width: 60%; */
    height: 400px;
    margin-top: 10px;
    object-fit: cover;
  }

  .mySwiper2 .swiper-slide img{
    filter: drop-shadow(11px 11px 7px #000000);
    border: 7px solid #b3842d;
  }

  .mySwiper img{
    height: 100%;
  }

  .mySwiper{
    transform: translateY(-11px);
    filter: drop-shadow(0px -7px 7px #2222);
  }

  .mySwiper .swiper-slide img{
    width: 100px;
    height: 50px;
  }

  .swiper {
    width: 60%;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
  }

  .swiper-slide {
    background-size: cover;
    background-position: center;
  }

  .mySwiper2 {
    height: 80%;
    width: 100%;
  }

  .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
  }

  .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
  }

  .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
  }

  @media screen and (max-width: 1000px) {
    .mySwiper .swiper-slide{
        height: 90px;
    }
  }

  @media screen and (max-width: 900px) {
    .mySwiper .swiper-slide{
        height: 70px;
    }
  }

  @media screen and (max-width: 1150px) {
    .mySwiper .swiper-slide img{
      width: 120px;
      height: 70px;
      @keyframes typing {
        from {
            width: 0ch;
        }
        to {
            width: 40ch;
        }
    }
    }
  }
  @media screen and (max-width: 1100px) {
.dashboardtext{
  font-size: 15px;
}
.slide {
  height: auto;
}
  }
  

  @media screen and (max-width: 1250px){
    .swiper-slide img {
      height: 350px;
    }
    .slide {
      height: auto;
    }
  }

  @media only screen and (max-width: 1230px) {
    .dashboardlogo{
      height: 290px;
      }
.logo-containers {
  flex: 0 0 35%; 
  max-width: 35%;
  background: radial-gradient(circle, rgba(99,99,204,1) 0%, #252060 50%);
  padding: 50px;
}

}

  @media screen and (max-width: 1050px) {
    .swiper-slide img {
      height: 320px;
    }
  }

  @media screen and (max-width: 1000px) {
    .dashboardtext{
      font-size: 12px;
    }
    .mySwiper .swiper-slide img{
      width: 110px;
      height: 60px;
    }
  }

  @media screen and (max-width: 930px) {
    .swiper-slide img {
      height: 300px;
    }
  }

  @media screen and (max-width: 880px) {

    .swiper-slide img {
      height: 250px;
    }
    .dashboardtext{
      font-size: 10px;
    }
   .dashboardlogo{
    height: 220px;
   }
  
.logo-containers {
flex: 0 0 32%; 
max-width: 32%;
background: radial-gradient(circle, rgba(99,99,204,1) 0%, #252060 50%);
padding: 50px;
}
  }

  @media screen and (max-width: 800px) {


    .swiper-slide img {
      height: 250px;
      margin-bottom: 7px;
    }

    .mySwiper .swiper-slide{
      height: auto;
    }

    .mySwiper .swiper-slide img{
      width: 100px;
      height: 70px;
    }

    .slide{
      height: auto;
    }

    /* .dashboardtext{
      font-size: 10px;
    } */
   .dashboardlogo{
    height: 190px;
   }

   
.logo-containers {
flex: 0 0 35%; 
max-width: 35%;
background: radial-gradient(circle, rgba(99,99,204,1) 0%, #252060 50%);
padding: 50px;
}

  }





  @media screen and (max-width: 769px) {
    html {
      font-size: 50%;
    }
    .dashboardlogo{
      height: 220px;
      }
      .dashboardtext{
        font-size: 2.3em;
      }
    #headertext{
      font-size: 1.7em;
    }
    #ham-menu {
      display: block;
      color: #ffffff;
      margin-right: 5px;
    }
    nav a#logo,
    #ham-menu {
      font-size: 3.2rem;
    }

    #nav-bar a {
      font-size: 1.9rem;
    }

    .logo-containers {
      flex: 0 0 100%; 
      max-width: 100%;
      text-align: center;
      margin: auto;
      padding: 0;
      background: radial-gradient(circle, rgba(99,99,204,1) 0%, #252060 70%);
    }

    nav ul {
      background-color: #1c1c62;
      position: fixed;
      left: -110vw;
      top: 103.6px;
      width: 100vw;
      height: calc(100vh - 73.6px);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-around;
      transition: 1s;
      gap: 0;
    }
  }
 
  @media screen and (max-width: 700px) {
    .swiper-slide img {
      height: 250px;
      margin-bottom: 7px;
    }

    .mySwiper .swiper-slide img{
      width: 90px;
      height: 60px;
    }

    .mySwiper{
      width: 75%;
    }

  }  







  
  @media screen and (max-width: 600px) {
    .swiper-slide img {
      height: 220px;
      margin-bottom: 7px;
    }

    .mySwiper .swiper-slide img{
      width: 90px;
      height: 60px;
    }

    .mySwiper{
      width: 80%;
    }

  }



  @media only screen and (max-width: 575px) {
    .dashboardlogo{
      height: 230px;
      }
    nav ul {
      top: 90.18px;
      height: calc(100vh - 65.18px);
    }
    #headertext{
      font-size: 1.5em;
    }
    .dashboardtext{
      font-size: 19px;
    }
  }




  @media screen and (max-width: 500px) {
    .swiper-slide img {
      height: 200px;
      margin-bottom: 7px;
    }

    .mySwiper .swiper-slide img{
      width: 80px;
      height: 60px;
    }

    .mySwiper{
      width: 85%;
    }

  }

  @media screen and (max-width: 450px) {
    .swiper-slide img {
      height: 170px;
      margin-bottom: 7px;
    }

    .mySwiper .swiper-slide img{
      width: 70px;
      height: 60px;
    }

    .mySwiper{
      width: 85%;
    }

  }

  @media screen and (max-width: 400px) {
    .swiper-slide img {
      height: 170px;
      margin-bottom: 7px;
    }

    .mySwiper .swiper-slide img{
      width: 70px;
      height: 40px;
    }

    .mySwiper{
      width: 90%;
    }

  }

  @media screen and (max-width: 390px) {
    .swiper-slide img {
      height: 170px;
      margin-bottom: 7px;
    }

    .mySwiper .swiper-slide img{
      width: 60px;
      height: 40px;
    }

    .mySwiper{
      width: 90%;
    }

  }

  @media screen and (max-width: 380px) {
    .swiper-slide img {
      height: 160px;
      margin-bottom: 7px;
    }

    .mySwiper .swiper-slide img{
      width: 60px;
      height: 40px;
    }

    .mySwiper{
      width: 90%;
    }

  }

  @media screen and (max-width: 370px) {
    .swiper-slide img {
      height: 160px;
      margin-bottom: 7px;
    }

    .mySwiper .swiper-slide img{
      width: 60px;
      height: 40px;
    }

    .mySwiper{
      width: 90%;
    }

  }




 




















.hero{
  position: relative;
  width: auto;
  height: 85vh;
  margin: auto;
  filter: drop-shadow(5px 5px 5px #222222);
}

@media screen and (max-width: 796px) {
  .hero{
    position: relative;
    width: 90%;
    height: auto;
  }
}
















  /* services */
#services{
  position: relative;
  width: 100%;
  height: auto;
  background: radial-gradient(ellipse at right top, #b3842d 11%, #252060 50%);
  overflow-x: hidden;
}

.sec-title{
  position: relative;
  width: 100%;
  text-align: center;
  justify-content: center;
  padding-top: 7px;
  font-size: 2.0em;
}

.sec-title .back{
  position: absolute;
  width: 100%;
  text-align: center;
  transform: translate(-5px, 5px);
  color: #252060;
}

.sec-title .front{
  position: absolute;
  width: 100%;
  text-align: center;
  color: #b3852d;
}

#services .cards{
  position: relative;
  width: 90%;
  margin-left: 5%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin-top: 90px;
}

#services .cards .card{
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: nowrap;
  margin-bottom: 51px;
}

#services .cards .card .left{
  position: relative;
  width: 55%;
  transform: skew(-20deg);
  padding-left: 21px;
  padding-right: 21px;
  background-image: linear-gradient(225deg, #b3842d 7%, #252060 50%);
  color: #ffffff;
  border-top: 3px solid #b3852d;
  border-right: 3px solid #b3852d;
  border-bottom: 3px solid #b3852d;
  /* filter: drop-shadow(10px -10px 3px #222222de); */
  box-shadow: 14px -14px 3px #2222227e;
}

#services .cards .card .left .names{
  position: relative;
  margin-bottom: 17px;
  font-size: 1.8em;
}

#services .cards .card .left .desc{
  position: relative;
  transform: skew(20deg);
  font-size: 1.0em;
  font-weight: 500;
}

#services .cards .left .left{
  /* transform: skew(20deg); */
  border-top: 3px solid #b3852d;
  border-left: 3px solid #b3852d;
  border-bottom: 3px solid #b3852d;
  border-right: none;
  box-shadow: -14px -14px 3px #2222227e;
  background-image: linear-gradient(45deg, #b3842d 7%, #252060 50%);
}

#services .cards .left .left .desc{
  position: relative;
  /* transform: skew(-20deg); */
}

#services .cards .card .right .pic{
  position: relative;
  height: 270px;
  filter: drop-shadow(-31px 31px 5px #222222a2);
}

@media screen and (max-width: 1050px) {
  #services .cards{
    position: relative;
    width: 96%;
    margin-left: 2%;
  }

  #services .cards .card .left{
    width: 60%;
  }

  #services .cards .card .right .pic{
    height: 250px;
  }
}

@media screen and (max-width: 1000px){
  #services .cards .card .left{
    width: 65%;
  }

  #services .cards .card .right .pic{
    height: 210px;
  }

  #services .cards .card .left .names{
    position: relative;
    margin-bottom: 11px;
    font-size: 1.5em;
  }
  
  #services .cards .card .left .desc{
    position: relative;
    font-size: 1.0em;
    font-weight: 400;
  }
}

@media screen and (max-width: 900px){
  #services .cards .card .left{
    width: 65%;
  }

  #services .cards .card .right .pic{
    height: 200px;
  }

  #services .cards .card .left .names{
    position: relative;
    margin-bottom: 11px;
    font-size: 1.7em;
  }
  
  #services .cards .card .left .desc{
    position: relative;
    font-size: 1.3em;
    font-weight: 500;
  }
}

@media screen and (max-width: 800px){
  #services .cards{
    position: relative;
    width: 96%;
    margin-left: 2%;
  }

  #services .cards .card .left{
    width: 70%;
  }

  #services .cards .card .right .pic{
    height: 180px;
  }

  #services .cards .card .left .names{
    position: relative;
    margin-bottom: 11px;
    font-size: 1.7em;
  }
  
  #services .cards .card .left .desc{
    position: relative;
    font-size: 1.3em;
    font-weight: 500;
  }
}

@media screen and (max-width: 700px){
  #services .cards{
    position: relative;
    width: 96%;
    margin-left: 2%;
  }
  
  #services .cards .card .left{
    width: 60%;
  }

  #services .cards .card .right .pic{
    height: 150px;
  }

  #services .cards .card .left .names{
    position: relative;
    margin-bottom: 11px;
    font-size: 1.5em;
  }
  
  #services .cards .card .left .desc{
    position: relative;
    font-size: 1.3em;
    font-weight: 400;
  }
}

@media screen and (max-width: 600px){
  #services .cards{
    position: relative;
    width: 96%;
    margin-left: 2%;
  }
  
  #services .cards .card .left{
    width: 60%;
    transform: skew(-15deg);
  }

  #services .cards .card .right .pic{
    height: 150px;
  }

  #services .cards .card .left .names{
    position: relative;
    margin-bottom: 11px;
    font-size: 1.7em;
  }
  
  #services .cards .card .left .desc{
    position: relative;
    font-size: 1.5em;
    font-weight: 400;
    transform: skew(15deg);
    padding-bottom: 2px;
  }

}

@media screen and (max-width: 500px){
  #services .cards{
    position: relative;
    width: 96%;
    margin-left: 2%;
  }
  
  #services .cards .card .left{
    width: 55%;
    transform: skew(-7deg);
  }

  #services .cards .card .right .pic{
    height: 140px;
  }

  #services .cards .card .left .names{
    position: relative;
    margin-bottom: 11px;
    font-size: 1.9em;
  }
  
  #services .cards .card .left .desc{
    position: relative;
    font-size: 1.7em;
    font-weight: 400;
    transform: skew(7deg);
    padding-bottom: 5px;
  }

}

@media screen and (max-width: 450px){
  #services .cards{
    position: relative;
    width: 96%;
    margin-left: 2%;
  }
  
  #services .cards .card .left{
    width: 60%;
    transform: skew(-5deg);
  }

  #services .cards .card .right .pic{
    height: 140px;
  }

  #services .cards .card .left .names{
    position: relative;
    margin-bottom: 11px;
    font-size: 1.9em;
  }
  
  #services .cards .card .left .desc{
    position: relative;
    font-size: 1.7em;
    font-weight: 400;
    transform: skew(5deg);
    padding-bottom: 5px;
  }

}

@media screen and (max-width: 400px){
  #services .cards{
    position: relative;
    width: 96%;
    margin-left: 2%;
  }
  
  #services .cards .card .left{
    width: 55%;
    transform: skew(-3deg);
  }

  #services .cards .card .right .pic{
    height: 130px;
  }

  #services .cards .card .left .names{
    position: relative;
    margin-bottom: 11px;
    font-size: 1.9em;
  }
  
  #services .cards .card .left .desc{
    position: relative;
    font-size: 1.7em;
    font-weight: 400;
    transform: skew(3deg);
    padding-bottom: 5px;
  }

}

@media screen and (min-width: 1500px){
  #services .cards{
    position: relative;
    width: 96%;
    margin-left: 2%;
  }
  
  #services .cards .card .left{
    width: 55%;
  }

  #services .cards .card .right .pic{
    height: 230px;
  }

  #services .cards .card .left .names{
    position: relative;
    margin-bottom: 11px;
    font-size: 1.7em;
  }
  
  #services .cards .card .left .desc{
    position: relative;
    font-size: 1.2em;
    font-weight: 500;
    padding-bottom: 5px;
  }

}

@media screen and (min-width: 1600px){
  #services .cards .card .left{
    width: 60%;
  }

  #services .cards .card .right .pic{
    height: 250px;
  }

  #services .cards .card .left .names{
    position: relative;
    margin-bottom: 11px;
    font-size: 1.7em;
  }
  
  #services .cards .card .left .desc{
    position: relative;
    font-size: 1.2em;
    font-weight: 500;
    padding-bottom: 5px;
  }

}

@media screen and (min-width: 1700px){
  #services .cards .card .left{
    width: 60%;
  }

  #services .cards .card .right .pic{
    height: 270px;
  }

  #services .cards .card .left .names{
    position: relative;
    margin-bottom: 11px;
    font-size: 1.7em;
  }
  
  #services .cards .card .left .desc{
    position: relative;
    font-size: 1.3em;
    font-weight: 500;
    padding-bottom: 5px;
  }

}

@media screen and (min-width: 1800px){
  #services .cards .card .left{
    width: 60%;
  }

  #services .cards .card .right .pic{
    height: 290px;
  }

  #services .cards .card .left .names{
    position: relative;
    margin-bottom: 11px;
    font-size: 1.9em;
  }
  
  #services .cards .card .left .desc{
    position: relative;
    font-size: 1.5em;
    font-weight: 500;
    padding-bottom: 5px;
  }

}

@media screen and (min-width: 2100px){
  #services .cards .card .left{
    width: 60%;
  }

  #services .cards .card .right .pic{
    height: 310px;
  }

  #services .cards .card .left .names{
    position: relative;
    margin-bottom: 11px;
    font-size: 1.9em;
  }
  
  #services .cards .card .left .desc{
    position: relative;
    font-size: 1.5em;
    font-weight: 500;
    padding-bottom: 5px;
  }

}





/* About */
#about{
  position: relative;
  width: 100%;
  height: auto;
  background: radial-gradient(ellipse at right top, #b3842d 8%, #252060 30%);
  overflow-x: hidden;
}

.wrapper {
  display: grid;
  grid-template-areas: 'overlap';
  place-content: center;
  text-transform: uppercase;
  
}
.wrapper > div {
  background-clip: text;  
  -webkit-background-clip: text;
  color: #252060;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: clamp( 1em, 7vw, 3rem);
  grid-area: overlap;
  letter-spacing: 1px;
  -webkit-text-stroke: 4px transparent;
}
div.bg {
  background-image: repeating-linear-gradient( 105deg, 
    #ffb338 0% , 
    #3e2904 5%,
    #ffb338 12%);
  color: transparent;
  filter: drop-shadow(5px 15px 15px rgb(17, 2, 82));
  transform: scaleY(1.05);
  transform-origin: top;
}
div.fg{
  background-image: repeating-linear-gradient( 5deg,  
  #ffb338 0% , 
  #77571d 23%, 
  #3e2904 31%);
  color: #061634;
  transform: scale(1);
}






.container {
margin-top: 50px;
  width: 100%;
  display: flex;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}



.blank {
  width: 100%;
  /* background-color: #252060; */
  background: radial-gradient(ellipse at left bottom, #b3842d 21%, #252060 50%);
  background-size: cover;
  
}

.second {
  background: linear-gradient(333deg,#b3842d 0%,#b3842d 10%,#252060 45%,#252060 60%,#b3842d 80% );
 padding-top: 51px;
 padding-bottom: 31px;
  height: auto;
  justify-content: space-around;
}

@media screen and (max-width: 800px){
  .second {
    background: linear-gradient(333deg,#b3842d 0%,#252060 25%,#252060 70%,#b3842d 100% );
  }
}
@media screen and (max-width: 600px){
  .second {
    background: linear-gradient(333deg,#b3842d 0%,#252060 15%,#252060 85%,#b3842d 100% );
  }
}
.card > a {
  margin-bottom: 2em;
}



/* .img {
  width: 90%;
  height: 200px;
  background-color: lightgrey;
  background-size: cover;
  background-position: center;
  margin-top: 20px;
  border-radius: .3em;;
} */

.img-first {
  background-image: url(https://images.unsplash.com/photo-1522163182402-834f871fd851?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1606&q=80);
}

.img-second {
  background-image: url(https://images.unsplash.com/photo-1628746404106-4d3843b231b3?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8NHx8Y2F2aW5nfGVufDB8fDB8fA%3D%3D&auto=format&fit=crop&w=900&q=60);
}

.img-third {
  background-image: url(https://images.unsplash.com/photo-1632853073412-782bf0279d65?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=687&q=80);
}

.second {
  
  gap: 1.6em;
}








#home {
  background: transparent;
  width: 100%;
  padding: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  overflow-x: hidden;
}

.home-left {
  height: 400px;
  position: relative;
}

.home-left img {
  height: 100%;
  border-radius: 10px;
}

.home-right {
  width: 50%;
    /* background-image: url(images/A1SecuritySolutionsNV.png);
    background-size: cover;
    background-position: right;
    background-attachment: fixed;
    background-repeat: no-repeat; */
   
 
}

.home-heading {
  font-size: 2rem;
  margin-bottom: 10px;

}

.home-para {
  color: white;
  margin-bottom: 20px;
  font-size: 1.1em;
  /* background-image: url(images/A1SecuritySolutionsNV.png);
  background-size: cover;
  background-position: right;
  background-attachment: fixed;
  background-repeat: no-repeat; */
}



@keyframes width {
  0% {
      width: 0%;
  }

  100% {
      width: 100%;
  }
}



.heading {
  margin: 1rem auto;
  text-align: center;
}

.para {
  margin: 1rem auto;
}

.num-container {
  width: 70%;
  margin: 1rem auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.num-item {
  font-size: 1.5rem;
  line-height: 1.4rem;
  color: rgb(43, 126, 199);
}

#goal {
  width: 80%;
  margin-left: 10%;
  /* margin: 2rem auto; */
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
}

.goal-left {
  width: 60%;
  
}

.goal-left h2 {
  font-size: 2.4rem;
  color: white;
}

.goal-left p {
 
  margin: 1rem 0;
  color: white;
  font-size: 1.1em;
}

.goal-left ul {
  list-style: none;
  margin-bottom: 1rem;
}

.goal-left ul li::before {

  content: '✓';
  color: red;
}

.goal-right {
  position: relative;
  width: 35%;
}

.goal-right img {
  width: 100%;
  cursor: pointer;
  transition: all 0.2s linear;
}

.goal-right img:hover {
  transform: translateY(-5px);
  filter: drop-shadow(5px 6px 7px black);
}



@media screen and (max-width: 950px) {
 #home{
  padding: 0;
 }

.home-left img{
 height: 300px;
}
}





@media screen and (max-width: 784px) {
 .home-para{
  font-size: 1.7em;
 }

 .goal-left p{
  font-size: 1.7em;
 }

  .responsive.active {
      left: 0%;
  }



  /* .goal-right {
      width: 100%;
      margin: 0 auto 2rem;
  }

  .goal-left {
      width: 100%;
      text-align: center;
  } */

  /* #goal {
      flex-direction: column-reverse;
  } */
}

@media screen and (max-width: 633px) {
  #home {
      flex-direction: column;
  }

  #goal {
    flex-direction: column;
}

  .home-left {
      width: 100%;
      height: auto;
  }

  .home-left img {
    height: auto;
    width: 75%;
    margin-left: 12.5%;
  }

  .home-right {
      margin-top: 2rem;
      width: 100%;
  }

  .home-para {
      width: 90%;
      margin-left: 7.5%;
  }
.goal-right{
  width: 100%;
}
  .goal-right img{
    width: 300px;
  }

  .goal-left {
    margin-top: 2rem;
    width: 100%;
}
.goal-left p{
  margin-left: 1.5%;
}
 #goal {
      flex-direction: column-reverse;
  }


  .num-container {
      flex-direction: column;
  }

  .num-item {
      margin: 1rem;
  }


}



.wrappers{
  display: flex;
  justify-content: center;
  align-items: center;
  
 
}
.user-card {
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;

 background-image: url(images/about_back.png);
 background-size: cover;
 border-radius: 10px;
 padding: 40px;
 width: 600px;
 position: relative;
 overflow: hidden;
 box-shadow: 0 2px 20px -5px rgba(0,0,0,0.5);
}

.user-card:before {
  content: '';
  position: absolute;
  height: 300%;
  width: 173px;
  background: #b3842d;
  top: -60px;
  left: -125px;
  z-index: 0;
  transform: rotate(17deg);
}

.user-card-img {
  display: flex;
  justify-content: center;
  align-items: center;   
  z-index: 3;
}

.user-card-img img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}

.user-card-info {
  text-align: center;
}

.user-card-info h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
  font-family: 'Bebas Neue', sans-serif;
  color: #ffffff;
  
}

.user-card-info p {
  font-size: 0.9em;
  margin-bottom: 2px;
  color: #ffffff;  
}
.user-card-info p span {
 font-weight: 700;
 margin-right: 10px;
}


@media only screen and (max-width: 1150px) {

  .second {
    flex-direction: column;
   
  }   
 
}

@media only screen and (max-width: 950px) {

  .user-card-info p {
    font-size: 1.8em;
   
  }   
 
}

@media only screen and (min-width: 768px) {

  .user-card {
    flex-direction: row;
    align-items: flex-start;
  }   
  .user-card-img {
    margin-right: 20px;
    margin-bottom: 0;
  }

  .user-card-info {
    text-align: left;
  }
}

@media (max-width: 767px){
  .wrappers{
     padding-top: 3%;
  }
  .user-card:before {
     width: 300%;
     height: 170px;
     transform: rotate(0);
  }
  .user-card-info h2 {
     margin-top: 15px;
     font-size: 25px;
  }
  .user-card-info p span {
     display: block;
     margin-bottom: 15px;
     font-size: 18px;
  }
}

@media (max-width: 750px){
  .wrappers{
     padding-top: 3%;
  }
  .user-card{
    width: 95%;
  }
  .user-card:before {
     width: 300%;
     height: 170px;
     transform: rotate(0);
  }
  .user-card-info h2 {
     margin-top: 15px;
     font-size: 25px;
  }
  .user-card-info p span {
     display: block;
     margin-bottom: 15px;
     font-size: 18px;
  }
}











/* Contact */
#contact{
  position: relative;
  width: 100%;
  height: auto;
  overflow-x: hidden;
}

.contact-items{
  display: flex;
  margin: 30px auto;
  flex-wrap: wrap;
  align-items: center;

}
.customer-care,.write-us,.sales-market{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 28%;
  margin: 30px auto;
  padding: 35px 15px;
  border-radius: 15px;
  text-align: center;
  min-width: 250px;
  
}
.customer-care{
  height: 250px;
  box-shadow: 0 15px 15px green;
  border: 1px solid green;
}
.write-us{
  height: 250px;
  box-shadow: 0 15px 15px red;
  border: 1px solid red;
}
.sales-market{
  height: 250px;
  box-shadow: 0 15px 15px blue;
  border: 1px solid blue;
}
p{
  font-size: 15px;
}
button{
  padding: 8px 16px;
  font-size: 17px;
  border-radius: 25px;
  border: none;
  margin: 15px auto;
  cursor: pointer;
  color: rgb(255, 255, 255);
}
button:hover{
  color: gray;
}
#cust-care{
  background: green;

  box-shadow: 0 0 5px black;
}
#write{
  background: rgb(187, 15, 15);

  box-shadow: 0 0 5px black;
}
#sales{
  background: blue;
  box-shadow: 0 0 5px black;
}
a{
  font-size: 16px;
}
.customer-care a{
  color: green;
  text-shadow: 0 0 2px rgba(73, 129, 80, 0.637);
}
.sales-market a{
  color: blue;
  text-shadow: 0 0 2px rgba(76, 62, 158, 0.637);
}
































.contact-form{
  font-family: 'Roboto Serif', serif;
  color: #fff;
  background: #252060;
  padding-bottom: 5em;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
    margin: auto;
}

.sectionHeader{
    text-transform: capitalize;
    font-weight: bold;
    font-size: 1.1rem;
    color: #b3842d;
    margin-bottom: .5em;
}

.heading,.sub-heading{
    margin-bottom: .5em;
    font-weight: bold;
}

.heading{
    font-size: 2.5em;
}

.sub-heading{
    text-align: center;
}

.contactForm{
    display: grid;
    gap: 3em;
}

form{
    width: 100%;
    margin-top: 3em;
}

.para{
    font-size: 1.1rem;
    line-height: 1.5em;
    margin-bottom: 1em;
    color: white;
}

.para2{
    text-align: left;
}

.input{
    width: 85%;
    max-width: 700px;
    border: none;
    font-size: 1.4rem;
    padding: 1em;
    outline: none;
    background-color: #505963;
    color: #ffffff;
    border-radius: 10px;
    border: 1px solid #505963;
    margin-bottom: 1em;

}

.input:focus{
    border: 1px solid #b3842d;
}

.input::placeholder{
    text-transform: capitalize;
    color: white;
}

.submit{
    background-color: #b3842d;
    border: none;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    width: 80%;
}

.map-container{
    position: relative;
    width: 100%;
    height: 500px;
}

.mapBg{
    position: absolute;
    background-color: #b3842d;
    top: 0;
    right: 0;
    width: 200px;
    height: 90%;
    border-radius: 20px;
}

.map{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    height: 90%;
}

.map iframe{
    width: 100%;
    height: 100%;
}

.contactMethod{
    display: flex;
    flex-direction: column;
    margin-top: 2em;
    text-align: left;
}

.method{
    display: flex;
    align-items: center;
    margin-left: 10px;
}


.contactIcon{
    font-size: 2rem;
    color: #b6860a;
    width: 70px;
}

@media screen and (min-width:800px) {
    /* section{
        max-width: 1100px;
    } */
    .contactForm{
        grid-template-columns: 1fr 1fr;
    }   

    .contactMethod{
        flex-direction: row;
        justify-content: space-between;
    }
    .sub-heading{
      font-size: 1.9em;
    }
}

@media screen and (max-width:550px) {
  .sub-heading{
    font-size: 1.9em;
  }
  .method p{
    font-size: 1.7em;
  }
  .contactMethod .method i{
    font-size: 2.7em;
  }
  .method{
    margin-left: 50px;
  }
}





#vacatures{
  position: relative;
  width: 100%;
  height: auto;
  background: radial-gradient(ellipse at left 50%, #b3842d 7%, #252060 30%), url(images/vacatures-back.png);
  background-size: cover;
  background-blend-mode: overlay;
  padding-bottom: 37px;
  overflow-x: hidden;
}

.vac-container{
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-around;
  margin-top: 100px;
  color: #ffffff;
}

.vac-left{
  position: relative;
  height: auto;
  width: 50%;
  margin-left: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.vac-pic{
  position: relative;
  width: 470px;
  filter: drop-shadow(11px 11px 7px #222222);
  margin: auto;
}

.join{
  position: relative;
  background-color: #b3842d;
  font-weight: 400;
  font-size: 1.2em;
  width: 350px;
}

.vac-right{
  position: relative;
  width: 50%;
  height: auto;
  margin-left: 50px;
}

.vac-left h3:nth-child(2){
  margin-top: 27px;
}

.vereisten{
  position: relative;
  width: 100%;
  height: auto;
}

.vereisten-block{
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.vereisten-block i{
  color: #b3842d;
  font-size: 1.5em;
  margin-right: 7px;
  filter: drop-shadow(3px 3px 5px #061634);
}

.vereisten-block .vereisten-text{
  font-size: 1.1em;
}

.vac-right div:nth-child(2) h3{
  margin-top: 55px;
}

@media screen and (max-width: 1000px) {
  .vac-pic{
    position: relative;
    width: 430px;
  }
}

@media screen and (max-width: 990px){
  #vacatures{
    position: relative;
    width: 100%;
    height: auto;
    background: radial-gradient(ellipse at left 50%, #b3842d 7%, #252060 30%), url(images/vac-back1.png);
    background-size: cover;
    background-blend-mode: overlay;
  }

  .vac-container{
    position: relative;
    flex-direction: column;
    margin-top: 100px;
  }
  
  .vac-left{
    position: relative;
    height: auto;
    width: 100%;
    margin-left: 0px;
  }
  
  .vac-pic{
    position: relative;
    width: 470px;
    filter: drop-shadow(11px 11px 7px #222222);
    margin: auto;
  }
  
  .join{
    position: relative;
    background-color: #b3842d;
    font-weight: 400;
    font-size: 1.2em;
    width: 350px;
  }
  
  .vac-right{
    position: relative;
    width: 100%;
    height: auto;
    margin-left: 0px;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .vac-right div{
    position: relative;
    width: 250px;
  }

  .vac-right div:nth-child(2) h3{
    margin-top: 0px;
  }

}

@media screen and (max-width: 800px){  
  .vac-left{
    position: relative;
    height: auto;
    width: 100%;
    margin-left: 0px;
  }
  .sol{
    font-size: 1.9em;
  }
  .vac-pic{
    position: relative;
    width: 470px;
  }
  
  .join{
    position: relative;
    font-weight: 400;
    font-size: 1.2em;
    width: 350px;
  }
  
  .vac-right{
    position: relative;
    width: 100%;
    height: auto;
    margin-left: 0px;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .vac-right div{
    position: relative;
    width: 250px;
  }

  .vac-right div:nth-child(2) h3{
    margin-top: 0px;
  }

  .vac-right div:nth-child(1) h3:nth-child(2){
    margin-bottom: 11px;
  }

  .vac-right div:nth-child(2) h3{
    margin-bottom: 11px;
  }
  
  .vereisten{
    position: relative;
    width: 100%;
    height: auto;
  }
  
  .vereisten-block{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  
  .vereisten-block i{
    color: #b3842d;
    font-size: 1.7em;
    margin-right: 7px;
    filter: drop-shadow(3px 3px 5px #061634);
  }
  
  .vereisten-block .vereisten-text{
    font-size: 1.3em;
  }
}

@media screen and (max-width: 700px){  
  .vac-left{
    position: relative;
    height: auto;
    width: 100%;
    margin-left: 0px;
  }
  
  .vac-pic{
    position: relative;
    width: 470px;
  }
  
  .join{
    position: relative;
    font-weight: 500;
    font-size: 1.7em;
    width: 350px;
  }
  
  .vac-right{
    position: relative;
    width: 100%;
    height: auto;
    margin-left: 0px;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .vac-right div{
    position: relative;
    width: 250px;
  }

  .vac-right div:nth-child(2) h3{
    margin-top: 0px;
  }

  .vac-right div:nth-child(1) h3:nth-child(2){
    margin-bottom: 11px;
  }

  .vac-right div:nth-child(2) h3{
    margin-bottom: 11px;
  }
  
  .vereisten{
    position: relative;
    width: 100%;
    height: auto;
  }
  
  .vereisten-block{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  
  .vereisten-block i{
    color: #b3842d;
    font-size: 2.0em;
    margin-right: 7px;
  }
  
  .vereisten-block .vereisten-text{
    font-size: 1.7em;
  }
}

@media screen and (max-width: 550px){  
  .vac-left{
    position: relative;
    height: auto;
    width: 100%;
    margin-left: 0px;
  }
  
  .vac-pic{
    position: relative;
    width: 90%;
  }
  
  .join{
    position: relative;
    font-weight: 500;
    font-size: 1.7em;
    width: 350px;
  }
  
  .vac-right{
    position: relative;
    width: 100%;
    height: auto;
    margin-left: 0px;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .vac-right div{
    position: relative;
    width: 100%;
    padding-left: 50px
  }

  .vac-right div:nth-child(2) h3{
    margin-top: 0px;
    font-size: 2.0em;
  }
  .vac-right div:nth-child(1) h3:nth-child(2){
    font-size: 2.0em;
  }

  .vac-right div:nth-child(1) h3:nth-child(1){
    margin-bottom: 11px;
    font-size: 2.0em;
  }

  .vac-right div:nth-child(2) h3{
    margin-bottom: 11px;
    font-size: 2.0em;
  }
  
  .vereisten{
    position: relative;
    width: 100%;
    height: auto;
  }
  
  .vereisten-block{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  
  .vereisten-block i{
    color: #b3842d;
    font-size: 2.0em;
    margin-right: 7px;
  }
  
  .vereisten-block .vereisten-text{
    font-size: 1.7em;
  }
}

@media screen and (max-width: 450px){  
  .vac-left{
    position: relative;
    height: auto;
    width: 100%;
    margin-left: 0px;
  }
  
  .vac-pic{
    position: relative;
    width: 90%;
  }
  
  .join{
    position: relative;
    font-weight: 500;
    font-size: 1.7em;
    width: 80%;
    border: 3px solid #ffffff;
  }
  
  .vac-right{
    position: relative;
    width: 100%;
    height: auto;
    margin-left: 0px;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .vac-right div{
    position: relative;
    width: 100%;
    padding-left: 10px;
    margin-bottom: 7px;
  }

  .vac-right div:nth-child(2) h3{
    margin-top: 0px;
  }

  .vac-right div:nth-child(1) h3:nth-child(2){
    margin-bottom: 11px;
  }

  .vac-right div:nth-child(2) h3{
    margin-bottom: 11px;
  }
  
  .vereisten{
    position: relative;
    width: 100%;
    height: auto;
  }
  
  .vereisten-block{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  
  .vereisten-block i{
    color: #b3842d;
    font-size: 2.0em;
    margin-right: 7px;
  }
  
  .vereisten-block .vereisten-text{
    font-size: 1.7em;
  }
}

@media screen and (min-width: 1600px){  
  .vac-pic{
    position: relative;
    width: 490px;
  }
  
  .join{
    position: relative;
    font-weight: 400;
    font-size: 1.2em;
    width: 350px;
  }

  .vac-right div{
    position: relative;
    width: 700px;
  }
  
  .vereisten{
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 7px;
  }
  
  .vereisten-block i{
    color: #b3842d;
    font-size: 1.9em;
  }
  
  .vereisten-block .vereisten-text{
    font-size: 1.5em;
  }
}






































































#galerij{
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 50px;
  background: linear-gradient(180deg, #252060 50%, #252060 70%, #b3842d 100%);
  overflow-x: hidden;
}



.slider4 {
  width: 100%;
  padding-top: 70px;
  /* padding-bottom: 200px; */
}
.slider4 .swiper-wrapper .swiper-slide {
  background-position: center;
  background-size: cover;
  width: auto;
  height: 400px;
} 

.slider4 .swiper-wrapper .swiper-slide img {
  position: relative;
  display: block;
  width: 100%;
  height: 400px;
  border: 5px solid #b3842d;
  filter: drop-shadow(11px 11px 11px #ffffff);
}

@media screen and (max-width: 675px){  
  .slider4 .swiper-wrapper .swiper-slide {

    height: 300px;
  } 
  
  .slider4 .swiper-wrapper .swiper-slide img {
   
    height: 300px;
   
  }
}

@media screen and (max-width: 455px){  
  .slider4 .swiper-wrapper .swiper-slide {

    height: 200px;
  } 
  
  .slider4 .swiper-wrapper .swiper-slide img {
   
    height: 200px;
   
  }
}





.modal {
  display: none; 
  position: fixed; 
  z-index: 1; 
  padding-top: 120px; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  background-image: url(images/logo-back.png);
  background-size: contain;
  margin: auto;
  padding: 0;
  width: 50%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3),0 6px 20px 0 rgba(0,0,0,0.29);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

.modal-header {
  padding: 12px 3px;
  background-image: linear-gradient(to right, #b3842d 50%, #252060 50%);
  color: white;
  margin: auto;
  text-align: center  ;
}

.modal-body {padding: 2px 16px;}

.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-right: 11px;
}

.close:hover,
.close:focus {
  color: rgb(187, 15, 15) ;
  text-decoration: none;
  cursor: pointer;
}

@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

.modal-body form{
  position: relative;
  width: 100%;
}

.field{
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.field input{
  position: relative;
  width: 47%;
  height: 35px;
  margin-bottom: 13px;
  padding: 5px 7px;
}

.field input:focus{
  border: 3px solid #b3842d;
  outline-width: 0;
}

.field textarea{
  position: relative;
  width: 95%;
  margin-bottom: 13px;
  padding: 5px 7px;
}

.field textarea:focus{
  border: 3px solid #b3842d;
  outline-width: 0;
}

.sum{
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}

.sum input{
  position: relative;
  width: 200px;
  padding: 7px 9px;
  background-color: #b3842d;
  color: #ffffff;
  border-radius: 11px;
  border: none;
  cursor: pointer;
} 

@media screen and (max-width: 800px) {
  .modal-content{
    width: 70%;
  }

  .modal-header h2{
    font-size: 1.7em;
  }
}

@media screen and (max-width: 700px) {
  .modal-content{
    width: 90%;
  }

  .modal-header h2{
    font-size: 1.7em;
  }
}

@media screen and (max-width: 700px) {
  .field input{
    width: 90%;
  }

  .field textarea{
    width: 90%;
  }
}















/* Styles for the footer */
footer {
  background: linear-gradient(to right, #252060 50%, #252060 70%, #b3842d 90%);
  color: #fff;
  padding: 15px 0;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-column {
  flex: 1;
}

.footer-column img{
  position: relative;
  width: 210px;
}

.contact-details ul {
  list-style: none;
}

.contact-details ul li {
  margin-bottom: 10px;
}

.contact-details li {
  font-size: 1.3em;
}

.contact-details ul li i {
  width: 37px;
  height: 37px;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #fff;
  color: #b3852d;
  /* padding: 5px; */
  text-align: center;
  align-items: center;
  padding-top: 7px;
}



.connect{
  margin: auto;
	letter-spacing: 0.20em;
	font-size: 2.0em;
	text-shadow: 0 1px #0f0a61, -1px 0 #0f0a61, -1px 2px #0f0a61, -2px 1px #0f0a61,
		-2px 3px #0f0a61, -3px 2px #0f0a61, -3px 4px #0f0a61, -4px 3px #0f0a61,
		-4px 5px #0f0a61, -5px 4px #0f0a61, -5px 6px #0f0a61, -6px 5px #0f0a61,
		-6px 7px #0f0a61, -7px 6px #0f0a61, -7px 8px #0f0a61, -8px 7px #0f0a61;
	text-align: center;
}

.social-media ul {
  list-style: none;
  display: flex;
  justify-content: center;
}

.social-media ul li {
  margin: 0 5px;
}

.social-media ul li a {
  color: #fff;
  font-size: 20px;
}



.social-icons a {
  
  text-decoration: none;
  font-size: 24px;
  margin-right: 10px;
}

/* Social icons 3D glowing effect */
.social-icons a {
  text-shadow: 0 0 10px #fff, 0 0 20px #ff00e5, 0 0 30px #ff00e5;
}


#instagram {
 font-size: 4em;
 /* background-color: #18191f; */
 color: #cf0d9b;
 border-radius: 29px;
 padding: 17px 25px;
 margin: 0 40px;
 animation: animate 3s linear infinite;
 text-shadow: 7px 7px 10px #222222, 7px 7px 20px #222222, 7px 7px 30px #222222,
   7px 7px 40px #222222;
   cursor: pointer;
}



#facebook {
  font-size: 4em;
  /* background-color: #18191f; */
  color: #5f34ec;
  border-radius: 29px;
  padding: 11px 19px;
  margin: 0 40px;
  animation: animate 3s linear infinite;
  text-shadow: 7px 7px 10px #222222, 7px 7px 20px #222222, 7px 7px 30px #222222,
  7px 7px 40px #222222;
    cursor: pointer;
 }




/* Responsiveness */
@media screen and (max-width: 768px) {

  footer{
    background: linear-gradient(135deg, #252060 50%, #252060 70%, #b3842d 90%);
  }
  .footer-container {
    flex-direction: column;
    text-align: left;
  }

  .footer-column {
    margin-bottom: 20px;
  }
  .footer-column ul li {
    font-size: 1.9em;
  }
  .footer-column ul li i {
    padding-top: 11px;
  }
}





  .footer-copyright {
    position: relative;
	background-color: #222;
	color: #fff;
	padding: 15px;
  text-align: center;
}

.footer-copyright-wrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}

.footer-copyright-text {
  color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	margin-bottom: 0;
	margin-top: 0;
}

.footer-copyright-link {
	color: #fff;
	text-decoration: none;
}

.csh{
    font-size: 18px;
	background: -webkit-linear-gradient(#4f67ca, #a76cb5);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	text-shadow: 0 0 0 transparent, 
	0 0 10px transparent, 
	0 0 20px #a76cb5 , 
	0 0 40px #a76cb5, 
	0 0 100px #a76cb5, 
	0 0 200px #4f67ca, 
	0 0 300px #4f67ca, 
	0 0 500px #4f67ca, 
	0 0 1000px #4f67ca;
	
  }
  .copyright{
	color: #656565;;
  }
















