@import url("https://fonts.googleapis.com/css2?family=Phudu:wght@300;400;500;600;700&family=Quicksand:wght@300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,500&display=swap');
:root {
  --main: #1e5da2;
  --secondMainColor: #1a8bdb;
  --thirdMainColor:#359be4;

  --white: #ffffff;
  --black: #000000;

  --facebook-clr: #3b5998;
  --twitter-clr: #55acee;
  --instagram-clr: #bc2a8d;
  --whatsapp-clr: #2abc36;
}

body,
html {
  margin: 0;
  height: 100%;
  background-color: #FFF !important;
  background-attachment: fixed;
  overflow: visible;
}

body.rtl {
  /*font-family: 'Cairo', sans-serif;*/
  font-family: "Cairo", sans-serif !important;
}
.shadow{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
a {
  text-decoration: none !important;
}
.rtl h1,.rtl h2,.rtl h5,.rtl h3 , .rtl h4{
  font-family: "Cairo", sans-serif !important;
  font-size: 22px;
 
}
ol, ul {
  padding-left: 0rem !important;
}
.rtl p,
.rtl button,
.rtl a , .rtl li{
  font-weight: 400 !important;
  font-family: "Cairo", sans-serif !important;
  font-size: 14px;
  line-height: 25px;
}

.rtl span:not(a.logo span) {
  font-family: "Cairo", sans-serif !important;
}
.rtl .main_log {
  font-weight: 600;
}
.rtl span.fa {
  font-family: "FontAwesome" !important;
}
.page-item.active .page-link {
  color: #fff;
  background-color: var(--secondMainColor) !important;
  border-color: var(--secondMainColor) !important;
  line-height: 1;
}
.page-link:focus{
  box-shadow: none !important;
}
/*** Start Scrollbar Style ***/
/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #ffffff;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 5px;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: #9e9e9e;
  border: 1px solid transparent;
  border-radius: 10px;
}

.main_color {
  color: var(--main);
}
.form-control:focus, .form-select:focus {
  -webkit-box-shadow: 0 0 5px 4px rgb(88 203 215 / 31%) !important;
}
.mainH {
  width: fit-content;
  margin: 100px auto;
  font-family: 'Raleway', sans-serif;
  color: var(--secondMainColor);
  text-transform: uppercase;
 position: relative;
 font-size: 2rem !important;
}

.mainH:after {
  content: "";
  position: absolute;
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
  bottom: -20px;
  height: 2px;
  width: 60%;
  max-width: 103px;
  background-color: var(--secondMainColor);
}


.subH {
  margin: 20px 0;
  font-family: "Phudu";
  font-weight: 200 !important;
  color: var(--secondMainColor);
}

/*End Scrollbar Style */

.rtl .explore_more_btn {
  direction: initial !important;
}

#topnav a img {
  width: 107px;
  height: 40px;
  margin-left: 20px;
  background-color: #e3e3e3;
  padding: 11px;
  border-radius: 4px;
}
#topnav a span {
  font-family: "Jost", sans-serif;
}
.navbar {
  background-color: #00000000;
  backdrop-filter: blur(5px);
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 20px !important;
  text-align: center;
 
}
@media screen and (min-width:1500px) {
  
}
#nav-mobile {
  display: none;
}
.text-info {
  color: #000000 !important;
}
.navbar a {
  color: var(--white);
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  padding: 1px 12px;
}
.navbar .our_services {
  text-align: center;
  line-height: 25px;
}


/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content li:hover{
  background-color: var(--thirdMainColor) !important;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  top: 38px;
  left: 10PX;
  text-align: start;
  padding-left: 0;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black !important;
  padding: 12px 16px !important;
  text-decoration: none;
  display: block;
  width: 100%;
  font-size: 12px !important;
  text-transform: uppercase !important;
  text-align: start;
}
.navbar .nav-button {
  width: 15%;
}

#topnav .dropdown-content a span {
  color: rgb(116 115 115);
}
.navbar .nav-button button {
  padding: 7px 20px;
  border-radius: 20px;
  border: none;
  font-family: "Jost", sans-serif;
  background-color: #1a8bdba3;
}
.navbar .nav-button button:hover {
  background-color: #ffffff;
  border: 1px solid #1a8bdba3;
  transition: .7s;
}
.navbar .nav-button button:hover > span , .navbar .nav-button button:hover >  i{
  color:#1a8bdb!important ;
  transition: .7s;
}
.navbar .nav-button button span {
    margin-right: 8px;
    color: #fff;
    FONT-SIZE: 13PX;
    font-weight: 400;
    letter-spacing: 1px;
}
.navbar .nav-button  i{
  font-size: 13px;
  font-weight: 600;
  color: var(--white);
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: var(--thirdMainColor) !important;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}
.navbar .logo {
  font-size: 25px;
  text-transform: uppercase;
  width: 15%;
}

.flag {
  width: 15px;
  height: 16px;
  box-shadow: none !important;
  margin-right: 10px;
}


.dropdown-menu.show {
  margin-top: 7px !important;
}

.rtl .navbar-right a,
.rtl .nav_link {
  color: rgb(255, 255, 255);
  font-weight: 500 !important;
}

.navbar-right a,
.nav_link {
  padding: 0.5em 0.8em;
  color: rgb(255, 255, 255) ;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  display: inline;
  text-transform: uppercase !important;
  font-weight: 400;
}

.navbar-right a::before,
.navbar-right a::after,
.nav_link::before,
.nav_link::after {
  content: "";
  height: 14px !important;
  width: 14px !important;
  position: absolute;
  transition: all 0.35s ease;
  opacity: 0;
}
.our_services .dropdown .btn{
  padding: 0px !important;
}
.navbar-right a::before,
.nav_link::before {
  content: "";
  right: 0;
  left: auto !important;
  top: 0;
  border-top: 3px solid var(--white);
  border-right: 3px solid var(--white);
  transform: translate(-100%, 50%);
}

.navbar-right a:after,
.nav_link::after {
  content: "";
  left: 0;
  right: auto !important;
  bottom: 0;
  border-bottom: 3px solid var(--white);
  border-left: 3px solid var(--white);
  transform: translate(100%, -50%);
}

.navbar-right a:hover:before,
.navbar-right a:hover:after,
.nav_link:hover:before,
.nav_link:hover:after {
  transform: translate(0, 0);
  opacity: 1;
}

.navbar-right a:hover,
.nav_link:hover {
  color: #ffffff;
}

