* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a{
  text-decoration:none;
}

body {
  font-family: "Roboto",sans-serif;
  font-size: 15px;
  background: #fff;
}

img {
  width: 100%;
  height: auto;
}

.left-top-header p{
    color: #ffde00;
    font-size: 12px;
    font-family: roboto;
    float: left;
    line-height: 20px;
	margin-right:20px;
    padding-top: 5px;
}

.left-top-header img{
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 5px;
}

.right-top-header a{
    color: #000;
    font-size: 13px;
    font-family: roboto;
    line-height: 20px;
}

.separator{
    font-size: 16px;
    color: #000;
    margin: 0px 5px;
}

.header{
	float: left;
    width: 100%;
    background: #000;
    height: 100px;
}

.menu-left-header a{
	    color: #fff;
    margin-right: 15px;
}

.logo{
    position: absolute;
    left: 0%;
    right: 0;
    margin: 0 auto;
    margin-top: 20px;
}

.logo-p{
    color: #ffde00;
    font-family: raleway;
    font-size: 35px;
    float: left;
    width: 100%;
    font-weight: 300;
    text-align: center;
}

.logo-ps{
	color: #ffde00;
    font-family: raleway;
    font-size: 12px;
    width: 100%;
    float: left;
	text-align:center;
}

.menu-right-header a{
	    color: #fff;
    margin-right: 15px;
}

.slide{
    background: url('../platform_style/images/slide1.png') center no-repeat;
    float: left;
    width: 100%;
    height: 590px;
    background-position: 38% 0%;
}

.containers::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100px;
    height: 10px;
    background: #ffde00;
}

.containers::after{
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    width: 100px;
    margin-top: -10px;
    height: 10px;
    background: #ffde00;
}

.containers{
    position: relative;
    padding: 45px 0 110px 35px;
    border-left: 10px solid #ffde00;
    top: 25%;
    margin-left: 4%;
}

.btn-slide-1{
	    float: left;
    background: #ffde00;
    padding: 10px 10px;
    color: #000;
    border: none;
    font-size: 16px;
    font-weight: 600;
	margin-top: 15px;
}

.btn-slide-2{
	float: left;
    background: #ffffff;
    padding: 10px 10px;
    color: #000;
    border: none;
    font-size: 16px;
    font-weight: 600;
    margin-left: 15px;
	margin-top: 15px;
}

