/*! ******************************************************
*
*	Theme Name:     Astra Child
*   Author:         web3d
*   Author URI:     http://www.onthegosystems.com/
*   Description:    Simple, clear and modern Bootstrap 3-based theme. Perfect base for developing all kinds of responsive sites with Toolsets, including the Layouts plugin (no extra integration needed, you activate Layouts and the drag and drop facilities work out of the box). Uses WordPress theme customizer and supports Font Awesome Icons. Supports WooCommerce integration by styles unification.
*   Version:        1.1
*   License:        GNU General Public License v2 or later
*   License URI:    http://www.gnu.org/licenses/gpl-2.0.html
*   Template:       astra
*
*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/


@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&display=swap');

body, div, p, a, input, select,h1, h2, h3,h4,h5,h6 {
  font-family: "Assistant", sans-serif;
}

:root {  
--color--main: #00456E;
--color--accent: #00B3B5;
}
h1{font-size: 70px;}
h2{font-size:42px;}
h3{font-size:23px;}
h1 span, h2 span, h3 span{color:var(--color--accent);}
p{
  color: #00456E;
  font-size: 17px;
  line-height: normal; 
}

html{
  margin-top: 0 !important;
  scroll-behavior: smooth;
}
#wpadminbar {
  opacity: .5;
  max-width: 115px;
  min-width: 115px;
  transition: all 0.3s ease;
  overflow: hidden;
}
#wpadminbar:hover{
  opacity: 1;
  max-width: 100%;
  min-width: 600px;
}
.site-content .ast-container {
  display: block;
  max-width: 100%;
  padding: 0;
}

/*--Layout--*/
.jo_container{
  max-width: 1430px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.jo_container.jo_big_container{
  max-width: 1700px;
}

@media (min-width: 770px){
	.jo_row{
	  display: flex;
	  flex-wrap: wrap;
	}
	.jo_col_12{
	  flex: 0 0 100%;
	  max-width: 100%;
	}
	.jo_col_11{
	  flex: 0 0 91.666667%;
	  max-width: 91.666667%;
	}
	.jo_col_10{
	  flex: 0 0 83.333333%;
	  max-width: 83.333333%;
	}
	.jo_col_9{
	  flex: 0 0 75%;
	  max-width: 75%;
	}
	.jo_col_8{
	  flex: 0 0 66.666667%;
	  max-width: 66.666667%;
	}
	.jo_col_7{
	  flex: 0 0 58.333333%;
	  max-width: 58.333333%;
	}
	.jo_col_6{
	  flex: 0 0 50%;
	  max-width: 50%;
	}
	.jo_col_5{
	  flex: 0 0 41.666667%;
	  max-width: 41.666667%;
	}
	.jo_col_4{
	  flex: 0 0 33.333333%;
	  max-width: 33.333333%;
	}
	.jo_col_3{
	  flex: 0 0 25%;
	  max-width: 25%;
	}
	.jo_col_2 {
	  flex: 0 0 16.666667%;
	  max-width: 16.666667%;
	}
	.jo_col_1 {
	  flex: 0 0 8.333333%;
	  max-width: 8.333333%;
	}


	/*--Grid--*/
	.ps-grid{display: grid;}
	.ps-grid-2{grid-template-columns: repeat(2, 1fr);}
	.ps-grid-3{grid-template-columns: repeat(3, 1fr);}
	.ps-grid-4{grid-template-columns: repeat(4, 1fr);}
	.ps-grid-5{grid-template-columns: repeat(5, 1fr);}
	.ps-grid-6{grid-template-columns: repeat(6, 1fr);}
	.ps-grid-gap10{gap:15px;}
	.ps-grid-gap15{gap:15px;}
	.ps-grid-gap20{gap:20px;}
	.ps-grid-gap30{gap:30px;}
	.ps-grid-gap50{gap:50px;}
	.ps-grid-gap40{gap:40px;}
	.ps-grid-gap60{gap:60px;}
	.ps-grid-gap70{gap:70px;}
}


.jo_btn{
  display: inline-flex;
  width: auto;
  padding: 15px 35px;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  cursor: pointer;
  background: var(--color--main);
  border: 3px solid var(--color--accent);
  color: #fff !important;
  font-weight: 400;
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
  letter-spacing: 1px;
  border-radius: 999px;
}
.jo_btn::after{
    background-color: #fff;
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-100%, 0) rotate(10deg);
    transform-origin: top left;
    transition: .2s transform ease-out;
    will-change: transform;
    z-index: -1;
    border-radius: 999px;
}
.jo_btn:hover::after {
  transform: translate(0, 0);
}
.jo_btn:hover{
  background: none;
  color: var(--color--main) !important;
  will-change: transform;
}
.jo_btn svg{
  margin: 3px 13px 0 0;
}
.jo_btn:hover svg path{
  fill: var(--color--main);
}

