body {
  padding-top: 5rem;
}
.banner-img{width:100%;}


.nav-bg-color {
    background: linear-gradient(111.9deg, rgb(221, 49, 49) 0.3%, rgb(0, 8, 119) 100.7%);
    color: #e4ff02;
}
.nav-item-color{background-color: #f5f5f5;}
.title{color: #FBBB0D; font-size:24px; font-weight:bold}
.nav-link, a{
 color: #fff;
    text-decoration: none;
    background-color: transparent;
}
.disclaimer {
    color: #fdc704;
    font-size: 18px;
}
.tag a {
    color: #fdc704;
}

   
.copyright {
    color: #fff;
    font-weight: 500;
    background: radial-gradient(circle at 10% 20%, rgb(221, 49, 49) 0%, rgb(119, 0, 0) 90%);

}

.bg-side-link {
    /* background-color: #1d1730 !important; */
    border: 5px solid rgb(43 213 22 / 13%);
}


.list-group a{color:#fff;}

.hero-bg-color {
    background: radial-gradient(circle at 10% 20%, rgb(255, 229, 168) 0%, rgb(251, 174, 222) 100.7%);
	padding:60px 0;
}


.section-1-bg-color{background-color: #000;}
.section-2-bg-color{background-color: #160f29;}
.bg-color {
    color: #fff;
   background:#000000;
}
.card-bg-color{background-color: #251f37;}
footer-bg-color{background-color: #251f37;}

.navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
		margin:0.3rem;
		color:#000;
		font-size:1.4rem;
    }
	
	.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.6rem;
	font-weight:600;
	color:#000;
    line-height: inherit;
    white-space: nowrap;}
	
	.navbar-dark .navbar-brand {
    color: #fff;}
	
	

div.super {
    margin-bottom: 1.5rem;
	margin-top: 1.35rem;
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
   background: radial-gradient(circle at 10% 20%, rgb(221, 49, 49) 0%, rgb(119, 0, 0) 90%);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
	
	div.super1 {
    margin-bottom: 1.0rem;
    font-size: 2.2rem;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
    background: #000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sitename {
	 margin-bottom: 1.0rem;
    font-size:30px;
    line-height:1.2;
    font-weight:800;
    text-transform: uppercase;
    background: radial-gradient(circle at 50.4% 50.5%, rgb(251, 32, 86) 0%, rgb(135, 2, 35) 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}
	

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background: linear-gradient(68.1deg, rgb(255, 200, 69) -0.3%, rgb(239, 69, 115) 100.2%);
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.f-link {
    color: #fff;
    text-decoration: none;
    background-color: #03dd5000;
    font-size: 19px;
}

.fotter-link {
    display: block;
	margin:0.5rem
}

.badge {
    padding:0px;
	margin:0.25em 0.4em;
   }

.fotter-link, a {
    color:#fff;
    text-decoration: none;
    background-color: transparent;
}

.fotter-link a:hover {
    color:#fff;
}

.line {
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
   }
.pointer {cursor: pointer;}


.f-fixed{
    background: linear-gradient(45deg,#fff 0,#fff 50%);
	position:fixed;
	width:103.5%;
	bottom:0;
	z-index:1030;
	height:34px;
	}
	/* mine */
    .slide-item{
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin:10px;
        border:2px solid #e57b36;
        position: relative;
      }
      .slide-item .left-slider {
        position: relative;
        width: 160px;
        min-width: 160px;
        height: 240px;
        min-height: 240px;
        overflow: hidden;
        background-size: cover;
        background-position: 50%;
      }
      .slick-next {
        right: 0px;
        text-align: right;
      }
      .slide-item .slide-item-container {
        padding: 10px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: flex;
        cursor: pointer;
      }
      .slick-prev,
      .slick-next {
        font-size: 0;
        position: absolute;
        top: 50%;
        color: #f5ebe4;
        /* border: 0; */
        background: none;
        z-index: 1;
        transform: translateY(-50%);
      }
      .icon-arrow-left:before {
    content: "<";
    font: 32px/1 'tgm';
        border-radius: 50%;
  }
  .icon-arrow-right:before {
    content: ">";
    font: 32px/1 'tgm';
        border-radius: 50%;
  }
  .slick-track:before,
  .slick-track:after
  {
      display: table;
  
      content: '';
  }
  .slick-track:after
  {
      clear: both;
  }
  .slick-slide
  {
      display: none;
      float: left;
  
      height: 100%;
      min-height: 1px;
  }
  .slick-initialized .slick-slide
  {
      display: block;
  }
  .slide-item .item-image>img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
      }
  
  
  .prof-badge {
      display: inline-block;
      padding: .25em .4em;
      font-size: 70%;
      font-weight: 500;
      line-height: 1;
      text-align: center;
      white-space: nowrap;
      vertical-align: baseline;
      border-radius: .25rem;
  }
  span.prof-badge.prof-badge-premium.top-p {
      background-color: rgb(93, 69, 130);
      color: #fff;
  }
  
  .prof-badge-premium {
      position: absolute;
      right: -1px !important;
      top: -12px !important;
  }
  .prof-contact a{
    margin:2px;
  }
  .prof-contact{ 
    display: flex;
      justify-content: right;
  }
  .slick-slider .slick-track, .slick-slider .slick-list {
      
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
     
  }
  .profiles{
  position: relative;
  border: 3px solid #db7636;
  
  display:flex;
    }
    .profiles>img,.profiles .profileinfo{
      padding: 5px;
    }
    .profileinfo h3{
      font-size: 30px;
      font-weight: bold;
      color: #00b3ff;
    }
    .fli-text{
      margin-bottom: 25px;
    }
    .profileFlagge{
    position:absolute;
    top: 5px;
    right: 10px;
    filter: drop-shadow(2px 4px 1px black);
  }
  .profileTitle .premiumBox{
    display: inline-block;
      background-color: #d10000;
      color: #fff;
      padding: 3px 5px;
      font-size: 14px;
      margin-right: 5px;
      font-weight: 700;
  }
  .profileTitle .profilePhone{
    display: inline-block;
      background-color: #e2e2e2;
      color: #d10000;
      -webkit-text-fill-color: #d10000;
      padding: 3px 5px;
      font-size: 14px;
      font-weight: 700;
  }
  .profileinfo h4{
    font-size: 16px;
      font-weight: bold;
      color: #d10000;
      padding: 20px 0;
  }
  .profileInfoBottom{
    display: flex;
  }
  .profileCont{
    position: absolute;
      bottom: 0;
      color:#e8ce88;
  }
  .profileBtns{
    position: absolute;
      bottom: 0;
      right: 5%;
  }
  .profileCont,.profileBtns{
      display: flex;
     
      padding: 0;
      margin: 0;
  }
  .profileCont li,.profileBtns li{
    list-style: none;
    margin: 0 5px;
    display: flex;
  }
  .profileBtns img:hover{
    filter: invert(1);
  }
  .profilePhone img{
    filter: brightness(0.5);
  }
  @media (max-width: 992px){
    .profileBtns{
      right: 0;
    }
  }
  @media(max-width:768px){
    .profiles{
      flex-direction: column;
    }
    .profileCont li, .profileBtns li {
      margin: 0 0.93vw;
      font-size: calc(2.5vw + 4px);
     
  }
  }
  @media(max-width:425px){
    .slide-item{
      flex-direction: column;
    }
    .slide-item .left-slider {
        position: relative;
        width: 100%;
        min-width: 100%;
        height: 50%;
        min-height: 50%;
        overflow: hidden;
        background-size: cover;
        background-position: 50%;
      }
      .item-description{
        -webkit-line-clamp: 10!important;
      }
  }

.footer {
    background: linear-gradient(25deg, rgb(214, 76, 127), rgb(238, 71, 88) 50%);
	padding:20px 0;
	border-top:2px solid #FFFFFF
    /* color: #40cd45; */
}

p a {
    color: #FBBB0D;
    font-weight: 600;
}

