.primary-button {
font-family: 'Ropa Sans', sans-serif; color: white;
cursor: pointer;
font-size: 13px;
font-weight: bold;
letter-spacing: 0.05rem;
border: 1px solid #0E1822;
padding: 0.8rem 2.1rem;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 531.28 200'%3E%3Cdefs%3E%3Cstyle%3E .shape %7B fill: %23FF4655 %7D %3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpolygon class='shape' points='415.81 200 0 200 115.47 0 531.28 0 415.81 200' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
background-color: #0E1822;
background-size: 200%;
background-position: 200%;
background-repeat: no-repeat;
transition: 0.3s ease-in-out;
transition-property: background-position, border, color;
position: relative;
z-index: 1;
}
.primary-button:hover {
border: 1px solid #FF4655;
color: white;
background-position: 40%;
}
.primary-button:before {
content: "";
position: absolute;
background-color: #0E1822;
width: 0.2rem;
height: 0.2rem;
top: -1px;
left: -1px;
transition: background-color 0.15s ease-in-out;
}
.primary-button:hover:before {
background-color: white;
}
.primary-button:hover:after {
background-color: white;
}
.primary-button:after {
content: "";
position: absolute;
background-color: #FF4655;
width: 0.3rem;
height: 0.3rem;
bottom: -1px;
right: -1px;
transition: background-color 0.15s ease-in-out;
}
.button-borders {
position: relative;
width: fit-content;
height: fit-content;
}
.button-borders:before {
content: "";
position: absolute;
width: calc(100% + 0.5em);
height: 50%;
left: -0.3em;
top: -0.3em;
border: 1px solid #0E1822;
border-bottom: 0px; }
.button-borders:after {
content: "";
position: absolute;
width: calc(100% + 0.5em);
height: 50%;
left: -0.3em;
bottom: -0.3em;
border: 1px solid #0E1822;
border-top: 0px; z-index: 0;
}
.shape {
fill: #0E1822;
}
@media screen and (max-width:787px)and (min-width:100px){
#rowid .columnid{
width:100% !important;
display:inline-block !important;
}
} .bar{ border-radius: 20px;
box-shadow: 10px 10px 30px #aaaaaa;
}
.category {
background: #000;
border: 1px solid #fff;
}
.text{
text-transform: uppercase;   letter-spacing: 0.2em;
color: #ffffff;
background: linear-gradient(to right, #4d4d4d 0, white 10%, #4d4d4d 20%);
background-position: 0;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
animation: shine 3s infinite linear;
animation-fill-mode: forwards;
-webkit-text-size-adjust: none;
font-weight: 600;
font-size: 16px;
text-decoration: none;
white-space: nowrap;
}
@keyframes shine{
0%
{
background-position: 0;
}
60%
{
background-position: 180px;
}
100%{
background-position: 180px;  
}
}
.txt {
color: #161616;
font-size: 0;
line-height: 1.5;
}
.txt span {
font-size: 5rem;
display: inline-block;
animation: move 3s ease-in-out infinite;
}
@keyframes move {
0% {
transform: translate(-30%, 0);
}
50% {
text-shadow: 0 25px 50px rgba(0, 0, 0, 0.50);
}
100% {
transform: translate(30%, 0);
}
}
.txt span:nth-child(1) {
animation-delay: 0.5s;
}
.txt span:nth-child(2) {
animation-delay: 1s;
}
.txt span:nth-child(3) {
animation-delay: 1.5s;
}
.txt span:nth-child(4) {
animation-delay: 2s;
}
.stock{
border:1px solid #fff;
padding: 0 20px;
margin: 25px 0;
border-radius: 15px 50px;
transition: all 0.6s;
}
.stock:hover{
border-radius: 50px 15px;
border-color:#b12923;
}
.stock:hover h3{
color:#dfb162 !important;
}
.stock h3{
transition:color 0.5s;
}
.globe{
border:1px solid #fff;
padding: 0 20px;
border-radius: 50px 15px;
transition: all 0.6s;
}
.globe:hover{
border-radius: 15px 50px;
border-color:#b12923;
}
.globe:hover h3{
color:#dfb162 !important;
}
.globe h3{
transition:color 0.5s;
}
.stock p{
font-size:18px !important;
}
.globe p{
font-size:18px !important;
} .textt{   font-size: 50px;
font-weight: bold;
font-family: "Dosis", sans-serif;
background: linear-gradient(to right, #FFF 20%, #c6a47e 40%, #b12923 60%, #FFF 80%);
background-size: 100% auto;
color: #000;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
animation: shine 3s linear infinite;
} .texttt{   background-color:#000 !important;
padding :50px 40px;
color:#e69801; } .textttt{   background-color:#000 !important;
padding :30px 20px !important;
color:#e69801; } .msg2{
background-color: #191919 !important;
border: none !important; border-radius: 20px;
padding: 15px 0px 5px;
}
.msg2:hover{
box-shadow: 0 5px 15px 0 rgb(49 49 49 ) !important;
border:none;
}
.frm{
background-color: #fff ;
padding:0px !important;
transition:box-shadow 2s;
}
.frm:hover{
box-shadow: 0 15px 25px 0 rgb(255, 255, 255) !important;
} .frm2{
background-color: #fff ;
padding:0px !important;
transition:box-shadow 2s;
}
.frm2:hover{
box-shadow: 0 15px 25px 0 rgb(255, 255, 255) !important;
}
.pbtn {
cursor: pointer;
position: relative; font-size: 14px;
color: rgb(223, 177, 98);
border: 1px solid rgb(177, 41, 35);
border-radius: 34px;
background-color: transparent !important;
font-weight: 600;
transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
overflow: hidden !important;
}
.pbtn::before {
content: '';
position: absolute;
inset: 0;
margin: auto;
width: 50px;
height: 50px;
border-radius: inherit;
scale: 0;
z-index: -1;
background-color: rgb(177, 41, 35);
transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}
.pbtn:hover::before {
scale: 3;
}
.pbtn:hover {
color: #212121 !important;
scale: 1.1;
box-shadow: 0 0px 20px rgba(177, 41, 35, 0.4);
}
.pbtn:active {
scale: 1;
}
.cat{  padding: 20px;
border-radius: 15px;
}
.cat li{
border: 1px solid #fff;
list-style-type: decimal !important;
list-style-position: inside;
margin-top: 10px !important;
color:#fff;
padding: 10px;
}
.cat li a{
text-decoration:none;
color:#fff;
}
.cat li a:hover{
color: #eaca60 !important;
border-bottom: 1px solid #fff;
padding: 5px 0px;
}
.cat p{   color:#fff;
font-size:30px;
font-weight:500;
letter-spacing:2px;
margin-bottom:0;
border: 1px solid #eaca60;
padding: 5px;
text-align:center;
border-radius:15px;
} .box{
border: 1px solid transparent;
border-radius: 135px;
padding-top: 30px ;
box-shadow: 0 5px 15px 0 rgba(223, 177, 98, 0.2);
transition: 0.6s ease-in;
margin: 0px 10px;
padding-left: 0px;
padding-right: 0px;
}
.box:hover{
transition: 1s;
background-color:#b12923;
}
.box p:hover{
color:#000;
}
.boxx{
border: 1px solid #303030;
border-radius: 135px;
padding-top: 30px ;
box-shadow: 0 5px 15px 0 rgb(49 49 49);
transition: 0.6s ease-in;
margin: 20px 0px !important;
padding-left: 0px;
padding-right: 0px;
}
.boxx:hover{
transition: 1s;
background-color:#fff;
}
.boxx p:hover{
color:#000;
} .box pp:hover{
color:#000 !important;
}                      .categoryy{
display:inline-block;
border-bottom:2px solid #eaca60;
color: #fff;
font-size: 35px;
font-weight:500;
}
.catcol{
box-shadow: 0 5px 15px 0 rgb(49 49 49);
padding: 20px 20px 0 !important;
}
.inn:hover{
background-color:#fff;
transition: all 0.5s ease;
}
.emg{
z-index: 999999 !important;  
transition: all 1s;
animation: bounce2 2s ease infinite;
}
@keyframes bounce2 {
0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
40% {transform: translateY(-30px);}
60% {transform: translateY(-15px);}
}
.emg:hover{
transform: scale(1.03);
}
.emgg{
z-index:-1;
}
.des{
box-shadow: 0 5px 25px 0 rgb(49 49 49) !important;
padding: 30px 50px 30px 30px !important ;
} #img{
position: absolute;
left: -100px;
top: 150px;
border: 10px solid #e69801 !important;
}     .gap{
margin-top:15px !important;    
margin-left:-10px ;
} #emg{
filter: saturate(0);
transition:all 0.8s;
}
#emg:hover{
filter: saturate(2);
}
#emgg{
filter: saturate(0);
} #gimg{      justify-content: center;
align-items: center;
font-size: 1em;
color: darkblue;
filter: saturate(2);
animation: rotate 4s linear infinite;
border: 4px solid transparent;
}
#gimg:hover{
border-radius:15px;
background: linear-gradient(white, white) padding-box,
linear-gradient(to right, #eaca60, #e69801) border-box;
border-radius: 15px;
border: 4px solid transparent;
}
#gimg h2{ margin-top:-100px;
background-color:#000;
opacity:70%;
color:#fff;
font-size: 22px;
} .loc:hover{
border-radius:25px;
transition : all 0.9s ease;
border: 5px solid #eaca60 !important;
}
.locc:hover{
border-radius:25px;
transition : all 0.9s ease;
border: 5px solid #fff !important;
} .step{
margin-top: 40px !important;
} #acc{
margin-top: 30px !important;
}
.indus {
background-color: #282828 ;    
padding: 20px 10px;
border: 1px solid #eaca60;
transition : all 0.7s ease;
}
.indus:hover{
background-color:transparent;
border: 1px solid #fff;
border-radius: 45%;
box-shadow: 0 5px 25px 0 rgb(49 49 49) !important;
transform: translate(0, -30px);
cursor:pointer;
}
#rotate{
-webkit-animation: dance3 2s alternate infinite;
z-index:9;
}
@keyframes dance3 {
0% {
-webkit-transform: scale(0.6);
}
100% {
-webkit-transform: scale(1.5);
}
}
.inpro{
background: linear-gradient(to left, #282828 50%, #161616 50%) right !important;
background-size: 200% !important;
transition: .8s ease-out !important;
text-align:justify;
}
.inpro:hover{
box-shadow: 0 0px 15px 10px rgb(255 255 255 / 15%) !important;
transition: all 0.8s ease !important;
background-position: left !important;
cursor:pointer !important; 
border: 2px solid #e69801 !important;
} #dance3 {
-webkit-animation: dance3 5s alternate infinite;
z-index:9;
animation: spin 10s linear infinite;
}
@keyframes dance3 {
0% {
-webkit-transform: scale(0.8);
}
100% {
-webkit-transform: scale(1);
}
}
.accord{
background-color: #000;
border: 1px solid #000;
}
#indlogo{
outline: 2px solid #8e8e8e;
outline-offset: -15px;
transition: all 0.3s;
border:1px solid #eaca60;
box-shadow: 5px 5px 0px 0px rgba(234, 202, 96, 0.5);
box-shadow: 0px 0px 5px 5px rgba(230, 152, 1, 0.5);
}
#indlogo:hover{
outline-offset: 10px;
}
.bttn{
margin-top: 15px;
}
.tb{
display: flex;
justify-content: center;
} .grade {
border:2px solid #b12923;
padding:15px;
transition: all 0.8s;
}
.grade:hover{
background-image: linear-gradient(#000,#b12923);
transition: all 0.8s;
border:2px solid #cfd7d9;
} .teexttt{   background-color:#000 !important;
padding :30px 20px;
color:#dfb162; }
.frmm{
background-color: #fff ;
padding:0px !important;
transition:box-shadow 2s;
transition:all 0.9s ease;
}
.frmm:hover{
transition:all 0.9s ease;
background-image: linear-gradient(#000,#b12923); }