.navbar-right {
  width: 70%;
}
.dropdown-toggle::after {
  border-top: 0;
}
.navbar .icon {
  display: none;
}
.dropdown-content li a::before,
.dropdown-content li a::after {
  border: none;
}

/**************** Start WhyUS *************************/

.why-us {
  padding-bottom: 0;
}

.why-us .img-bg {
  min-height: 500px;
  background-size: cover;
}

.why-us .slides {
  background-color: #f9f9f9a6;
}

.why-us h3 {
  font-size: 24px;
  font-weight: 400;
  color: var(--main);
  text-transform: uppercase;
  margin-bottom: 42px;
  font-family: 'Raleway', sans-serif;
}
.why-us p {

  font-family: 'Raleway', sans-serif;
    line-height: 27px;
}

.why-us h4 {
  font-size: 18px;
  font-weight: 400;
  color: #29486a;
  font-family: var(--font-secondary);
}

.why-us .swiper {
  margin: 140px 140px 120px 140px;
  overflow: hidden;
}

.why-us .swiper-button-prev:after,
.why-us .swiper-button-next:after {
  font-size: 24px;
  color: var(--color-secondary);
}

.why-us .swiper-button-prev {
  left: 80px;
}

.why-us .swiper-button-next {
  right: 80px;
}

.why-us .swiper-pagination {
  margin-top: 30px;
  position: relative;
}

.why-us .swiper-pagination .swiper-pagination-bullet {
  background-color: #b4b4b4;
}

.why-us .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--secondMainColor);
}

@media (max-width: 1200px) {
  .why-us .swiper {
    margin: 60px 60px 40px 60px;
  }

  .why-us .swiper-button-prev,
  .why-us .swiper-button-next {
    display: none;
  }
}
@media screen and (max-width:769px) {
  .why-us .img-bg {
    min-height: 290px;
  }
}
@media (max-width: 575px) {
  .section-header{
    margin: 100px 0;
  }
  .why-us .swiper {
    margin: 40px 40px 20px 40px;
  }
  .why-us .img-bg {
    min-height: 200px;
    background-size: cover;
  }
}

.page-about .why-us {
  padding: 0 0 80px 0;
}
/**************** End WhyUS *************************/
.last_blog {
  margin-top: 50px !important;
}
.last_blog .card a,
.all_blogs .card a {
  color: var(--secondMainColor);
}



/****************Start Our Services**********************/
.ourService {
  margin: 61px auto;
}

.ourService h1 {
  text-align: center;
}
.ourService .services {
  display: flex;
  justify-content: space-around;
  height: max-content;
  width: 90%;
  margin: 60px auto;
}

.ourService .services .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  margin: 20px 0 80px;
  height: 100%;
}

.ourService .services .card {
  width: 30%;
  height: 400px;
  margin: 10px;
  background-color: white;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 480px) {
  .ourService .services .card {
    width: 100%;
    height: 300px;
  }
}
.card:hover .card__caption {
  top: 50%;
  transform: translateY(-50%);
}
.card:hover .card__image {
  transform: translateY(-10px);
}
.card:hover .card__thumb::after {
  top: 0;
}
.card:hover .card__snippet {
  margin: 20px 0;
}
.card__thumb {
  position: relative;
  overflow: hidden;
  margin: 0;
  height: 400px;
}
.card__thumb img {
  width: 100%;
  height: 115%;
  object-fit: cover;
}

.card__thumb::after {
  position: absolute;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5) 40%,
    rgba(255, 255, 255, 0) 100%
  );
  transition: 0.3s;
}
@media (min-width: 1024px) {
  .card__thumb::after {
    top: calc(100% - 140px);
  }
}
.card__image {
  transition: 0.5s ease-in-out;
}
.card__caption {
  position: absolute;
  top: 50%;
  z-index: 1;
  padding: 0 20px;
  color: white;
  font-family: "Roboto", sans-serif !important;
  transform: translateY(-50%);
  text-align: center;
  transition: 0.3s;
}
@media (min-width: 1024px) {
  .card__caption {
    top: calc(100% - 110px);
    transform: unset;
  }
}
.card__title {
  display: -webkit-box;
  max-height: 85px;
  overflow: hidden;
  font-family: "Roboto", sans-serif !important;
  text-transform: uppercase !important;
  font-size: 23px;
  font-weight: 600;
  line-height: 28px;
  text-shadow: 0px 1px 5px black;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.card__snippet {
  display: -webkit-box;
  max-height: 150px;
  margin: 20px 0;
  overflow: hidden;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-overflow: ellipsis;
  transition: 0.5s ease-in-out;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
@media (min-width: 1024px) {
  .card__snippet {
    margin: 79px 0;
  }
}
.card__button {
  display: inline-block;
  padding: 10px 20px;
  color: white;
  border: 1px solid white;
  background-color: transparent;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s;
}
.card__button:hover {
  color: black;
  background-color: white;
}

.disclaimer {
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 2;
  box-sizing: border-box;
  width: 100%;
  padding: 20px 10px;
  background-color: white;
  transform: translateX(-50%);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  text-align: center;
}
.disclaimer__link {
  color: #755d87;
  text-decoration: none;
}
.Btn {
  overflow: hidden;
  z-index: 10;
  text-transform: uppercase;
}
.Btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: -1;
}


.Btn:hover::before {
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.bg-secondary-gradient,
.bg-success-gradient,
.bg-danger-gradient {
  background: var(--secondMainColor) !important;
}
.card__button {
  font-weight: bold;
}
/****************End Our Services**********************/

/********************Start CitySlider *******************************/

section#slider {
	width: 100%;
  margin: 100px auto;
}

section#slider span.nowrap {
	white-space: nowrap;
}

section#slider .slider-wrapper {
    padding: 0;
    overflow: hidden;
}

section#slider .scroll-wrapper {
    width: 100%;
    overflow-x: hidden;
}

section#slider ul {
    padding: 0;
    width: max-content;
		margin-right: 0;
    margin-left: 0;
	  margin-bottom: 0;
}

section#slider li.slider {
    display: inline-block;
    position: relative;
    width: 24.6vw;
    
}

section#slider li.slider img {
    margin: 5px 10px 0 0;
    display: block;
    height: auto;
    max-width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px
}

.rtl section#slider li.slider img {
  margin: 5px 0 0 10px !important;
}

section#slider span.slider-name, span.slider-title {
    display: block;
    position: absolute;
    color: #fff;
    left: 2vw;
}

