*{
    margin: 0;
    padding: 0;
}
:root{
    --main-color: #F0E358;
    --secondary-color: #202020;
    --therd-color: #EEEEEE;
    --white-color: #fff;
    
    --width:1200px
}
@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&family=Prompt: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');
body{
    color: var(--secondary-color);
    font-family: 'Geologica', sans-serif;
    font-size: 18px;
    font-weight: 400;
}
h1{
    font-family: 'Geologica', sans-serif;
    font-size: 50px;
    font-weight: 400;
    text-align: center;
}
h2{
    font-family: 'Geologica', sans-serif;
    font-weight: 400;
}
h3{
    font-family: 'Geologica', sans-serif;
    font-size: 24px;
    font-weight: 400;
}
p, li, a{
    font-family: 'Geologica', sans-serif;
    font-size: 18px;
    font-weight: 300;
}


.logo img{
    width: 116px;
}
.btn{
    background-color: var(--main-color);
    color: var(--secondary-color);
    font-family: 'Geologica', sans-serif;
    box-shadow: #00000020 0px 4px 16px 0px;
    align-self: center;
    padding: 15px 50px;
    border-radius: 25px;
    border: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: all 0.5s ease;
}
.btn:hover{
    background-color: var(--white-color);
}
.btnopacity{
    color: var(--secondary-color);
    font-family: 'Geologica', sans-serif;
    box-shadow: #00000020 0px 4px 16px 0px;
    align-self: center;
    padding: 15px 50px;
    border-radius: 25px;
    border: var(--secondary-color) 1px solid;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: all 0.5s ease;
	font-size: 18px;
    font-weight: 300;
    background: transparent;
}
.btnopacity:hover{
    border: transparent 1px solid;

    background-color: var(--white-color);
}
.wrap{
    margin: 0 auto;
    width: var(--width);
}

.desktop {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: var(--width);
    height: 100px;
    margin: auto;
    justify-content: space-between;
}

