body{
    margin:0;
}

.slideTop{
        width: 100%;
}




.slide-content{
    width: 100% !important;
}
 
.dropdown * {
  box-sizing: border-box;
}

.select:hover {
  background: #323741;
}

.caret {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #fff;
  transition: 0.3s;
}


.caret-rotate {
  transform: rotate(180deg);
}

.menu {
  list-style: none;
  padding: 0.2em 0.5em;
  background: #323741;
  border: 1px #363a43 solid;
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.2);
  border-radius: 0.5em;
  color: #9fa5b5;
  position: absolute;
  top: 3em;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  opacity: 0;
  display: none;
  transition: 0.2s;
  z-index: 1;
}

.menu li {
  padding: 0.7em 0.5em;
  margin: 0.3em 0;
  border-radius: 0.5em;
  cursor: pointer;
}

.menu li:hover {
  background: #2a2d35;
}


.active {
  background: #23242a;
}


.menu-open {
  display: block;
  opacity: 1;
}

.headerStatic{
    /*position: absolute;*/
    position: fixed;
    top: 15px;
    width: 80%;
    display: flex;
    justify-content: space-between;
    left: 50%;
    transform: translateX(-50%);
       background: rgb(255 255 255 / 50%);
    border-radius: 28px;
    backdrop-filter: blur(10px);
    padding: 0 7%;
   z-index: 99999999;
}

.HeaderStaticRight{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}


.mySwiper2 swiper-slide:first-child {
  margin-left: -30px;
}

.sliderText{
    position: absolute;
    top: 0;
    color: white;
    padding: 20px;
    text-align: left;
}

.TextSliderLabel{
        color: #F6935B;
    font-size: 50px;
    font-weight: bold;
    margin: 0;
}

.TextSliderSecondLabel{
    font-size: 26px;
        margin: 10px 0;
}
.TextSliderThirdLabel{
line-height: 30px;
}

.SliderSize{
    width: 90%;
    padding-left: 10%;
}

      .mySwiper5 .TextSliderLabel {
        font-size: large !important;
      }
      
      .mySwiper5 .sliderText {
        position: absolute;
        bottom: 10% !important;
        color: white;
        padding: 9px !important;
        right: 10% !important;
        top: auto !important;
        text-align: center;
        background: white !important;
        border-radius: 12px !important;
        width: 25% !important;
    }
    
    
   .mySwiper5 .slide-content{
       width: 100% !important;
   }
   
   .CompassContent{
       display: flex;
    justify-content: space-between;
    align-items: flex-start;
   }
    
    
    /*start portfolio*/
.portfolio{
  /*padding:80px 0;*/
  /*background: #f7f7f7;*/
}
.portfolio p{
  color: rgba(255,255,255,.6);
  margin: 20px 40px;
  letter-spacing: 1px;
  line-height:1.5em;
}

/*start tabs*/
.portfolio input[type="radio"]{
  display: none;
}
.portfolio .tabs label{
  display: inline-block;
  color: #3f4244;
  text-transform: uppercase;
  text-align: center;
  padding: 12px 18px;
  cursor: pointer;
  height: min-content;
  background: #F5F5F5;
    border-radius: 12px;
    margin:0;
}
.portfolio .tabs .all{
  display: none;
  transform-origin: 10% 50%;
}
.portfolio .tabs .content {
  margin-bottom: 29px;
  position: relative;
  /*overflow: hidden;*/
      width: 99%;
    margin: 0 auto;
}
.portfolio .tabs .content img {
  height: 190px;
  width: 100%;
  cursor: pointer;
      margin-bottom: 15px;
      border-radius: 6px;
}
.portfolio .tabs label:not(:first-of-type){
  margin-left: -4px;
      flex: 0 0 calc(70% / 5);
    white-space: nowrap;
}
.portfolio input[id="all"]:checked ~ .content .all{
  display: block;
  animation: animateTabe 1s;
}
.portfolio input[id="administrator"]:checked ~ .content .administrator{
  display: block;
  animation: animateTabe 1s;
}
.portfolio input[id="Supermarket"]:checked ~ .content .Supermarket{
  display: block;
  animation: animateTabe 1s;
}
.portfolio input[id="children"]:checked ~ .content .children{
  display: block;
  animation: animateTabe 1s;
}

