*{
    margin: 0;
    padding: 0 ;
    box-sizing: border-box;
    font-family: Roboto;
   
}
:root{
    --color1 : #56227A;
    --color2 : #EC6707 ;
    --clr-background: whitesmoke;
  --clr-main: purple;
  --circle-max: 95%;
  --circle-min: 5%;
}


a{
    text-decoration: none !important;
    color: black !important;
}


.cont{
    position: absolute;
  }
@media (max-width : 990px) {
  
  .cont{
    position: relative !important;
  }
}

.flit{
  filter:grayscale(100%);
  transition: filter 1s .2s;
}
.flit:hover{
  filter: none;
}

.section1{
 

 height: 100vh;
 
 
 }
 .bg{
     background-image: url(../images/Path\ 3.png);
     background-repeat: no-repeat;
         background-position: 100% 0;
         background-size: 28% 100%;
   
 }
 .r{
  color: white !important;
}
 @media (max-width : 600px) {
   .bg{
     background-image: none;
     text-align: start !important;
   }
   .r{
  color: var(--color1) !important;
}
 }
 .sec3{
  height: 100vh;
 
 }

 .bg-new{
     background-image: url(https://3dit.net/front/images/Component_1.png);
     background-repeat: no-repeat;
         background-size: 100% 100%;
         
 }
 .dropdow {
  position: relative;
  display: inline-block;
}


.dropdow-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.dropdow-content a {
  color: black;
  padding: 6px 16px;
  text-decoration: none;
  display: block;
}

.dropbtn{
  font-size: 16px;
}
.dropbtn i{
  font-size: 12px !important;
}


@media (max-width : 1400px) {
  .dropbtn{
  font-size: 15px !important;
}
}
.dropdow-content a:hover {background-color: var(--color1);color: white !important;}
.dropdow:hover .dropdow-content {display: block;}
.lang{
  font-size: 17px !important;
  color: white !important; 
  font-weight: 500;
}
.scer{
  background-color: #481968 ;
   color: white;
    margin-left: 1rem;
     width: 40px; 
     height: 40px;
      font-size: 17px;
      padding-top:.5rem;
}


.hov .activehov::before{
content: "";
position: absolute;
bottom: -10px;
left: 25%;
width: 50%;
height: 2px;
background-color: var(--color2);

}


@media (min-width : 1200px) {
  .mar{
    margin-right: 6rem !important;
  }
}


@media (min-width : 1700px) {
  .mar{
    margin-right: 6rem !important;
  }
}
 
@media (min-width : 2200px) {
  .lang{
    color: #481968 !important;
  }
  
}
.slidp{
  padding-top: 8rem;
}
.mrg{
  margin-right: -150px;
}
.size{
  width: 70%;
}
@media (min-width : 2000px) {
 
.slidp{

 padding-top: 5rem;
}

.size{
 width: 100%;
}

} 

@media (max-width : 1900px) {
  .slidp{
  padding-top: 3rem;
}
}
@media (max-width : 1520px) {
  .slidp{
  padding-top: 3rem;
}
.mrg{
  margin-right: -90px;
}
}

@media (max-width : 1260px) {
  .slidp{
  padding-top: 6rem;
}
.mrg{
  margin-right: -60px;
}
.size{
  width: 100%;
  margin-top: 10rem !important;
}
}
@media (max-width : 1200px) {
  .slidp{
  padding-top: 2rem;
}
.mrg{
  margin-right: -10px;
}
.size{
  width: 100%;
  margin-top: 10rem !important;
}
}

@media (max-width : 991px) {
  .bg-new{
background-color: var(--color2);
background-image: none;
  }
  .slidp{
  padding-bottom: 20rem;
  padding-top: 0rem;
}
.mrg{
  margin-right: -5px;
}
.size{
  width: 100%;
  margin-top: 10rem !important;
}
.mm{
  margin-top: -10rem;
}
}

@media (max-width : 650px) {
  .bg-new{
background-color: var(--color2);
background-image: none;
  }
  .slidp{
  padding-bottom: 20rem;
  padding-top: 0rem;
}
.mrg{
  margin-right: 0px;
}
.size{
  width: 100%;
  margin-top: 10rem !important;
}
.mm{
  margin-top: -10rem;
}
}
@media (max-width : 480px) {
  .bg-new{
background-color: var(--color2);
background-image: none;
  }
  .slidp{
  padding-bottom: 20rem;
  padding-top: 0rem;
}
.mrg{
  margin-right: 0px;
}
.size{
  width: 100%;
}
.mm{
  margin-top: -10rem;
}
}
@media (max-width : 380px) {
  .bg-new{
background-color: var(--color2);
background-image: none;
  }
  .slidp{
  padding-bottom: 20rem;
  padding-top: 0rem;
}
.mrg{
  margin-right: 0px;
}
.size{
  width: 100%;
}
.mm{
  margin-top: -10rem;
}
}



@media (max-width : 520px) {
   .carousel-inner .bv{
        color: white !important;
    }
}
.navbar-nav li:hover > ul.dropdown-menu1 {
    display: block;
}

.dropdown-submenu > .dropdown-menu1 {
    top: 0 !important;
    position:absolute;
    top: -1px;
    bottom: -1px;
  

  
}
.dropdown-menu{
    z-index: 200 !important;
}

/* rotate caret on hover */
.dropdown-menu1 > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 


.dropdown-menu1{
    border: none !important;
}
.dropdown-item{
    color: #7e7e7e !important;
}

.sidebar li .submenu{ 
	list-style: none; 
	margin: 0; 
	padding: 0; 
	padding-left: 1rem; 
	padding-right: 1rem;
}

.offcanvas-body .card{
    background-color: transparent !important;
    border: none !important;
}
.offcanvas-body .card .nav-link{
  padding: 19px 0 !important;
    line-height: 1.5;
    font-size: 14px !important;
    color: #000000 !important;
}
.offcanvas-body .card .nav-item{

    padding: 0 10px !important;

}


@media (max-width : 991px ) {
    
    .dd{
        display: none;
    }
  
}

.mov-s{

   font-weight: bolder !important;
}

@media (max-width : 600px) {
    .mov-s{
        color: var(--color1) !important;
    }

  .carousel-inner .sa{
      text-align: start !important;
  }
    

}
@media (max-width : 400px) {
 
 .carousel-indicators .m-add{
    display: none !important;
  }
  .carousel-inner .sa{
      text-align: center !important;
  }
    

}

.mov-sec {

   position: absolute;
   z-index: -10;
   bottom: 0;
   right: 0 !important;
}
.fins{
    margin-top: 2rem;
}

@media (max-width : 990px) {
    .mov-sec {



        top: 0 !important;
        
     }
     .fins{
        margin-top: -12rem !important;
    }
     
}






.head1{
    display: none;
}
@media (max-width :1712px) {
    .head{
        display: none !important;
    }
    .head1{
        display: block;
    }
  
}
.remove-end1{
    display: none;
}
@media (max-width :990px) {
    .head2 .d-flex{
        display: none !important;
    }
    .remove-end1{
        display: block;
    }
}

.topcor .carousel-indicators{
    top: 500px !important;
    left:-300px !important;
    
}
@media (max-width :1400px) {
    .topcor .carousel-indicators{
        top: 450px !important;
        left:-100px !important;
    
    }
   
}

@media (max-width :991px) {
    .topcor .carousel-indicators{
        top: 120px !important;
        left:-50px !important;
    
    }
}
@media (max-width :800px) {
.topcor .carousel-indicators{
    top: 100px !important;
    left:50px !important;

}
}
@media (max-width :786px) {
    .topcor .carousel-indicators{
       display: none !important;
    
    }
    }
@media (min-width :991px) {
    .form-select{
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
    }
    
}
.gr-co{
    color: var(--color1) ;
}
@media (min-width:1700px)  {
    .gr-co{
        color: var(--color1) !important;
    }
}
@media (max-width:1700px) and (min-width : 1600px) {
    .gr-co{
        color: #8965A2 !important;
    }
}
@media (max-width:1600px) and (min-width : 991px) {
    .gr-co{
        color: white !important;
    }
}

 select option{
    color: #380D55 !important;
   
}
select option.selected{
    background-color: #380D55 !important;
    color: white !important;
   
}


/* land */


.btn-top{
    color: white !important;
    border: 1px solid var(--color2)!important;
    background-color: var(--color2)!important;
}

.btn-top:hover{
    border: 1px solid var(--color1)!important;
    background-color: var(--color1)!important;
}

.btn-top1{
    color: white !important;
    border: 1px solid var(--color1)!important;
    background-color: var(--color1)!important;
}

.btn-top1:hover{
    border: 1px solid var(--color2)!important;
    background-color: var(--color2)!important;
}
.w-balltop{
    position: relative;
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
    background-color: var(--color1) !important;
}

.w-balltop.active {
    border: 5px solid var(--color2) !important;
}




/* futs */



.futs .card-link{
    color: var(--color2) !important;
    transition: all .2s ;
    -webkit-transition: all .2s ;
    -moz-transition: all .2s ;
    -ms-transition: all .2s ;
    -o-transition: all .2s ;
}
.rmo-ico{
    display: none;
}

.futs .card-link:hover{
    margin-left: 5px !important;
}

.futs .card-link:hover .rmo-ico{
    display: inline-block;
}

/* sec3 */
.cor .carousel-indicators .active {
  background-color: var(--color2) !important;
  width: 28px !important;
  height: 28px !important;
}

.carousel-indicators .active > .w-ballsp {
    display: block !important;
}

.prg{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
}

.w-ball{
    position: relative;
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
    background-color: white !important;
}


.d-no{
    display: none;
}
.d-no1{
    display: block ; 
} 
.product{
    margin-top: 7rem;
}
@media (min-width : 1700px) and  (max-width : 1920px) {
    .d-no{
        display: block;
    }
    .d-no1{
        display: none ; 
    }
  
  
}


.carousel-indicators{
    top : 450px !important;
    right: 900px !important;
    
}

.carousel-indicators [data-bs-target] {
   opacity: 1 !important;
   text-indent: 0 !important;
}
.w-tall{
    height: 1px;
    width: 100px;
    background-color: #8965A2;
}

.w-ballsp{
    color: white;
    font-size: 40px;
    font-weight: bold;
    margin-left: 20%;
    margin-top: 0px;
}




.img-ab{
 
left:49%;
top: 14%;
  z-index: 4;


}
.sli-ab{
 
   left: 18%;
   top: 40%;
   
    
    
    }

    .sl{
        margin-top: 10rem;
    }
    @media (max-width : 991px) {
        .sl{
            margin-top: 30rem;
        }
    }
    @media (min-width : 2000px) {
        .of-lo {
            left: -430px !important;
            top: 580px !important;
    
        }
       
    
    }
  
    @media (max-width : 1920px) {
        .of-lo {
            left: -447px !important;
            top: 550px !important;
        }
       
    
    }
@media (max-width : 1600px) {
    .of-lo {
        left: -430px !important;
        top: 450px !important;

    }
   

}
@media (max-width : 1399px) {
    .of-lo {
        left: -350px !important;
        top: 450px !important;

    }
   

}



@media (max-width : 991px) {
    .of-lo {
        left: -30px !important;
        top: 250px !important;
  
    }
    .carousel-indicators{
        margin-bottom: 13rem !important;
    }
   
    .cor .carousel-indicators .active {
        background-color: var(--color1) !important;
        width: 28px !important;
        height: 28px !important;
    }

   
}


@media (max-width : 767px) {
    .of-lo{
        left: -40px !important;
      top: 80px;
    }
   

}

@media (max-width : 545px) {
    .of-lo{
        left: -80px !important;
        top: 20px;
    }
  

}
@media (max-width : 430px) {
    .of-lo{
        left: -30px !important;
        top: 100px;
    }
    .carousel-indicators{
        margin-bottom: 10rem !important;
    }
    .imgm{
        margin-top: 10rem !important;
    }
   

}








/* product */

.product .nav-pills .nav-link.active, .product.nav-pills .show>.nav-link {
    color: var(--color1) !important;
    background-color: transparent !important;
    border: 1px solid var(--color2)!important;
}


.product .nav-pills .nav-link {
    background: 0 0;
    border: 1px solid #F0EDF1 !important;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 5px 25px !important;
    margin-right: 25px;
    margin-left: 25px;
    color: black !important;
}
.product .nav-pills .nav-link:hover {
    
    border: 1px solid var(--color2)!important;
    background-color: var(--color2)!important;
    color: white !important;

}
.br-rd{
   border-radius: 20px 70px 20px 70px  ;
   -webkit-border-radius: 20px 70px 20px 70px  ;
   -moz-border-radius: 20px 70px 20px 70px  ;
   -ms-border-radius: 20px 70px 20px 70px  ;
   -o-border-radius: 20px 70px 20px 70px  ;
   min-height: 405.22px;
}

@media (max-width : 405px) {
    .c-12{
      
            flex: 0 0 auto !important;
            width: 100% !important;
        
    }
}
.c-12:hover h5{
   
    color: var(--color2) !important;
    transition: all 1s ;
    -webkit-transition: all 1s ;
    -moz-transition: all 1s ;
    -ms-transition: all 1s ;
    -o-transition: all 1s ;
}
.br-rd:hover{
   
    border-color: var(--color2) !important;
    transition: all 1s ;
    -webkit-transition: all 1s ;
    -moz-transition: all 1s ;
    -ms-transition: all 1s ;
    -o-transition: all 1s ;
}

.btn-outline-info{
    color: var(--color2)!important;
    border: 1px solid var(--color2)!important;

}
.btn-outline-info:hover{
    color: white !important;
    border: 1px solid var(--color2)!important;
    background-color: var(--color2)!important;
    
}

/* tre */
.tre-bg{
background-color: #FAFAFA;
}

.tre-bg p{
    margin-bottom: 0 !important;
}
 .cs-h3{
    color: var(--color1);
    font-size: 35px;
}

.card-carousel {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 600px;
   
   
}

@media (max-width : 1500px) {
    .card-carousel {
       flex-direction: column;
       height: 1200px;
      
   
       
       
    }
}
  .mySwiper2 .swiper-slide{
    height: 300px !important;
    width: 550px !important;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    background-color: var(--color1);
    color: white ;
    
  }
  .card-carousel .my-card {
    height: 300px;
    width: 550px;
    position: relative;
    z-index: 1;
    -webkit-transform: scale(0.6) translateY(-2rem);
    transform: scale(0.6) translateY(-2rem);
    opacity: 0;
    cursor: pointer;
    pointer-events: none;
  background-color: var(--color1);
    transition: 1s;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    
  }
  
  
  
  .card-carousel .my-card.active1 {
  
    z-index: 3;
    -webkit-transform: scale(1) translateY(0) translateX(0);
    transform: scale(1) translateY(0) translateX(0);
    opacity: 1;
    pointer-events: auto;
    transition: 1s;
  }

 
  .card-carousel .my-card.active1 {
    color: white ;
  } 
 


 .card-carousel .my-card.prev .bi-pause-fill
 ,.card-carousel .my-card.next .bi-pause-fill{
    color: #380D55;
 }
 .card-carousel .my-card.prev .d-n
 ,.card-carousel .my-card.next .d-n{
     display: none;

 }
 .bi-pause-fill{
     font-size: 80px;
 }


  
  .card-carousel .my-card.prev, .card-carousel .my-card.next {
      background-color: white;
    z-index: 2;
    -webkit-transform: scale(0.8) translateY(-1rem) translateX(0);
    transform: scale(0.8) translateY(-1rem) translateX(0);
    opacity: 0.6;
    pointer-events: auto;
    transition: 1s;
    height: 230px;
    width: 300px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
  }
  .checked{
      color: #EC6707;
  }
.add-sect{
    display: none;
}
  @media (max-width : 1500px) {
    .del-sect{
        display: none;
    }  
    .add-sect{
        display: block !important;
    }  


  }

/* cstmer */
.cstumer p{
    margin-bottom: 0 !important;
}
.cstumer .cs-h3{
    color: var(--color1);
    font-size: 35px;
}
/* footer */
footer .right-p{
    font-size: 17px;
}
footer .footer-lists{
    background-color: var(--color1);
    border: 1px solid #707070;
}
footer .fs{
    font-size: 20px;
    
}
footer .nav-link{
    font-size: 14px !important;
   

}
footer .nav-link:hover{
    opacity: 50% !important;
   

}

footer .socil-icon{
    margin-top: 0.5rem !important;
}
footer .socil-icon a{
    background-color: #380D55;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    height: 33px;
    width: 33px;
    text-align: center !important;
    padding-top: 5px;
    font-size: 14px;
    color: white !important;
}
footer .socil-icon a i:hover {
    opacity: 50%;
}

 
      .cstumer .swiper-slide{
          height: 180px;
          overflow: hidden;
      }
      
      .float{
        position:fixed;
        width:60px;
        height:60px;
        bottom:40px;
        right:40px;
        background-color:#25d366;
        color:#FFF !important;
        border-radius:50px;
        text-align:center;
      font-size:30px;
        box-shadow: 2px 2px 3px #999;
      z-index:100;
    }
    
    .my-float{
        margin-top:16px;
    }

.btn-top-oulines{
  color: var(--color2) !important;
  border: 1px solid var(--color2)!important;
  background-color: white!important;
  
}


.btn-top-oulines:hover{
  color: white !important;
  border: 1px solid var(--color2)!important;
  background-color: var(--color2)!important;
}

#hed{
  transition: all 1s 0.3s;
  -webkit-transition: all 1s 0.3s;
  -moz-transition: all 1s 0.3s;
  -ms-transition: all 1s 0.3s;
  -o-transition: all 1s 0.3s;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;

}

