@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=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
@import "var.css";
@import "bootstrap/bootstrap.min.css";
@import "fontawesome-free/css/all.min.css";
@import "glightbox.css";
/* @import "swiperslider.css"; */
@import "swiper-bundle.min.css";
@import "swiperslider-custom.css";
@import "font.css";
@import "bootstrap-icons.css";
@import "accordion.css";
@import "images.css";
@import "form.css";
@import "effect.css";
@import "bootstrap/bootstrap-custom.css";


body {
  /*  --bs-body-font-family: "Poppins", serif!important; 
    font-family: "Poppins", serif!important;
    font-weight: 600;*/
  font-style: normal;
  /* letter-spacing: .3px !important; */
}

*:focus {
  box-shadow: none !important;
}

a {
  text-decoration: none !important;
}

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

.demlink{
  display:inline-flex;
  padding:2px 5px;
  background-color:#0B5D99;
  color:#60e471;
  border-radius: 3px;
}

.demlink:hover{
  background-color:#044675;
}

.bg-theme{
  background-color:#0B5D99;
}

.bg-theme-1{
  background-color:#053c62;
}

.bg-theme-2{
  background-color:#0d304a;
}

.bg-theme-3{
  background-color:#022b46;
}

.bg-theme-subtle{
  background-color:#60e471;
}

.bg-theme-subtle-1{
  background-color:#39b549;
}

.text-theme{
  color:#0B5D99;
}

.text-theme-1{
  color:#053c62;
}

.text-theme-subtle{
  color:#60e471;
}

.text-theme-subtle-1{
  color:#39b549;
}

.blur {
  backdrop-filter: blur(10px) brightness(120%);
  -webkit-backdrop-filter: blur(10px) brightness(120%) sepia(.4) invert(.3) hue-rotate(15deg) contrast(.7);
  /* blur(değer),
brightness(değer),
contrast(değer),
grayscale(değer),
hue-rotate(değer)	,
invert(değer),
opacity(değer),
saturate(değer),
sepia(değer) */
}
.video_contain{
  display: block;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border:0;
  overflow: hidden;
  }
  
  video {
  min-width: 100%;
   min-height: 100%;
  z-index: -100;
  background-position: center;
  background-size: cover;
  border:0;
  }

.text-justify {
  text-align: justify;
}

.text-gradient-primary {
  background: linear-gradient(to right, #6366f1, #8b5cf6, #d946ef);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.gradient-primary {
  background-color: #4158D0;
  background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);

}

.gradient-black {
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0) 100%);
}

.gradient-black-reverse {
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0) 100%);
}


#topbtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #044675;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

    #topbtn:hover {
        background-color: #0B5D99;
    }
