body {
    background: url('../img/background.jpg');
	font-family: 'Poppins'!important;
    background-size: cover;
    background-color: #fcfdfd;

}

h3 {
    margin-bottom: 2rem!important;
    font-size: 1.5rem!important;
    font-weight: 600!important;
    color: #09509d!important;
}

.back-to-top a {
    margin-top: 2px;
    color: #fff !important;
    font-size: 20px;
    font-weight: 700;
}

/* HEADER */
.navbar {
    background-color: #38026a;
    opacity: 90%;
    padding: 0!important;
}

.nav-link {
    color: #fff!important;
    padding: 13px 18px!important;
}

.nav-link:hover {
    background-color: #DF2328;
}

@media screen and (max-width: 1040px) {
	.nav-link {
		padding: 13px 15px!important;
	}
}
.fa-solid {
    color: #fff;
}

.header-inclusive {
    background: url('../img/header-bg.jpg');
    background-size: cover;
    min-height: 585px;    
}


#header-height {
    min-height: 65px;
}

.counter {
    padding: 5px;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    text-align: center;
    border: 2px dashed #d2d9df;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.counter .counter-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.counter-icon img {
    max-width: 43px;
}


@media screen and (max-width: 420px) {
	.counter-icon img {
		display: none;
	}
}

.clock-container {
    display: flex;
    justify-content: center;
    align-items: center;
  
}

.clock-col {
    text-align: center;
    margin-right: 15px;
    margin-left: 15px;
    min-width: 40px;
    position: relative;
  
}

.clock-col p {
    text-align: center !important;
    margin-bottom: 0rem;
}

.clock-col p.clock-day,
.clock-col p.clock-hours,
.clock-col p.clock-minutes,
.clock-col p.clock-seconds {
    font-size: 1.6rem;
    font-weight: 600;
    color: #d2d9df;

}


@media screen and (max-width: 1400px) {
    .clock-col p.clock-day,
    .clock-col p.clock-hours,
    .clock-col p.clock-minutes,
    .clock-col p.clock-seconds {   
        font-size: 1.4rem;
}
}

.clock-col span.clock-label {
    display: inline-flex;
    margin-left: 7px;
    font-size: 1rem;
    font-weight: 300;
    color: #d2d9df;
}

#canvas {
    padding-bottom: 54px!important;
}

@media screen and (max-width: 1330px) {
    #canvas {
        display: none !important;
    }
}
@media screen and (max-width: 1330px) {
    #animation_container {
        display: none !important;
    }
}
@media screen and (min-width: 1330px) {
    .header-right {
        display: none !important;
    }
}
@media screen and (max-width: 1200px) {
    .header-right img {
        margin-top: 50px;
    }
}
@media screen and (max-width: 992px) {
    .header-right img {
        margin-top: 115px;
        margin-left: 40px;
    } 

    .counter-area {
        width: 100%!important;
    }
}
@media screen and (max-width: 772px) {
    .header-right {
        display: none!important;
    } 
}
/* BUTTONS */

@media screen and (max-width: 1040px) {
	.nav-link {
		padding: 13px 15px!important;
	}
}

@media screen and (max-width: 1400px) {

    .buttons {
        justify-content: center!important;
    }
}

 
.btn-orange {
    background: url(../img/btn-orange.png) no-repeat center top;
    background-size: 300px 100px;
   
}

.btn-pink {
    background: url(../img/btn-pink.png) no-repeat center top;
    background-size: 300px 100px;
}

.btn-purple {
    background: url(../img/btn-purple.png) no-repeat center top;
    background-size: 300px 100px;
}

.btn-orange, .btn-pink, .btn-purple {
    width: 100%;
    min-height: 90px;
    padding: 1rem 1rem;
    max-width: 385px!important;
    transition: .3s all ease;
}

.btn-orange:hover, .btn-pink:hover, .btn-purple:hover {
    transform: translateY(-5px);
}

.btn-orange > a, .btn-pink > a, .btn-purple > a {
    text-decoration: none!important;
}

@media screen and (max-width: 1400px) {
    
	.btn-orange, .btn-pink, .btn-purple {
		margin-right: 5px!important;
	}
}

