@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');/* Headings in Ubuntu */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');/* Body in Roboto */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,900;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');/* Headings in Poppins */
*
{
  margin: 0;
  padding: 0;

}
body{
  background-color: rgba(255, 255, 255, 0.053)important;
}
/* cutom Scrollbar */
::-webkit-scrollbar
{
  width: 12px;
  /* height: 100px; */
  height: 5px!important;
}
::-webkit-scrollbar-track
{
  background-color: #d1e5ff;
  
}
::-webkit-scrollbar-thumb{
  background: #12c4a0;

  border-radius: 10px;
  height: 2px!important;
}
/* cutom Scrollbar */

p,a
{
  font-family: "Roboto", sans-serif;
  color: #2a282fea;

}
h1,h2,h3,h4,h5,h6
{
    font-family: "Ubuntu", sans-serif!important;
    font-weight: 550!important;
}
.navbar
{
  border-end-end-radius: 30px;
  border-end-start-radius: 30px;
  /* background-color: rgba(0, 0, 0, 0.915)!important; */
  background-color: #21242b !important;
  /* backdrop-filter: blur(10px); */
}
/*  */
.navbar-nav .nav-item .nav-link {
  background-image: linear-gradient(
    to right,
    #12c4a0,
    #12c4a0 50%,
    #ffffff 50%
  );
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  padding: 5px 0;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
  font-weight: 600;

}

.navbar-nav .nav-item .nav-link::before {
  content: '';
  background: #12c4a0;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 3px;
  transition: all 0.3s ease-in-out;
}
.navbar-nav .nav-item .nav-link:hover 
{
  background-position: 0;
}
.navbar-nav .nav-item .nav-link:hover::before {
  width:100%;
  
}
.navbar-nav .nav-item.nav-link:active
{
  color: #12c4a0!important;
}
.navbar-toggler
{
  border: 2px solid white!important;
}
.navbar-toggler:focus {
  text-decoration: none !important;
  outline: 0 !important;
  box-shadow:0 0 0 white !important;
}

.line
{
  background-color: #12c4a0;
}



.sign {
    position: relative;
    display: inline-block;
    margin: 15px;
    padding: 15px 30px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #725AC1;
    background-color: transparent!important;
    cursor: pointer;
    transition: ease-out 0.5s;
    border: 2px solid #12c4a0;
    border-radius: 10px!important;
    box-shadow: inset 0 0 0 0 #07ffcd4e;/*fill start + End Of hover */
  }
  
  .sign:hover {
    color: white;
    box-shadow: inset 0 -100px 0 0 #12c4a034;  /* when hovers */
  }

  .sign:active {
    transform: scale(0.9);
  }
  .login
  {
        position: relative;
    display: inline-block;
    margin: 15px;
    padding: 15px 30px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #725AC1;
    background-color: transparent!important;
    cursor: pointer;
    transition: ease-out 0.5s;
    border: 2px solid #12c4a0;
    border-radius: 10px!important;
    box-shadow: inset 0 0 0 0 #07ffcd4e;/*fill start + End Of hover */
  }
  .login:hover
  {
    color: white;
    box-shadow: inset 0 -100px 0 0 #12c4a034;  /* when hovers */
  }
  .login:active
  {
    transform: scale(0.9); 
  }
