@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');
:root{
    --fontcolor:#43b9dc;
    --backgroundcolor:#34d3b4;
    
}
*{
    margin: 0;
    padding: 0;
    font-family: 'roboto', sans-serif;
    box-sizing: border-box;
    transition: all .2s linear;
    text-transform: capitalize;
    text-decoration: none;
}
html{
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-behavior: smooth;
    
}



header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 2rem 7%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background:white;
    box-shadow: 0 1rem 1rem rgb(0, 0, 0, .1);
    z-index: 10000000;
}
header #logo{
    font-size: 3rem;
    color: black;
}
header #logo span{
    color: var(--fontcolor);
}
header .navbar a{
    font-size: 1.5rem;
    color: var(--fontcolor);
    margin-left: 1.5rem;
}
.icons i{
font-size: 2rem;
color: var(--fontcolor);
margin-left: 1rem;
}
header #menu_bars{
    font-size: 2rem;
    color: var(--fontcolor);
    display: none;
}
header .navbar.active{
    left: 0;
    transition: .5s;
}
.main-image{
    
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    margin-top: 75px;
    height: 100vh;
}


.service-section{
    padding: 2rem 7%;
    background: var(--fontcolor);
    min-height: 50vh;
    margin-bottom: 10%;
}
#ourservices{
    color: white;
    font-size: 30px;
    padding: 2rem 0;
    text-align: center;
}
.inner-service-section{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    text-align: center;
}
.service-box{
    flex: 1 1 200px;
    padding: 5rem 0;
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, .1);
}
.service-box i{
    color: white;
    font-size: 2rem;
    padding: .5rem 0;
}
.service-box h2{
    color: white;
    font-size: 2rem;
    padding: 1rem 0;
}
.service-box p{
    color: white;
    font-size: 1.5rem;
    padding: 0 1rem;
}

.service-box a{
    
    padding: 1rem 3rem;
    font-size: 1.5rem;
    color: white;
    transition: .5s;
}



.home {
    padding: 0;
    position: relative;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;


  }

  .home a{
    font-size: 2rem;
    border-radius: 10%;
  }
  
  .home .slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 60vh;
    padding: 2rem 7%;
    background-size: cover !important;
    background-position: center !important;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: none;
  }
  
  .home .slide.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .home .slide .content span {
    color: #333;
    display: block;
    font-size: 4rem;
    margin-top: 10%;
    -webkit-animation: fadeIn .4s linear .2s backwards;
            animation: fadeIn .4s linear .2s backwards;
  }
  
  .home .slide .content h3 {
    color: #333;
    text-transform: none;
    
    padding: 1rem 0;
    font-size: 4.5rem;
    -webkit-animation: fadeIn .4s linear .4s backwards;
            animation: fadeIn .4s linear .4s backwards;
  }
  
  .home .slide .content .btn {
    -webkit-animation: fadeIn .4s linear .6s backwards;
            animation: fadeIn .4s linear .6s backwards;
  }
  
  .home #next-slide,
  .home #prev-slide {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    height: 6rem;
    width: 6rem;
    line-height: 5.5rem;
    font-size: 4rem;
    color: #333;
    border: 0.2rem solid #333;
    background: #fff;
    border-radius: .5rem;
    cursor: pointer;
    text-align: center;
  }
  
  .home #next-slide:hover,
  .home #prev-slide:hover {
    background: #333;
    color: #fff;
  }
  
  .home #prev-slide {
    right: 9rem;
  }



  .ourteam-section{
    padding: 10rem;
    border: 1px solid #2ecc71;
}
.ourteam-section h2{
    padding: -1rem;
    font-size: 3rem;
    text-align: center;
    margin-bottom: 3%;
}
.ourteam-section h2 span{
    color: var(--fontcolor);
}
.ourteam-inner{
    display: flex;
    flex-wrap: wrap;
   
    text-align: center;
    gap: 15px;
}
.ourteam-inner .section-box{
    flex: 1 1 250px;
}
.ourteam-inner .section-box img{
    width: 100%;
}
.section-box h3{
    padding: 1rem 0;
    font-size: 2rem;
    color: #43b9dc;
}
.team-social-links i{
    color: var(--fontcolor);
    font-size: 2rem;
    
}