footer{
  padding: 13px 0;
}
.web3d{direction: ltr;}
.copyright{
  direction: ltr;
  text-align: right;
  color: #fff;
}
.web3d a{
  color: #fff;
  display: flex;
  gap: 6px;
}



#hero{
  position: relative;
  min-height: 100vh;
  padding-top: 65px;
  padding-bottom: 175px;
}
#hero video{
  position: absolute;
  left: 0;
  top: 0;
  object-position: left center;
  bottom: 0;
  width: auto;
  height: 100%;
}
#hero h1{
  font-weight: 800;
  line-height: 1;
  margin: 35px 0 0 0;
  color:var(--color--main);
}
#hero h1 span{
  display: block;
  font-size: 53px;
}
#hero h3{
  font-size: 40px;
  color:var(--color--main);
}
#hero p{
  font-size: 22px;
  margin: 35px 0;
  padding-inline-end: 85px;
}
.gradient_hero{
  background: linear-gradient(270deg, #F5FBFB 42.92%, rgba(245, 251, 251, 0.00) 77.79%);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.section_hero{
  z-index: 2;
  position: relative;
}

#s2{}
.jo_container_s2 {
  max-width: 1700px;
  width: 95%;
  margin: -150px auto 0;
  z-index: 1;
  position: relative;
  border-radius: 35px;
  padding: 65px 0;
  background-size: cover;
  background-position: center;
}
.jo_container_s2 .jo_container > h2{
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: normal;
}
.jo_container_s2 .jo_container > p{
  color: #fff;
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  line-height: normal;
  max-width: 630px;
  margin: 20px auto 40px;
}
.items_s2{}
.item_s2{
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(6.25px);
  padding: 20px 35px;
}
.item_s2 span{
  margin: auto;
  display: block;
  text-align: center;
}
.item_s2 h3{
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 6px;
}
.item_s2 p{
  margin: 0;
  color: #fff;
}





#s3{
  padding: 90px 0 80px;
  position: relative;
}
#s3 > img{
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  max-width: 64vw;
}
#s3 h2{
  color: var(--color--main);
  font-weight: 700;
  margin: 0 0 55px;
}
.item_s3{
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 29px 0 rgba(0, 69, 110, 0.18);
  padding: 26px 23px;
}
.item_s3 span{
  margin: auto;
  display: block;
}
.item_s3 h3{
  color: var(--color--accent);
  font-weight: 700;
  line-height: 1.2;
  font-size: 17px;
  margin: 0 0 6px;
}
.item_s3 p{
  color: var(--color--main);
  margin: 0;
  font-size: 16px;
}
.doctor_info{
  position: absolute;
  left: 525px;
  bottom: 60px;
}
.name_doctor{
  color: var(--color--main);
  font-size: 42px;
  font-weight: 700;
}
.role_doctor{
  color: var(--color--main);
  font-size: 23px;
  display: block;
  margin: 10px 0 0;
}
@media (max-width: 1680px){
	.doctor_info{left: 30vw;}
}
@media (max-width: 1400px){
	.name_doctor{font-size: 36px;}
	.role_doctor{font-size: 19px;}
}

#s4{
  padding: 65px 0;
  background-size: cover;
}
#s4 h2{
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 50px;
}
.testimonials{}
.testimonials .slick-slide{
  margin: 12px;
}
.testimonial{
  border-radius: 20px;
  background: #FFF;
}
.testimonial svg{
  margin: -10px -20px 10px 0;
}
.zityt{
  color: var(--color--main);
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  display: block;
  padding: 0 20px;
}
.testimonial .name{
  color: var(--color--main);
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  display: block;
  padding: 0 20px;
  margin-top: 15px;
}
.testimonial .city{
  color: var(--color--accent);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  display: block;
  padding: 0 20px 20px;
}
.slick_arrows{
  display: flex;
  justify-content: center;
  gap: 28px;
  margin: 50px 0 0;
}
.slick_arrows div {
  cursor: pointer;
}
#s5{
  padding: 42px 0;
  background-size: cover;
  text-align: center;
}
#s5 .logo{}
#s5 h2{
  color: var(--color--accent);
  font-size: 33px;
  font-weight: 700;
  line-height: 37px;
  margin: 27px 0 0;
}
#s5 h3{
  color: var(--color--main);
  font-size: 30px;
  font-weight: 400;
  line-height: 37px;
  margin: 0 0 20px;
}
#s5 p{
  font-size: 25px;
  font-weight: 600;
  line-height: 31px;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
#s5 .phone{
  color: var(--color--main);
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  margin: 30px 0;
}
#s5 .phone a{
  color: var(--color--accent);
}
#s5 .jo_btn{}