/* 1st backimg */
.servicefirstimg{
    background-image: url(https://images.unsplash.com/photo-1450149632596-3ef25a62011a?q=80&w=2031&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
    height: 720px;
    background-size: cover;
    position: relative;
}
.serviceimgtxt{
    color: rgb(0, 0, 0) !important;
    position: absolute;
   top: 120px;
    left: 10px;
    transform: translate(50px,50px);
    /* display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: auto !important;
    text-align: center !important; */
}
a{
    text-decoration: none;
}
.breadcrumb-item+.breadcrumb-item::before {
color: rgb(0, 0, 0) !important;
}
.pack {
    font-size: 30px;
    font-weight: bold !important;
}
.greendes{
    color: #000000 !important;
    font-size: 30px !important;
    transition: all .3s linear;
}
.greendes:hover{
color: #12e1b8 !important;
}

/* 1st bacjk img */























/* faqs */
.faqtop
{
    padding: 100px 0 0;
}
.faqsubtitle
{
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 6px;
    color: #5e5e72;
    text-transform: capitalize;
}
.faqtitle
{
font-size: 35px;
line-height: 1.25;
font-weight: 800;
font-family: "Poppins", sans-serif;
margin-bottom: 30px;
}
.faqtop .accordion-button
{
    font-size: 20px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    background-color: white;
    padding: 0 0 15px 0;
    border: 0 solid #5e5e72;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;

}
.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: transparent!important;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.faqtop .accordion-button:hover,.faqtop .accordion-button:focus
{
color:#12c4a0 ;
box-shadow: none;

}
.accordion-item
{
    border: 0;
}

.accordion-button::after {
content: '\002B'!important;
font-family: "Font Awesome 5 Free"!important;
display: inline-block!important;
background-image: none!important;
}

.accordion-button:not(.collapsed)::after {
content: '\2212'!important;
font-family: "Font Awesome 5 Free"!important;
display: inline-block!important;
background-image: none!important;
font-weight: bolder!important;
transform: unset!important;
}
.accordion-item 
{
    border: none!important;
}
/* FAQ */
/* /faqs */

/* packegaedetails */
.pricedetails{
width: 150px;
padding: 10px;
background-color: #12c4a0;
text-align: center;
color: white;
}
.detailsicons{
  font-size:17px;
  color: #12c4a0;
  display: inline;

}
.detailsicons span{
  padding: 0 20px !important;
}

























































/*  */
.details-title
{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.price-box
{
  background-color: #12c4a0;
  text-align: center;
  width: 80px;
  padding: 13px 0;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  color: white;
}
.details-meta-title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 40px;
}
 .details-title .details-meta-title .meta span {
  font-size: 15px;
  color: #737679;
  margin-right: 40px;
  margin-bottom: 10px;
  display: inline;
}
.meta span i{
  color: #12c4a0;
}
 .details-tags-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  /* padding-bottom: 15px;
  padding-top: 5px; */
  margin-top: 10px;
  display: block;
  gap: 10px;
}
 .details-tags-share .details-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
 .details-tags-share .label {
  font-size: 15px;
  font-weight: 600;
  color: #071c35;
  margin-right: 10px;
  margin-bottom: 20px;
}
 .details-tags-share .details-tags .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
li{
  list-style: none;
}


 .details-tags-share .details-tags .tags li {
  margin-right: 3px;
}
 .details-tags-share .details-tags .tags li a {
  color: #737679;
  font-size: 15px;
}

 .details-tags-share .details-share .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
 .details-tags-share .details-share .social li a {
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: 1px solid rgba(70, 86, 105, 0.15);
  font-size: 16px;
  display: inline-block;
  color: #071c35;
  margin: 5px;
transition: all  .3s linear;
}
.details-tags-share .details-share .social li a  :hover{
background-color: #12c4a0;
width: 40px;
height: 40px;
line-height: 38px;
}


.details-tags-share .details-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
  /* justify-content: center; */
  text-align: center;
}

/* packegaedetails */

/* backform */
.backform{
  padding: 20px;
  background-color: #1e273c11;
}
.submit{
  background-color: #12c4a0;
  outline: none;
}
.btnsub {
  outline: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: #40B3A2;
  /* min-width: 200px; */
  border: 0;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
  box-sizing: border-box;
  padding: 16px 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  overflow: hidden;
  cursor: pointer;
}

.btnsub:hover {
  opacity: .95;
}