.section-box p{
    font-size: 1.9rem;
    padding: 1rem 0;
    text-transform: none;
}




.about{
    padding: 6rem 7%;
    background: rgb(233, 233, 233);
    margin-bottom: 7%;
}
.main-about{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}
.inner-about{
    flex: 1 1 45rem;
}



.inner-about .inner-about-image img{
    width: 90%;
}
.about-content{
    width: 80%;
}
.about-content h1{
    font-size: 40px;
    margin-bottom: 15px;
}
.about-content p{
    font-size: 1.8rem;
    margin-bottom: 30px;
    text-transform: none;
}
.about-content a{
    background: var(--backgroundcolor);
    padding: 1rem 3rem;
    font-size: 1.5rem;
    color: white;
    transition: .5s;
}
.about-content a:hover{
    background: transparent;
    border: 1px solid var(--secclr);
    color: black;
}



.container-adresat{
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 100px;
    margin-bottom: 15%;
    border: 3px solid #2ecc71;
}

.container-adresat:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(images/contacts.jpg) no-repeat center;
	background-size: cover;
	filter: blur(50px);
	z-index: -1;
}

.contact-bo{
	max-width: 850px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #fff;
	box-shadow: 0px 0px 19px 5px rgba(0,0,0,0.19);
}


.left{
	background: url("images/contacts.jpg") no-repeat center;
	background-size: cover;
	height: 100%;
}

.right{
	padding: 25px 40px;
}

h2{
	position: relative;
	padding: 0 0 10px;
	margin-bottom: 10px;
}


h2:after{
	content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 4px;
    width: 50px;
    border-radius: 2px;
    
}

.field{
	width: 100%;
	border: 2px solid rgba(0, 0, 0, 0);
	outline: none;
	background-color: rgba(230, 230, 230, 0.6);
	padding: 0.5rem 1rem;
	font-size: 1.1rem;
	margin-bottom: 22px;
	transition: .3s;
}

.field:hover{
	background-color: rgba(0, 0, 0, 0.1);
}

textarea{
	min-height: 150px;
}

.btn{
	width: 100%;
	padding: 0.5rem 1rem;
	background-color: #2ecc71;
	color: #fff;
	font-size: 1.1rem;
	border: none;
	outline: none;
	cursor: pointer;
	transition: .3s;
}

.btn:hover{
    background-color: #27ae60;
}

.field:focus{
    border: 2px solid rgba(30,85,250,0.47);
    background-color: #fff;
}



section{
    padding: 4rem 9%;
}

.footer{
    margin-top: 25rem;
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url(images/slider_4.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.footer .bov-kontainer{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(23rem, 1fr));
}


.footer .bov-kontainer .bov h3{
    font-size: 2.5rem;
    padding: 1rem 0;
    color: #fff;
    text-decoration: underline;
    text-transform: capitalize;
}


.footer .bov-kontainer .bov a{
    display: block;
    font-size: 1.7rem;
    color: #fff;
    padding: 1rem 0;
    text-transform: none;
}

.footer .bov-kontainer .bov a:hover{
    color: #27ae60;
}

.footer .bov-kontainer .bov a i{
    color: #27ae60;
    padding-right: .5rem;
}


.footer .bov-kontainer .bov a:hover i{
    padding-right: 1.5rem;
}


.container-contact-adr {
    font: 30px/34px HelveticaNeue-Light, sans-serif;
    color: #24a7ed;
    text-transform: uppercase;
    padding: 15%;
    margin-left: -10%;

}




/* Medic */



.accordion {
    width: 100%;
    max-width: 1500px;
    margin: 2rem auto;
    margin-top: -10%;
    margin-bottom: 10%;
  }
  .accordion-item {
    background-color: #fff;
    color: #111;
    margin: 1rem 0;
    border-radius: 0.5rem;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.25);
  }
  .accordion-item-header {
    padding: 0.5rem 3rem 0.6rem 2rem;
    min-height: 5rem;
    line-height: 1.25rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
  }
  .accordion-item-header::after {
    content: "\002B";
    font-size: 2.8rem;
    position: absolute;
    right: 1rem;
    
  }
  .accordion-item-header.active::after {
    content: "\2212";
  }
  .accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  .accordion-item-body-content {
    padding: 1rem;
    line-height: 1.5rem;
    border-top: 1px solid;
    border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
  }
  

  .accordion-item-header{
    font-size: 1.7rem;
    text-transform: none;
}

