*{
    margin: 0px;
    padding: 0px;
    overscroll-behavior: ease !important;
}

.back-ex{
    height: 80vh;
    background: linear-gradient( to top, rgba(0, 0, 0, 0.701), rgba(0, 0, 0, 0.755)),
    url("cover5.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 100%;
}
.back-ex p{
    color: white;
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 40px;
    text-align: center;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.back-ex .text14{
    width: fit-content;
    /* background-color: blue; */
    height: fit-content;
    margin: 0px 0px;
    padding: 0px 0px;
    display: flex;
}
.back-ex .text13{
    width: fit-content;
    /* background-color: green; */
    height: fit-content;
    margin: 0px 0px; 
    display: flex;
}
.back-ex .text14 div, .text13 div{
    color: white;
    letter-spacing: 3px;
    font-size: 80px;
    font-weight: bold;
    opacity: 0;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.text14 div:nth-child(1){
    animation: drop-d 1.6s linear forwards;
}
.text14 div:nth-child(2){
    animation: drop-r 1.7s linear forwards;
    animation-delay: 0.2s;
}
.text14 div:nth-child(3){
    animation: drop-o 1.6s linear forwards;
    animation-delay: 0.4s;
}
.text14 div:nth-child(4){
    animation: drop-p 1.6s linear forwards;
    animation-delay: 0.6s;
}

/* animation tow slides */

.text13 div:nth-child(1){
    animation: drop-d 1.6s linear forwards;
}
.text13 div:nth-child(2){
    animation: drop-r 1.7s linear forwards;
    animation-delay: 0.2s;
}
.text13 div:nth-child(3){
    animation: drop-o 1.6s linear forwards;
    animation-delay: 0.4s;
}
.text13 div:nth-child(4){
    animation: drop-p 1.6s linear forwards;
    animation-delay: 0.6s;
}
.text13 div:nth-child(5){
    animation: drop-s 1.6s linear forwards;
    animation-delay: 0.8s;
}
.text13 div:nth-child(6){
    animation: drop-q 1.6s linear forwards;
    animation-delay: 1s;
}
/* animation tow slides */

.new-but{
    width: 90%;
    height: fit-content;
    background-color: rgb(195, 212, 226);
    padding: 20px 0px;
    text-align: center;
    margin: 20px auto;
    perspective: 500px;
}
.new-but a{
    display: block;
    color: black;
    text-transform: uppercase;
    text-decoration: none;
}
.new-but:hover{
    background-color: rgb(92, 180, 3);
    transition: all 1s;
    color: white;
}
.new-but a:hover{
    text-decoration: none;
    color: white;
}
.new-but:hover i{
    color: white;
    transition: color 1s;
    animation: display 1s alternate;
    transform-style: preserve-3d;
    /* animation-delay: 1.2s; */
}
@keyframes display {
    0%{
        transform: rotateY(0deg)  translateZ(0px);
    }
    100%{
       transform: rotateY(360deg) translateZ(10px);
    }
}



@keyframes drop-d {
    0%{
        transform: translateY(-200px);
        opacity: 0;
    }
    50%, 100%{
        transform: translateY(0px);
        opacity: 1;
    }
}
@keyframes drop-r {
    0%{
        transform: translateY(-200px);
    }
    50%, 100%{
        transform: translateY(0px);
        opacity: 1; 
    }
}
@keyframes drop-o {
    0%{
        transform: translateY(-200px);
    }
    50%, 100%{
        transform: translateY(0px);
        opacity: 1; 
    }
}

@keyframes  drop-p {
    0%{
        transform: translateY(-200px);
    }
    50%, 100%{
        transform: translateY(0px);
        opacity: 1; 
    }
}
@keyframes  drop-s {
    0%{
        transform: translateY(-200px);
    }
    50%, 100%{
        transform: translateY(0px);
        opacity: 1; 
    }
}
@keyframes  drop-q {
    0%{
        transform: translateY(-200px);
    }
    50%, 100%{
        transform: translateY(0px);
        opacity: 1; 
    }
}
/* animations ends here s */

.fix{
    width: fit-content;
    height: fit-content;
    /* background-color: red; */
    margin: 200px auto;
    margin-bottom: 0px;
    display: flex;
}


html{
    scroll-behavior: smooth;
}
.founder{
    width: 100%;
    height: auto;
    background-color: black;
    /* padding: 0px 20px; */
}
header{
    backdrop-filter: blur(10px);
    width: 100%;
    background-color: rgba(0, 0, 0, 0.68);
    height: fit-content;
    border-bottom: 1px solid rgba(203, 163, 163, 0.385);
    display: flex !important;
    align-items: center;
    justify-content:space-between;
    top: 0;
    left: 0;
    padding: 10px 0px;
    transform: top 0.3s;
   }
   .bryt{
    font-size: 24px;
   }
   .own{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    }
    .homepic{
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background-image: url(..//homepicture.jpg);
    background-size: cover;
    background-position: center;
    margin-left: 50px;
    cursor: pointer;
    }
    .dot{
    background-color: rgb(92, 180, 3);
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin-top: 10px;
    cursor: pointer;
    }
    .web{
    font-size: 8px;
    font-weight: bold;
    color: white;
    margin-top: -5px;
    cursor: pointer;
    margin-left: 8px;
    }
    .carer{
        list-style: none;
        padding:0;
        margin: 0 ;
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        align-content: center;
    }
    .carer li a{
        text-decoration: none;
        color: rgb(92, 180, 3);
        font-size: 22px;
        letter-spacing: -2px;
        padding: 15px;
        margin: 10px;
    }
    .carer li a:hover{
        color: white !important;
    }
    .second:hover{
        width: fit-content;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        color:  rgb(92, 180, 3) !important;
        transition: 1s;
    }
    .second2:hover{
        /* background-color: rgb(92, 180, 3) !important; */
        color: white !important;
        border-radius: 10px;
        transition: all 1s;
    }
    .first:hover{
        transition: 1s;
        color: white;
        /* background-color: rgb(92, 180, 3) !important; */
        border-radius: 10px;
    }
    .carer li ul{
     border-top-right-radius: 10px;
     border-bottom-right-radius: 10px;
     border-bottom-left-radius: 10px;
     padding: 0px;
     width:fit-content ;
     list-style-type: none;
     background-color:rgb(92, 180, 3) !important;
     display: none;
     position: absolute;
     top:65px;
     right: 91px;
     height: fit-content;
    }
    .carer li ul li {
         padding: 20px;
       
    }
    .carer li ul li a{
        color: black;
        font-size: 17px;
        font-weight: bold; 
    }
    .carer li ul li a:hover{
        color: white;
        text-shadow: 0 0 10px black;
    }
    .carer li:hover ul{
        display: block;
    }
    .carer li ul li:hover{
        background-color:rgb(92, 180, 3) !important;
        box-shadow: 0 0 10px black;
    }
    .carer li ul li .show{
     width: 300px;
     list-style-type: none;
     background-color: rgb(92, 180, 3);
     display: none;
     right:170px;
     top: 0px;
     height: fit-content;
    }
    .carer li ul li .show2{
     width: 300px;
     list-style-type: none;
     background-color: rgb(92, 180, 3);
     display: none;
     right:170px;
     top: 65px;
     height: fit-content;
    }
    header ul li:hover ul li:hover .show2{
        display: block;
        
    }
    header ul li:hover ul li:hover .show{
        display: block;
    }
    .carer li ul li .show li:hover{
     background-color: rgb(92, 180, 3);
    box-shadow: 0 0 10px black;
    }
    .carer li ul li .show li a:hover{
        color: white;
        text-shadow: 0 0 10px black;
    }
    /* collapse ul style  */
    .last{
        width: 100%;
        margin: 0;
        position: absolute;
        top: 77px;
        display: none;
    }
    .last ul{
        width: 100%;
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: center;
        background-color: rgb(92, 180, 3);
        height: fit-content;
    }
    .last ul li{
        padding: 15px; 
    }
    .last ul li a{
        text-decoration: none;
        color: black;
        font-size: 16px;
        padding: 10px;
        margin: 8px;
        text-transform: uppercase;
        font-weight: bolder;
        text-shadow: 0 0 1px white;
    }
    .last ul li a:hover{
        color: white;
        transition: 0.8s;
    }
    .last ul li ul{
        display: none;
    }
    .last .inner1 li:hover ul{
      display: block;    
    }
    .logo2 li{
        display: none;
    }
    .logo3 li{
        display: block;
    }
    .logo3 li{
        width: fit-content;
        display: none;
    }
    .last .inner1 li:hover ul li:hover .logo2 li{
        display: block;   
      }
    .last .inner1 li:hover ul li:hover .logo3 li{
        display: block; 
        margin-left: 70px;
    }
    .carreir{
        /* width: 50px; */
        position: absolute;
        right: 40px;
        top: 35px;
    }
 
 /* first con  styling */
 .con1{
    background-color: black;
    width: 100%;
    height: fit-content;
 }
 .text-own{
    width: fit-content;
    margin: 0 auto;
 }
 .txt{
    padding-top: 120px;
    color: white;
    text-align: center;
    font-size: 80px;
    font-weight: bolder;
}
.txt2{
    color: whitesmoke;
    text-align: center;
    font-weight: bolder;
    font-size: 16px;
    opacity: 0.9;
    margin-top: 40px;
    line-height: 30px;
}
.buttondiv{
    width: fit-content;
    display: flex;
    margin: 40px auto;
}

.but1{
    text-align: center;
    height: auto;
    font-size: 15px;
    font-weight: bold;
    border-color:  white;
    background-color:rgb(92, 180, 3);;
    width: fit-content;
    border: none;
    display: block;
    color: white;
    border-radius: 10px;
    padding: 15px 40px;
    margin: 0px 5px;
    margin-bottom: 6px;
    border: 1px solid black;
    text-decoration: none;
}
.but1:hover{
    text-decoration: none;
    background-color:transparent;
    transition: 1s;
    border: 0.5px solid rgb(92, 180, 3);
    color:rgb(92, 180, 3) ;   
}

.but2{
    text-align: center;
    text-decoration: none;
    height: fit-content;
    font-size: 15px;
    font-weight: bold;
    border: 2px solid white;
    background-color: transparent;
    color: white;
    border-color: white;
    width: fit-content;
    border-radius: 10px;
    padding: 15px 40px;
    margin: 0px 40px;
    margin-left: 10px;
}
.but2:hover{
    background-color: rgb(92, 180, 3);
    transition: 1s;
    text-decoration: none;
    color: black;
}
.iar{
    color:rgb(92, 180, 3);
}
.iar:hover{
    color: black;
    transition: 1s;
    transform: scale(1.07);
}
.moving{
    width: 30px;
    height: 65px;
    background-color: black;
    border: 4px solid white;
    border-radius: 30px;
    margin: 30px auto;
    margin-bottom: 40px;
}

.moving-div{
    width: 5px;
    height: 80px;
    background-color:rgb(92, 180, 3);
    border-radius: 10px;
    margin: 8px auto;
    cursor: pointer;
    position: relative;
    animation: moveUpDown 1s linear infinite alternate-reverse;
}
@keyframes moveUpDown {
 0% {
    height: 10px;
    transform: translateY(0);
    transform: rotate(45deg); 
    filter: hue-rotate(0deg);
 }
 25%{
    filter: hue-rotate(25deg);
 }
 50%{
    height: 15px;
    transform: translateY(5px);
    transform: rotate(180deg);
    filter: hue-rotate(50deg);
 }
 100%{
    height: 20px;
    transform: translateY(30px);
    filter: hue-rotate(90deg);
 }


}
.tiny{
    background-color: gray;
    width: 100%;
    height: 3px;
    margin:0px auto;
}
/* con1 style ends here  */
.con2{
    width: 100%;
    height: fit-content;
    background-color: black;
    padding: 40px 0px;
    display: flex;
}
.text-own2{
    width: 50%;
    height: auto;
    overflow: hidden;
    padding: 40px 60px;
}
.secc{
    width: 40%;
    height: fit-content;
}

.butdiv{
    width: 100%;
    height: fit-content;
    margin: 40px 0px;
    padding: 20px 0px;
}
#butd{
    width: 100%;
    height: fit-content;
    margin: 40px 0px;
    padding: 20px 0px;
}
#bbt{
 height: fit-content;
 font-size: 15px;
 font-weight: bold;
 border-radius: 10px;
 border: 1px solid #ccdc;
 padding: 15px 20px;
 background-color: transparent;
 color: white;
 border-color: white;
 width: fit-content;
 margin-bottom: 3px;
 text-decoration: none;
 text-align: center;

}
button{
    cursor: pointer;
}
button:hover{
    /* transition: all background 3s, color 2s !important ; */
    transform: scale(0.95, 0.95);
    transition: 1s;
}
#bbt2{
 height: fit-content;
 font-size: 15px;
 font-weight: bold;
 border-radius: 10px;
 padding: 15px 20px;
 background-color:#ccc;
 color: black;
 width: fit-content;
 margin-bottom: 3px;  
 border: none;
 margin-left: 20px;
 text-align: center;
}
#bbt:hover{
    border-color:rgb(92, 180, 3);
    transition: all 1s;
    color:rgb(92, 180, 3);
    text-decoration: none;
}
#bbt2:hover{
    background-color: transparent;
    transition: all 1s;
    color: black;
    background-color: aliceblue;
    text-decoration: none;
}
.text-own2 h1{
    font-size: 50px;
    color: white;
    font-weight: bolder;
}
.text-own2 p{
    font-size: 20px;
    font-weight: bolder;
    margin-top: 20px;
}
.since{
    display: flex;
    /* background-color: yellow; */
    width: 100%;
    padding: 40px 20px;
}
.exp{
    width: 50%;
    /* background-color: red; */
}
.since .exp{
    font-size: 18px;
    font-weight: bolder;
}
.since2{
    width: 50%;
    /* background-color: green; */
}
/* con3  */
.con3{
    width: 100%;
    height: fit-content;
    margin: 0px 0px !important;
    padding: 40px 0px;
    display: flex;
}
.since2 p{
    font-size: 18px;
}
#more{
    font-size: 40px;
    color: black;
    text-decoration: none;
    /* background-color: green; */
}