.btnsub .animation {
  border-radius: 100%;
  animation: ripple 0.6s linear infinite;
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
  }
}
/* backform */
.faclites{
  display: flex;
  align-items: center;
  /* justify-content: center; */
  gap: 10px;
  background-color: #ebebeb;
  padding: 10px;
}
.swimicon{
  width: 57px;
  height: 57px;
  line-height: 57px;
  text-align: center;
  background-color: #12c4a0;
  color: #fff;
  display: inline-block;
  font-size: 26px;
  border-radius: 50%;
}
.map iframe{
  /* width: 100%;
  height: 100% !important; */
}
.day-icon i {
  width: 57px;
  height: 57px;
  line-height: 57px;
  text-align: center;
  background-color: #f4f4f4;
  color: #12c4a0;
  display: inline-block;
  font-size: 18px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.day-icon i:hover{
  background-color: #12c4a0;
  color: #f8f8f8;
}

/* slider1 */
.back {
  background: #38373781 !important;
  backdrop-filter: blur(1px) !important;
  text-align: center !important;
  color: white !important;
  padding: 2px;
}
/* testimonial */

/* CSS Document */
.heading-title h2 {
  font-weight: 300;
}
.darkcolor {
  color: #212331;
}
h2 {
  font-size: 3.5rem;
}

/* h1, h2, h3, h4, h5, h6 {
  margin: 0;
} */
.heading-title > span {
  font-size: 1.25rem;
  display: block;
  text-transform: capitalize;
  color: #00bcd4;
}
/*-------------------------------*/
  /* Testimonials*/
/*-------------------------------*/
.testimonial-wrapp, 
.testimonial-wrapp .testimonial-text,
.testimonial-wrapp .testimonial-photo,
.testimonial-wrapp .quoted, .testimonial-quote{
 position: relative;
 -webkit-transition: all .4s ease-in;
 -o-transition: all .4s ease-in;
 transition: all .4s ease-in;
}
.testimonial-wrapp,
.testimonial-wrapp .testimonial-text {
text-align: center;
}
.testimonial-wrapp .quoted,
.testimonial-wrapp .testimonial-photo {
 display: inline-block;
}
.testimonial-wrapp .quoted {
background: #12c4a0;
color: #fff;
font-size: 20px;
line-height: 50px;
height: 50px;
width: 50px;
-webkit-border-radius: 50%;
border-radius: 50%;
 -webkit-transform: translateY(50%);
 -ms-transform: translateY(50%);
 -o-transform: translateY(50%);
 transform: translateY(50%);
z-index: 1;
}
.testimonial-wrapp .testimonial-text {
background: #f6f6f6;
padding: 4.25rem 2.5rem;
-webkit-border-radius: 10px;
border-radius: 10px;
border: 1px solid #f1f1f1;
}
.testimonial-wrapp .testimonial-photo {
height: 100px;
width: 100px;
margin-top: -50px;
}
.testimonial-wrapp .testimonial-photo,
.testimonial-wrapp .testimonial-photo > img{
  -webkit-border-radius: 50%;
  border-radius: 50%;   
}
#testimonial-slider .owl-item:nth-child(2n) .testimonial-wrapp .quoted,
#testimonial-slider .owl-item:nth-child(2n) .testimonial-wrapp:hover .testimonial-text{
 background: #00bcd4;
}
.testimonial-wrapp:hover .testimonial-text{
 background: #12c4a0;
 color: #fff;
}

/*Testimonial Quotes*/
.testimonial-bg{
background: url(bg-testimonial.jpg) no-repeat;
}
.testimonial-bg-light {
background: url(bg-testimonial-light.jpg) no-repeat;
}
.testimonial-bg, .testimonial-bg-light{
background-position: center center;
-webkit-background-size: cover;
background-size: cover;
background-position: center center;
background-attachment: fixed;
width: 100%;
}