section#slider span.slider-name {
    font-weight: 900;
    bottom: 4vw;
    font-size: 1.5vw;
}

section#slider span.slider-title {
    font-weight: 100;
    bottom: 2.5vw;
    font-size: 1.3vw;
}

section#slider .more-slider {
    padding: 1vh 5% 0;
}

section#slider .more-slider h4 {
    font-family: 'Playfair Display', serif;
    color: #5896b0;
    font-weight: 500;
    font-size: 25px;
    padding: 35px 0 25px 0px;
    margin-bottom: 0;
    margin-top: 8px;
}

section#slider .more-slider p {
		padding-bottom: 2vh;
    padding-left: 0 !important;
}

section#slider .slide-controls {
    color: #5896b0;
    font-weight: 300;
}

section#slider .slide-controls span.slider-previous {
    margin-right: 75px;
}

.rtl section#slider .slide-controls span.slider-previous{
  margin-left: 75px !important;
  margin-right: 0px;
}

section#slider .slide-controls i {
    font-size: 26px;
}

section#slider .more-slider a.button {
    border: 1px solid #5896b0;
    max-width: 200px;
    color: #5896b0;
    margin-top: 6vw;
}

section#slider .more-slider a.button:hover {
    color: #fff;
}

section#slider .more-slider a.button:before {
    background: #5896b0;
}
/*** Media Queries ***/

@media (max-width: 1050px) {
  section#slider .more-slider h4{
    padding-top: 0;
  }
  section#slider .more-slider p {
    padding-bottom: 1vh;
  
}

}

@media (max-width: 991px) {
		section#slider .more-slider {
				padding: 1vh 3% 0;
        max-width: 52% !important;
        flex: 0 0 50% !important;
		}

		section#slider .more-slider h4 {
				font-size:30px;
				padding: 0 0 15px 0;
		}

    section#slider .slider-wrapper {
        width:50%;
    }

    section#slider .content {
        padding: 35px;
    }

    section#slider .more-slider a.button {
        margin-top: 4vw;
        max-width: 175px;
        font-size: 15px;
        padding: 5px 0;
    }
}
	
@media (max-width: 768px) {
		section#slider .area {
			padding-right: 0;
			padding-left: 0;
		}
	
		section#slider .slider-wrapper {
        width: 100%;
    }

    section#slider .scroll-wrapper {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
    section#slider .more-slider h4 {
      font-size:30px;
      
  }

    section#slider li.slider {
        width: 49.2vw;
    }
	
	section#slider span.slider-title {
        bottom: 3.5vw;
        font-size: 3.3vw;
    }

    section#slider span.slider-name {
        bottom: 7vw;
        font-size: 3.5vw;
    }

    

     section#slider .more-slider a.button {
        margin-top: 0;
    }

    section#slider {
        padding-bottom: 0;
				margin-left: 0;
    }

    section#slider .more-slider {
        padding-left: 0;
    }

    
}
@media (max-width: 500px) {
  #slider > div{
    display: block !important;
  }
  section#slider .more-slider p , section#slider .slide-controls {
   display: none;
}
 
section#slider .more-slider h4{
  display: inherit;
}
}

/********************End CitySlider *******************************/



/********************Start Contact page *******************************/

.blog_head , .contact_bg , .faq_bg , .read_blog_head ,.turk_nationalty {
  height: 60%;
  position: relative;
  background-image: url("../images/slide2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact_caption , .blog_bgcaption , .faq_caption , .read_blog_caption , .turk_caption1{
 
  position: absolute; 
  left: 0;
  right: 0;
  top: 50%;
  bottom: 0;
  margin: auto;
 font-size: 40px;
  z-index: 10;
  color: var(--white);
  width: fit-content;
text-align: center;
text-transform: uppercase;  
}
.contact_bgimg , .faq_bgimg , .blog_bgimg , .read_blog_bgimg , .turk_bgimg {
  position: absolute;
  height: 100% !important;
  width: 100% !important;
  top: 0;
  left: 0;
  background-color: #00000079;
 
}

.contact_form_map {
  margin: 100px auto;
  height: fit-content;
  display: flex;
}
@media screen and (max-width:770px) {
  .contact_form_map {
    flex-direction: column-reverse;
  }
}

.contact_form {
  margin: auto;
  width: 60%;
  overflow: hidden;
}
.contact_form .card {
  display: flex;
  flex-direction: row;
}
.contact_form .card .card-header {
  width: 33%;
  background-image: url(../images/slide1.jpg);
  position: relative;
}
.contact_form .card .card-header .card-head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: brightness(0.5);
}
.contact_form .card .card-header .card-title {
  position: absolute;
  top: 20px;
  font-size: 25px;
}
.form-control {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}
.contact{
  padding: 20px;
}
.contact .info-item+.info-item {
  margin-top: 40px;
}

.contact .info-item i {
  font-size: 20px;
  background: var(--secondMainColor);
  color: #fff;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}
.rtl .contact .info-item i {
  margin-left: 15px;
}

.contact .info-item h4 {
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  color: var(--secondMainColor);
  font-family: "Raleway";
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}


/********************End Contact page *******************************/

/*******************Start FAQS page *********************************/
.questions {
  margin-top: 100px;
}
.faq_bg {
  background-image: url("../images/pexels-pok-rie-5269590.jpg");
  height: 60% !important;
}

.faq_bgimg {

  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  margin: auto;
}
.questions_list {
  width: 30%;
  height: 240px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 12px;
}

.accordion-button.collapsed {
  background: transparent;
  box-shadow: none;
  padding: 25px;
  font-size: 15px;
}
.question_text:not(.collapsed) {
  background-color: #2e7bb8 transparent !important;
}
.accordion-button:not(.collapsed) {
  color: var(--secondMainColor) !important;
  background-color: var(--thirdMainColor) !important;
  padding: 25px;
  font-weight: 500;
}
.accordion-button:focus {
  z-index: 3;
  border: none !important;
  outline: none !important;
  box-shadow: 0 0 0 1PX #e0f2ff  !important;
}
.accordion-body {
  padding: 2.5rem 1.25rem !important;
}
/***add***/
#back-to-top {
  right: 8px;
  bottom: 50px !important;
  background-image: none;
  background-color: var(--secondMainColor);
  border-radius: 50%;
}
#back-to-top:hover {
  background-image: none !important;
  background-color: #ffffff !important;
  border: 1px solid var(--secondMainColor);
}
#back-to-top:hover > i {
  color: var(--secondMainColor) !important;
}