.navwrap{
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap:2em;
}
nav ul{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2em;
    list-style: none;
    text-decoration: none;
}
ul li a{
    text-decoration: none;
    color: var(--secondary-color);
}
ul li a:hover{
    color: var(--main-color);
    transition: all 0.5s ease;
}
  #nav-menu {
    transition: max-height 0.3s ease;
  }
  .none{
    display: none;
  }
  nav.active {
    height: 100vh;
    z-index: 100;
  }
  #navwrap.active {
    display: flex;
  }
  .mobile, .none{
    display: none;
  }


  .navwrap {
    display: flex;
    align-items: center;
    gap: 2em;
  }
  
  .navwrap ul {
    list-style: none;
    display: flex;
    gap: 1em;
    padding: 0;
    margin: 0;
  }
  
  .navwrap ul li {
    position: relative;
  }
  
  .navwrap ul li a {
    text-decoration: none;
    color: #333;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
  }
  
  .navwrap ul li .arrows {
    font-size: 12px;
  }
  


  ul .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff689;
    min-width: 200px;
    top: 100%;
    left: 0;
    padding: 10px 0;
    border-radius: 8px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
    z-index: 99;
  }
  
  .dropdown-content li {
    width: 100%;
  }
  
  .dropdown-content li a {
    padding: 8px 15px;
    display: block;
    color: #555;
  }
  
  .dropdown-content li a:hover {
    background-color: rgba(255,255,255,0.7);
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
  .dropdown:hover .arrows {
    transform: rotate(180deg);
    transition: 0.3s;
  }


  @media (max-width: 1200px) {
    body{
      font-size: 16px;

  }
  h1{
      font-size: 30px;
  }
  h2{
    font-size: 24px;
  }
  h3{
      font-size: 18px;
  }
  p, li, a{
      font-size: 16px;
  }
    .desktop, .none{
      display: none;
    }
    .mobile {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      z-index: 100;
      position: fixed;
      /* height: 100vh; */
      width: auto;
      min-width: 100%;
    }
    .navwrapmobile{
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      padding: 2em 0;
      width: 100%;
      background-color: var(--main-color);
      height: 100vh;
      align-content: flex-start;
    }
    .logo{
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      align-self: center;
      padding: 1em;
      width: calc(100% - 2em);
      height: 3em;
      margin: 0;
      background-color: var(--white-color);
    }
    .logo img{
        width: 80px;
        /* object-fit: cover; */
    }
    .close{
      display: inline;
      background-image: url(asset/img/close.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%;
      width: 30px;
      height: 30px;
    }
    .menu{
      display: inline;
      background-image: url(asset/img/menu.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%;
      width: 30px;
      height: 30px;
    }
    nav ul{
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      gap: 2em;
      list-style: none;
      text-decoration: none;
      padding: 0;
      margin: 0; 
    }
  }
/*  */
section{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 2em;
    max-width:  var(--width);
    margin: auto;
    box-sizing: border-box;
}
header{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 559px;
    background: url(asset/img/header.jpg) no-repeat center center/cover;
}
header .container{
    display: flex;
    flex-direction: column;
    margin: auto;
    align-self: center;
    /* width: 400px; */
    gap:2em;

}
header h1{
    /* font-size: 40px; */
    font-weight: 400;
    color: var(--white-color);
}
header h1 b{
    font-size: 50px;
    font-weight: 900;
    color: var(--white-color);
}
.darksection{
    background-color: var(--secondary-color);
    padding: 50px 0;
}
.darksection h1{
    color: var(--white-color);
}
.darkgradient{
    background-image: linear-gradient(
    to top,
    var( --white-color) 0%,
    var( --white-color) 49.9%,
    var(--secondary-color) 50%,
    var(--secondary-color) 100%
  );
}
.yellowsection{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2em;
    align-items: center;
    background: url(asset/img/yellow.jpg) no-repeat center center/cover;
    border-radius: 10px;
    padding: 80px 2em;
    text-align: center;
    width: 90%;
    max-width: var(--width);
}
.yellowsection p{
    font-size: 24px;
    font-weight: 300;
}


.custom-select {
  position: relative;
  font-family: Arial, sans-serif;
  width: 300px;
  
}



.select-selected {
  /* color: var(--secondary-color); */
  /* font-family: 'Geologica', sans-serif; */
  /* box-shadow: #00000020 0px 4px 16px 0px; */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-self: flex-start;
  text-align: start;
  padding: 15px 35px;
  border-radius: 25px;
  min-width: 220px;
  /* border: var(--secondary-color) 1px solid; */
  border: var(--secondary-color) 0px solid;
  cursor: pointer;
  background-color: #ffffff6e;
  font-weight: 300;
  font-size: 18px;
  font-family: 'Geologica', sans-serif;
  /* text-align: center; */
  /* text-decoration: none; */
  transition: all 0.5s ease;
}

.select-items div   {
  align-self: flex-start;
  padding: 15px 35px;
  border-radius: 25px;
  min-width: 220px;
  border: var(--secondary-color) 0px solid;
  cursor: pointer;
  font-weight: 300;
  font-size: 18px;
  font-family: 'Geologica', sans-serif;
  transition: all 0.5s ease;
}
.select-items {
  position: absolute;
  background-color: #ffffff;
  border-radius: 10px;
  top: 110%;
  left: 0;
  right: 0;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.1);
  z-index: 99;
}

.select-hide {
  display: none;
}

.select-items div:hover {
  background-color: rgba(255,255,255,0.7);
}

.arrows {
  font-size: 14px;
  width: 20px;
  height: 20px;
  margin-left: 1em;
  /* background-color: var(--main-color); */
  background-image: url('asset/img/arrows.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.active .arrows {
  transform: rotate(180deg);
  

}





.iconssection{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    width: 100%;
    max-width: var(--width);
    padding: 5em 0 0 0;
}
.iconsbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 165px;
}
.iconsbox p{
    text-align: center;
    margin-top: 1em;
    color: var(--white-color);
}

.circle-outer {
    background-color: #5b5731; /* оливковий */
    border-radius: 50%;
    width: 165px;
    height: 165px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .circle-inner {
    background-color: #f0e358; /* жовтий */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .circle-inner img {
    width: 70px;
    height: 70px;
  }
  
.dark{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 559px;
    background: url(asset/img/dark.jpg) no-repeat center center/cover;
}
.dark h1{
    color: var(--white-color);
}
.grey{
    background-color: var(--therd-color);
}



  .carousel-item {
    flex: 0 0 33.333%;
    box-sizing: border-box;
    padding: 10px;
    position: relative;
  }
  
  .carousel-item img {
    width: 100%;
    border-radius: 10px;
  }
  
  .caption {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background-color: #202020;
    color: white;
    padding: 8px 12px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    text-align: center;
    font-family: 'Geologica', sans-serif;
    font-size: 16px;
  }
  .caption{
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .arrow {
    width: 20px;
    height: 20px;
    margin-left: 1em;
    background-color: var(--main-color);
    background-image: url('asset/img/arrow.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
    border-radius: 50%;
  }
  .caption:hover .arrow {
    background-color: var(--white-color);
  }
  
  .arrowafter {
    width: 20px;
    height: 20px;
    margin-left: 1em;
    background-color: var(--main-color);
    background-image: url('asset/img/arrow.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
    border-radius: 50%;
    transform: scaleX(-1) scaleY(-1);
  }
 
  
  
  .logobox{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    gap: 2em;
    width: 100%;
    padding: 50px 0;
}
.logobox img{
    width: 250px;
    align-self: center;
    margin: auto;
    /* height: 100px; */
}

/***********************/
.carousel {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 100px  auto;
  }
  .carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }
  .card {
    flex: 0 0 25%;
    margin: 10px;
  }
  @media (max-width: 992px) {
    .card { flex: 0 0 50%; }
  }
  @media (max-width: 576px) {
    .card { flex: 0 0 100%; }
  }
  .mydots {
    text-align: center;
    margin-top: 10px;
  }
  .dot {
    height: 12px;
    width: 12px;
    margin: 0 5px;
    background-color: #ccc;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
  }
  .dot.active {
    background-color: #f0e358;
  }
  
/***********************/
.doctor-cadr{
    display: flex;
    flex-direction: column;
    gap: 1em;
    width: 90%;
    max-width: var(--width);
}
.doctor-cadr img{
    width: 100%;
    max-width: 300px;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}



.inputbox {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    gap: 2em;
    width: 100%;
    padding: 10px 0;
}
.inputbox input  {
    color: var(--secondary-color);
    font-family: 'Geologica', sans-serif;
    /* box-shadow: #00000020 0px 4px 16px 0px; */
    align-self: center;
    padding: 15px 35px;
    border-radius: 25px;
    min-width: 220px;
    /* border: var(--secondary-color) 1px solid; */
    border: var(--secondary-color) 0px solid;
    cursor: pointer;
    background-color: #ffffff6e;
    font-weight: 300;
    font-size: 18px;
    font-family: 'Geologica', sans-serif;
    /* text-align: center; */
    /* text-decoration: none; */
    transition: all 0.5s ease;
}
.inputbox input:focus{
    border: transparent 1px solid;
    background-color: var(--white-color);
}
  
.review-cadr{
    display: flex;
    flex-direction: column;
    gap: 1em;
    background-color: var(--white-color);
    border-radius: 20px;
    padding: 2em;

}
.stars{
    display: flex;
    flex-direction: row;
    gap: 5px;
}


/* * */
.accordion {
    width: 100%;
    font-family: 'Geologica', sans-serif;
  }
  .accordion-item{
    width: 100%;
    margin: .5em auto;
  }
  .accordion-header {
    background-color: var(--main-color);
    padding: 1em 2em ;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    border-radius: 10px;
    transition: background 0.3s;
  }
 
  .accordion-header.active {
    background-color: var(--main-color);
  }
  .accordion-content {
    background-color: var(--therd-color);
    padding: 1em 2em ;
    display: none;
    border-radius: 10px;
    margin-top: 5px;
  }
  .accordion-content.open {
    display: block;
  }
  .service {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
  }
  .toggle {
    font-size: 20px;
    font-weight: bold;
  }
  hr {
    border: none;
    border-top: 1px solid #aaa;
    margin: 10px 0;
  }
  
/* * */