.testimonial-quote {
text-align: left;
padding-top: 10px;
}
.no-quote .testimonial-quote { 
 text-align: center;
}
.testimonial-quote h3{
 position: relative;
}
.no-quote .testimonial-quote h3::before, 
.no-quote .testimonial-quote h3::after {
 display: none;
}
.testimonial-quote h3::before, .testimonial-quote h3::after {
display: inline-block;
font-size: 17px;
}
.testimonial-quote h3::before {
content: "\f10d";
margin-right: 3px;
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
-o-transform: translateY(-10px);
transform: translateY(-10px);
}
.testimonial-quote h3::after{
 content: "\f10e";
 margin-left: 3px;
 -webkit-transform: translateY(10px);
-ms-transform: translateY(10px);
-o-transform: translateY(10px);
transform: translateY(10px);
}
.testimonial-quote h6{
 font-weight: 300;
}

#owl-thumbs.owl-dots{
 text-align: left;
}
#owl-thumbs.owl-dots .owl-dot {
background: transparent;
height: 60px;
margin: 0;
position: relative;
width: 60px;
border: 5px solid rgba(255,255,255,.3);
margin-left: -30px;
  opacity: .65;
 -webkit-transform: scale(.95);
 -ms-transform: scale(.95);
 -o-transform: scale(.95);
 transform: scale(.95);
}
.testimonial-bg-light #owl-thumbs.owl-dots .owl-dot {
 border: 5px solid rgba(0,0,0,.3);
}
#owl-thumbs.owl-dots .owl-dot > img {
width: 100%;
-webkit-border-radius: 50%;
border-radius: 50%;

}
#owl-thumbs.owl-dots .owl-dot:first-child{
 margin-left: 0;
}
#owl-thumbs.owl-dots .owl-dot::after{
 display: none;
}
#owl-thumbs.owl-dots .owl-dot:hover,
#owl-thumbs.owl-dots .owl-dot.active{
 z-index: 5;
 opacity: 1;
 border: 5px solid rgba(255,255,255,.53);
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
 transform: scale(1);
 
}
.testimonial-bg-light #owl-thumbs.owl-dots .owl-dot.active {
 border: 5px solid rgba(0,0,0,.53);
}

/*-------------------------------*/
  /* Testimonials ends*/
/*-------------------------------*/

/*-------------------------------*/
  /*OWl Slider*/
/*-------------------------------*/
/*Dots*/
.owl-dots {
 margin-top: 2rem;
 text-align: center;
 
}
.vertical-dot .owl-dots {
 display: inline-table;
 width: 24px;
 position: absolute;
 top: 50%;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 -o-transform: translateY(-50%);
 transform: translateY(-50%);
 right: 40px;
 
}
.owl-dots .owl-dot {
 height: 12px;
 width: 12px;
 background: transparent;
 margin: 2px 3px;
 position: relative;
 border: 1px solid #00bcd4;
 display: inline-block;
 -webkit-border-radius: 50%;
 border-radius: 50%;
 background: rgba(115, 115, 115, 0.35);
 cursor: pointer;
 background-color: #21233190 !important
}
#text-fading .owl-dots .owl-dot {
background: #fff;
border: none;
}s
.vertical-dot .owl-dots .owl-dot {
 border: none;
 background: rgba(255, 255, 255, .5);
}

.owl-dots .owl-dot::after {
 background-color: #00bcd4;
 -webkit-border-radius: 50%;
 border-radius: 50%;
 content: "";
 height: 100%;
 left: 0;
 opacity: 0;
 position: absolute;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
 visibility: hidden;
 width: 100%;
 margin-top: -6px;
}
.vertical-dot .owl-dots .owl-dot::after {
 display: none;
}
.vertical-dot .owl-dots .owl-dot.active {
 height: 15px;
 width: 15px;
 background: #fff;
}
.owl-dots .owl-dot.active::after,
.owl-dots .owl-dot:hover:after {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 visibility: visible;
}

