@import url('https://fonts.googleapis.com/css?family=Aptos');
/* Main color - 191970 */
body{
	font-family: 'Inter', sans-serif;
	background: #0d1b2a;
}

@media (max-width: 768px) {
  body {
  
    overflow-x: hidden;
  }
}

@media (max-width: 480px) {
  body {
  
    overflow-x: hidden;
  }
}


* {
	margin: 0;
	padding: 0;
}
i {
	margin-right: 10px;
}
/*----------bootstrap-navbar-css------------*/
.navbar-logo{
	padding: 15px;
	color:floralwhite;
}
.navbar-mainbg{
	background-color: #191970;
	padding: 0px;
}
#navbarSupportedContent{
	overflow: hidden;
	position: relative;
}
#navbarSupportedContent ul{
	padding: 0px;
	margin: 0px;
}
#navbarSupportedContent ul li a i{
	margin-right: 10px;
}
#navbarSupportedContent li {
	list-style-type: none;
	float: left;
}
#navbarSupportedContent ul li a{
	color: rgba(255,255,255,0.5);
    text-decoration: none;
    font-size: 15px;
    display: block;
    padding: 20px 20px;
    transition-duration:0.6s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
	text-align: left;
}
#navbarSupportedContent>ul>li.active>a{
	color: white;
	background-color: transparent;
	transition: all 0.7s;
	text-align: left;
}
#navbarSupportedContent a:not(:only-child):after {
	content: "\f105";
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 14px;
	font-family: 'Inter', sans-serif;
	display: inline-block;
	padding-right: 3px;
	vertical-align: middle;
	font-weight: 900;
	transition: 0.5s;
}
#navbarSupportedContent .active>a:not(:only-child):after {
	transform: rotate(90deg);
}
.hori-selector{
	display:inline-block;
	position:absolute;
	height: 100%;
	top: 0px;
	left: 0px;
	transition-duration:0.6s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
	background-color: #0d1b2a;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	margin-top: 10px;
}
.hori-selector .right,
.hori-selector .left{
	position: absolute;
	width: 25px;
	height: 25px;
	background-color: #0d1b2a;
	bottom: 10px;
}
.hori-selector .right{
	right: -25px;
}
.hori-selector .left{
	left: -25px;
}
.hori-selector .right:before,
.hori-selector .left:before{
	content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #191970;
}
.hori-selector .right:before{
	bottom: 0;
    right: -25px;
}
.hori-selector .left:before{
	bottom: 0;
    left: -25px;
}


@media(min-width: 992px){
	.navbar-expand-custom {
	    -ms-flex-flow: row nowrap;
	    flex-flow: row nowrap;
	    -ms-flex-pack: start;
	    justify-content: flex-start;
	}
	.navbar-expand-custom .navbar-nav {
	    -ms-flex-direction: row;
	    flex-direction: row;
	}
	.navbar-expand-custom .navbar-toggler {
	    display: none;
	}
	.navbar-expand-custom .navbar-collapse {
	    display: -ms-flexbox!important;
	    display: flex!important;
	    -ms-flex-preferred-size: auto;
	    flex-basis: auto;
	}
}


@media (max-width: 991px){
	#navbarSupportedContent ul li a{
		padding: 12px 30px;
	}
	.hori-selector{
		margin-top: 0px;
		margin-left: 10px;
		border-radius: 0;
		border-top-left-radius: 25px;
		border-bottom-left-radius: 25px;
	}
	.hori-selector .left,
	.hori-selector .right{
		right: 10px;
	}
	.hori-selector .left{
		top: -25px;
		left: auto;
	}
	.hori-selector .right{
		bottom: -25px;
	}
	.hori-selector .left:before{
		left: -25px;
		top: -25px;
	}
	.hori-selector .right:before{
		bottom: -25px;
		left: -25px;
	}
}

/* Custom Navbar code */

/* Base button styling */
.navbar-toggler {
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0.25rem 0.5rem;
  outline: none;
}

/* Hamburger icon (3 bars) */
.navbar-toggler-icon {
  display: inline-block;
  width: 24px;
  height: 2px;
  background-color: floralwhite;  /* adjust color */
  position: relative;
  transition: 0.3s;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: floralwhite; /* same color as main bar */
  left: 0;
  transition: 0.3s;
}

.navbar-toggler-icon::before {
  top: -7px;
}

.navbar-toggler-icon::after {
  top: 7px;
}

/* Optional: animate into "X" when active */
.navbar-toggler.active .navbar-toggler-icon {
  background-color: transparent;
}
.navbar-toggler.active .navbar-toggler-icon::before {
  transform: rotate(45deg) translate(5px, 5px);
}
.navbar-toggler.active .navbar-toggler-icon::after {
  transform: rotate(-45deg) translate(5px, -5px);
}


/* Control logo size without stretching navbar */
.navbar-logo-img {
  height: 50px; /* Adjust height as needed */
    width: auto;
    margin-top: -25px;
    margin-bottom: -23px;
}

/* Responsive centering adjustment for small screens */
@media (max-width: 600px) {
  .navbar-logo-img {
    height: 40px; /* Reduce logo size for small devices */
    margin-top: auto;
    margin-bottom: auto;
  }
}
/* Footer	 */

/*FOOTER*/

footer {
  background: #191970;
  /* background: -webkit-linear-gradient(59deg, #191970, #16222A);
  background: linear-gradient(59deg, #191970, #16222A); */
  color: white;
  /* margin-top:100px; */
}

footer a {
  color: #fff;
  font-size: 14px;
  transition-duration: 0.2s;
}

footer a:hover {
  color: #FA944B;
  text-decoration: none;
}

.copy {
  font-size: 12px;
  padding: 10px;
  border-top: 1px solid #FFFFFF;
}

.footer-middle {
  padding-top: 2em;
  color: white;
}

.list-unstyled{
	max-width: 50%;
}

/*SOCİAL İCONS*/

/* footer social icons */

ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}

ul.social-network li {
  display: inline;
  margin: 0 5px;
}


/* footer social icons */

.social-network a.icoFacebook:hover {
  background-color: #3B5998;
}

.social-network a.icoInstagram:hover {
  background-color:  #c52b5e;
}

.social-network a.icoFacebook:hover i,
.social-network a.icoInstagram:hover i {
  color: #fff;
}

.social-network a.socialIcon:hover,
.socialHoverClass {
  color: #44BCDD;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 15px;
}

.social-circle li i {
  margin: 0;
  line-height: 30px;
  text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: #595959;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.social-network a {
  background-color: #F9F9F9;
}

@media (max-width: 992px) {
	.list-unstyled{
		max-width: 100%;
	}

  .col-md-3 {
    padding-left: 0px;
	
  }
}

@media (max-width: 768px) {
	.list-unstyled{
		max-width: 100%;
	}
  .col-md-3 {
    padding-left: 0px;
    text-align: center;
  }

  .col-md-3 h4 {
    margin-bottom: 15px;
  }

  .social-network.social-circle {
    display: flex;
    justify-content: center;
    gap: 15px;
    padding-left: 0;
  }
}

@media (max-width: 480px) {
	.list-unstyled{
		max-width: 100%;
	}

  .col-md-3 {
    padding-left: 0px;
  }}