.accordion-item-header:hover{
    color: #10b475;
}


.accordion-item-body-content li{
    margin: 0.6rem;
}



.content{
    position: absolute;
    left: 2%;
    width: 1200px;
    margin-top: -8.5%;
}

details > summary::-webkit-details-marker{
    display: none;
}


details, summary{
    outline:none;
    
}

summary{
    font-size: 20px;
    font-family: sans-serif;
    background: #eee;
    color: #111;
    padding: 10px 20px 8px; 
    position: relative;
    cursor: pointer;
    text-transform: none;
    
}


details{
    margin-bottom: 30px;
}



table {
	overflow:hidden;
	border:3px solid #d3d3d3;
	background:#fefefe;
	width:102%;
	margin:-1% ;
	-moz-border-radius:5px; /* FF1+ */
	-webkit-border-radius:5px; /* Saf3-4 */
	border-radius:7px;
    margin-left: 1;
    text-transform: none;

	
}


th, td {padding:18px 28px 18px; }

th {padding-top:22px; text-shadow: 1px 1px 1px #fff; background:#e8eaeb; }

td {border-top:1px solid #e0e0e0; border-right:1px solid #e0e0e0;}

tr.odd-row td {background:#f6f6f6;}

td.first, th.first {text-align:left}

td.last {border-right:none; }


td {
	background: -moz-linear-gradient(100% 25% 90deg, #fefefe, #f9f9f9);
	background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f9f9f9), to(#fefefe));
}

tr.odd-row td {
	background: -moz-linear-gradient(100% 25% 90deg, #f6f6f6, #f1f1f1);
	background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f1f1f1), to(#f6f6f6));
}

th {
	background: -moz-linear-gradient(100% 20% 90deg, #e8eaeb, #ededed);
	background: -webkit-gradient(linear, 0% 0%, 0% 20%, from(#ededed), to(#e8eaeb));
}



.amd{
    font-size: large;
}


.mod{
    font-size: medium;
}

.mod td{
    text-transform: none;

}


.gallery{
    padding: 4rem 7%;
    margin-bottom: 7%;
}
.gallery h1{
    color: var(--mainclr);
    font-size: 38px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: -8%;
}
.main-gallery{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.inner-gallery{
    flex:1 1 300px;

}
.inner-gallery img{
    width: 100%;
    transition: .3s;
}
.inner-gallery img:hover{
    transform: scale(1.1);
    border-radius: 20px;
}



.mapa{
    width: 100%;
    height: 600px;
    margin-top: -5%;
    border: 2px solid #2ecc71;
}



.contact-wrap {
    width: 80%;
    height: auto;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20%;
    
}

.contact-in {
    padding: 40px 30px;
}

.contact-in:nth-child(1) {
    flex: 30%;
    background: url(images/1.jpg);
    color: #fff;
}

.contact-in:nth-child(2) {
    flex: 45%;
    background: #10b475;
}

.contact-in:nth-child(3) {
    flex: 25%;
    padding: 0;
}

.contact-in h1 {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px;
}

.contact-in h2 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
}

.contact-in h2 i {
    font-size: 16px;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background: #f5f5f5;
    color: #000;
    border-radius: 50px;
    line-height: 40px;
    text-align: center;
}


.contact-in p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
    text-transform: none;
}

.contact-in ul {
    padding: 0;
    margin: 0;
}

.contact-in ul li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
    margin-top: 5px;
}

.contact-in ul li a {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #fff;
    border-radius: 50px;
}

.contact-in ul li a i {
    font-size: 14px;
    line-height: 30px;
    color: #000;
}

.contact-in form {
    width: 100%;
    height: auto;
}

.contact-in-input {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    border: 1px solid #fff;
    outline: none;
    padding-left: 5px;
    background: transparent;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}

.contact-in-input::placeholder {
    color: #fff;
}

.contact-in-textarea {
    width: 100%;
    height: 140px;
    margin-bottom: 20px;
    border: 1px solid #fff;
    outline: none;
    padding-top: 5px;
    padding-left: 5px;
    background: transparent;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}

.contact-in-textarea::placeholder {
    color: #fff;
}

.contact-in-btn {
    width: 100%;
    height: 40px;
    border: 1px solid #fff;
    outline: none;
    background: transparent;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
}

.contact-in iframe {
    width: 100%;
    height: 100%;
}


.container-adres {
    font: 30px/34px HelveticaNeue-Light, sans-serif;
    color: #24a7ed;
    text-transform: uppercase;
    margin-top: -2%;
    padding: 7rem;
}






























































































@media (max-width:768px) {
    html{
        font-size: 50%;
    }
    header #menu_bars{
        display: initial;
    }

    header .navbar{
        position: absolute;
        top: 100%;
        left: 100%;
        right: 0;
        background: var(--backgroundcolor);
        height: 100vh;
        text-align: center;

    }
    header .navbar a{
        display: block;
        background: white;
        margin-top: 1rem;
        padding: 2rem;
        width: 90%;
        border-radius: 10px;
    }
    .container .main-text{
        width: 70%;
        padding: 0 ;
    }
   .work-section{
       display: grid;
       grid-template-columns: 1fr;
   }
   .myimages img{
       width: 100%;
   }
   .btn{
       display: block;
   }

   .home .slide .content h3 {
    color: #333;
    text-transform: none;
    
    padding: 1rem 0;
    font-size: 3rem;
    margin-top: 7;
    -webkit-animation: fadeIn .4s linear .4s backwards;
            animation: fadeIn .4s linear .4s backwards;
  }  


  
  .container-contact-adr {
    font: 30px/34px HelveticaNeue-Light, sans-serif;
    color: #24a7ed;
    text-transform: uppercase;
    padding: 30%;
    margin-left: -22%;

}



.contact-bo{
    grid-template-columns: 1fr;

}

.left{
    height: 200px;
}

.container-adresat{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 50px;
   
}


.mapa {
    width: 100%;
    height: 600px;
    margin-top: -10%;
}

.container-adres {
    font: 30px/34px HelveticaNeue-Light, sans-serif;
    color: #24a7ed;
    text-transform: uppercase;
    margin-top: -1%;
    padding: 3rem;
    font-size: 20px;
    line-height: 28px;
    padding: 7%;
    margin-left: -3%;
    
}

.mod td{
    text-transform: none;
    line-height: 1.1;
}


.ourteam-inner .section-box img{
    width: 130%;
    margin-left: -15%;
}

.content{
    position: absolute;
    left: 4%;
    width: 340px;
    margin-top: -12%;
}

table {
    overflow:hidden;
    border:3px solid #d3d3d3;
    background:#fefefe;
    width:109%;
    margin:-6% ;
    -moz-border-radius:5px; /* FF1+ */
    -webkit-border-radius:5px; /* Saf3-4 */
    border-radius:7px;
    margin-left: 1;

    
}

.accordion {
    width: 100%;
    max-width: 1500px;
    margin: 2rem auto;
    margin-top: -10%;
    margin-bottom: 13%;
  }

  .accordion-item-header {
    padding: 0.5rem 3rem 0.6rem 2rem;
    min-height: 5rem;
    line-height: 2rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
  }


  .container-adres {
    font: 30px/34px HelveticaNeue-Light, sans-serif;
    color: #24a7ed;
    text-transform: uppercase;
    margin-top: -1%;
    padding: 3rem;
    font-size: 20px;
    line-height: 28px;
    padding: 7%;
    margin-left: -3%;
    
}


.mapa {
    width: 100%;
    height: 600px;
    margin-top: -10%;
}


.container-adresat{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 50px;
   
}

}


@media (max-width:896px) {
    .home {
        padding: 0;
        position: relative;
        margin-top: 7%;
      }
}

@media (max-width:667px) {
    .home {
        padding: 0;
        position: relative;
        margin-top: 9%;
      }

}



@media (max-width:844px) {
    .home {
        padding: 0;
        position: relative;
        margin-top: 9%;
      }
}

@media (max-width:851px) {
    .home {
        padding: 0;
        position: relative;
        margin-top: 9%;
      }
}

@media (max-width:915px) {
    .home {
        padding: 0;
        position: relative;
        margin-top: 9%;
      }
}