#craft{
    color: rgba(0, 0, 0, 0.954) !important;
}
#exp{
    color: gray !important;
    font-size: 18px;
}
#cov p{
    color: black;
    font-size: 18px;
    font-weight: bolder;
}

#bbt3{
    height: fit-content;
    font-size: 15px;
    font-weight: bold;
    border-radius: 10px;
    padding: 15px 20px;
    background-color:rgb(92, 180, 3);
    color: white;
    width: fit-content;
    margin-bottom: 3px;  
    border: none;
    text-decoration: none;
    text-align: center;
}
#bbt3:hover{
    background-color: black;
    color:rgb(92, 180, 3);
    transition: 1s;
    text-decoration: none;
}
#bbt4{
 height: fit-content;
 font-size: 15px;
 font-weight: bold;
 border-radius: 10px;
 padding: 15px 20px;
 background-color: black;
 color: whitesmoke;
 width: fit-content;
 margin-bottom: 3px;  
 text-decoration: none;
 border: none;
 margin-left: 20px; 
 text-align: center;
}
#bbt4:hover{
border: 0.5px solid rgba(0, 0, 0, 0.949);
background-color: transparent;
transition: all 1s;
color: black;
text-decoration: none;
}
/* .con3{
    display: flex;
} */
/* con3 ends here  */

