@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?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');
@import url('https://fonts.googleapis.com/css2?family=Yellowtail&display=swap');

body,html { font-family: "Poppins", sans-serif; font-weight: 300; font-size:16px; padding: 0 !important;
  margin: 0 !important; background-color:#111; max-width:100%; overflow-x:hidden; }
  
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}
.yellowtail-regular {
  font-family: "Yellowtail", cursive;
  font-weight: 400;
  font-style: normal;
}
.o-fit { object-fit:cover; }

.font-1 { font-family: "Poppins", sans-serif; }
.font-2 { font-family: "Yellowtail", cursive; }

.text-13 { font-size:13px !important; }
.text-15 { font-size:15px !important; }
.text-16 { font-size:16px !important; }
.text-18 { font-size:18px !important; }
.text-24 { font-size:24px !important; }
.text-32 { font-size:32px !important; }

.light-blue { color:#00ADEF !important; }
.gold { color:#897519 !important; }
.bg-gold { background-color:#897519 !important; }
.bg-light { background-color:#EEEEEE !important; }
.line-gold-top { border-top:1px solid #897519 !important; }
.line-white-top { border-top:1px solid #897519 !important; }
.hover-video { cursor: pointer; }
  
.p-pay { padding: 3rem !important; }

.card-text-h { height:72px; min-height:72px !important; max-height:72px !important; overflow:hidden !important; text-overflow: ellipsis; }

.floating-icons {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: flex;
  gap: 20px;
  z-index: 999;
  transition: opacity 0.5s ease;
}

.floating-icons a {
  width: 50px;
  height: 50px;
  background-color: #25D366; /* WhatsApp rengi */
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 24px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  transition: transform 0.3s ease;
}

.floating-icons a.insta {
  background-color: #C13584; /* Instagram rengi */
}

.floating-icons a:hover {
  transform: scale(1.1);
}


.bg-footer { background-color:#285fad; }
.bg-footer-bottom { background-color:#1e4b89; }
ul.foo-menu { list-style-type:none; list-style:none; padding:0; margin:0; }
ul.foo-menu li a, ul.foo-menu li a:active, ul.foo-menu li a:visited { color:#FFF; text-decoration:none; }
ul.foo-menu li a:hover { color:#00ADEF; }

.tags p { font-size:12px; color:#FFF; margin:0; padding:0; display:inline-block; }

.module,
.module-cover {
  position:relative;
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: #e5e5e5;
  background-size: cover;
  padding: 120px 0 100px;
}
.module-text { z-index:3; position:relative; }
#myVideo {
  position:absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 50%;
  z-index: 0;
}

.ekip-list-bg { margin:0 auto; width:200px; height:250px; background-repeat:no-repeat; background-size:cover; background-position:center center; margin-bottom:10px; border-radius:10px; }

h1.card-title { min-height:50px; max-height:50px; overflow:hidden; }
h2.card-title { min-height:65px; max-height:65px; overflow:hidden; }
h3.card-title { min-height:65px; max-height:65px; overflow:hidden; }

/* md */
@media (max-width: 767.98px){ 
.p-pay { padding: 1rem !important; }
.card-text-h { min-height:50px !important; max-height:50px !important; overflow:hidden !important; }

.w-25 { width:100% !important; }
.w-50 { width:100% !important; }
.w-75 { width:100% !important; }
}