﻿
element.style {
}

.btn-primary a { color:#FFFFFF}

#content {
    overflow: hidden;
    padding: 10px 0 30px;
    position: relative;
    background: #F9F9F9;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    color: #333;
    font-family: 'Arial', sans-serif;
}

#content .container {
    position: relative;
    padding: 15px;
    background: #FFFFFF;
    border-radius: 3px;
    color: #444;
    font-family: 'Helvetica', sans-serif;
}

#content h2, #content .container h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}

#content h3, #content .container h3 {
    font-size: 20px;
    color: #555;
    margin-bottom: 8px;
}

@media (max-width: 768px) {
    #content {
        padding: 5px 0 15px;
    }
    #content .container {
        padding: 10px;
    }
}


.dripfeed-select {
	width: 50%;
	text-align: center;
}
.dripfeed {
	padding-bottom: 20px;
	text-align: center;
}
.tictoc1 {
	background-image: url(img/bg.jpg);
	text-align: center;
	padding:30px;

}
.tictoc2 {
	padding: 10px;
	background-color: rgba(0,0,0,0.6);
	border-radius: 10px;
}

h2 {
color: white;
text-align: left;
}

body{
  background: #1eabdf;
  background: linear-gradient(to right, #1eabdf, #33AEFF);
  margin-top: 0px;
}


.lang{position:absolute;top:50%;right:15px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}
.lang-toggle{position:relative;display:block}
.lang .dropdown-menu{min-width:auto;left:-24px!important}
@media screen and (min-width:1411px){.lang .dropdown-menu{left:-20px!important}}
.lang .dropdown-menu .flag{width:24px}
.lang .dropdown-item:hover{background:none}
.dropdown{ position: relative;}
.flag{width:24px;height:20px;display:block;position:relative}
.flag:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;display:block}
.en:before{background:url(../img/gb.png?a8ea19ab4c10758c5bebe5a4f82854b2) 0 0 no-repeat;background-size:contain}.de:before{background:url(/img/de.png?d5e2de20012207136ad9377866a02c9c) 0 0 no-repeat;background-size:contain}.es:before{background:url(/img/es.png?1d9dc549cfedfd37f3317ce6077d3714) 0 0 no-repeat;background-size:contain}.fr:before{background:url(/img/fr.png?5e23a161a1bea3a1627e374139bd3f0d) 0 0 no-repeat;background-size:contain}


.mainStuff{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  /* border: 1px solid #8a8b91; */
  border: 1px solid #FF006C;
  width: 700px;
  border-radius: 10px;
  background-color: #101315;
  padding-top: 5px;
  padding-bottom: 35px;
  color:#FFFFFF;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}

.tHolder,.sStep,.tStep,.fStep{
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.5s ease-out;
}

.creds{
  text-align: center;
  margin-top: 40px;
  font-size: 20px;
  font-family: 'Capriola', sans-serif;
  color:#FFFFFF;
  /* letter-spacing: 2px; */
}

#username{
  width: 100%;
  padding-left: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 34px;
  color:black;
  background-color: #00FFFF;
  font-family: 'Capriola', sans-serif;
}
.inp{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  position: relative;
}

i{
  position: absolute;
  /* color: #FF006C; */
  color: #101315;
  top:23px;
  left:10px;
  font-size: 34px;
}