/* card  styling */


.card-header{
    background: linear-gradient( 706.5deg, black 40%,  white 50% );
    margin-top: 20px;
    height: fit-content;
    border: 1px solid white;
}
.card-header h1{
    color: black;
    font-size: 30px;
    font-weight: bolder;
    padding-top:20px;
}
.card-body h1{
    color:rgb(92, 180, 3);
}
.card-text p{
    color: white;
    font-size: 17px;
    line-height: 20px;
    font-weight: bolder;
    padding-top: 20px;
}
.hover{      
   text-decoration: none !important;
   display: inline-block;
   color: white;
   padding: 10px;
   position: relative;
   overflow: hidden;
   cursor: pointer;
   transition: 0.5s;
}
.hover::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgb(92, 180, 3);
    transition:1s;
   transition: 0.5s;
}
.hover:hover::before{
    transition: 1s;
    animation: growBack 2s ease forwards; 
 }
 
 /* @keyframes growBack{
     0%{
         width: 0;
         height: 10%;
         transition: 1s;
         transform: translate(10px, 35px);
         filter: hue-rotate(0deg);
     }

     75%{
         width: 100%;
         height: 10%;
         transition: 1s;
         filter: hue-rotate(50deg);
     }
     100%{
        filter: hue-rotate(90deg);
         width: 0;
         height: 10%;
         transform: translate(10px, 35px);
     }
 } */
#ref:hover{
color: white;
}
/* logo row style  */
.picer{
width: 100%;
background-color: white;
margin: 0px 0px;
margin-bottom:0px;
padding: 60px 40px;
display: flex;
padding-bottom:0px;
}
.king{
    font-size: 17px;
    font-weight: bolder;
    font-style: italic;
    text-transform: uppercase;
    margin-left: 10px;
    margin-top: 5px;
    letter-spacing: -1px;
}
.pict{
    width: 90%;
    height:30vh;
    border-radius: 0px;
    margin: 10px auto;
    display: block;
    margin-bottom: 20px;
}
.pict:hover{
    cursor: pointer;
    animation: picte 2s linear;
    transition: 3s;
}
@keyframes picte {
    0%, 100%{
        transform: translateY(0px);
        transition: 3s;
    }
    50%{
        transition: 3s;
        transform: translateY(-25px);
    }
}

.card .card-footer{
    padding: 0px 0px;
}
/* section style  */
.sect{
    width: 100%;
    height: auto;
    background-color: black;
    padding: 0px 40px;
    text-transform: capitalize;
    display: flex;
    margin: 0px 0px !important;
}
.cart{
    width: 50%;
    height: fit-content;
    /* background-color: rgb(25, 7, 82); */
    margin-top: 40px;
    display: flex;
    text-transform: capitalize;
}
.cart h1{
    color: white;
    font-size: 80px;
    font-weight: bolder;
    margin-top: 20px;
    margin-left: 20px;
}
.span{
    color:rgb(92, 180, 3);
    font-size: 80px;
    font-weight: bolder;
    margin-top: -30px;
}