.title-t1-home-despre{
	color: #303030;
    display: inline-block;
    font-family: raleway;
    font-size: 27px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.title-t1-home-despre b{
    color: #ffde00;
}

.title-t1-home-rezultate b{
    color: #ffde00;
}

.title-line-one {
    background: #303030 none repeat scroll 0 0;
    height: 3px;
    width: 15%;
}

.title-line-two {
    background: #ffde00 none repeat scroll 0 0;
    height: 3px;
    margin-top: 5px;
    width: 22%;
}

.title-line-tree {
    background: #fff none repeat scroll 0 0;
    height: 3px;
    width: 15%;
}

.home-despre{
	    float: left;
    width: 100%;
    margin-top: 70px;
}

.title-box-home-despre{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: capitalize;
    color: #393939;
    float: left;
    width: 70%;
}

.box-min-desc-home-despre{
	    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
}

.box-min-desc-home-despre i{
	    color: #393939;
    float: left;
    font-size: 30px;
    width: 50px;
    line-height: 85px;
    text-align: center;
    height: 85px;
    border-radius: 2px;
    margin-right: 10px;
    border: 1px solid #000000;
}

.img-soccer-home-despre{
	    float: left;
    width: 440px;
    margin-top: 70px;
    margin-left: -90px;
}

.box-detail-rezultate-home{
	    float: left;
    background: #00000099;
    width: 100%;
    padding: 20px;
    border-radius: 5px;
}

.box-win-rezultate-home{
	float:left;
	width:100%;
}

.titlu-echipa-rezultate-home{
	    float: left;
    width: 100%;
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 18px;
    padding-bottom: 5px;
}


    .slide-ech {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 15px;
}
    .slide-ech::-webkit-scrollbar {
      display: none;
    }
    .player-box {
    flex: 0 0 270px;
    scroll-snap-align: center;
    background: #ffffff;
    border: 1px solid #ddd;
	padding-top: 40px;
}
    .player-box img {
    width: 270px;
    height: 250px;
}
    .player-name {
    font-size: 17px;
    font-weight: bold;
    padding-top: 10px;
    float: left;
    color: #000000;
    width: 78%;
    padding-left: 13px;
    text-transform: uppercase;
}

.det-echipa{
float: left;
    width: 100%;
    background: #ffde00;
    padding-bottom: 10px;
}

.nr-tricou{
    background: #fff;
    float: left;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 28px;
    margin-left: 10px;
    line-height: 45px;
    margin-top: 10px;
}

    .player-position {
    font-size: 14px;
    color: #000000;
    float: left;
    width: 75%;
padding-left: 13px;
}
    .carousel-buttons {
	display: flex;
    justify-content: flex-end;
    margin-top: 10px;
    margin-bottom: 10px;
}
    .carousel-buttons button {
    padding: 7px 12px;
    background-color: #ffde00;
    color: #000;
    border: 1px solid #ffde00;
    border-radius: 0px;
    cursor: pointer;
    font-size: 16px;
}
    .carousel-buttons button:hover {
      background-color: #c2aa05;
    }
	
.prev{
	margin-right:5px;
}

.slide-echipa{
	    float: left;
    width: 100%;
    margin-top: 60px;
}

.galerie-home{
	    float: left;
    width: 100%;
    background: #efefef;
    margin-top: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
}


    .gallery-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 15px;
	  margin-top:35px;
    }
    .gallery-grid img {
      width: 100%;
      height: auto;
      border-radius: 10px;
      cursor: pointer;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .gallery-grid img:hover {
      transform: scale(1.05);
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }
    /* Modal styling */
    .modal {
    display: none;
    position: fixed;
    top: 0px;
    left: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}
    .modal img {
    width: 33%;
    height: auto;
}
    .modal.active {
      display: flex;
    }
    .close-button {
      position: absolute;
      top: 20px;
      right: 20px;
      background: #ff4d4d;
      color: white;
      border: none;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      font-size: 24px;
      text-align: center;
      line-height: 40px;
      cursor: pointer;
    }
    .close-button:hover {
      background: #ff1a1a;
    }
	

.topnav #myLinks {
  display: none;
}

.topnav a {
	color: #000000;
    padding: 8px 10px;
    text-decoration: none;
    font-size: 17px;
    display: block;
}

.topnav a.icon {
    background: #ffde00;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.box-stiri{
    float: left;
    width: 100%;
    margin-top: 45px;
    padding: 10px;
}

.box-det-stiri-home{
    float: left;
    width: 100%;
    padding: 20px;
    background: #efefef;
    border: 1px solid #e2e2e2;
    margin-top: -4px;
}

.title-stiri-home{
	    color: #303030;
    font-family: raleway;
    font-size: 27px;
    font-weight: 700;
    float: left;
    width: 100%;
}

.da-articol-home{
    color: #303030;
    font-family: roboto;
    font-size: 14px;
    float: left;
    width: 100%;
}

.min-text-articol-home{
	color: #303030;
    font-family: raleway;
    font-size: 15px;
    float: left;
    width: 100%;
    line-height: 22px;
    margin-top: 10px;
}

.stiri-home{
    float: left;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
}

.footer{
	    float: left;
    width: 100%;
    background: #000;
    color: #fff;
    padding-top: 30px;
}

.title-footer{
	    float: left;
    width: 100%;
    font-family: raleway;
    font-weight: 400;
    font-size: 21px;
}

.title-footer b{
	color: #ffde00;
}

.text-footer{
font-size: 14px;
    font-weight: 300;
    font-family: raleway;
    line-height: 18px;
    margin-top: 10px;
    float: left;
    width: 90%;
    margin-bottom: 15px;
}

.footer li{
    display: block;
    float: left;
    width: 100%;
    line-height: 32px;
}

.footer li i{
	    float: left;
    border: 1px solid;
    padding: 5px;
    margin-right: 10px;
}