.btn-text p {
    color: #fff;    
    font-size: 18px;
    font-weight: 600;
    margin-top: 14px;
    transition: 0.5s;
}

/* IMPORTANT DATES */
.content-date-inclusive{
    background-color: #f1f1f1;
    border-top-left-radius: 15px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 2px 2px 10px 4px #d3d3d3;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 30px;
	margin-top: 30px;
}
.content-date-left{
	float: left;
	background-image: url(../img/content-date-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	width: 30%;
	height: 200px;
	border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
	position: relative;
	font-family: 'Poppins', sans-serif;
}
.content-date-left span{
	color: #FFFFFF;
	font-size: 26px;
	position: absolute;
	top: 23px;
	margin: auto;
	left: 0;
	right: 0;
	text-align: center;
	font-family: 'Poppins', sans-serif;
}
.content-date-iconbg{
	position: relative;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	background-color: #3ca4e7;
	left: 0;
	right: 0;
	font-family: 'Poppins', sans-serif;
	top: 70px;
	margin: auto;
}
.content-date-iconbg img{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 55px;
}
.content-date-right{
	float: right;
	width: 70%; 
	position: relative;
}

@media screen and (max-width: 425px) {
	.content-date-right {
		width: 100%;
	}
}

.content-date-right img {
    width: 40px;
    margin-right: 30px;
}

.content-date-right span {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
}

.date-text-blue{
	color: #1d73c0;
}

.slide-inclusive{
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
	width: 70%;
	padding: 0px 0px 14px 0px;
}

.slide-inclusive:last-child{
	padding: 14px 0px 0px 0px;
	border: 0px !important;
}

.carousel-control-next, .carousel-control-prev {
    opacity: 100% !important;
	width: 0px !important;
}

.carousel-control-next img, .carousel-control-prev img{
	width: 40px !important;
}

.carousel-item {
    padding: 40px !important;
}

.buton-inclusive{
	width: 40px;
	height: 40px;
	position: absolute;
    top: 4px;
	right: 25px;
}

.buton-inclusive .carousel-control-prev, .buton-inclusive .carousel-control-next {
    position: absolute;
	top: 20px !important;
}

.buton-inclusive .carousel-control-prev{
	left: 40px;
}

.buton-inclusive .carousel-control-next {
	margin-top: 48px;
}


/* FOOTER */
.footer {
    background: url('../img/footer.png') no-repeat;
    background-size: cover;
    height: 150px;
    padding-top: 1%;
    color: white;
}

.footerText {
    font-size: 12px;
}
.footerText2 {
    text-align: right;
    font-size: 12px;
}

.footerText2 a{
    text-decoration: none;
    color: #fff;
}

.kurul-title {
    color: #bd1e2c;
}

.title{
    color: #bd1e2c;
    font-weight: bold;
}

h4{
    font-size: 20px;
    font-weight: 500;
    color: rgb(15, 75, 136);
 }

 .otelTitle{
    font-size: 1.5em;
    font-weight: 700;
    color: #F49A06;
}




.icon-bar {
    z-index: 9999;
    position: fixed;
    background-color: #ECECEC;
    padding: 10px 10px 10px 10px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  @media screen and (max-width:768px) {
    .icon-bar {
      z-index: 9999;
      position: fixed;
      background-color: #ECECEC;
      padding: 10px 5px 0px 5px;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
    }
  }
  
  @media screen and (max-width: 768px) {
    .icon-bar a {
      display: block;
      text-align: center;
      padding: 5px 10px;
      transition: all 0.3s ease;
      color: white;
      margin-bottom: 10px;
      border-radius: 5%;
      font-size: 15px;
    }
  }
  
  .icon-bar a {
    display: block;
    text-align: center;
    padding: 6px 7px;
    transition: all 0.3s ease;
    color: white;
    margin-bottom: 10px;
    border-radius: 5%;
    font-size: 20px;
  }
  
  .icon-bar a:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    filter: drop-shadow(5px 5px 5px gray);
    -webkit-filter: drop-shadow(5px 5px 5px gray);
  }
  
  .outlook {
    background-color: rgb(252, 241, 40);
  }
  
  .google {
    background-color: #0d1971;
  }
  .apple {
    background-color: #393939;
  }
    
  