.imgs{
    background: linear-gradient( rgba(0, 0, 0, 0.623), rgba(0, 0, 0, 0.115)), url("homepicture.jpg");
    width: 11%;
    height: 11vh;
    background-position: center;
    background-size: cover;
    cursor: pointer;
    border-radius: 15px;
    margin-top: 20px;
}
.imgs:hover{
    transform: scale(0.95, 0.95);
    transition: all 1s;
    background: linear-gradient( rgba(0, 0, 0, 0.623), rgba(0, 0, 0, 0.115)), url("brigh.jpg");
    background-position: center;
    background-size: cover;
}
#aside{
    text-transform: capitalize;
    font-size: 18px;
    color: white;
    /* margin-right:70px; */
    margin-top: 20px;
}
article{
    text-transform: capitalize;
    font-size: 18px;
    color: white;
    margin-top: 20px;
}
.hover2{      
    text-decoration: none !important;
    color: white;
    padding: 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: 0.5s;
 }
 .hover2::before{
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     width: 0;
     height: 100%;
     background-color: rgb(92, 180, 3);
     transition:1s;
     /* z-index: -1; */
    transition: 0.5s;
 }
 .hover2:hover::before{
     transition: 1s;
     animation: growBack1 2s ease forwards; 
  }
  
  @keyframes growBack1{
      0%{
          width: 0;
          height: 10%;
          transition: 1s;
          transform: translate(10px, 35px);
      }
 
      75%{
          width: 85%;
          height: 10%;
          transition: 1s;
      }
      100%{
          width: 0;
          height: 10%;
          transform: translate(10px, 35px);
      }
  }
  #aside a{
    display: block;
    text-decoration: none !important;
  }
  #aside a:hover{
    color:rgb(92, 180, 3) ;
  }
  article a{
    display: block;
    text-decoration: none !important;
  }
  article a:hover{
    color:rgb(92, 180, 3) ;
  }
  .lit{
    width: 90%;
    height: 1px;
    background-color: rgba(128, 128, 128, 0.233);
    margin: 60px auto;
    margin-bottom: 0px;
  }

#set h1,.span{
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.cart{
    width: 70%;
    height: fit-content;
    margin-top: 40px;
    display: flex;
    text-transform: capitalize;
}
.asside{
    width: 30%;
    height: fit-content;
    /* background-color: green; */
    margin-top: 40px;
    text-transform: capitalize;
    display: flex;
    /* justify-content: flex-end; */
}
/* lastbut */

.rot{
    transform: rotate(320deg);
}

.dbut a:hover{
  color:black;
  transition: all 1s;
}
.dbut a:hover .rot{
    color:black;
    animation: key 3s linear;
    transition: 1s;
    display: inline-block;
    animation: key 2s linear;
}

@keyframes key {
  0%{
    transform: scale(1) rotate(0deg);
  }
  50%{
    transform: scale(1.5) rotate(320deg);
  }
  100%{
    transform: scale(1) rotate(320deg);
  }
}
  


/* last butttons  */

 main{
    width: 100%;
    /* background-color: red; */
    height: fit-content;
    padding: 20px 30px;
 }
 #dbut1, #dbut2{
    /* background-color: green; */
    width: 100%;
    height: fit-content;
    display: flex;
    padding: 0px 0px;
 }
 /* #dbut2{
    background-color: beige;
 } */
 .lastly, .lastly2, #dbut2 .div2{
    width: fit-content;
    height: fit-content;
    background-color: transparent;
    border-radius: 15px;
    text-align: center;
    margin: 10px 10px;
    cursor: pointer;
    border: 2px solid rgb(92, 180, 3);
 }
 .lastly a, .lastly2 a, #dbut2 .div2 a{
    text-decoration: none;
    text-transform: capitalize;
    color:white;
    font-weight:600;
    font-size: 14px;
    display: block;
    padding: 18px 60px;
 }
 #dbut2 .div2 a:hover{
    text-decoration: none !important;
    color: black;
 }
 .lastly a:hover{
    text-decoration: none !important;
    color: black;
 }
 .lastly2 a:hover{
    text-decoration: none !important;
    color: black;
 }
 .lastly:hover{
    background-color: rgb(233, 225, 214);
    transition: all 1s;
    transform: scale(0.95, 0.95);
 }
 #dbut2 .div2:hover{
    background-color: rgb(233, 225, 214);
    transition: all 1s;
    transform: scale(0.95, 0.95);
 }
 .lastly2:hover{
    background-color: rgb(233, 225, 214);
    transition:all 1s;
    transform: scale(0.95, 0.95);
 }
 #dbut2 .inner{
    display: flex;
 }
/* last butttons  */
.service{
 width: 100%;
 height: fit-content;
 background-color: rgb(29, 27, 27);
 border: 1px solid rgb(29, 27, 107);
 margin-top: 80px;
 margin-bottom: 30px;
 border-radius: 20px;
 padding: 0px 30px;
}
.serv p{
    padding: 5px 15px;
    padding-bottom: 5px;
    background-color: goldenrod;
    width: fit-content;
    height: fit-content;
    font-size: 18px;
    font-weight: bolder;
    text-transform: uppercase;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.667);
    letter-spacing: 2px;
    border-radius: 10px;
    margin: -20px 0px;
    margin-bottom: 10px;
}
#right a{
    font-size: 20px;
    font-weight: bold;
    width: fit-content;
    margin: 0px 0px;
}

#right div, #right2 div{
    margin: 10px 0px;
    /* margin-bottom: 20px; */
    padding-bottom: 20px;
}

#right a:hover{
    color: rgb(15, 228, 11);
}
#right2 a{
    font-size: 20px;
    font-weight: bold;
    width: fit-content;
    margin: 2px 0px;
}
#right2 a:hover{
    color: rgb(15, 228, 11);
}
#cover{
    display: flex;
    justify-content: space-between;
}
.but2:hover i{
    color: black;
}
nav{
    width: 100%;
    height: fit-content;
    /* background-color: red; */
    padding: 80px 0px;
}
marquee h3{
    font-size: 100px;
    width: fit-content;
    color: white;
    font-weight: bold;
    text-transform: capitalize;
    text-align: center;
}

img{
    border-radius: 20px;
}
.plc{
    width: fit-content;
    height: fit-content;
    /* background-color: red; */
    display: flex;
    margin: 0px auto;
}
.plc .p2{
    animation: grow 2s linear forwards;
    transition: all 1s;
    margin-right: 10px;
}
.plc p:nth-child(2){
    animation: toright 2s linear forwards;
    transition: all 1s; 
}

.picer{
    width: 100%;
    padding-bottom: 0px;
    display: flex;
}
.picer .pix{
    width: 49%;
    height: fit-content;
    /* background-color: green; */
    display: flex;
    padding: 20px 0px;
    padding-bottom: 0px;
    margin: 0px 10px;
    justify-content: space-between;
}
.picer .pix .card{
    width: 49%;
    height: fit-content;
    margin: 0px 0px;
    padding: 0px 0px;
    margin-right: 0px;
} 
.picer #pix2{
    width: 49%;
    /* background-color: blue; */
    margin: 0px 0px;
    display: flex;
    padding: 20px 0px;
    padding-bottom: 0px;
    justify-content: space-between;
}
.picer #pix2 .card{
    width: 49%;
    height: fit-content;
    margin: 0px 0px;
    padding: 0px 0px;
    margin-right: 0px;
}
#picers{
    padding-top: 0px;
    padding-bottom: 40px;
    /* background-color: red; */
}