.question_categories img,
.question_categories a {
  display: block;
  height: 100%;
  border-radius: 8px;
  
}

.question_categories img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.question_categories .description {
  font-size: 1.3rem;
  text-transform: uppercase;
  position: absolute;
  display: block;
  text-align: center;
  top: 50%;
  width: 100%;
  margin: auto;
  color: white;
  z-index: 100;
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
}

.cat_overlay {
  height: 0%;
}

.question_categories li:hover .cat_overlay {
  background: rgb(117, 117, 117);
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  opacity: 0.5;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.question_categories li:hover .description {
  opacity: 1;
}



.question_categories p {
  line-height: 1.4;
}

.questions .card-header {
  height: 100px;
}
.questions .card-header h3{
  height: fit-content;
  font-size: 1.5rem;
  margin: auto;
  text-transform: uppercase;
}

/*******************End FAQS page *********************************/

/********************Start main footr style****************************************/
.footer {
  margin-top: 100px;
  padding: 0;
  background: none;
}
.main-footer {
  background-color: #fff;
  color: #aaaaaa;
  width: 100%;
  box-shadow: 0 0px 12px -2px rgba(40, 117, 185, 0.84);
  font-size: 12px;
}
.main-footer div {
  padding-top: 4px;
  text-align: center;
  margin: 10px auto;
}
.main-footer div:nth-child(3) {
padding-bottom: 20px;
}

.main-footer div h2 {
  margin: 40px auto !important;
}
.main-footer div a{
  text-decoration: none;
  color: var(--secondMainColor) !important;
  margin: 0 5px;

}



.footer-social-list a {
  color: #fff;
}
.footer-social-list a{
  display: inline-block;
  text-decoration: none;
  color: var(--secondMainColor) !important;
  margin: 0 5px;
  position: relative;
  border: 2px solid var(--secondMainColor);
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.footer-social-list a:hover{
  border: none;
  border-radius: 10px;
  transition: 0.7s;
}
.footer-social-list a i {
  padding: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: var(--secondMainColor);
  
}
.footer-social-list a i:hover {
  background-color: #fff;
  border-radius: 10px;
  transition: 0.7s;
}
.footer-social-list a i.fa-facebook:hover {
  color: #fff;
  background-color: var(--facebook-clr);
}
.footer-social-list a i.fa-whatsapp:hover {
  color: #fff;
  background-color: var(--whatsapp-clr);
}
.footer-social-list a i.fa-twitter:hover {
  color: #fff;
  background-color: var(--twitter-clr);
}
.footer-social-list a i.fa-instagram:hover {
  color: #fff;
  background-color: var(--instagram-clr);
}

/********************End main footr style****************************************/
/******************** Start Contact Icons ****************************************/
.contact_wrapper {
  display: inline;
  position: fixed;
  right: 8px;
  bottom: 110px;
  z-index: 100000;
}

.ss_wrap .ss_btn {
  background: var(--secondMainColor);
  color: var(--white);
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border-radius: 50%;
  cursor: pointer;
}



.ss_wrap .dd_list ul {
  display: none;
  width: auto;
  background: var(--white);
  margin: 0 10px;
  border-radius: 25px;
  position: relative;
  transition: 1s;
}

.ss_wrap .dd_list ul li a {
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  color: var(--main);
}

.ss_wrap .dd_list ul:before {
  content: "";
  position: absolute;
  border: 8px solid;
}

.ss_wrap .ss_btn {
  border-radius: 50%;
}

.ss_wrap .dd_list {
  position: absolute;
  top: -73px;
  right: 52px;
  left: -43px;
}
.contact_wrapper .dropdown-content {
  min-width: 40px;
}

.ss_wrap .dd_list ul {
  border-radius: 5px;
}
.contact_wrapper .dropdown-content a {
  padding: 12px !important;
}
.contact_wrapper .dropdown-content a i {
  font-size: 18px !important;
}
.contact_wrapper .dropdown-content a i:hover {
  border-radius: 50% !important;
}
.ss_wrap .dd_list ul:before {
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  border-color: transparent transparent transparent var(--white);
}

.dropdown .dropdown-content li a.facebook_btn:hover {
  color: var(--white) !important;
  background-color: var(--facebook-clr);
  transition: 1s;
}

.dropdown .dropdown-content li a.whatsapp_btn:hover {
  color: var(--white) !important;
  background-color: var(--whatsapp-clr) !important;
  transition: 1s;
}

.dropdown .dropdown-content li a.instagram_btn:hover {
  color: var(--white) !important;
  background-color: var(--instagram-clr);
  transition: 1s;
}
.dropdown .dropdown-content li a.twitter_btn:hover {
  color: var(--white) !important;
  background-color: var(--twitter-clr);
  transition: 1s;
}

.ss_wrap .ss_btn.active + .dd_list ul {
  display: flex;
  flex-direction: column;
  padding: 0px !important;
  opacity: 1;
  transition: 1s;
}

/******************** End Contact Icons ****************************************/

/******************** Start Loader ****************************************/

/******************** End Loader ****************************************/
.Preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  z-index: 999999;
  display: flex;
  background-color: rgb(255, 255, 255);
  visibility: visible;
}
.loader1 {
  margin: auto;
}
.loader1 .loader {
  width: 48px;
  height: 48px;
  border: 5px solid #FFF;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  animation: pulse 1s linear infinite;
}
.loader:after {
  content: '';
  position: absolute;
  width: 48px;
  height: 48px;
  border: 5px solid #20b5da;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: scaleUp 1s linear infinite;
}

@keyframes scaleUp {
  0% { transform: translate(-50%, -50%) scale(0) }
  60% , 100% { transform: translate(-50%, -50%)  scale(1)}
}
@keyframes pulse {
  0% , 60% , 100%{ transform:  scale(1) }
  80% { transform:  scale(1.2)}
}

/*********************** start turk nationalty *********************************/
.turk_nationalty {
 background-image: url("../images/pexels-meruyert-gonullu-6152260.jpg");
  height: 100% ;
}

.turk_caption {
  position: absolute;
  display: flex;
  justify-content: end;
  top: 55%;
  height: 72%;
  left: 10%;/**************************************************/
  transform: translate(6%, -50%);
  -webkit-transform: translate(6%, -50%);
  -moz-transform: translate(6%, -50%);
  -ms-transform: translate(6%, -50%);
  -o-transform: translate(6%, -50%);
}

.turk_caption1 {
  right: 13%;/***********************************************************************************/
  left: auto;/*****************************************************************************/
  top: 27%;
  margin-left: 10px;
  font-size: 75px;
  opacity: 0.7;
  font-weight: 600;
  width: 283px;
  text-align: start;
  word-break: break-all;
}
 .rtl .turk_caption1{
  right: auto;/*************************************/
  left: 18%;/*****************************************/
  top: 38%;
}
@media screen and (max-width:768px) {
 .turk_caption1 {
    right: 4%;/******************************************/
  }
  .rtl .turk_caption1{
    right: auto;/*****************************************/
    left: 6%;/*********************************************/
    top: 38%;
  }
}
@media screen and (min-width:1800px) {
   .turk_caption1 {
    top: 40%;
    width: 1000px;
  }
  .rtl .turk_caption1{
    right: auto;/******************************************/
    left: 10%; /****************************************/
    top: 38%;
    width: 1000px;
  }
}
.rtl .turk_caption{
  left: auto;
  right: 2%;
}
.turk_nationalty_card {
  background-color:#fff;
  padding: 18px;
  margin: auto;
}

.turk_nationalty_title > h1 {
  margin-top: 20px;
  font-size: 20px;
  text-transform: uppercase;
  color: var(--secondMainColor);
}
.nationalty  , .invest_type , .vize_country{
    border-radius: 10px;
    color: rgb(0, 0, 0);
    padding: 0px 15px 0px 15px;/**********************************************************/
    font-family: 'Jost';
    width:90%;
    margin-top: 4% !important;/***********************************************************/
    letter-spacing: .5px;
}
.flag-tr{
    width: 40px;
    height: 30px;
    box-shadow: none !important;
   
}
.turk_nationalty_card .card__button {
  background-color: var(--secondMainColor);
  width: 90%;
}
.turkish_citizen {
  margin: 100px auto !important;
    background-color: #ededed5c;
    padding: 50px 0;
    height: max-content;
    border-radius: 8px;
    padding-bottom: 70px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.turkish_citizen2 {
  margin: 100px auto !important;
  background-color: #ededed5c;
  padding: 30px;
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
@media screen and (max-width:1500px) {
  .turkish_citizen , .turkish_citizen2{
    max-width: 95% !important;
  }
}

@media screen and (max-width:770px) {
  .turkish_citizen2 .Timeline {
    width: 50% !important;
  }
   ul.papers li {
     width: 100% !important; 
}
.turkish_text{
  max-width: 100% !important;
}
}
.turkish_citizen2 .turkish_text {
  width: 70%;
}
.turkish_citizen2 .Timeline {
  width: 30%;
  height: 100%;
  flex-direction: row;
  background-color:#5fade4;
  border-radius: 10px;
}
@media screen and (max-width:1025px) {
  .turkish_citizen2 .Timeline {
  width: 45% !important;
  }
}
.Timeline .list1 .days {
	padding-top: 1%;
  }

.rtl .Timeline {
  direction: ltr !important;
}
.turkish_citizen2 .Timeline .list1 {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.turkish_citizen2 .Timeline .list2 {
  width: 60%;
  padding-top: 17px;
  height: 20%;
  margin-right: 4% !important;
 
}

.turkish_citizen2 .Timeline .list1 .days {
  margin: 24px 5px;
  text-align: center;
  color: #fff;

}
.turkish_citizen2 .Timeline ul li i {
  font-size: 20px;
  padding: 16px;
  background-color: #fff !important;
  border: 2px solid #fff;
  color: #5fade4;
  box-shadow: 0 0px 1px 4px rgb(227 227 227 / 84%);
}
.turkish_citizen2 .Timeline ul li {
  display: block;
}

.turkish_citizen2 .Timeline .list2 .step {
  margin: 5px;
  background-color: #fbfbfb;
}
.turkish_citizen2 .Timeline .list2 .line {
  width: 2px;
  height: 115px;
  margin-left: 9px;
  background-color: #e7f1f3;
}
.turkish_citizen2 .Timeline ul .icons ,
.turkish_citizen .Timeline ul .icons  {
  width: 55px;
  height: 54px;
  border-radius: 4px;
  position: relative;
  background-color: #fff ;
  margin: auto;
  box-shadow: rgb(45 45 45 / 17%) 0px 4px 12px;
}
.turkish_citizen .Timeline ul .icons {
  background-color: #5fade4;
  box-shadow: rgb(115 114 114 / 65%) 0px 4px 12px;
}
.turkish_citizen2 .Timeline ul li i,
.turkish_citizen .Timeline ul li i {
  font-size: 22px;
  padding: 0;
  color: #5fade4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  box-shadow: none;
  background-color: #fff;
 
}
.turkish_citizen .Timeline ul li i {
  color: #fff;
  background-color: #5fade4;
}
.turkish_citizen2 .Timeline .list2 .step span {
  position: absolute;
  top: -8px;
  left: 47px;
  text-align: start;
  width: 116px;
  color: #ffffff;
  font-size: 12px;
}

/*rtl*/

.rtl .turkish_citizen2 .Timeline .list2 .line {
  margin-right: 8px !important;
}
.rtl .turkish_citizen2 .Timeline .list2 .step span {
  right: 47px !important;
}

.turkish_citizen .Timeline .list2 .step {
  margin: 0px;
}
.rtl .turkish_citizen .Timeline .list2 .line {
  margin-bottom: 3px !important;
}

/*end rtl*/
.turkish_text h1 {
  font-family: "Phudu";
  font-weight: 200 !important;
}

.book_now {
  margin-top: 6% !important;
    font-family: jost;
    font-weight: 100;
    letter-spacing: 2px;
}
.nationalty_invest > p,
.nationalty_time > p,
.vize_country > p,
.invest_type > p {
 margin-bottom: 2px !important;
  font-weight: 700 !important;
  color: var(--secondMainColor);
}

.main_reserve {
  display: flex;
  background-image: url("../images/pexels-pok-rie-5269590.jpg");
  background-attachment: fixed;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 100px 0;
}
.main_reserve .overlay {
  width: 100%;
  height: 100%;
  backdrop-filter: brightness(0.5);
}

.contact-form {
  width: 30%;
  margin-left: 10%;
}

.reserve_text {
  width: 0%;
}
.reserve_text img {
  width: 100%;
  height: 100%;
}
.btn-primary {
  color: #fff !important;
  background: var(--secondMainColor) !important;
  border-color: var(--secondMainColor) !important;
  font-weight: bold;
}
.papers {
  list-style: square !important;
  flex-wrap: wrap;
  width: 100%;
  margin-left: 17px;
}

ul.papers li {
  margin-top: 15px;
  width: 100%;
  margin-right: 20px;
  font-size: 13px;
}

.Timeline {
  display: flex;
  flex-direction: column;
  height: 200px;
  padding: 20px;
  background-color: #f9f9f9;
}
.turkish_citizen .Timeline ul {
  list-style: none;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: space-evenly;
}
.Timeline .list1 {
  padding-top: 4%;
  text-align: center;
}
.turkish_citizen .Timeline .list2 {
  width: 91% !important;
  margin-top: 3%;

  
}



.Timeline ul li {
  display: inline-block;
}



.rtl .stp_day {
  margin-left: 2px !important;
}

.stp_day {
  margin-right: 2px;
}

.rtl .Timeline .list1 .days {
  direction: rtl;
}


.Timeline .list2 .step {
  position: relative;
  width: 10px;
  height: 10px;
  background-color: #5fade4;
  border-radius: 50%;
  box-shadow: 0 0 5px 5px rgb(226, 226, 226);
}

.Timeline .list2 .line {
  width: 14.5%;
  height: 2px;
  background-color: #5fade4;
}

.Timeline .list2 .step span {
  position: absolute;
  top: 24px;
  left: -29px;
  text-align: start;
  width: 116px;
  color: var(--secondMainColor);
  font-size: 10px
}

/***************************Start Blogs Style********************************/


.rtl .last_blog .fa-angle-double-right,
.rtl .all_blogs .fa-angle-double-right {
  margin-right: 7px !important;
}
.last_blog .fa-angle-double-right,
.all_blogs .fa-angle-double-right {
  margin-left: 7px !important;
}

.blog_head  {
 
  background-image: url("../images/pexels-pixabay-62623.jpg");

}

.blog_bgimg {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin: auto;
}

.blog_caption {
  margin-left: 15px;
}
.blog_header{
  text-align: center;
  margin: auto;
}
.blogs .card {
  height: 350px;
}

.last_blog .row .card,
.all_blogs .blogs .card {
  box-shadow: rgba(0, 0, 0, 0.4) 0px 4px 12px !important;
}

.last_blog .row .card img,
.all_blogs .blogs .card img {
  height: 240px;
}

.last_blog .card p.card-text,
.all_blogs .blogs .card p.card-text {
  overflow: hidden;
  height: 50px;
  text-overflow: ellipsis;
}
/*************************** End Blogs Style **********************************/

/******************************* Blog *****************************************/
.read_blog_head {
  background-image: url("../images/pexels-caner-cankisi-3999943.jpg");
}


.main_blog_img {
  background-image: url("../images/slide1.jpg");
  width: 75%;
  height: 40vh;
  background-repeat: no-repeat;
  border-radius: 8px;
  background-size: cover;
  margin-bottom: 4.5rem !important;
}
.blog_content {
  line-height: 27px;
  width: 80%;
  font-size: 17px;
}
.articleHead{
  margin: 100px auto;
  display: flex;
  height: 50vh;
  justify-content: space-between;
  font-family: 'Raleway', sans-serif;
}
.article_header{
  width: 50%;
}
.article_header .article_header1{
text-transform: uppercase;
  font-size: 40px;
  color: var(--main);
  font-weight: 700;
  letter-spacing: 1px;
}
.article_header .article_header2{
  text-transform: uppercase;
  padding-top:8% ;
    font-size: 105px;
    color: var(--main);
    font-weight: 300;
  }
  @media screen and (max-width:1400px) {
    .article_header .article_header2{
      font-size: 80px;
    }
  }
  @media screen and (max-width:900px) {
    .article_header .article_header2
    {
      font-size: 60px;
    }
    .article_text
    {
      font-family: 'Raleway', sans-serif;
        width: 95% !important;
    }
  }
  @media screen and (max-width:480px) {
    .article_header .article_header2{
      font-size: 60px;
    }
    .article_img{
      display: none;
    }
  }
.article_img{
  width: 40%;
  background-size: cover;
  border-radius: 6px;
}
.sub_article_head{
  margin-bottom: 50px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    width: fit-content;

}
.article_text{
  font-family: 'Raleway', sans-serif;
    width: 80%;
    line-height: 30px;
    font-size: 20px;
    letter-spacing: 1px;
}
.rtl .article_text{
  font-family: "Cairo", sans-serif !important;
}

/******************************* End Blog *************************************/



  
/*****************Start mobile style********************/

@media screen and (max-width: 480px) {
  /******/
  .contact_caption, .blog_bgcaption, .faq_caption, .read_blog_caption, .turk_caption1 {
    
    font-size:25px;
   
}

  .navbar {
    /*padding: 10px;*/
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 10vh;
  }

  .navbar .menu {
    display: none;
  }
  .navbar .nav_link {
    color: #000 !important;
  }

  .navbar .icon {
    display: block;
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 21px !important;
    font-family: "Jost", sans-serif;
  }
  .navbar .icon::before,
  .navbar .icon::after {
    border: none;
  }
  #topnav a img {
    width: 100px;
    height: 30px;
    margin-left: 5px;
  }

  #nav-mobile,
  #nav-mobile .our_services .dropdown-content,
  #nav-mobile .lang .dropdown-content {
    position: absolute;
    display: block;
    align-items: center;
    padding: 10%;
    height: 100vh;
    top: 0;
    right: -100%;
    width: 100%;
    background-color: #fff;
    /*display: block;
		width: 100%;*/
    transition: 1s;
  }
  #nav-mobile .our_services .dropdown-content,
  #nav-mobile .lang .dropdown-content {
    width: 100%;
  }

  .nav-mobileShow {
    right: 0px !important;
    transition: 1s;
  }
  #nav-mobile a:nth-child(1) {
    margin-top: 20%;
  }
  #nav-mobile .our_services .dropdown-content li a,
  #nav-mobile .lang .dropdown-content li a {
    margin-top: 10px;
  }
  #nav-mobile .our_services .dropdown-content li:nth-child(1),
  #nav-mobile .lang .dropdown-content li:nth-child(1) {
    margin-top: 50%;
  }
  #nav-mobile a,
  #nav-mobile span {
    display: block;
    padding-left: 19%;
    font-size: 15px;
    width: 100%;
    padding: 10px;
    color: #000;
    text-align: start;
  }
  #nav-mobile .fa-circle-xmark,
  #nav-mobile .our_services .dropdown-content #back1,
  #nav-mobile .lang .dropdown-content #back2 {
    position: absolute;
    top: 34px;
    right: 47px;
    font-size: 21px;
  }
  #nav-mobile .our_services span {
    font-weight: 600;
    padding-left: 0;
  }
  #nav-mobile .our_services ul {
    margin-left: 10%;
  }

  .rtl #nav-mobile .our_services ul {
    margin-right: 10%;
  }

  #nav-mobile .our_services ul li a {
    margin-top: 5px;
  }

  #nav-mobile .lang ul li {
    display: inline;
    float: left;
  }

  .rtl #nav-mobile .lang ul li {
    display: inline;
    float: right;
  }

  #nav-mobile .our_services,
  #nav-mobile .lang {
    width: 100%;
    padding: 5px;
  }
  #nav-mobile .our_services button,
  #nav-mobile .lang button {
    width: 100%;
    background-color: transparent;
    border: none;
    color: #000;
    font-weight: bold;
  }
  #nav-mobile .our_services button span,
  #nav-mobile .lang button span {
    float: left;
    background: none;
  }
  #nav-mobile .our_services button i,
  #nav-mobile .lang button i {
    float: right;
    margin-top: 5px;
    padding-right: 20px;
  }
  #nav-mobile .flag {
    margin-right: 20px;
  }
  .ourService .services {
    height: fit-content;
  }
  .navbar .dropdown {
    width: 100%;
    padding-left: 12%;
  }

  .navbar .dropdown button {
    font-size: 20px !important;
    font-weight: bold;
    padding-top: 6px;
    /* text-align: start; */
    width: 100%;
  }
  .nav-button {
    display: none;
  }
  .main-slider-container {
    height: 88vh;
    overflow: hidden;
    margin-top: 10vh;
  }
  
  .statistics-info > div > div {
    width: 33%;
  }
  .modal {
    width: 100vw;
  }
  /*********** turkish nationality *************/
  .turkish_text {
    width: 99%;
    overflow: hidden;
  }
  .citizenship_investment {
    width: 99%;
    margin: 30px 0;
  }
  .citizenship_investment > p {
    word-wrap: break-word;
  }
  .reserve_text {
    overflow: hidden;
  }
  .turk_caption {
    height: 62%;
    width: 86%;
    top: 53%;
    left: 2%;/*************************************************/
  }
  ul.papers li {
    width: 100%;
  }
  .turkish_citizen,
  .turkish_citizen2 {
    max-width: none;
    padding: inherit;
    display: block;
  }

  .rtl .turkish_citizen2 .Timeline {
    height: 53% !important;
    margin-top: 20px;
  }
  .turkish_citizen2 .Timeline {
    height: 45% !important;
    width: 100% !important;
    margin-top: 20px;
  }
  .turkish_citizen2 .turkish_text,
  .turkish_citizen2 .Timeline {
    width: 100%;
  }
  .turkish_citizen2 .Timeline .list1 .days {
    text-align: center;
    margin: 24px 10px;
  }
  .turkish_citizen2 .Timeline .list2 .line {
    margin-left: 20px;
    height: 120px;
  }
  .citizenship_investment,
  .required_papers {
    margin: 20px 0;
  }
  .papers{
    margin-left: 0;
  }
  .Timeline {
    height: 80vh;
    justify-content: space-around;
    flex-direction: row;
  }
  .turkish_citizen .Timeline .list1 {
    height: 100% !important;
    width: 30%;
    display: flex;
    flex-direction: column;
  }
  .turkish_citizen .Timeline .list2 {
    height: 96%;
    padding-top: 28px;
    text-align: start;
    display: flex;
    flex-direction: column;
  }
  .turkish_citizen2 .Timeline .list2 .step span {
    left: 56px;
}
  .turkish_citizen .Timeline .list2 .step span {
    position: absolute;
    top: -2px;
    left: 47px;
    text-align: start;
    width: 121px;
    color: var(--main);
    font-size: 11px;
    font-weight: bold;
  }
  .turkish_citizen2 .Timeline .list1 {
    width: 30%;
  }
  .turkish_citizen2 .Timeline .list2 {
    width: 50%;
    height: 91%;
  }
  .turkish_citizen2 .Timeline .list2 .line span {
    left: 12px;
    color: #fff;
    width: 131px;
  }
  .turkish_citizen2 .Timeline .list1 {
    height: 100%;
  }

  
  .Timeline .list2 .step:nth-child(1) {
    margin-left: 12px;
  }
  .Timeline .list2 .step {
    display: block;
    width: 17px;
    height: 17px;
    margin: 7px;
    margin-left: 12px !important;
  }
  .Timeline ul li i {
    font-size: 20px;
  }
  .Timeline .list2 .line {
    width: 1.5%;
    height: 20%;
    margin-left: 19px !important;
  }
  .Timeline .list2 .line span {
    width: 128px;
    left: 16px;
    padding-right: 0px;
  }
  .Timeline .list1 .days {
    text-align: center;
    padding-top: 16px;
    margin: 0;
  }

  .main_reserve {
    height: 72vh;
    margin: 50px 0;
    flex-direction: column-reverse;
    background-color: #e2e2e200;
  }
  .main_reserve .contact-form {
    width: 100%;
    display: block;
    height: 100%;
    margin-left: 0;
  }
  .main_reserve .contact-form .card {
    background-color: #bbbbbbba;
  }
  .main_reserve .reserve_text {
    display: none;
  }
  .section_text {
    width: 100%;
    margin-right: 0.5px !important;
    padding: 20px;
    backdrop-filter: brightness(0.5);
  }
  .question_categories .grid {
    grid-template-columns: repeat(2, 0.5fr);
    grid-template-rows: repeat(4, 25%);
  }

  .blog_content {
    width: 100%;
  }
  .main_blog_img {
    display: none;
  }
  .main-footer {
    flex-direction: column;
  }

  .main-footer div {
    width: 100% !important;
  }
  .footer-social-list {
    padding-right: 0;
  }
 
  
  .contact_form {
    height: 40%;
  }

  .contact_form_map .contact_form {
    width: 100%;
  }

  .contact_card {
    width: 94%;
    padding: 0;
    height: 50%;
    margin: auto;
  }
  .contact_form .card .card-header {
    display: none;
  }
  .map_connet {
    height: 60%;
    width: 100%;
  }
  .the-map {
    width: 94%;
    padding: 5px 10px;
    margin: 10px auto;
    height: 50%;
  }
  /*********** turkish nationality *************/
}