.sticky  > .container{
margin-top: -15px !important;


}
.sticky  > .nav{

  padding-top: 0px !important;

}
.whba{
  background-color: white !important;
  height: 85px;
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.1);



}

.sl .mySwiper1{
      width: 80%;
    }
    
    .sl .mySwiper1 img{
        opacity:50%;
        transition: all 1s ;
        -webkit-transition: all 1s ;
        -moz-transition: all 1s ;
        -ms-transition: all 1s ;
        -o-transition: all 1s ;
    }
    
    .sl .mySwiper1 img:hover{
        opacity:100%;
    }
    @media (max-width : 405px)  {
  .img-hig{
    height: 260px !important;
  }
}
@media (max-width : 500px) and  (min-width : 405px)  {
  .img-hig{
    height: 200px !important;
  }
}
@media (max-width : 767px) and (min-width : 500px) {
  .img-hig{
    height: 230px !important;
  }
}
@media (max-width : 990px) and (min-width : 767px)   {
  .img-hig{
    height: 220px !important;
  }
}


@media (max-width : 1400px) and (min-width : 990px)   {
  .img-hig{
    height: 230px !important;
  }
}

@media (min-width : 1400px)   {
  .img-hig{
    height: 260px !important;
  }
}

.prg5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.spinner-container {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--clr-background);
}