.picer .pix #body{
    padding: 20px 0px;
    padding-bottom: 0px;
}

@keyframes grow {
    0%{
        transform: translateX(-450px);
        opacity: 0;
    }
    50%, 100%{
        transform: translateX(0px);
        opacity: 1;
    }
}
@keyframes toright {
    0%{
        transform: translateX(550px);
        opacity: 0;
    }
    50%, 100%{
        transform: translateX(0px);
        opacity: 1;
    }
}
    
    /* ends here  */
    
    
    .sitemap{
        width: 40%;
        height: fit-content;
        border-radius: 20px;
        background-color: ghostwhite;
        overflow-y: scroll;   
        padding: 10px 30px;
        padding-bottom: 30px;
        position: absolute;
        top: 110px;
        left: 2%;
        z-index: 600;
        display: none;
        /* box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12)
         0px -12px 30px, rgba(0, 0, 0, 0,12) 0px 4px 6px, rgba(0, 0, 0, 0,17) 
         0px 12px 13px, rgba(0, 0, 0, 09) 0px -3px 5px; */
         box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
         pointer-events: auto;
         /* padding-bottom: 20px; */
    }
    .mod{
        list-style: none;
    }
    .mod li a{
        color: black;
        font-weight: bold;
        display: block;
        padding: 5px 0px;
    }
    .site{
        width: 100%;
        padding: 0px 0px;
        height: fit-content;
        margin: 40px 0px;
        /* background-color: 50; 50*/ 
         margin-bottom: 0px;
        display: flex;
        justify-content: space-between;
    }
    .site p{
        padding: 5px 20px;
        color: white;
        font-size: 15px;
        text-transform: uppercase;
        border-radius: 5px;
        background-color:  rgb(137, 198, 15);
        cursor: auto;
        margin-top: 70px;
    }
    .plan{
        display: none;
    }
    .plan a:hover{
        color: rgb(46, 40, 40);
        text-decoration: none;
        /* animation: run 2s linear; */
    }
    .plan a{
        animation: run 2s linear;
        /* display: none; */
    }
    .head{
        width: 45%;
        height: fit-content;
        padding: 0px 0px;
        /* background-color: blue; */
        display: flex;
        margin-left: 50px;
    }
    .head .img{
        width: 15%;
        height: 70px;
        /* background-color: green; */
        border-radius: 100px;
    }
    .img img{
        width: 100%;
        height: 70px;
        border-radius: 8px;
    }
    .bryt{
        width: fit-content;
        height: fit-content;
        background-color:rgb(3, 49, 3);
        margin-left: 10px;
        margin-top: 5px;
        padding: 8px 15px;
        border-radius: 10px;
        border: 2px solid rgb(92, 180, 3);
    }
    .bryt .dot{
        width: 6px;
        height: 6px;
        background-color: lawngreen;
        border-radius: 100%;
        margin-top: 10px;
        margin-left: 2px;
    }
    .studio{
        width: fit-content;
        height: fit-content;
        padding: 0px 0px;
        display: flex;
    }
    .studio p{
        font-size: 18px;
        color: white;
        font-weight: 600;
        font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        margin-bottom: 0px;
    }
    .web{
        color: white;
        font-size: 7.4px;
        font-weight: 600;
        margin-bottom: 0px;
    }
    
    
    #deck{
        width: 100%;
        height: fit-content;
        margin: 0px 0px;
        padding: 60px 40px;
        padding-bottom: 100px;
        background-color: rgba(0, 0, 0, 0.68);
    }

    /* .cards  */

#crd:hover{
    background-color:rgb(0, 0, 28) !important;
    transition: all 1s;
    cursor: grab;
    transform: scale(0.95, 0.95);
    animation: blin 3s linear;
    box-shadow: rgb(29, 27, 107) 0px 5px 15px;
}

#deck .card{
    background-color: black;
    height: auto;
    width: 30%;
    padding: 10px 20px;
    margin: 0px 10px;
}
#crd3:hover{
    background-color:rgb(0, 0, 28) !important;
    transition: all 1s;
    cursor: grab;
    transform: scale(0.95, 0.95);
    box-shadow: rgb(29, 27, 107) 0px 5px 15px;
}


#crd2:hover{
    background-color:rgb(0, 0, 28) !important;
    transition: all 1s;
    cursor: grab;
    transform: scale(0.95, 0.95);
    animation: blin 3s linear;
    box-shadow: rgb(29, 27, 107) 0px 5px 15px;   
}
.head2{
    width: fit-content;
    margin-right: 80px;
}
.head2 .trt{
    display: flex;
    height: fit-content;
    /* background-color: brown; */
    padding: 5px 0px;
}
.trt i{
    font-size: 24px;
    display: block;
    color: rgb(26, 251, 26);
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 6px;
}
.trt a{
    display: block;
    color: black;
    width: fit-content;
    padding: 5px 15px;
    background-color: rgb(26, 251, 26);
    border-radius: 4px;
    border: 1px solid rgb(2, 49, 2);
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
}
.trt a:hover{
    text-decoration: none;
    background-color: rgb(195, 212, 226);
    transition: all 1s;
}

#footer{
    background-color:rgb(92, 180, 3);
    width: 100%;
    height: fit-content;
    margin: 0px 0px;
    padding: 10px 0px;
    padding-bottom: 5px                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ;
}
#footer ul{
    display: flex;
    margin: 0;
    padding: 0;
    list-style-position: inside;
}
#footer ul li{
    padding: 0px 10px;
}
#footer ul li a{
    color: white;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 30px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