.portfolio input[id="spa"]:checked ~ .content .spa{
  display: block;
  animation: animateTabe 1s;
}

.portfolio input[id="gym"]:checked ~ .content .gym{
  display: block;
  animation: animateTabe 1s;
}

.portfolio input[id="game"]:checked ~ .content .game{
  display: block;
  animation: animateTabe 1s;
}

.portfolio input[id="coffee"]:checked ~ .content .coffee{
  display: block;
  animation: animateTabe 1s;
}

.portfolio input[id="car"]:checked ~ .content .car{
  display: block;
  animation: animateTabe 1s;
}



.portfolio input[type="radio"]:checked + label{
  background: #f6935b;
    cursor: default;
    color: white;
    border-radius: 12px;
}
.portfolio .tabs .overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  top:100%;
  padding-top: 10%;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  background: rgba(0,0,0,.5);
  left: 0;
  transition: all .5s;
  transition: all .5s linear;

}
.portfolio .tabs .all .content:hover .overlay{
  top: 0;
}
.portfolio .tabs .overlay span{
  padding: 2px 8px;
  border: 1px solid #fff;
  border-radius: 3px;
  cursor: pointer;
}
.portfolio .tabs .overlay span:hover{
  background: #5CC05C;
  border-color: #5CC05C;
}
@keyframes animateTabe{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

.classic-list{
  list-style-type: none;
}
    
    
    
.tabs.text-left{
       display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
        margin-top: 40px;
}

.contactInfoTop{
        background: #f6935b;
    color: white;
    border-radius: 12px;
    padding: 5px 10px;
}

.contactInfoTop:hover{
       text-decoration: none;
    outline: none;
    color: white;
}


    .contactInfoTop .phone-img {
  display: none;
}

.contactBTN{
    position: absolute;
    bottom: 20%;
    z-index: 99999;
    right: 0;
    width: 20%;
    right: 10%;
    background: #ffffff38;
    border-radius: 42px;
    backdrop-filter: blur(10px);
    padding: 45px;
}

.contactBTNA{
    background: #F7904B;
    text-align: center;
    border-radius: 18px;
    padding: 13px;
    width: 100%;
    display: block;
    color: white !important;
}

.contactPart{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.w_50{
    width:40%;
}

.contactForm{
    display: flex;
    flex-direction: column;
}
 
hr{
    background: #f6935b;
}

.contactPart input{
    border: none;
    border-radius: 12px;
    padding: 8px;
    outline: none;
    margin-bottom:10px;
}

.d_fl{
    display:flex;
    flex-direction:column;
}

.contactPart button{
    border: white;
    color: white;
    background: #F6935B;
    padding: 8px;
    border-radius: 12px;
    cursor:pointer;
}
.contactPart button:focus{
outline:none;

}

.MapPart{
   position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex; 
}

.ToHref{
        background: #5E5E5E;
    color: white;
    padding: 20px 100px;
    border-radius: 6px;
    font-weight: bold;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 20px;
}

.ToHref:hover{
    color:white;
    text-decoration:none;
}

.footerBlock{
    display:flex;
}
    
    .footerBlock > div{
    margin-right:10%;
}

.flexFooter{
    display: flex;
    justify-content: space-between;
}

.flexFooterSocial{
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.flexFooterSocial a {
    width: 50px;
            margin-left: 15px;
}

.flexFooterSocial img {
width: 100%;
}

.footerBlock h4{
    white-space: nowrap;
}
.footerBottom{
    text-align: right;
    padding: 15px 0;
    margin: 0;
}



.dropdown {
  width: auto;
  font-family: "Helvetica", sans-serif;
  font-weight: 300;
}



.dropdown__switch:checked + .dropdown__options-filter .dropdown__select {
  transform: scaleY(1);
  opacity: 1;
  background: rgb(255 255 255 / 50%);
    backdrop-filter: blur(10px);
    padding: 0;
    text-align: center;
}
.dropdown__switch:checked + .dropdown__options-filter .dropdown__filter:after {
  transform: rotate(-135deg);
}
.dropdown__options-filter {
  width: 100%;
      margin: 0;
  cursor: pointer;
}
.dropdown__filter {
    margin: 0;
  position: relative;
  display: flex;
  padding: 0 20px;
  color: #000000;
  font-weight: bold;
  border-radius: 18px;
  font-size: 16px;
  transition: 0.3s;
  width: 150%;
    list-style-type: none;
}
.dropdown__filter:focus {
  outline: none;
}
.dropdown__filter::after {
  position: absolute;
  top: 30%;
  right: 20px;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid #595959;
  border-bottom: 1px solid #595959;
  transform: rotate(45deg) translateX(-45%);
  transition: 0.3s ease-in-out;
}
.dropdown__select {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 5px;
  overflow: hidden;
  transform: scaleY(0);
  transform-origin: top;
  border-radius: 18px;
  opacity: 0;
  transition: 0.2s ease-in-out;
  list-style-type: none;
}
.dropdown__select-option {
  padding: 20px;
  /*border-bottom: 1px solid #e9ecef;*/
  transition: 0.3s;
}
.dropdown__select-option:last-of-type {
  border-bottom: 0;
}
.dropdown__select-option:hover {
  background-color: #F7904B;
}


.mySwiper2 .slideTop{
    border-radius: 28px;
}
   
    
    

@media only screen and (max-width: 480px) {
    
    .mySwiper2 .slideTop{
    border-radius: 14px;
}
    
    .headerStatic{
        border-radius: 10px;
    }
    
    .footerBottomParent .footerBottom{
        margin: 0 !important;
        text-align: center;
        width: 100% !important;
        padding: 10px !important;
        margin:0 !important;
    }
    
    .flexFooterSocial a {
    width: 49px;
    margin-bottom: 20px;
    }
    
    .flexFooterSocial{
        flex-direction: column;
    justify-content: flex-start;
            align-items: flex-end;
    }
    
    .flexFooter{
    display: flex;
    justify-content: space-between;
}
    
    .footerBlock {
    flex-direction: column;
    }
    
    .mapMobile{
            width: 100%;
    height: 300px;
    object-fit: cover;
    }
    
    .ToHref{
        width: 100%;
    padding: 7px;
    margin: 8px;
    }
    .MapPart{
        flex-direction: column;
        top: auto;
        right: 10%;
        left: auto;
        bottom: 10%;
        transform: none;
    }
    
    .contactPart{
        flex-direction: column;
    width: 100% !important;
    }
    
    .w_50{
    width:90%;
}
    
    .d_fl {
    width: 90%;
    margin-top: 30px;
    }
    
    .contactBTN {
    bottom: 20px;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px;
    border-radius: 16px;
    }
    
    .headerStatic {
    width: 95%;
    padding: 10px 30px;
    }
    .mobileSizeLogo{
        width: 36% !important;
    height: auto;
    object-fit: contain;
    }
    
    .footerBottomParent .mobileSizeLogo{
        width: 20% !important;
    }
    
        
    
    .contactInfoTop .phone-text {
    display: none;
  }
  .contactInfoTop .phone-img {
    display: inline;
    width: 40px; /* adjust size */
    height: auto;
  }
    
    .mobsize,.mobsizepulh1{
            font-size: x-large;
    }
    
    .mobsizepul{
        width: 90% !important;
        margin: 50px auto !important;
        padding: 0 !important;
    }
    
    .portfolio .tabs .content{
         width: 99.8% !important;
    }
    
    .tabs.text-left {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px 10px;
    margin-top: 40px;
    flex-direction: row;
}


.portfolio .tabs label {
    font-size: 12px;
}

label[for="all"] {
  display: none !important;
}

    
    .mySwiper5 .sliderText{
            left: 0 !important;
        bottom: 3.5% !important;
        margin-left: 24px !important;
        width: calc(89%) !important;
        }
        
    .mySwiper2 swiper-slide:first-child {
        margin-left: 15px !important;
    }
    
    .SliderSize{
        width: 90%;
        padding-left: 0;
        margin: 0 auto;
    }
    
    
    .TextSliderLabel{
        font-size: 21px;
}

.TextSliderSecondLabel{
    font-size: 13px;
    margin: 10px 0;
}
.TextSliderThirdLabel{
    line-height: 20px;
    font-size: 13px;
    margin: 0;
}

}