.animate-out {
-webkit-animation-delay : 0ms;
-o-animation-delay : 0ms;
animation-delay : 0ms;
}

/*Buttons*/
.owl-nav .owl-prev{
  left: 5px;
}
.owl-nav .owl-next{
  right: 5px;
}
.owl-nav .owl-prev, .owl-nav .owl-next{
  background: #00bcd4;
font-size: 14px;
width: 36px;
height: 36px;
line-height: 36px;
text-align: center;
  position: absolute;
  top: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  opacity: 0;
  visibility: hidden;
}
.owl-carousel:hover .owl-nav .owl-prev, 
.owl-carousel:hover .owl-nav .owl-next {
 opacity: 1;
 visibility: visible;
}
.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover,
.owl-nav .owl-prev:focus, .owl-nav .owl-next:focus{
background: #643094;
}
/* /newletter */
.newletter{
  /* background: url(https://htmldemo.net/tourve/tourve/assets/images/bg-3.jpg); */
  background-image: linear-gradient(45deg, #12c4a026, #06cea6), url(https://htmldemo.net/tourve/tourve/assets/images/bg-3.jpg);
  background-size: cover;
  position: relative;
  z-index: 1;
  padding-top: 60px;
  padding-bottom: 90px;
}
/* .newsletter::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(254, 132, 3, 0.8) !important;
  top: 0;
  left: 0;
  z-index: -1;
} */
.newsletter-form {
  position: relative;
  margin-top: 50px;
}
.newsletter-form input {
  width: 100%;
  height: 66px;
  padding: 0 25px;
  border-radius: 10px;
  border: 0;
  outline: none;
  padding-right: 72px;
}
.newsletter-form button {
  width: 58px;
  height: 58px;
  position: absolute;
  top: 4px;
  right: 4px;
  background-color: #071c35;
  color: #12c4a0;
  font-size: 22px;
  border-radius: 10px;
  border: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  transform: scale(1.03);
}
.newsletter-form button:hover{
transform: scale(1.0);
opacity: .8;
}
.subs{
  font-size: 30px;
  color: white;
  margin-bottom: -60px!important;
}

.faq-search {
  background-color: #ededed;
  padding: 65px 100px;
  /* margin-top: 50px; */
}
.faq-search .search-form {
  position: relative;
}
.faq-search .search-form button {
  padding: 0 45px;
  height: 56px;
  border-radius: 10px;
  background-color: #12c4a0;
  color: #fff;
  border: 0;
  position: absolute;
  top: 4px;
  right: 4px;
  font-weight: 500;
  transition:  all .3s linear;
}
.faq-search .search-form button:hover
{
  cursor: pointer;
  opacity: .7;
}
.faq-search .search-form input {
  width: 100%;
  height: 64px;
  border: 1px solid #f2f2f2;
  font-size: 15px;
  padding: 0 30px;
  padding-right: 230px;
  border-radius: 10px;
  color: #737679;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}































  /* Footer */
  .end
  {
    margin-top: 100px;
    background-color: #21242b !important;
    color: white!important;
    padding-top: 20px;
  }
  .end h3{
    color: #12e1b8 !important;
  }
  .end2
  {

    background-color: #21242b !important;
    color: white!important;
    border-top:1px solid rgba(255, 255, 255, 0.556) ;
  }
  .ic {
    width: fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 0 auto;

  }
 

  .main {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
  }
  
  .up {
    display: flex;
    flex-direction: row;
    gap: 0.5em;
  }
  
  .down {
    display: flex;
    flex-direction: row;
    gap: 0.5em;
  }
  
  .card1endicon {
    width: 70px;
    height: 70px;
    outline: none;
    border: none;
    background: white;
    border-radius: 90px 5px 5px 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
      rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    transition: 0.2s ease-in-out;
  }
  
  .whatsapp {
    margin-top: 1.5em;
    margin-left: 1.2em;
    fill: #00ff00;
  }
  
  .card2endicon {
    width: 70px;
    height: 70px;
    outline: none;
    border: none;
    background: white;
    border-radius: 5px 90px 5px 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
      rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    transition: 0.2s ease-in-out;
  }
  
  .linkedin {
    margin-top: 1.5em;
    margin-left: -0.9em;
    fill: #0077b5;
  }
  
  .card3endicon {
    width: 70px;
    height: 70px;
    outline: none;
    border: none;
    background: white;
    border-radius: 5px 5px 5px 90px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
      rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    transition: 0.2s ease-in-out;
  }
  
  .github {
    margin-top: -0.6em;
    margin-left: 1.2em;
  }
  
  .card4endicon {
    width: 70px;
    height: 70px;
    outline: none;
    border: none;
    background: white;
    border-radius: 5px 5px 90px 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
      rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    transition: 0.2s ease-in-out;
  }
  
  .discord {
    margin-top: -0.9em;
    margin-left: -1.2em;
    fill: #8c9eff;
  }
  
  .card1endicon:hover {
    cursor: pointer;
    scale: 1.1;
    background-color: #00ff00;
  }
  
  .card1endicon:hover .whatsapp {
    fill: white;
  }
  
  .card2endicon:hover {
    cursor: pointer;
    scale: 1.1;
    background-color: #0077b5;
  }
  
  .card2endicon:hover .linkedin {
    fill: white;
  }
  
  .card3endicon:hover {
    cursor: pointer;
    scale: 1.1;
    background-color: black;
  }
  
  .card3endicon:hover .github {
    fill: white;
  }
  
  .card4endicon:hover {
    cursor: pointer;
    scale: 1.1;
    background-color: #8c9eff;
  }
  
  .card4endicon:hover .discord {
    fill: white;
  }
  /* story */
.abotbder{
    border: 2px solid rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    padding: 10px;
  transition: all .3s linear;
}
.abotbder:hover{
    transform: translateY(-6px);
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.5);
}


  

  
/* End list */

.endfoota{
  box-shadow: inset 0 0 0 0 #12c4a0;
  color: #ffffff;
  padding: 6px;
  border-radius: 8px;
  margin: 0 -.25rem;
  transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
font-size: 18px;
font-weight: 600;
}
.endfoota:hover{
  color: #000000;
  box-shadow: inset 200px 0 0 0 #12c4a0;
}
/*  */


/*  */
.footp p{
  color: white;
}

.y-blnk
{
  color: white;
  text-decoration: none;
  font-size: 17px;
}
  .y-blnk:hover
{
  background-image: linear-gradient(125deg, rgb(255, 255, 255) 40%, #12c4a0 30%)!important;
  background-clip: text!important;
  color: transparent!important;
}

 

  
  









@media only screen and (min-width:100px) {
    .sidebar
    {
        background-color: rgba(255, 255, 255, 0.15)!important;
        backdrop-filter: blur(10px);
    }
}

@media only screen and (min-width:350px) {
    .sidebar
    {
        background-color: rgba(255, 255, 255, 0.15)!important;
        backdrop-filter: blur(10px);
    }
}


@media only screen and (min-width:572px) {
.details-title{
  flex-direction: row;
}
.details-title .details-meta-title .meta span {
  display:inline-block;
}
.details-tags-share{
  display: flex;
}
}

@media (min-width:768px) {
    .pack {
        font-size: 35px !important;
        font-weight: bold !important;
    }
    .greendes{
        color: #000000 !important;
        font-size: 32px !important;
    }
}
@media (min-width:1400px) {
    .pack {
        font-size: 39px !important;
        font-weight: bold !important;
    }
    .greendes{
        color: #000000 !important;
        font-size: 35px !important;
    }
    .serviceimgtxt {
        color: rgb(0, 0, 0) !important;
        position: absolute;
        top: 200px;
        left: 10px;
        transform: translate(50px, 50px);
    }
}