#footer p{
    text-align: center;
    padding: 0px 0px;
    font-size: 20px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.mod li a{
    text-decoration: none;
}
.mode li a:hover{
    color: rgb(92, 180, 3);
    text-decoration: none;
    transition:  color 1s;
}
#deck a:hover{
    color:rgb(26, 251, 26);
}
.gooder{
    /* background-color: blue; */
    width: 100%;
    height: fit-content;
    padding: 20px 20px;
}
.gooder p{
    color: white;
    font-weight: 600;
    text-align: center;

}
.gooder p:nth-child(1){
    /* font-size: 60px; */
    text-shadow: 0px 0px 10px aliceblue;
    padding: 0px 0px;
    margin: 0px 0px;
    font: 6em sans-serif;
}
.gooder p:nth-child(2){
    font: 7em sans-serif;
    padding: 0px 0px;
    margin: 0px 0px;
    margin-bottom: 5px;
    margin-top: -25px;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.685);
    letter-spacing: 1px;
}
.gooder p:nth-child(3){
    font: 7em sans-serif;
    padding: 0px 0px;
    margin: 0px 0px;
    margin-top: -25px;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.685);
    letter-spacing: 1px;
    color: white;
}
.gooder p:nth-child(4){
    font: 6em sans-serif;
    padding: 0px 0px;
    margin: 0px 0px;
    margin-bottom: 30px;
    margin-top: -22px;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.685);
    letter-spacing: 1px;
}
.gooder .first-txt2{
    text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.685);
    font: 1.4rem sans-serif;
}
   
    /* media queries  */
@media screen and (min-width:1367px){
    .service{
        display: none;
    }
    .head2{
        display: none;
    }
}
@media screen and (max-width:1366px){
    .service{
        display: none;
    }
    .head2{
        display: none;
    }
}
@media screen and (max-width:1200px){
  
   .cart h1, .cart p{
        margin-left: 40px;
   }
   .cart .imgs{
    width: 20%;
   }
   .card-body h1{
    font-size: 36px;
   }
   .card-text p{
    font-size: 18px;
   }
   .butdiv{
    width: 100%;
    height: fit-content;
    display: flex;
    margin: 30px auto;
    padding: 0px 0px;
   }
   .butdiv #bbt, #bbt3 #bbt2{
    width: 49%;
    margin: 0px 0px;
    padding: 15px 0px;
   }
   #butd{
    width: 100%;
    height: fit-content;
    display: flex;
    margin: 30px 0px;
    padding: 0px 0px;
   }
   #butd #bbt3, #bbt4{
    padding: 15px 0px;
    width: 49%;
    margin: 0px 0px;
    margin-right: 20px;
   }
   #bbt i,  #bbt2 i, #bbt3 i, #bbt4 i{
        display: none;
   }
   #set .cart h1{
    font-size: 65px;
   }

}
@media screen and (max-width:1024px) {
    .back-ex{
        height: 70vh;
    }
}
@media screen and (max-width:1001px) {
    .head2{
        display: none;
      }
}
@media screen and (max-width:1000px) {
 
  .picer{
      display: block;
      width: 100%;
  }
  .picer .pix{
    width: 100%;
    margin: 0px 0px;
  }
  .picer #pix2{
    width: 100%;
    margin: 0px 0px;
  }
  #clear{
    display: none;
  }
  .head2{
    display: block;
  }
  #plan{
    width: 90% !important;
    padding: 10px 20px !important; 
  }
  #plan a{
    font-size: 18px !important;
    color: black !important;
  }
  .sitemap{
    top: 90px;
  }
  .card-body h1{
    font-size: 30px;
  }
  #set{
    display: block;
    width: 100%;
    padding: 20px 40px;
  }
  .cart{
    width: 100%;
  }
  .cart .imgs{
    width: 18%;
  }
  #set .cart h1{
    font-size: 80px;
  }
  #set .cart p{
    font-size: 95px;
  }
  .asside{
    display: none;
  }
  .service{
    display: block;
  }
  .serv{
    width: 100%;
    height: fit-content;
  }
  #cover{
    width: 100%;
    height: fit-content;
  }
  #right{
    width: 50%;
  }
  #right2{
    width: 50%;
  }
  .back-ex{
    height: 70vh;
  }
  .fix{
    margin: 300px auto;
    margin-bottom: 0px;
  }
}
@media screen and (max-width:984px) {
    .butdiv{
        width: 100%;
    }

    .butdiv #bbt, #bbt3 #bbt2{
        width: 49%;
        margin: 0px 0px;
        padding: 15px 0px;
       }
       #butd{
        width: 100%;
        height: fit-content;
        display: flex;
        margin: 30px auto;
        padding: 0px 0px;
       }
       #butd #bbt3, #bbt4{
        padding: 15px 0px;
        width: 49%;
        margin: 0px 0px;
        margin-right: 20px;
       }
       .text-own2{
        padding: 40px 40px;
        width: 70%;
       }
       .secc{
        width: 30%;
       }
}
@media screen and (max-width:961px) {
    #ref i{
        display: none;
    }
    #ref{
        width: 100%;
        display: block;
    }
    .card-body h1{
        font-size: 23px;
    }
    .card-body p{
        font-size: 14px;
    }
    #ref{
        font-size: 15px;
    }
    #dbut2{
        display: block;
    }
    #dbut2 .inner{
        width: 100%;
        height: fit-content;
        display: flex;
    }
}
@media screen and (max-width:900px) {
    .card-body h1{
        font-size: 25px;
    }
    .card-body p{
        font-size: 14px;
    }
    .plc{
        width: 90%;
        display: block;
    }
    .plc p{
        font-size: 70px;
    }
}
@media screen and (max-width:870px) {
   
    .con1 .txt{
        font-size: 70px;
    }
    .con2, #con3{
        width: 100%;
        margin: 0px 0px;
        padding: 0px 0px;
    }
    .con2 .text-own2{
        width: 60%;
    }
    .butdiv{
        width: 95%;
        margin: 20px auto;
    }
    .butdiv #bbt, .butdiv #bbt2{
        width: 45%;
        font-size: 14px;
    }
    .secc{
        width: 40%;
    }
     .text-own2 #gold{
        font-size: 38px;
        font-weight: bolder;
    }
    .text-own2 h1{
        font-weight: bolder; 
    }
   
    #con3 .text-own2{
        width: 60%;
    }
    .cart .imgs{
        width: 10%;
    }
    #picers{
        padding: 0px 40px;
        padding-bottom: 30px;
    }
}
@media screen and (max-width:850px) {
    #deck{
        display: block;
    }
    #deck .card{
        width: 100%;
        margin: 20px 0px;
    }
    .picer{
        width: 100%;
        padding-bottom: 20px;
    }
    
    #picers{
        margin: 0px 0px;
        padding: 30px 40px;
        padding-bottom: 70px;   
    }
   
    #picers #pix2{
        margin: 0px 0px;
        padding: 0px 0px;
        display: block;
        overflow: hidden;
    }
    #picers #pix2 .card{
        margin: 30px 0px;
        margin-top: 0px;
    }
    #picers .pix{
        margin: 0px 0px;
        padding: 0px 0px;
        display: block;
        overflow: hidden;
    }
    #picers .pix .card{
        margin: 30px 0px;
        margin-top: 0px;
    }

    .picer .pix{
        display: block;
        width: 100%;
        overflow: hidden;
        padding: 0px 0px;
        margin: 0px 0px;
    }
    .picer .pix .card{
        width: 100%;
        margin: 30px 0px;
        margin-top: 0px;
    }
    .picer #pix2{
        margin: 0px 0px;
        padding: 0px 0px;
        display: block;
        overflow: hidden;
    }
    .picer #pix2 .card{
        width: 100%;
        margin: 30px 0px;
        margin-top: 0px;
    }
    .picer #pix2 #care{
        margin-bottom: 0px;
    }  
    .con1{
        padding: 20px 10px;
    }
    .con1 .text-own{
        width: calc(100% - 100px);
        padding: 0px 100px;
    }
    #set{
        padding: 20px 50px;
    }
    .cart{
        display: block;
        padding-bottom: 40px;
    }
    .cart .imgs{
        width: 22%;
    }
    #set .cart h1{
        font-size: 90px;
        margin-left: 0px;
    }
    #set .cart p{
        margin-left: 0px;
    }
}
@media screen and (max-width:796px) {
   
    .con1 .text-own{
        width: calc(100% - 80px);
        padding: 0px 80px;
    }
    .sitemap{
        width: 70%;
    }
    #plan{
        width: 80%;
    }
    .back-ex{
        height: 90vh;
    }
}
@media screen and (max-width:764px) {
    
    .con1 .txt, .txt2{
        display: none;
    }
    .con2{
        display: block;
        padding: 40px 40px;
    }
    .con2 .text-own2{
        width: 100%;
    }
    .con2 .text-own2 h1, #con3 .text-own2 h1{
        font-size: 55px;
    }
    .con2 .butdiv, #con3 .butdiv{
       display: none; 
    }
    .secc{
        width: 100%;
    }
    .since{
        padding: 20px 40px;
    }
    .exp p, #exp p{
        font-size: 25px;
    }
    .since2 p, #cov p{
        font-size: 25px;
    }
    .con1 .gooder{
        display: block;
        width: 100% !important;
        margin: 0px 0px;
    }
    #con3{
        display: block;
        padding: 40px 40px;
    }
    #con3 .text-own2{
        width: 100%;
    }
    .con1{
        padding: 20px 30px;
        width: 100%;
    }
    .buttondiv{
        width: 100%;
        padding: 0px 0px;
        display: block;
        margin: 0px 0px;
    }
    .buttondiv a{
        display: block;
        width: 100%;
        margin-left: 0px;
        margin: 30px 0px;
        padding:30px 20px;
    }
    .buttondiv a:nth-child(2){
        margin-left: 0px;
    }
   .back-ex{
    height: 80vh;
   }
}
@media screen and (min-width:765px) {
    .new-but{
        display: none;
    }
    .con1 .gooder{
        display: none;
    }
}
@media screen and (max-width:696px) {

    .con1{
        padding: 30px 0px;
    }
    .gooder p:nth-child(1){
        font: 5em sans-serif;
    }
    .gooder p:nth-child(2){
        font: 5em sans-serif;
    }
    .gooder p:nth-child(3){
        font: 5em sans-serif;
        margin-top: -10px;
    }
    .gooder p:nth-child(4){
        font: 5em sans-serif;
    }
}
@media screen and (max-width:630px) {
   #set .cart .imgs{
    width: 30%;
   }
   #set .cart h1{
    font-size: 70px;
   } 
   #set .cart p{
    font-size: 85px;
   }
   
   #dbut1{
    display: block;
   }
   #dbut1 div{
    width: 70%;
   }
}