.spinner-container .spinner {
  height: 100px;
  width: 100px;
  background-color: var(--clr-main);
  border-radius: 50%;
  position: relative;
  transform: rotate(90deg);
}

.spinner-container .spinner::before,
.spinner-container .spinner::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background-color: var(--clr-background);
  top: 50%;
  transform: translateY(-50%);
}

.spinner-container .spinner::before {
  height: calc(var(--circle-max) + 3px);
  width: calc(var(--circle-max) + 3px);
  left: -2px;
  animation: animateBall 1s infinite ease-in-out alternate;
}

.spinner-container .spinner::after {
  height: calc(var(--circle-min) + 3px);
  width: calc(var(--circle-min) + 3px);
  right: -2px;
  animation: animateBall 1s infinite ease-in-out alternate-reverse;
}

@keyframes animateBall {
  from { height: calc(var(--circle-max) + 3px); width: calc(var(--circle-max) + 3px); }
  to {height: calc(var(--circle-min) + 3px); width: calc(var(--circle-min) + 3px); }
}




a.btn.btn-top.rounded-3.shadow.shadow-sm.fs-4 {
    font-size: 1.2rem !important;
}

a.btn.btn-top-oulines.rounded-3.shadow.shadow-sm.fs-4 {
    font-size: 1rem !important;
}