@media (max-width: 1500px){
	.jo_container_s2{max-width: 1430px;width: 100%;margin-inline: auto;}
}
@media (max-width: 769px){
	h1{font-size: 55px;}
	h2 {font-size: 32px;}
	h3 {font-size: 20px;}
	p {font-size: 16px;}
	#hero {padding-top: 0;align-content: center;}
	#hero h1{margin: 15px 0 0 0;}
    #hero h1 span {font-size: 38px;}
	#hero h3 {font-size: 24px;}
	#hero p {font-size: 18px;margin: 20px 0;padding-inline-end: 0;}
	.jo_btn{font-size: 20px;padding: 12px 30px;}
	.jo_container_s2{margin: 0 !important;padding: 30px 0;width: 100%;border-radius: 0;}
	.jo_container_s2 .jo_container > p{margin: 7px auto 30px;font-size: 16px;}
	#hero video{width: 100%;height: 100%;object-fit: cover;}
	.gradient_hero{background: linear-gradient(to right, rgba(255,255,255,0.7) 0%,rgb(255, 255, 255) 100%);}
	.item_s2{padding: 20px;margin: 0 0 20px;}
	#s3 {padding: 30px 0 0;}
	#s3 h2{margin: 0 0 30px;}
	.item_s3{margin: 0 0 15px;}
	#s3 > img {position: relative;left: auto;bottom: auto;z-index: -1;max-width: 360px;margin: 0 auto 0 0;display: block;}
	.doctor_info {left: 172px;bottom: 160px;}
    .name_doctor {font-size: 20px;}
	.role_doctor {font-size: 15px;margin: 0;}
	#s4 {padding: 30px 0;}
	#s4 h2{margin: 0 0 30px;font-size: 30px;}
	.zityt{padding: 0 15px;font-size: 16px;}
	.slick_arrows{margin: 30px 0 0;}
	#s5 h3{font-size: 20px;}
	#s5 p{font-size: 16px;line-height: 1.2;max-width: 90%;}
	#s5 .phone{font-size: 24px;}
	
	.copyright{text-align: center;}
	.web3d a{justify-content: center;margin-top: 20px;}
}
/*
@media (max-height: 800px){
	.jo_container_s2{margin: -35px auto 0;}
}
@media (max-height: 680px){
	.jo_container_s2{margin: 35px auto 0;}
}*/









.home .former {
	background:linear-gradient(-130deg, #fff3, transparent, #00456E3);
	backdrop-filter: blur(5px);
	border-radius:30px;
	border:solid 1px #fff3;

	padding:20px 40px;

	direction:rtl;

	div > p {padding-inline-end:0!important;margin:20px 0!important;}
	div > p > label {padding-inline-start:15px;font-weight:600}

	input, select {direction:rtl;border-radius:20px; padding-inline:20px;}
	input+.wpcf7-not-valid-tip {display:none}
	select+.wpcf7-not-valid-tip {display:none}
	input:has(+.wpcf7-not-valid-tip) {outline:2px solid #FF4D68;}
	select:has(+.wpcf7-not-valid-tip) {outline:2px solid #FF4D68;}

	button {scale:.9}
}

.home #hero {
	
	display: flex;
	justify-content: center;
	align-items: center;
	
}

@media(max-width:800px) {
	.home #hero {
		margin-top: 40px;
		padding-top: 40px;
	}
	.home .former {
		margin-top:100px;
		.wpcf7-acceptance span{
			color:#00456E!important;
		}
	}
}

.home {
	.site-header {
	  position: fixed;
	  top: 0;
	  inset-inline: 0;
	  z-index: 999;
	  background: white;
	}

	/* hide checkbox */
	#menu-toggle {
	  display: none;
	}

	/* desktop tabs */
	#header-tab {
	  display: flex;
	  justify-content: center;
	  align-items: center;

	  padding: 10px;
	  gap: 40px;

	  background: white;
	}

	#header-tab a {
	  color: #00456E;
	  font-size: 20px;
	  font-weight: 600;
	  text-decoration: none;
	  border-bottom: solid 3px transparent;
	}

	#header-tab a:hover {
	  border-color: #00B3B5;
	}

	/* burger hidden on desktop */
	.burger {
	  display: none;
	}

	/* mobile */
	@media (max-width: 768px) {
	  .site-header {
		display: flex;
		flex-direction: column;
		align-items: stretch;
	  }

	  .burger {
		display: flex;
		justify-content: flex-end;
		align-items: center;

		padding: 12px 16px;
		cursor: pointer;

		background: white;
	  }

	  .burger svg {
		display: block;
	  }

	  .burger path {
		fill: none;
		stroke: #00456E;
		stroke-width: 2.5;
		stroke-linecap: round;
	  }

	  #header-tab {
		display: none;
		flex-direction: column;
		align-items: flex-start;

		gap: 15px;
		padding: 15px 20px;

		background: white;
	  }

	  #menu-toggle:checked ~ #header-tab {
		display: flex;
	  }

	  #header-tab a {
		font-size: 18px;
	  }
	}

	
	
}

