@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
} 

a{
  text-decoration: none;
}

.class-centered{
  max-width:1200px;
    margin: 0 auto !important;
    float:none;
}
nav{
  display: flex;
  height: 80px;
  width: 100%;
  background: #171c24;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px 0 100px;
  flex-wrap: wrap;
  position: fixed;
  z-index: 1;
}
nav .logo{
  color: #fff;
  font-size: 35px;
  font-weight: 600;
}

nav .logo a{
  color: #fff;
  font-size: 35px;
  font-weight: 600;
  text-decoration: none;
}

nav ul{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

nav ul li{
  margin-top: 20px;
}
nav ul li a{
  color: #f2f2f2;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  padding: 8px 15px;
  border-radius: 5px;
  letter-spacing: 1px;
  transition: all 0.1s ease;
}
nav ul li a.active,
nav ul li a:hover{
  color: #111;
  background: #fff;
}
nav .menu-btn i{
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  display: none;
}
input[type="checkbox"]{
  display: none;
}
@media (max-width: 1000px){
  nav{
    padding: 0 40px 0 50px;
  }
}
@media (max-width: 920px) {
  nav .menu-btn i{
    display: block;
  }
  #click:checked ~ .menu-btn i:before{
    content: "\f00d";
  }
  nav ul{
    position: fixed;
    top: 80px;
    left: -100%;
    background: #111;
    height: 100vh;
    width: 100%;
    text-align: center;
    display: block;
    transition: all 0.3s ease;
  }
  #click:checked ~ ul{
    left: 0;
  }
  nav ul li{
    width: 100%;
    margin: 40px 0;
  }
  nav ul li a{
    width: 100%;
    margin-left: -100%;
    display: block;
    font-size: 20px;
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  #click:checked ~ ul li a{
    margin-left: 0px;
  }
  nav ul li a.active,
  nav ul li a:hover{
    background: none;
    color: cyan;
  }
}
.content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: -1;
  width: 100%;
  padding: 0 30px;
  color: #1b1b1b;
}
.content div{
  font-size: 40px;
  font-weight: 700;
}

  .view{
  
  background-color: #a4508b;
background-image: linear-gradient(326deg, #a4508b 0%, #5f0a87 74%);

  color: white;
  border:2px solid purple;
  border-radius: 50px;
  width:300px;
  font-size: 1.5rem;
  margin-top: 95px;
  padding: 5px;
  box-shadow:0 0 18px 0 darkgray;
}

.view3{
  background-color: #a4508b;
background-image: linear-gradient(326deg, #a4508b 0%, #5f0a87 74%);

  color: white;
  border:2px solid purple;
  border-radius: 15px;
  width:350px;
  font-size: 1.2rem;
  margin-top: 10px;
  padding: 15px;
  box-shadow:0 0 18px 0 darkgray;
}


.view4{
  background-color: #a4508b;
background-image: linear-gradient(326deg, #a4508b 0%, #5f0a87 74%);

  color: white;
  border:2px solid purple;
  border-radius: 15px;
  width:360px;
  font-size: 1.2rem;
  margin-top: 10px;
  text-align: left;
  padding: 20px;
  box-shadow:0 0 18px 0 darkgray;
}


.view4 ol li{
  text-align: left;
  padding-left: 20px;
  list-style: none;
 margin-top: 20px;
}


.view6{
  list-style: none;
  text-align: left;
  padding-left: 20px;
}
.view5{
  text-align: left;
  list-style: none;
}

  .view1 {
  
  background-color: #a4508b;
background-image: linear-gradient(326deg, #a4508b 0%, #5f0a87 74%);

  color: white;
  border:2px solid purple;
  border-radius: 50px;
  width:300px;
  font-size: 1.5rem;
  margin-top: 15px;
  padding: 5px;
  box-shadow:0 0 18px 0 darkgray;
}



.head{
  margin-top:80px;
  font-size: 1.5rem;
}


#line1{
  width:50%;
  color:purple;
  margin-bottom: 15px;
}



.card-title {
  text-align: left;
}

.card-title1{
  margin-left: 2px;
}



.card-text{
  text-align: left;
}

.viewall{
  font-size: 1rem;
  color:#171c24;
  margin-top: 10px;
}

.scrollheading{
  margin: 315px 10px;
  color: #a4508b;
color: linear-gradient(326deg, #a4508b 0%, #5f0a87 74%);
 font-weight: 600;        
 padding-bottom: 10px;
}

.email{
  background-color: #171c24;
  color:white;
  padding: 2px 5px;
  border: 2px solid #171c24;
  border-radius:10px;
  text-align: left;
  text-decoration: none;
}

.email a{
  text-decoration: none;
  color:white;
}

.email a:hover{
  color:#171c24;
}

.email:hover{
  background-color: white;
  color:#171c24;
  border:2px solid #171c24;
}
.wrapper1a{
  
  display:flex;
  overflow-x: auto;
}

.wrapper1a::-webkit-scrollbar{
  width: 0;
}

.wrapper1a .items img{
  width:120px;
height:120px;
  margin: 10px 5px;
  border: 0.5px solid darkgrey;
  border-radius:20px;
  padding: 5px;
  box-shadow:0 0 3px 0 darkgray;
  cursor:pointer;
}

.gap{
  margin:15px;
}

#fas{
  color: #a4508b;
color: linear-gradient(326deg, #a4508b 0%, #5f0a87 74%);
 font-size: 1.2rem;
}

.wrapper1a img{
  transition: all .8s ease-in-out;
  -webkit-transition: all .8s ease-in-out;
  margin:15px;
  width:7rem;
  
}

.wrapper1a img:hover{
  transform: scale(1.1);
}


p{
  text-align: left;
}

.site-footer {
  background-color: #26272b;
  padding: 45px 0 20px;
  font-size: 15px;
  line-height: 24px;
  color: #737373;
  border-radius: 1px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.5);
}
.site-footer hr {
  border-top-color: #bbb;
  opacity: 0.5;
}
.site-footer hr.small {
  margin: 20px 0;
}
.site-footer h6 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 5px;
  letter-spacing: 2px;
}
.site-footer a {
  color: #737373;
}
.site-footer a:hover {
  color: #fff;
  text-decoration: none;
} 
.footer-links {
  padding-left: 0;
  list-style: none;
  text-align: left;
  margin-left: 25px;
}
.footer-links li {
  display: block;
}
.footer-links a {
  color: #737373;
}
.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
  color: #fff;
  text-decoration: none;
} 
.site-footer .social-icons {
  text-align: right;
}
.site-footer .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 6px;
  margin-right: 0;
  border-radius: 100%;
  background-color: #33353d;
}
.copyright-text {
  margin: 0;
}