.swiper-slide {
    width: 19% !important;
    border: #ddd solid 1px;
    display: block;
    margin-right: 10px !important;
    padding: 20px;
    border-radius: 6px;
    height: 120px !important;
    margin-left: 0 !important;
    display: inline-block;
    text-align: center;
    position: relative;
}


.sl .mySwiper1 img {
    height: -webkit-fill-available;
    width: fit-content;
    vertical-align: middle;
}

.footer-lists .img-fluid {
    width: 75%;
}

.futs img.img-fluid {
    width: 70%;
    vertical-align: text-top;
    float: right;
}

a.cart {
    color: #fff !important;
    position: relative;
    left: 8px;
}

.sticky a.cart{
      color: #481968 !important;
    
}

.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
    margin-left: -25px;
}

.dropdow-content a {
    font-size: 14px;
}


  @media (max-width : 780px) {

.swiper-slide {
    width: 48% !important;
    height: 100px !important;

}
.mySwiper2 .swiper-slide {
    height: 250px !important;
    width: 100% !important;
    
}
i.bi.bi-pause-fill.ms-3.mt-2 {
    display: none;
}
}

.fs-5 {
    font-size: 1rem!important;
}

a.btn.btn-top.rounded-3.shadow.shadow-sm.fs-5 {
    padding: 8px 2rem !important;
}