@media screen and (max-width:540px){
    .back-ex{
        height: 90vh;
    }
    .back-ex .fix{
        margin: 50px auto;
        margin-bottom: 0px;
    }
    .back-ex .text14 .reduce{
        font-size: 70px;
    }
    .back-ex .text13 .reduce{
        font-size: 70px;
    }
    .back-ex .plc{
        margin-top: -10px;
    }
    .back-ex .plc p{
        font-size: 60px;
    }
}

@media screen and (max-width:502px) {
    .sitemap{
        width: 100%;
        left: 0;
        border-radius: 0px;
    }
    #head{
        margin: 0px 0px;
        padding-left: 20px;
        width: 50%;
        justify-content: flex-start;
    }
    .head2{
        margin: 0px 0px;
        margin-right: 0px;
        padding-right: 20px;
        width: 50%;
        display: flex;
        justify-content: flex-end;
    }
   
    #dbut1 div{
        width: 90%;
       margin: 30px auto;
    }
    #dbut2{
        padding: 0px 0px;

    }
    #dbut2 .inner{
        display: block;
    }
    #dbut2 .inner .div2{
        margin: 30px auto;
        width: 90%;
    }
    .con2{
        padding: 40px 0px;
    }
    .secc{
        padding: 30px 0px;
    }
    .since{
        width: 100%;
        padding: 0px 40px;
    }
    .secc .exp{
        width: 50%;
    }
    .secc .since2{
        width: 50%;
    }
}
@media screen and (max-width:470px) {
   #con3{
    padding: 40px 0px;
}
.secc{
    padding: 30px 0px;
}
.since{
    width: 100%;
    padding: 0px 40px;
}
.secc .exp{
    width: 50%;
}
.secc .since2{
    width: 50%;
    text-align: right;
}
}
@media screen and (max-width:468px) {
    .con1 .gooder p:nth-child(1){
        font: 4em sans-serif;
    }
    .con1 .gooder p:nth-child(2){
        font: 4.3em sans-serif;
    }
    .con1 .gooder p:nth-child(3){
        font: 4.4em sans-serif;
    }
    .con1 .gooder p:nth-child(4){
        font: 4.5em sans-serif;
    }
    .buttondiv a{
        padding: 18px 10px;
    }
    #dbut2{
        width: 100%;
    }
    main{
        padding: 0px 0px;
    }
    #dbut2 .inner{
        display: flex;
        padding-left: 20px;
    }
    #dbut2 .inner .div2{
        width: fit-content;
        padding: 0px 0px;
        margin: 10px 5px;
    }
    #dbut2 .inner .div2 a{
        padding: 20px 30px;
    }
    #set .cart h1{
        font-size: 50px;
    }
    #set .cart p{
        font-size: 60px;
    }
    #set{
        padding: 0px 30px;
    }
    .service{
        width: 100%;
        padding: 20px 0px;
    }
    #cover{
        padding-right: 0px;
    }
    #right{
        padding-right: 0px;
    }
    #right2{
        padding-right: 0px;
        text-align: right;
    }
}
@media screen and (max-width:400px) {
    header{
        padding-right: 0px;
        padding-left: 0px;
    }
    .back-ex .text14 .reduce{
        font-size: 50px;
    }
    .back-ex .text13 .reduce{
        font-size: 50px;
    }
    .back-ex{
        padding: 10px 20px;
        height: 50vh;
    }
    .back-ex .plc{
        width: fit-content;
    }
    .back-ex p{
        font-size: 40px;
    }
    #head{
        width: 50%;
        padding-left: 0px;
    }
    .head2{
        width: fit-content;
        padding: 0px 0px;
        padding-right: 20px;
    }
    .bryt{
        width:fit-content;
        padding: 10px 0px;
   
    }
    .studio{
        padding: 0px 5px;
    }
    .studio p{
        font-size: 15px;
        font-weight: bold;
    }
    .bryt .web{
        font-size: 6px;
        font-weight: bold;
    }
    .head .img{
        width: 22%;
        margin-left: 15px;
    }
    .con1 .gooder p:nth-child(1){
        font: 3em sans-serif;
    }
    .con1 .gooder p:nth-child(2){
        font: 3.5em sans-serif;
    }
    .con1 .gooder p:nth-child(3){
        font: 3.5em sans-serif;
        margin-top: -20px;
    }
    .con1 .gooder p:nth-child(4){
        font: 3.4em sans-serif;
    }
    .gooder .first-txt2{
        font: 1em sans-serif;
    }
    .buttondiv{
        width: 100%;
    }
    .buttondiv a{
        font-size: 13px;
    }
    .con1 .text-own{
        padding-left: 0px;
        padding-right: 0px;
    }
    .con1{
        padding-right: 0px;
        padding-left: 0px;
    }
}
@media screen and (max-width:406px), screen and (max-width:467px) {
    .buttondiv{
        width: 100%;
    }
    .buttondiv a{
        font-size: 13px;
    }
    .con1 .text-own{
        padding-left: 0px;
        padding-right: 0px;
    }
    .con1{
        padding-right: 0px;
        padding-left: 0px;
    }
    .con1 .gooder p:nth-child(1){
        font: 3em sans-serif;
    }
    .con1 .gooder p:nth-child(2){
        font: 3.5em sans-serif;
    }
    .con1 .gooder p:nth-child(3){
        font: 3.5em sans-serif;
        margin-top: -20px;
    }
    .con1 .gooder p:nth-child(4){
        font: 3.4em sans-serif;
    }
    .gooder .first-txt2{
        font: 1em sans-serif;
    }
}