@media (max-width: 1245px) {
  .site-footer{
    margin-top: 150px;
  }
}
@media (max-width: 991px) {
  .site-footer [class^="col-"] {
    margin-top: 3px;
  }
  
  .head{
    margin-top: 100px;
  }
  
  .site-footer{
    margin-top: 250px;
  }
  .img-fluid{
    width:100%;
    align-items: center;
    margin-top: 30px;
  }
  
  
  #text-edit{
    text-decoration: none;
    color:white;
  }
  
  
  #more{
    display: none;
    
  }
  
  
  #myBtn1{
    background-color: transparent;
    color:#00cc00;
    font-size: 0.8rem;
    border:2px solid transparent;
    font-weight: 600;
  }
  
  
  .view4{
    width:800px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .site-footer {
    padding-bottom: 0;
    margin-top: 0px;
  }
  
  .head{
    margin-top:80px;
  }
  
  
  .view4{
    width:360px;
  }
  
  .site-footer .copyright-text,
  .site-footer .social-icons {
    text-align: center;
  }
  
  .img-fluid {
    width: 100%;
    
    margin-top: 150px;
  }
}
.social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.social-icons li {
  display: inline-block;
  margin-bottom: 4px;
} 
.social-icons a {
  background-color: #eceeef;
  color: #818a91;
  font-size: 16px;
  display: inline-block;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 8px;
  border-radius: 100%;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
  color: #fff;
  background-color: #29aafe;
} 
.social-icons a.facebook:hover {
  background-color: #3b5998;
}
.social-icons a.twitter:hover {
  background-color: #00aced;
}
.social-icons a.linkedin:hover {
  background-color: #007bb6;
}
.social-icons a.dribbble:hover {
  background-color: #ea4c89;
}
 

  #myBtn {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: dimgray;
  color: white;
  cursor: pointer;
  padding: 9px 14px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: dimgray;
}

.fa-arrow-up{
  color:white;
  background-color: dimgray;
}

#active{
  transition: 0.2s;
}

.centered{
  margin-left: 20px;
  margin-right:20px;
  z-index: -9;
}

.img-fluid{
  width:80%;
  margin-top:20px;
  align-items: center;
}

.textdeco{
  text-decoration:none;
}


#stay{
  
  margin-right: 260px;
  margin-top:5px;
  text-align: left;
  background-color: #171c24;
  border-radius:100px;
  padding: 6px 7px;
  font-size: 14px;
  
  color:white;
}

