/* ===================================
    Portfolio Animation and hover effect
====================================== */
.hover1{
  font-family: 'Montserrat', sans-serif;;
}
.hover1{position:relative;cursor: pointer;overflow: hidden;}
.hover1:before{content:"";width:100%;height:100%;background:rgba(0,0,0,.9);position:absolute;top:0;left:0;opacity:0;transition:all .35s ease 0s}
.hover1:hover:before{opacity:1}
.hover1 img{width: 400px;height: 15rem;transition: .5s ease}
.hover1 .img_index{width: 36rem;height: 20rem;transition: .5s ease}

@media(max-width: 768px) {
  .hover1 img{width:550px;height: 18rem;transition: .5s ease}
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .hover1 img{width:400px;height: 17rem;transition: .5s ease}
}

.hover1 .box-content{width:90%;height:90%;position:absolute;top:5%;left:5%;cursor: pointer;text-align: center;}
.hover1 .box-content:after,.hover1 .box-content:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;opacity:0;transition:all .7s ease 0s}
/* .hover1 .box-content:before{border-bottom:2px solid rgba(255,255,255,.5);border-top:2px solid rgba(255,255,255,.5);transform:scale(0,1);transform-origin:0 0 0}
.hover1 .box-content:after{border-left:2px solid rgba(255,255,255,.5);border-right:2px solid rgba(255,255,255,.5);transform:scale(1,0);transform-origin:100% 0 0} */
.hover1 .box-content:before{transform:scale(0,1);transform-origin:0 0 0}
.hover1 .box-content:after{transform:scale(1,0);transform-origin:100% 0 0}
.hover1:hover .box-content:after,.hover1:hover .box-content:before{opacity:1;transform:scale(1);transition-delay:.15s}
.hover1 .title{margin: auto;padding-top: 10%;font-size:15px;font-weight:600;color:#fff;opacity:0;transform:translate3d(0,-50px,0);transition:transform .5s ease 0s;text-align: left;}
.hover1 .box-content p{font-size:14px;color:#fff;opacity:0;transform:translate3d(0,-50px,0);transition:transform .5s ease 0s}
.hover1:hover .title{opacity:1;transform:translate3d(0,0,0)}
.hover1:hover .box-content p{opacity:1;transform:translate3d(0,0,0)}
.hover1 .post{font-size:14px;color:#fff;padding:10px;background:#d79719;opacity:0;border-radius:0 19px;transform:translate3d(0,-50px,0);transition:all .7s ease 0s;margin-left: 50px;}
.hover1 .icon,.box15 .icon{padding:0;list-style:none}
.hover1:hover .post{opacity:1;transform:translate3d(0,0,0);transition-delay:.15s}
.hover1 .icon{width:100%;margin:0;position:absolute;bottom:-10px;left:0;opacity:0;z-index:1;transition:all .7s ease 0s}
.hover1:hover .icon{bottom:20px;opacity:1;transition-delay:.15s}
.hover1 .icon li a{display:block;width:40px;height:40px;line-height:40px;border:1px solid #fff;border-radius:0 16px;font-size:14px;color:#fff;margin-right:5px;transition:all .4s ease 0s}
.hover1 .icon li a:hover{background:#d79719;border-color:#d79719}
.hover1:hover img{
  transform: scale(1.1);
  opacity: 0.5;
}
.hover1 .box-content i{
  position: absolute;
  bottom: 50%;
  left: 42%;
  font-size: 35px;
  color: white;
  display: none;
}
.hover1:hover .box-content i{
  display: inline-block;
}

.hover2{
  font-family: 'Montserrat', sans-serif;;
}
.hover2{position:relative;cursor: pointer;overflow: hidden;}
.hover2:before{content:"";width:100%;height:100%;background:rgba(0,0,0,.9);position:absolute;top:0;left:0;opacity:1;transition:all .35s ease 0s}
.hover2:hover:before{opacity:1}
.hover2 img{width: 400px;height: 15rem;transition: .5s ease;opacity: 0.5;}

@media(max-width: 768px) {
  .hover2 img{width:550px;height: 18rem;transition: .5s ease;opacity: 0.5;}
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .hover2 img{width:400px;height: 17rem;transition: .5s ease;opacity: 0.5;}
}

.hover2 .box-content{width:90%;height:90%;position:absolute;top:5%;left:5%;cursor: pointer;text-align: center;display: flex;
  flex-direction: column; justify-content: center;align-items: center;}
.hover2 .box-content:after,.hover2 .box-content:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;opacity:0;transition:all .7s ease 0s}
.hover2 .box-content:before{transform:scale(0,1);transform-origin:0 0 0}
.hover2 .box-content:after{transform:scale(1,0);transform-origin:100% 0 0}
.hover2:hover .box-content:after,.hover2:hover .box-content:before{opacity:1;transform:scale(1);transition-delay:.15s}
.hover2 .title{
  margin: auto;
  padding-top: 10%;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  opacity: 1; /* 修改此行，设置初始透明度为1 */
  transform: translate3d(0, 0, 0);
  transition: transform 0.5s ease 0s;
  text-align: left;
}
.hover2 .box-content p{font-size:14px;color:#fff;opacity:0;transform:translate3d(0,-50px,0);transition:transform .5s ease 0s}
.hover2:hover .title{opacity:1;transform:translate3d(0,0,0)}
.hover2:hover .box-content p{opacity:1;transform:translate3d(0,0,0)}
.hover2 .post{font-size:14px;color:#fff;padding:10px;background:#d79719;opacity:0;border-radius:0 19px;transform:translate3d(0,-50px,0);transition:all .7s ease 0s;margin-left: 50px;}
.hover2 .icon,.box15 .icon{padding:0;list-style:none}
.hover2:hover .post{opacity:1;transform:translate3d(0,0,0);transition-delay:.15s}
.hover2 .icon{width:100%;margin:0;position:absolute;bottom:-10px;left:0;opacity:0;z-index:1;transition:all .7s ease 0s}
.hover2:hover .icon{bottom:20px;opacity:1;transition-delay:.15s}
.hover2 .icon li a{display:block;width:40px;height:40px;line-height:40px;border:1px solid #fff;border-radius:0 16px;font-size:14px;color:#fff;margin-right:5px;transition:all .4s ease 0s}
.hover2 .icon li a:hover{background:#d79719;border-color:#d79719}
.hover2:hover img{
  transform: scale(1.1);
  opacity: 0.5;
}
.hover2 .box-content i{
  position: absolute;
  bottom: 50%;
  left: 42%;
  font-size: 35px;
  color: white;
  display: none;
}
.hover2:hover .box-content i{
  display: inline-block;
}

.hover3 {
  font-family: 'Montserrat', sans-serif;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.hover3:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* 灰色遮罩 */
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1; /* 初始遮罩不透明 */
  transition: opacity 0.35s ease; /* 添加過渡效果 */
}
.hover3:hover:before {
  opacity: 0; 
}
.hover3 img {
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
}
.hover3 .img_index {
  width: 36rem;
  height: 20rem;
  transition: 0.5s ease;
}
@media (max-width: 768px) {
  .hover3 img {
    width: 100%;
    height: 100%;
    transition: 0.5s ease;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
.hover3 img {
    width: 100%;
    height: 100%;
    transition: 0.5s ease;
  }
}
.hover3 .box-content {
  width: 90%;
  height: 90%;
  position: absolute;
  top: 8%;
  left: 8%;
  cursor: pointer;
  text-align: center;
}
.hover3 .box-content:after,
.hover3 .box-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all 0.7s ease 0s;
}
.hover3 .box-content:before {
  transform: scale(0, 1);
  transform-origin: 0 0 0;
}
.hover3 .box-content:after {
  transform: scale(1, 0);
  transform-origin: 100% 0 0;
}
.hover3:hover .box-content:after,
.hover3:hover .box-content:before {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.15s;
}
.hover3 .title {
  margin: auto;
  padding-top: 10%;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  opacity: 0;
  transform: translate3d(0, -50px, 0);
  transition: transform 0.5s ease 0s;
  text-align: left;
}
.hover3 .box-content p {
  font-size: 14px;
  color: #fff;
  opacity: 0;
  transform: translate3d(0, -50px, 0);
  transition: transform 0.5s ease 0s;
}
.hover3:hover .title {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.hover3:hover .box-content p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.hover3 .post {
  font-size: 14px;
  color: #fff;
  padding: 10px;
  background: #d79719;
  opacity: 0;
  border-radius: 0 19px;
  transform: translate3d(0, -50px, 0);
  transition: all 0.7s ease 0s;
  margin-left: 50px;
}
.hover3 .icon,
.box15 .icon {
  padding: 0;
  list-style: none;
}
.hover3:hover .post {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.15s;
}
.hover3 .icon {
  width: 100%;
  margin: 0;
  position: absolute;
  bottom: -10px;
  left: 0;
  opacity: 0;
  z-index: 1;
  transition: all 0.7s ease 0s;
}
.hover3:hover .icon {
  bottom: 20px;
  opacity: 1;
  transition-delay: 0.15s;
}
.hover3 .icon li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #fff;
  border-radius: 0 16px;
  font-size: 14px;
  color: #fff;
  margin-right: 5px;
  transition: all 0.4s ease 0s;
}
.hover3 .icon li a:hover {
  background: #d79719;
  border-color: #d79719;
}
.hover3:hover img {
  transform: scale(1.1);
}
.hover3 .box-content i {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 35px;
  color: white;
  opacity: 1; /* 初始状态下可见 */
  transition: opacity 0.35s ease; /* 添加过渡效果 */
}
.hover3:hover .box-content i {
  opacity: 0; 
}

.hover4{
  font-family: 'Montserrat', sans-serif;;
}
.hover4{position:relative;cursor: pointer;overflow: hidden;}
.hover4:before{content:"";width:100%;height:100%;background:rgba(0,0,0,.9);position:absolute;top:0;left:0;opacity:0;transition:all .35s ease 0s}
.hover4:hover:before{opacity:1}
.hover4 img{width: 400px;height: 60vh;transition: .5s ease}
.hover4 .img_index{width: 36rem;height: 20rem;transition: .5s ease}

@media(max-width: 768px) {
  .hover4 img{width:550px;height: 60vh;transition: .5s ease}
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .hover4 img{width:400px;height: 50vh;transition: .5s ease}
}

.hover4 .box-content{width:90%;height:90%;position:absolute;top:5%;left:5%;cursor: pointer;text-align: center;}
.hover4 .box-content:after,.hover4 .box-content:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;opacity:0;transition:all .7s ease 0s}
/* .hover4 .box-content:before{border-bottom:2px solid rgba(255,255,255,.5);border-top:2px solid rgba(255,255,255,.5);transform:scale(0,1);transform-origin:0 0 0}
.hover4 .box-content:after{border-left:2px solid rgba(255,255,255,.5);border-right:2px solid rgba(255,255,255,.5);transform:scale(1,0);transform-origin:100% 0 0} */
.hover4 .box-content:before{transform:scale(0,1);transform-origin:0 0 0}
.hover4 .box-content:after{transform:scale(1,0);transform-origin:100% 0 0}
.hover4:hover .box-content:after,.hover4:hover .box-content:before{opacity:1;transform:scale(1);transition-delay:.15s}
.hover4 .title{margin: auto;padding-top: 10%;font-size:15px;font-weight:600;color:#fff;opacity:0;transform:translate3d(0,-50px,0);transition:transform .5s ease 0s;text-align: left;}
.hover4 .box-content p{font-size:14px;color:#fff;opacity:0;transform:translate3d(0,-50px,0);transition:transform .5s ease 0s}
.hover4:hover .title{opacity:1;transform:translate3d(0,0,0)}
.hover4:hover .box-content p{opacity:1;transform:translate3d(0,0,0)}
.hover4 .post{font-size:14px;color:#fff;padding:10px;background:#d79719;opacity:0;border-radius:0 19px;transform:translate3d(0,-50px,0);transition:all .7s ease 0s;margin-left: 50px;}
.hover4 .icon,.box15 .icon{padding:0;list-style:none}
.hover4:hover .post{opacity:1;transform:translate3d(0,0,0);transition-delay:.15s}
.hover4 .icon{width:100%;margin:0;position:absolute;bottom:-10px;left:0;opacity:0;z-index:1;transition:all .7s ease 0s}
.hover4:hover .icon{bottom:20px;opacity:1;transition-delay:.15s}
.hover4 .icon li a{display:block;width:40px;height:40px;line-height:40px;border:1px solid #fff;border-radius:0 16px;font-size:14px;color:#fff;margin-right:5px;transition:all .4s ease 0s}
.hover4 .icon li a:hover{background:#d79719;border-color:#d79719}
.hover4:hover img{
  transform: scale(1.1);
  opacity: 0.5;
}
.hover4 .box-content i{
  position: absolute;
  bottom: 50%;
  left: 42%;
  font-size: 35px;
  color: white;
  display: none;
}
.hover4:hover .box-content i{
  display: inline-block;
}


/* progress bar */
.bar {
  background: transparent;
  width: 100%; /* ä¿®æ”¹å¯¬åº¦ç‚ºç™¾åˆ†æ¯”ï¼Œä»¥é©æ‡‰çˆ¶å…ƒç´  */
  height: 10px;
  border-radius: 3px;
  border-bottom: black solid;
  margin: auto;
  margin-bottom: 20px;
}

.progress {
  width: 100%; /* ä¿®æ”¹å¯¬åº¦ç‚ºç™¾åˆ†æ¯”ï¼Œä»¥é©æ‡‰çˆ¶å…ƒç´  */
  height: 10px;
  border-radius: 5px;
  background: #000000;
  background: -webkit-linear-gradient(to right, #000000, #000000);
  background: -o-linear-gradient(to right, #000000, #000000);
  background: -moz-linear-gradient(to right, #000000, #000000);
  background: -ms-linear-gradient(to right, #000000, #000000);
  background: linear-gradient(to right, #000000, #000000);
  transition: 600ms cubic-bezier(0.6, 0, 0.38, 1);
}

.caseMenuTxt{
    font-size: 12px;
    text-align: center;
}
.caseMenuTxt_w{
    font-size: 12px;
    text-align: center;
    color: white!important;
}
.case-button--medium {
  font-size: 9px;
  padding: 1px 9px;
}
.case-button {
  background-color: transparent;
  color: #fff !important;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0;
  border: 1px solid #ffffff;
  font-weight: 500;
  letter-spacing: 1px;
}
.case-button:hover {
  background-color: transparent;
  color: orange !important;
}
.caseColor_w{
  color: #ffffff;
}
.caseColor_bbl{
  background-color: #2966AF !important;
}
.caseColor_bb{
  background-color: #211916 !important;
}
.caseinput {
  border: none;
  border-bottom: 1px solid white; 
  outline: none; 
  background: transparent;
}
.caseinput:focus {
  color: #ffffff;
}


.header_h
{
  height: 6rem;
}
.mtn-30{
  margin-top: -30px!important;
}
.centered-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media (min-width: 1425px) {
  .d-ayo-block {
      display: block!important
  }
  .d-ayo-none {
    display: none!important
  }
}
.logo_img{
  width: 60%;
}
.logo_img2{
  width: 100%;
}
.cus-g-y-n10{
  --bs-gutter-y: -10rem;
}
.cus-g-y-n15{
  --bs-gutter-y: -15rem;
}
.cus-footer-section {
  color: #ffffff;
  position: relative;
  overflow: hidden; 
}

.cus-footer-section::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 2%; 
  width: calc(96%); 
  border-bottom: 0.5px solid;
}
.cus_ml-80{
  margin-left: 80px !important;
}
.animated-svg-mt{
    margin-top: -10rem;
}

@media(max-width: 768px) {
  .cus-g-y-n10{
    --bs-gutter-y: 0rem;
  }
  .cus-g-y-n15{
    --bs-gutter-y: 0rem;
  }
  .index_in_logo{
    font-size: 35px!important;
  }
  .index_in_logo2{
    font-size: 28px!important;
  }
  .index_in_logo_pic{
    width: 15rem !important;
  }
  .cus_ml-80{
    margin-left: 0 !important;
    --bs-gutter-x: 0;
  }
  .animated-svg-mt{
    margin-top: -5rem;
  }
}
@media(max-width: 992px) {
  .cus-g-y-n10{
    --bs-gutter-y: -10rem;
  }
  .cus-g-y-n15{
    --bs-gutter-y: -15rem;
  }  
}
@media(max-width: 1200px) {
  .cus-g-y-n10{
    --bs-gutter-y: 2rem;
  }
  .cus-g-y-n15{
    --bs-gutter-y: 2rem;
  }
}
.Component1{
	height: 105px;
	border: 1px solid;
}
.Component1:hover {
  background-color: rgb(214, 211, 211, 0.25); /* 设置链接的悬停时背景色 */
  color: black;
}
.linka {
  height: 7vh;
  width: 100%;
  background-color: transparent; 
  color: transparent;
  text-align: center;
  }
  .linka:hover {
      background-color: rgb(214, 211, 211, 0.68); /* 设置链接的悬停时背景色 */
      color: black;
  }
  .linka2 {
    height: 15vh;
    width: 52vh;
    overflow: hidden; /* 隐藏溢出的内容 */
    background-color: transparent; 
    color: transparent;
    text-align: center;
    }
    .linka2:hover {
        background-color: rgb(214, 211, 211, 0.68); /* 设置链接的悬停时背景色 */
        color: black;
    }

  .img-container img {
    transition: transform 0.3s ease;
  }  
  .img-container:hover img {
    transform: translateY(-10px); 
    transform: scale(1.2); 
  }
  .img-container img.active{
    transform: translateY(-10px); 
    transform: scale(1.2); 
  }
  
  .progress_main_img_h{
    height: 63vh!important;
  }
  .progress_img_h{
    height: 20vh!important;
  }
  .progress_t_img_h{
    height: 40vh!important;
  }
  .progress_mt_img_h{
    height: 60vh!important;
  }
@media (min-width: 280px) and (max-width: 653px) {
    .linka {
        height: 3.8vh; 
    }
    .caseColor_w{
      font-size: 1.6vh;
    }
    .progress_img_h{
      height: 13vh!important;
    }
}
@media (min-width: 360px) and (max-width: 740px) {
    .linka {
        height: 5.2vh; 
    }
    .caseColor_w{
      font-size: 2vh;
    }
    .progress_img_h{
      height: 12vh!important;
    }
}
@media (min-width: 375px) and (max-width: 812px) {
  .linka {
      height: 4.3vh; 
  }
  .caseColor_w {
      font-size: 1.8vh;
  }
}
@media (min-width: 390px) and (max-width: 844px) {
  .linka {
      height: 4.3vh; 
  }
  .caseColor_w{
    font-size: 1.8vh;
  }
  .progress_img_h{
    height: 14vh!important;
  }
}
@media (min-width: 414px) and (max-width: 896px) {
  .linka {
    height: 4.4vh;
  }
  .caseColor_w{
    font-size: 2vh;
  }
  .progress_img_h{
    height: 14vh!important;
  }
  .linka2 {
    height: 9.5vh;
    width: 33.5vh;
  }
}
@media (min-width: 540px) and (max-width: 720px) {
  .linka {
    height: 7.4vh;
  }
  .caseColor_w{
    font-size: 2vh;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
    .linka {
        height: 7.3vh; 
    }
    .caseColor_w{
      font-size: 2vh;
    }
}

@media (min-width: 820px) and (max-width: 1199px) {
    .linka {
        height: 6.4vh; 
    }
    .caseColor_w{
      font-size: 2vh;
    }
}
@media (min-width: 912px) and (max-width: 1368px) {
  .linka {
      height: 5.5vh; 
  }
  .caseColor_w{
    font-size: 1.5vh;
  }
  .progress_img_h{
    height: 13vh!important;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .linka {
    height: 7.1vh;
  }
  .caseColor_w{
    font-size: 1.7vh;
  }
  .progress_img_h{
    height: 11vh!important;
  }
}
@media (min-width: 1400px) {
    .linka {
      height: 7vh;
    }
    .caseColor_w{
      font-size: 2vh;
    }
}



.gallery {
	display: grid;
	grid-template-columns: auto auto auto auto;
	gap: 20px;
	max-width: 600px;
}

.gallery img {
	width: 150px;
	border-radius: 10px;
}

#lightbox {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 2;
}

@keyframes bottom-top {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}

#lightbox img {
  max-width: 80%;
  max-height: 80%;
  margin: auto;
  display: block;
  z-index: 2;
}

#lightbox .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.bottom_text,
.close,
.prev,
.next {
  position: absolute;
  cursor: pointer;
}

.close {
  right: 10px;
  top: 10px;
  z-index: 4;
}

#lightbox .prev {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  z-index: 4;
  font-size: 60px;
}

#lightbox .next {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  z-index: 4;
  font-size: 60px;
}

#lightbox .bottom_text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  padding: 30px;
  box-sizing: border-box;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  animation: fadeIn 2.3s ease-in-out;
}
.fade-in2 {
  animation: fadeIn 1.3s ease-in-out;
}

	  .svg-hover-background {
		fill: transparent;
		stroke: transparent;
		stroke-width: 0;
	  }
	  .svg-hover-background:hover {
		  fill: rgba(187, 187, 187, 0.38);
	  }
    .svg-hover-background:hover text{
		  fill: black;
	  }

  .index_in_logo{
    font-size: 47px;
  }
  .index_in_logo_pic{
    width: 20rem;
  }
  .index_in_logo2{
    font-size: 35px;
  }
 


#animated-svg #c1 {
    opacity: 1;
    transition: opacity 0.5s ease;
}
#animated-svg #c2 {
  opacity: 0;
  transition: opacity 0.5s ease;
}
#animated-svg #ct{
  opacity: 1;
  transition: opacity 0.5s ease;
}

#animated-svg:hover #c1 {
    opacity: 0;
}
#animated-svg:hover #c2 {
  opacity: 1;
}
#animated-svg:hover #ct{
  opacity: 0;
}

#animated-svg2 #t1 {
  opacity: 1;
  transition: opacity 0.5s ease;
}
#animated-svg2 #t2 {
  opacity: 0;
  transition: opacity 0.5s ease;
}
#animated-svg2 #tt{
  opacity: 1;
  transition: opacity 0.5s ease;
}

#animated-svg2:hover #t1 {
  opacity: 0;
}
#animated-svg2:hover #t2 {
  opacity: 1;
}
#animated-svg2:hover #tt{
  opacity: 0;
}

#animated-svg3 #u1 {
  opacity: 1;
  transition: opacity 0.5s ease;
}
#animated-svg3 #u2 {
  opacity: 0;
  transition: opacity 0.5s ease;
}
#animated-svg3 #ut{
  opacity: 1;
  transition: opacity 0.5s ease;
}

#animated-svg3:hover #u1 {
  opacity: 0;
}
#animated-svg3:hover #u2 {
  opacity: 1;
}
#animated-svg3:hover #ut{
  opacity: 0;
}

.fitem {
  opacity: 0;
  transition: opacity 0.02s ease;
}

.fade-in {
  opacity: 1;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.iniitem {
  opacity: 0;
  transition: opacity 2s ease;
}

.inifade-in {
  opacity: 1;
}

.Litem {
  opacity: 0;
  transition: opacity 1s ease;
}

.Lfade-in {
  opacity: 1;
}