@media screen and (max-width: 418px) {
  .ourService {
    margin: 50px auto;
    height: 182vh;
  }
}

@media screen and (max-width: 428px) {
  .ourService {
    margin: 50px auto;
    height: 182vh;
  }
}

@media screen and (max-width: 320px) {
  .ourService {
    margin: 50px auto;
    /*height: 244vh !important;*/
  }
}

@media screen and (max-width: 824px) {
  .turk_caption {
    top: 60%;
    width: 50%;
    height: 27% !important;
    left: 5%;/*************************************/
  }
}

@media screen and (max-width: 1024px){
    .navbar-right a, .nav_link {
        padding:0px 5px !important;
    }
}

@media screen and (max-width: 768px) {
  .navbar-right {
    width: 85%;
    
  }
  .navbar-right a,
  .nav_link {
    font-size: 11px;
  }
  .navbar-right > div button {
    font-size: 11px !important;
  }
  .navbar .logo {
    font-size: 22px;
    width: 15%;
  }
  .navbar .nav-button {
    display: none;
  }
  .navbar-right .flag {
    width: 16px;
    height: 10px;
    margin-top: 5p;
  }
  .slide_contant {
    padding: 0;
    padding-bottom: 5px !important ;
    margin-top: 20px;
  }
  .slide_contant .slide_text h1 {
    color: var(--white);
    margin: 10px auto !important;
    font-size: 25px;
  }
  .slide-t {
    font-weight: 700;
    font-size: 12px;
  }

  .ourService .services .card {
    width: 80%;
    height: 300px;
  }
  
 
  .card__snippet {
    margin: 23px 0;
    font-family: "Roboto", sans-serif;
    font-size: 11px;
    line-height: 20px;
  }
  
  .footer {
    width: 100%;
  }
  .footer-social-list {
    margin-top: 0;
  }
  .footer-social-list li {
    margin-right: 10px !important;
  }
  /*********************turkish nationality******************************/
  .turk_caption ,  .turk_caption1{
    top: 40%;
    
  }
  .turk_nationalty_title > h1 {
    font-size: 13px;
  }
  .nationalty {
    margin-top: 24px;
  }
  .invest_type {
    margin: 10px 0 10px 0;
  }
  .vize_country {
    margin-top: 10px;
  }
  .book_now {
    margin-top: 10px !important;
  }


  .Timeline .list1 .days {
    margin: 0 15px;
  }
  .Timeline .list2 .step span {
    left: -41px;
  }
  
  .step span {
    left: 34px;
  }
  .contact_form_map .contact_form,
  .contact_form_map .map_connet , .contact{
    width: 90%;
    margin: auto;
  }
  .contact{
    padding: 20px;
  }
  .contact-form {
    width: 50%;
    margin-left: 4%;
  }


}