.b-bot{
    color: #fff;
    border-bottom: 1px solid #fff;
    width: 90%;
    float: left;
    font-size: 16px;
    padding-bottom: 5px;
}

.b-bot i{
	border:none !important;
	padding:0px !important;
    float: left;
    border: 1px solid;
    padding: 0px;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 13px;
}

.b2-bot{
    color: #fff;
    width: 90%;
    float: left;
    font-size: 16px;
    padding-bottom: 5px;
}

.b2-bot i{
	border:none !important;
	padding:0px !important;
    float: left;
    border: 1px solid;
    padding: 0px;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 13px;
}

.title-footer-stiri-home{
    color: #fff;
    border-bottom: 1px solid #fff;
    width: 85%;
    float: left;
    font-size: 16px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.social-footer{
	    float: left;
    width: 100%;
}

.social-footer i{
	    background: #fff;
    color: #000;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 5px;
}

.copyright{
    background: #000000;
    float: left;
    width: 100%;
    text-align: center;
    padding: 5px;
    border-top: 1px solid #242424;
}

.copyright a{
	    color: #fff;
    font-size: 13px;
}

.boxs-contact {
    float: left;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.boxs-contact p {
    float: left;
    width: 100%;
    padding: 20px;
    border: 1px solid #000;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
}

.boxs-contact p i{
	margin-right:10px;
}

.t-box-contact-recruit {
    float: left;
    width: 100%;
    color: #000;
    font-weight: 700;
}

.input-contact {
    background: #f3f3f3;
    border: none;
    padding: 15px;
    border-radius: 5px;
    float: left;
    width: 100%;
    color: #000;
    margin-top: 8px;
    margin-bottom: 15px;
}

.input-contact-message {
    background: #f3f3f3;
    border: none;
    padding: 15px;
    border-radius: 5px;
    float: left;
    width: 100%;
    color: #000;
    margin-top: 8px;
    min-height: 100px;
    margin-bottom: 15px;
}

.check-contact {
    float: left;
    width: 20px;
    height: 20px;
    margin-top: 20px;
}

.text-check {
    float: left;
    width: 92%;
    margin-left: 10px;
    font-size: 12px;
}

.btn-send {
    background: #000;
    width: 100%;
    color: #fff;
    padding: 15px;
    border-radius: 15px;
    border: none;
    margin-top: 20px;
    margin-bottom: 80px;
}

.succes{
	    background: #000000;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
}

.forms-recrut {
    background-image: url(../platform_style/images/recrutares.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-color:#000;
    float: left;
    width: 100%;
    padding-top: 65px;
    min-height: 600px;
}

.forms-recrut h1 {
    font-size: 67px;
    color: #ffde00;
}

.forms-recrut h4 {
    color: #fff;
    font-size: 18px;
    float: left;
    width: 90%;
    margin-top: 20px;
}


.text-check2{
	    float: left;
    width: 95%;
    font-size: 13px;
    margin-top: 15px;
    padding-left: 7px;
}

.box-contact-recruit h2{
	    text-align: center;
    margin-bottom: 30px;
}

.btn-send2{
	background: #000;
    width: 100%;
    color: #fff;
    padding: 15px;
    border-radius: 15px;
    border: none;
    margin-top: 20px;
    margin-bottom: 20px;
}

.list-inreg{
    color: #fff;
    font-size: 17px;
    float: left;
    width: 95%;
    margin-top: 10px;
}

.d-list-inreg{
	    font-size: 30px;
    color: #fff;
    float: left;
    width: 100%;
    margin-top: 30px;
}

.link-list-inreg{
	    float: left;
    width: 100%;
    margin-top: 30px;
}


.bcumb {
    background: #000;
    padding: 15px 0;
    float: left;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #000;
    border-top: 1px solid #363636;
}

.bcumb a{
    color: #ffffff;
    font-size: 13px;
}

.l-despre{
	    font-family: raleway;
    font-size: 16px;
    color: #303030;
    width: 100%;
    margin-bottom: 5px;
}


.l-b-despre{
	float:left;
	width:100%;
	margin-bottom:30px;
}

.left-top-header a{
	color:#ffde00;
}