.bbt
{
  margin-top: 40px;
  margin-bottom: 40px;
    position: relative;
    display: inline-block;
    padding: 15px 50px;
    color: #FF006C;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-decoration: none;
    font-size: 24px;
    overflow: hidden;
    transition: 0.2s;
    border: 4px solid #FF006C;
    border-radius: 10px;
    cursor: pointer;
}
.bbt:hover
{
    color: white;
    background: #FF006C;
    box-shadow: 0 0 10px #FF006C, 0 0 40px #FF006C, 0 0 80px #FF006C;
    transition-delay: 0.5s;
}
.bbt span
{
    position: absolute;
    display: block;
}
.bbt span:nth-child(1)
{
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg,transparent,#FF006C);
}
.bbt:hover span:nth-child(1)
{
    left: 100%;
    transition: 0.5s;
}
.bbt span:nth-child(2)
{
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg,transparent,#FF006C);
}
.bbt:hover span:nth-child(2)
{
    right: 100%;
    transition: 0.5s;
    transition-delay: 0.5s;
}
.bbt span:nth-child(3)
{
    top: -100℅;
    right: 0%;
    width: 2px%;
    height: 100%;
    background: linear-gradient(180deg,transparent,#FF006C);
}
.bbt:hover span:nth-child(3)
{
    top: 100%;
    transition: 0.5s;
    transition-delay: 0.25s;
}
.bbt span:nth-child(4)
{
    bottom: -100℅;
    left: 0%;
    width: 2px%;
    height: 100%;
    background: linear-gradient(360deg,transparent,#FF006C);
}
.bbt:hover span:nth-child(4)
{
    bottom: 100%;
    transition: 0.5s;
    transition-delay: 0.75s;
}

.sStep{
  margin-top: 30px;
  display: none;
  opacity: 0;
}

.ldrM{
  font-size: 26px;
  margin-bottom: 30px;
}

.tStep{
  margin-top: 30px;
  font-family: 'Capriola', sans-serif;
  opacity: 0;
  display: none;
}

.verifyy{
  /* margin-top: 5px; */
  display: none;
  font-size: 20px;
  background-color: #FF006C;
  padding: 15px 50px;
  text-decoration: underline;
  -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
  -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
  color: white;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s linear;
  font-family: 'Mogra', cursive;
  /* margin-bottom: 40px; */
}
.verifyy:hover{
  transform: scale(1.1);
}
.verifyy:active{
  position:relative;
	top:1px;
}

.progress-wrapper{
  display: none;
  display: flex;
  opacity: 1;
  align-items: center;
  width: 70%;
  height: 35px;
  background-color: white;
  margin: 0px auto;
  margin-bottom: 20px;
  color:black;
  border-radius: 5px;
  position: relative;
  margin-top: 15px;
}

.progress-wrapper p{
  /* margin-left: 20px; */
  margin: 0 auto;
  font-size: 16px;
  color:black;
  z-index: 1;
  width: 100%;
  text-align: center;
  /* font-family: 'Montserrat', sans-serif; */
  letter-spacing: 2px;
}

.progress{
  /* background-color: rgba(48, 154, 74,0.2); */
  background-color:rgba(228, 104, 93,0.6);
  background: rgb(93, 218, 94);
  background: #72FFD8;
  height: 100%;
  width: 0px;
  position: absolute;
  border-radius: 5px;
  top:0;
}

.ppp{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* border: 1px solid #FF006C; */
  border: 1px solid #72FFD8;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s linear;
  background: transparent;
}

.ppp:hover{
  /* transform: scale(1.035); */
  border: 1px solid #FF006C;
}



.mid{
  margin-left: 10px;
  margin-right: 10px;
}

.fStep{
  font-family: 'Capriola', sans-serif;
  opacity: 0;
  display: none;
  width: 100%;
}

.stsss{
  margin-bottom: 5px;
  font-size: 16px;
}

.aaaaa{
  margin-bottom: 5px;
}

.detsss{
  transition: all 0.45s linear;
  text-align: center;
}

.statusHolder{
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #72FFD8;
  margin-bottom: 30px;
}

.cncted{
  font-size: 25px;
}

.din{
  margin-left: 5px;
  color: #72FFD8;
  font-size: 25px;
}

.selectP{
  margin-bottom: 10px;
}

.packages{
  display: flex;
}


@media (max-width:375px){
  .mainStuff{
    width: 280px;
  }
  .creds{
    font-size: 16px;
  }
  i{
    top:20px;
    font-size: 24px;
  }
  #username{
    font-size: 22px;
    padding-left: 45px;
  }
  .bbt{
    text-align: center;
    font-size: 20px;
  }
  .sPack{
    width: 60px;
  }
  .detsss{
    font-size: 10px;
  }
  ..progress-wrapper{
    width: 95%;
  }
  .progress-wrapper p{
    font-size: 11px;
  }
  #cmmnts{
    width: 300px;
  }
  .chat{
    max-width: 300px;
    min-width: 300px;
  }
  .inputDisabled{
    font-size: 14px;
    width: 160px;
  }
  .chatBtn{
    font-size: 14px;
  }
  .ftr{
    font-size: 12px;
  }

}


 .faq-title-btn {
  background: none;
  outline: none !important;
  border: none;
  width: 100%;
  text-align: left;
  padding: 20px;
  border-bottom: 1px solid #ccc;
}
.card-body {
  font-size: 16px;
}
 
  .faq-title-btn{
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  button.btn-link:after {
    content: "\f106";
    font-family: FontAwesome;
    float: right;
    font-size: 26px;
  }
  button.btn.btn-link.collapsed:after{
    content: "\f107";
    font-family: FontAwesome;
  }


.entry-title rich-snippet-hidden, .updated rich-snippet-hidden, .rich-snippet-hidden {
   display: none;
}

.hero-section {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin: 40px 0;
    width: 100%;
}


.hero-text {
    flex: 1;
}

.hero-text h1 {
    font-size: 30px;
    margin-bottom: 8px;
}

.last-updated {
    font-size: 12px;
    color: #777;
    margin-bottom: 20px;
}

.hero-image {
    flex: 0 0 380px;
    text-align: right;
}

.hero-image img {
    width: 100%;
    max-width: 380px;
    height: auto;
    border-radius: 12px;
}

/* Responsive Mobile */
@media (max-width: 768px) {
    .hero-section {
        flex-direction: column;
        text-align: center;h
    }

    .hero-image {
        text-align: center;
    }

    .last-updated {
        text-align: center;
    }
}