@media screen and (min-width: 1480px) {
  /**************** Home Page ************/

  .main-slider-container {
    height: 60vh;
    margin: 0 auto;
  }

  .turk_nationalty {
    height: 70%;
  }
  .main-slider .slide .slide_contant {
    width: 50%;
  }

  /**************** Contact US ************/
  

  .contact_card {
    width: 40%;
  }
  /**************** Common questions************/
  .question_categories .grid {
    height: 43vh;
  }
  /**************** turk nationality************/

 
}
/*********************Start Rtl******************************/
.rtl .footer-social-list {
  padding-left: inherit !important;
  margin-left: 10px !important;
}

.rtl .turk_nationalty .turk_caption {
  transform: translate(-6%, -50%) !important;
  -webkit-transform: translate(-6%, -50%) !important;
  -moz-transform: translate(-6%, -50%) !important;
  -ms-transform: translate(-6%, -50%) !important;
  -o-transform: translate(-6%, -50%) !important;
}
/*********************End Rtl******************************/

@media screen and (max-width: 480px) {
  .turk_caption {
    top: 53%;
    height: 65% !important;
    width: 80% !important;
    left: 5%; /*************************************************************************/
  }
  .turk_caption1{
    display: none;
  }

  .about_us h5 {
    font-size: 14px !important;
  }

  .questions_list {
    width: 155px !important;
  }

  .ourService {
    height: 201vh;
  }
}