@media screen and (max-width:340px), screen and (max-width:360px){
    .con1 .gooder p:nth-child(1){
        font: 3em sans-serif;
    }
    .con1 .gooder p:nth-child(2){
        font: 3.3em sans-serif;
    }
    .con1 .gooder p:nth-child(3){
        font: 3.3em sans-serif;
        margin-top: -20px;
    }
    .con1 .gooder p:nth-child(4){
        font: 3.4em sans-serif;
    }
    .gooder .first-txt2{
        font: 1em sans-serif;
    }
    #dbut2{
        display: block;
    }
    #right a, #right2 a{
        font-size: 16px;
    }
    #picers{
        width: 100%;
        padding: 40px 20px;
    }
    #picers .pix{
        width: 100%;
    }
    .pict{
        height: 22vh;
    }
    #con3{
        padding: 40px 0px;
    }
    .con2{
        padding: 40px 0px;
    }
    .secc{
        padding: 30px 0px;
    }
    .since{
        width: 100%;
        padding: 0px 40px;
    }
    .secc .exp{
        width: 50%;
    }
    .secc #exp p, .secc .exp p, .since .cov p, .since, #cov p{
        font-size: 16px;
        font-weight: 700;
    }
    .secc .since2{
        width: 50%;
        text-align: right;
    }
    
    .back-ex{
        height: 70vh;
    }
    .back-ex .text14 .reduce{
        font-size: 45px;
    }
    .back-ex .text13 .reduce{
        font-size: 45px;
    }
    .back-ex .plc p{
        font-size: 40px;
    }
    .new-but a{
        font-size: 14px;
        font-weight: bold;
    }
    main{
        padding-bottom: 100px;
    }
    #footer p{
        padding-top: 10px;
    }
    .sitemap{
        width: 100%;
    }
}

#moore{
    color: rgba(0, 0, 0, 0.884);
}
@media screen and (max-width:330px){
   
    .head{
        padding-left: 0px;
        width: fit-content;
    }
    .head .img{
        margin-left: 8px;
    }
    .head2{
        width: fit-content;
        padding-right: 8px;
    }
    .back-ex{
        height: 70vh;
    }
    .con1 .first-txt2{
        font: 0.9em sans-serif;
    }
    
}
@media screen and (max-width:375px) {
    .back-ex{
        height: 100vh;
    }
    .back-ex .fix .reduce{
        font-size: 45px;
        margin: 200px auto;
        margin-bottom: 0px;
    }
    .back-ex .plc p{
        font-size: 30px;
    }
    .secc #exp p, .secc .exp p, .since .cov p, .since, #cov p{
        font-size: 16px;
        font-weight: 700;
    }
    #right a, #right2 a{
        font-size: 15px;
    }
    #set{
        padding-bottom: 40px;
    }
    main{
        padding-bottom: 80px;
    }
    #footer p{
        font-size: 18px;
        padding-top: 10px;
    }
}
@media screen and (max-width:414px) {
   .back-ex .fix .reduce{
    font-size: 45px;
    margin: 250px auto;
    margin-bottom: 0px;
   }
   .back-ex .plc p{
    font-size: 30px;
   }
   .sitemap{
    width: 100% !important; 
}
}
@media screen and (max-width:390px){
    .back-ex .fix .reduce{
        font-size: 40px;
        margin: 150px auto;
        margin-bottom: 0px;
       } 
       
}
main{
    padding-bottom: 80px;
}
@media screen and (max-width:820px) {
    .sitemap{
        width: 70%;
    }
}
@media screen and (max-width:344px) {
    .back-ex{
        height: 70vh;
    }
    .sitemap{
        width: 100%;
    }
}
@media screen and (max-width:320px) {
    .sitemap{
        width: 100%;
    }
}