
/* header section css  */
.mobile_menu_wrap li a{
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 0;
    color: #fff;
}
.mobile_menu_wrap li i{
    color: #FF9124;
}
.offcanvas-body{
    background: #111 !important;
}
.search_box input{
    background-color: #F2F2F2 !important;
    color: #757575;
    border: none;
    /* border-radius: 4px; */
    padding: 10px 65px 10px 15px;
}
.search_btn{
    width: 50px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background-color: #00A3E0;
    color: #fff;
    border: none;
}
.menu_sec{
    background-color: #330a5e;
    position: sticky;
    top: 0;
    z-index: 99;
    width: 100%;
}
.logo_sec img{
    width: 200px;
    padding: 5px;
}
.menu_sec .main_nav .nav-link{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    font-family: "Raleway", sans-serif;
    margin-top: 0;
    padding: 18px 15px;
    margin-right: 10px;
    transition: all 0.3s ease-in-out;
}
.menu_sec .main_nav .nav-link:hover{
    background-color: #f9f9f9;
    color: #000000;
}
.menu_sec .dropdown-menu{
    border-radius: 0 0 5px 5px;
    min-width: 200px;
}
.menu_sec .dropdown-menu .dropdown-item{
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.cartbtn {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00456D;
    border-radius: 10px;
    position: relative;
}
.cartbtn i{
    position: relative;
    font-size: 24px;
    color: #fff;
    right: 3px;
    top: 3px;
}
.cartbtn span{
    position: absolute;
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
    background: #FFC700;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}
.header_contact .contact_icon{
    width: 45px;
    height: 45px;
}
.header_contact .contact_text h6{
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    font-family: "Raleway", sans-serif;
}
.header_contact .contact_text h6 span{
    font-size: 16px;
    font-family: "Roboto", sans-serif;
}
.menu_btn{
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    line-height: 1;
    padding: 10px 60px;
    text-transform: capitalize;
    text-align: center;
    background-color: #fff;
    color: #0E131F;
    transition: all 0.4s ease-in-out;
}

.wcmenucart-count{
    color: #ffffff;
    background: #330a5e !important;
    border: 1px solid #330a5e !important;
    position: relative;
    font-size: 12px;
    border-radius: 100%;
    padding: 2px 6px;
}
/* --------------------------------- */



/* footer */
.oc-foot{
    background-color: #222;
    position: relative;
    padding: 100px 0 0;
    margin-top: 5rem;
}
.oc-foot-icon{
    width: 40px;
    height: 40px;
}
.oc-foot3{
    background-color: #fafafa;
    border-radius: 20px;
    margin-top: -160px;
    padding: 30px;
    box-shadow: 4.0px 8.0px 8.0px hsl(0deg 0% 0% / 0.38);
}
.oc-foot2{
    display: flex;
    align-items: center;
}
.oc-foot2 h6{
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: normal;
    padding-left: 14px;
}
.oc-foot2 h6 a{
    color: #000;
}
.oc-foot4 ul{
    display: flex;
}
.oc-foot4 ul li{
    padding-right:20px;
    
}
.oc-foot4 ul li a{
    cursor: pointer;
    text-decoration: underline !important;
    color: #d6d6d6;
}
.oc-foot5 img{
    width: 68%;
}

.oc-foot p{
    margin-bottom: 0px !important;
    padding-bottom: 10px;
    color: #d6d6d6;
}
/* --------------------------------- */





/* media query */
/* --------------------------------- */
/*laptop view*/
@media screen and (min-width: 992px){
    .oc-foot5{width: 40%;}
    .oc-foot4{width: 60%;}
    .oc-foot2{justify-content: center;}
}



/*tablet*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .oc-foot5{width: 40%;}
    .oc-foot4{width: 60%;}
    .oc-foot1{margin-top: 5%;}
    .oc-foot2{justify-content: flex-start;}
}



/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .oc-foot5{width: 40%;}
    .oc-foot4{width: 60%;}
    .oc-foot1{margin-top: 5%;}
    .oc-foot2{justify-content: flex-start;}

}



/*mobile view*/
@media screen and (max-width: 575px){
    .oc-foot5{width: 100%;}
    .oc-foot4{width: 100%;}
    .oc-foot2{justify-content: flex-start;}
    .oc-foot4 ul {display: block;}
    .oc-foot5 img{margin-top: 8%;margin-bottom: 8%;}
    #a{order: 2;}
    #b{order: 1;}
}

/* From Uiverse.io by aguerquin */ 
.button-icon {
  display: flex;
  border: 3px #333f96 solid;
  width: fit-content;
  height: fit-content;
  cursor: pointer;
}

.icon {
  background-color: #fff;
  padding: 14px 10px 5px 10px;
  color: #344097;
}

.icon svg {
  width: 25px;
  height: 25px;
}

.cube {
  transition: all 0.4s;
  transform-style: preserve-3d;
  width: 200px;
  height: 20px;
}

.button-icon:hover {
  border-color: #494949;
}

.button-icon:hover .cube {
  transform: rotateX(90deg);
}

.side {
  position: absolute;
  height: 47px;
  width: 200px;
  display: flex;
  font-size: 0.8em;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: bold;
}

.top {
  background: #494949;
  color: #fff;
  transform: rotateX(-90deg) translate3d(0, 13.5px, 2em);
}

.front {
  background: #222229;
  color: #fff;
  transform: translate3d(0, 0, 1em);
}
.oc-abt{
    margin-top: -5%;
}


/* product design */
.gta-shop-product {
    transition: 0.5s allease-in-out;
    border: solid 1.5px #fff;
    border-radius: 15px;
    margin-bottom: 25px;
    background: #fff;
    /* box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.09); */
}
.gta-shop-product-image {
    padding: 15px;
    background: #F1F2F2;
    /* border: solid; */
    overflow: hidden;
    /* transition: 1s allease-in-out; */
    height: auto;
    /* width: 40%; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* border-radius: 12px; */
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.gta-shop-product-text {
    padding-top: 14px;
    text-align: center;
    /* width: 55%; */
    padding: 15px;
    background: #F1F2F2;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
.gta-shop-product-text h4 {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 13px;
    font-weight: 700;
    /* min-height: 38px; */
    /* font-family: var(--text-2); */
    color: #000;
}
.gta-shop-product-text h5 {
    /* font-family: var(--text-1); */
    color: #000;
    font-weight: 700;
}
.gta-shop-product-text .gta-shop-btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    background-color: #330a5e !important;
    border-radius: 6px;
    padding: 10px 25px;
    transition: all 0.3s;
    box-shadow: 0px 5.26px 5.26px 0px rgba(0, 0, 0, 0.25);
    /* font-family: var(--text-1); */
    color: #ffffff;
    border: none;
    cursor: pointer;
    margin-bottom: 5px;
    width: 100%;
    margin-top: 7px;
}

.gta-shop-product-text .gta-shop-btn:hover {
    background-color: #930a13 !important;
    
color: white !important;
}

.gta-shop-btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    background-color: #330a5e !important;
    border-radius: 6px;
    padding: 10px 25px;
    transition: all 0.3s;
    box-shadow: 0px 5.26px 5.26px 0px rgba(0, 0, 0, 0.25);
    /* font-family: var(--text-1); */
    color: #ffffff;
    border: none;
    cursor: pointer;
    margin-bottom: 5px;
    margin-top: 7px;
}

.gta-shop-btn:hover {
    
background-color: #930a13 !important;
    
color: white !important;
}

.oc-checkout-1{
    background: #ececec;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 4.0px 8.0px 8.0px hsl(0deg 0% 0% / 0.38);
}

.about_text {
    font-size: 4rem;
    font-weight: 900;
    line-height: 4.5rem;
    color: #330a5e;
    text-transform: uppercase;
    /* font-family: "DM Sans", serif; */
    font-family: "Oswald", sans-serif;
}

.banner_text h4{
    font-family: "Oswald", sans-serif !important;
}

.fp{
    font-family: "Oswald", sans-serif !important;
}

.about-image{
    width: 80%;
}