@media screen and (max-width: 480px) {
  .Timeline .list2 .step {
    margin: 5px 0px 5px 12px !important;
  }

  .questions_list {
    width: 155px !important;
  }

  .rtl .navbar .logo {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    align-items: center;
    
  }
  .rtl #nav-mobile .lang button,
  .rtl #nav-mobile .our_services button {
    display: flex;
  }
  .rtl .turk_nationalty .turk_caption {
    left: 20%; /*****************************************************/
  }
  .rtl .main_reserve .contact-form {
    margin-left: 0px;
    margin-right: 0px !important;
  }
}
@media screen and (max-width: 480px) {
  .ourService {
    height: 245vh;
  }

  .turkish_citizen2 {
    height: fit-content;
    padding: 20px 0;
  }

  .main_reserve {
    height: 86vh;
  }

 
  .rtl #nav-mobile .lang button,
  .rtl #nav-mobile .our_services button {
    display: flex;
  }

  .rtl .turk_nationalty .turk_caption {
    left: 15%;/****************************************************************/
    top: 50%;
  }
}

@media screen and (max-width: 820px) {
  .ourService {
    margin: 50px auto;
    height: 55vh;
  }
}

.rtl .overlay .contact-form {
  margin-right: 10%;
}

@media screen and (max-width: 420px) {
  .turk_caption {
    top: 60%;
    width: 80%;
    height: 69% !important;
    left: 5%;/*************************************************************/
  }

  .about_us h5 {
    font-size: 14px !important;
  }

  .questions_list {
    width: 155px !important;
  }
}

.ourService {
  height: fit-content;
}

.ourService .services {
  display: flex;
  justify-content: space-around;
  height: max-content;
  width: 90%;
  margin: 0px auto;
}

.ourService .services .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  max-width: fit-content;
  margin: 20px 0 50px;
  height: 100%;
}

.rtl .overlay .contact-form.turk_nation {
  margin-left: 10%;
}
/******************************************************/
.form-control{
  height: 40px !important;
}

.Preloader_page{
  height: 100px;
  width: 100%;
  display: flex;
  visibility: visible;

}