body {
  /* background-color: #000000; */
  color: #525252;
  font-family: "Segoe UI", sans-serif;
  outline: none;
  font-size: 19px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1;
    color: #525252;
}
a {
    color: #a5a5a5;
    text-decoration: none;
}
a:hover {
    color:#ecc133
}
p {
    font-size: 16px;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 40px;
}
h3 {
    font-size: 36px;
    line-height: 50px;
}
h4 {
    font-size: 32px;
    line-height: 38px;
}
h5 {
    font-size: 26px;
    line-height: 40px;
}
.navbar-dark .navbar-nav .nav-link {
    color: #000000;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0px 15px;
    font-weight: 500;
}
a:-webkit-any-link:focus-visible {
    outline-offset: 0px;
}
:focus-visible {
    outline: none;
}
.hero-section {
    text-align: center;
    padding: 0px;
    /* background: url('https://allinarms.com/wp-content/uploads/2025/07/gun-big-img.webp') no-repeat center center; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
    position: relative;
    height: 450px;
}
.breadcumb-section {
    text-align: center;
    padding: 0;
    background: url('https://allinarms.com/wp-content/uploads/2025/07/gun-big-img.webp') no-repeat center center;
    background-size: cover;
    position: relative;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.breadcumb-section:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.6);
}
.breadcumb-overlay {
    z-index: 9;
}
.hero-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  /* padding: 300px 20px 0px 20px; */
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.logo {
  font-size: 3rem;
  font-weight: bold;
}
nav.precision-navbar .navbar-nav li.nav-item:hover a {
    color: #f4c533;
}

.text-primary {
    --bs-text-opacity: 1;
    color: #efc233!important;
}

.target-icon {
  color: red;
}
.firearm-cards .card {
    background-color: transparent;
    border: none;
    color: #a5a5a5;
    border: 1px solid #2a2a2a;
}
.firearm-cards .card-body {
    background-color: rgb(0 0 0 / 70%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.firearm-cards .card img {
    height: 400px;
    object-fit: cover;
}

.quality-box .card-body {
    padding: 10px;
}

.btn-explore {
  margin-top: 10px;
  background-color: #000;
  color: #a5a5a5;
  border: 1px solid #2a2a2a;
}

.quality-box:hover img {
    filter: grayscale(1) invert(1);
}

.quality-box h5 {
    font-size: 21px;
}

.quality-box {
    padding: 18px;
    border: 1px solid #2a2a2a !important;
    border-radius: 12px;
    margin-bottom: 10px;
    background: #000;
    color: #a5a5a5;
}

.quality-box:hover {
    background-image: linear-gradient(31deg, #f2c533 0, rgb(190 112 16) 100%);
    box-shadow: 0 40px 140px -10px #e3c99d59;
    color: #000;
}

.quality-box:hover i {
    color: #000;
}

.quality-box i {
    color: #efc233;
}

.address-box {
    padding: 40px 20px;
    border: 1px solid #2a2a2a;
    border-radius: 12px;
    margin-bottom: 10px;
}

.btn.btn-style {
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    border: 1px solid #2a2a2a;
    text-transform: uppercase;
    background-color: #ffffff;
}

.btn.btn-style:hover {
    color: #ffffff;
    background-color: #f3c90a;
    border-color: #f3c90a;
}

nav.precision-navbar {
  background-color: #ffffff !important;
  border-bottom: 1px solid #2a2a2a;
  padding: 12px 0px;
}

.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    display: flex;
    flex-wrap: wrap;
}

nav.precision-navbar .navbar-collapse {
    justify-content: center;
}

.hero-section h2 {
    font-size: 90px;
    font-weight: 400;
    letter-spacing: 50px;
    color: #efc233;
    padding-left: 40px;
}

.hero-section h4 {
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #a5a5a5;
    margin: 28px 0px;
}

section.hero-section h1 {
    font-size: 150px;
    font-weight: 700;
    letter-spacing: 7px;
    color: #a5a5a5;
}

.hero-section .flex-text img {
    height: 115px;
}

section.hero-section .flex-text {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pt-100 {
    padding-top: 100px;
}
.pt-80 {
    padding-top: 80px;
}
.pt-60 {
    padding-top: 60px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pb-60 {
    padding-bottom: 60px;
}

.about-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    padding-right: 20px;
}

.footer, .footer-bottom {
    border-top: 1px solid #0a0a0a;
}

section.footer ul.footer-menu li {
    margin-bottom: 0.5rem;
}

.footer img {
    width: 150px;
}

a.navbar-brand img {
    width: 260px;
}

.catalogue-btn {
    padding-left: 20px;
}

.firearm-cards .card:hover {
    background-image: linear-gradient(33deg, #f3c90a 0, #f5d647 100%);
    box-shadow: -1px 0px 140px -10px #f3c53352;
}

.firearm-cards .card:hover img {
    opacity: 0.5;
}

.newsletter {
    border-top: 1px solid #2a2a2a;
    padding: 20px 0;
    background-color: #000000;
}

.newsletter-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 14px 0px 10px 0px;
    /* border: 1px solid #2a2a2a; */
    border-radius: 20px;
    align-items: center;

        border: 1px solid #181818;
    padding: 20px;
    text-align: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 15px;
}

.newsletter-box a.btn.btn-style {
    margin-bottom: 6px;
    padding: 11px 20px;
}

input[type="email"] {
    background: #000;
    height: 50px;
    border: 1px solid #2a2a2a;
    padding: 0px 20px;
    border-radius: 5px;
    color: #a5a5a5;
}

.address-box {
    text-align: center;
}

.address-box .icon i {
    font-size: 24px;
    width: 55px;
    padding: 15px;
    background:#f0c333;
    color: #fff;
    margin-bottom: 21px;
    border-radius: 50%;
}

section.map {
    height: 400px;
}

.address-box:hover {
    background-image: linear-gradient(31deg, #f2c533 0, rgb(190 112 16) 100%);
    box-shadow: 0 40px 140px -10px #e3c99d59;
    color: #000;
}

.address-box:hover .icon i {
    background: #000;
}

.firearm-cards .card h4 {
    font-size: 22px;
    text-transform: uppercase;
}

.breadcumb-overlay h1 {
    margin-top: 100px;
    color: #ffffff;
}

section.contact-form .card {
    background: #000;
    border: 1px solid #2a2a2a;
}

.form-control {
    display: block;
    width: 100%;
    padding: 14px 18px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #a5a5a5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #a5a5a5;
    background-color: #000;
    border: 1px solid #2a2a2a;
}

.form-control::placeholder {
    color: #a5a5a5;
}

.form-control:focus {
    color: #a5a5a5;
    background-color: #000;
    border: 1px solid #2a2a2a;
    outline: 0;
    box-shadow: none;
}

textarea.form-control {
    height: 120px;
}

section.quality ul li {
    width: 80%;
}

section.quality ul {
    flex-wrap: wrap;
    gap: 15px;
}


video.video-section{
    height: 680px;
    width: 100%;
    object-fit: contain;
}
@media (min-width:991px) and (max-width:1200px){
    .footer-contact{
        font-size: 16px;
    }
}
.my-shadow{
    background:linear-gradient(360deg, #000000, #383838)
}
.item{
    width: 100%;
}
.owl-slider {
      margin: 20px;
}
.owl-carousel .item img {
    width: 100%;
    height: auto;
    display: block;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    height: 15px!important;
    width: 15px!important;
    border-radius: 50%;
    background-color: white!important;
    border: none;
    padding: 0 !important;
    font: inherit;
    margin-right: 10px!important;
    margin-top: 20px!important;
}

.owl-dots {
    justify-content: center;
    display: flex;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 500px;
}
.row{
    /* align-items: center; */
}
.flip-box-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.flip-box {
  background-color: transparent;
  width: 100%;
  height: 100px;
  perspective: 1000px; /* 3D effect */
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateX(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  font-size: 26px;
  color: #a5a5a5;
  padding: 20px;
  font-weight:600;
}

.flip-box-front {
  background: linear-gradient(#333, #000);
}

.flip-box-back {
background: linear-gradient(#efc233, #333);
  /* background: #efc233; */
  transform: rotateX(180deg);
  color:black;
}
.card-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(302px, 1fr));
  gap: 30px;
}

.infobox {
  position: relative;
  background: white;
  padding: 20px 25px 20px 80px;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}

.infobox .icon {
  position: absolute;
  left: 15px;
  top: 37%;
  transform: translateY(-50%);
  font-size: 40px;
  color: #fff;
}

.infobox::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 125px;
  height: 100%;
  background: #efc233;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  transition: background 0.3s;
}

.infobox h3 {
  margin-bottom: 10px;
  color: #333;
}

.infobox p {
  color: #313131;
  line-height: 1.5;
}

.infobox:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

/* Color Variants */
.infobox.green::before { background: #efc233; }
.infobox.blue::before { background: #efc233; }
.infobox.teal::before { background: #efc233; }

.infobox.green:hover::before { background: #b98a5a; }
.infobox.blue:hover::before { background: #b98a5a; }
.infobox.teal:hover::before { background: #b98a5a; }

.infobox.blue .content{
    position: unset;
    padding: 0px;
}
.infobox.blue .content p{
    font-size:22px;
    padding: 10px 20px 0 25px;
} 

.infobox.blue .iconimg{
    position: absolute;
    left: -16px;
    top: -30px;
}
.infobox:hover{
    background-color: #efc233;
    color:black;
    
}
.my-class{
    padding-left:135px;
}
.infobox.blue:hover::before{
    background-color: rgb(255, 255, 255);
    
}
.section-4-img.section-custom-video video {
    height: 550px;
    width: 100%;
    object-fit: cover;
}

.firearms-section video.video-section {
    height: 570px;
    width: 100%;
    object-fit: cover;
}

.lh-35 {
    line-height: 35px;
}

.lh-60 {
    line-height: 60px;
}

.navbar-collapse.collapse.show {
    display: none;
}

.navbar-collapse.view.collapse {
    display: block;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .dealer-page-box .flip-box-front, .dealer-page-box .flip-box-back {
        font-size: 22px;
        width: 100%;
    }
}


/* === Allinarms CSS ==== */

.logo img{
    width: 130px;
}
.firearm-cards {
    padding: 130px 0 0 0;
}
section.footer {
    background-color: #000000;
}
.quality-box img {
    filter: invert(78%) sepia(85%) saturate(838%) hue-rotate(355deg) brightness(96%) contrast(92%);
}
.quality-box:hover p.card-text {
    color: #000000;
}
.bg-grey {
    background-color: #efefef;
}
.footer .footer-content p, .footer ul li a, .footer p {
    color: #ffffff;
    font-size: 16px;
}
ul.copyright-menu {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}
ul.copyright-menu , ul.footer-menu{
    list-style: none;
    padding: 0;
    margin:0;
}
.footer h4 {
    color: #f2c634;
    font-size: 20px;
    text-align: center;
}
ul.footer-menu{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.tml.tml-login form input[type=text], .tml.tml-login form input[type=password] {
    border-radius: 5px;
    border: 1px solid #d7d7d7;
    width: 100%;
}

.tml.tml-login form button[type=submit] {
    border: 1px solid transparent;
    background-color: #2c2c2c;
    border-radius: 10px;
    padding: 10px 20px;
    line-height: 26px;
    color: #ffffff;
}

.tml.tml-login ul.tml-links {
    padding: 0;
    margin: 0;
    list-style: none;
}

.tml.tml-login ul.tml-links li a {
    font-size: 14px;
    font-style: italic;
    color: #0288ff;
    text-decoration: underline;
}

.navbar-toggler-icon{filter: invert();}







@media (min-width:1421px) and (max-width:1600px) {
    .hero-overlay {
        padding: 270px 20px 0px 20px;
    }
}

@media (min-width:1200px) and (max-width:1420px) {
    .navbar-dark .navbar-nav .nav-link {
        padding: 0px 12px;
    }
    /* .hero-overlay {
        padding: 250px 20px 0px 20px;
    } */
}

@media (min-width:992px) and (max-width:1199px) {
    .navbar-dark .navbar-nav .nav-link {
        font-size: 15px;
        padding: 0px 9px;
    }
    a.navbar-brand img {
        width: 200px;
    }
    .btn.btn-style {
        padding: 12px 12px;
        font-size: 16px;
    }
    .hero-overlay {
        padding: 220px 20px 0px 20px;
    }
    .about-img img {
        padding-right: 0px;
    }
}

@media (max-width:1199px) {
    .logo img {width: 100px;}
    nav.precision-navbar .navbar-collapse{justify-content: flex-start;}

}

@media (max-width:991px) {
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 26px;
        line-height: 36px;
    }
    h4 {
        font-size: 24px;
        line-height: 34px;
    }
    h5 {
        font-size: 20px;
        line-height: 30px;
    }
    .hero-section h2 {
        font-size: 35px;
        font-weight: 400;
        letter-spacing: 38px;
        color: rgb(212, 163, 115);
        padding-left: 30px;
    }
    .hero-section .flex-text img {
        height: 54px;
    }
    section.hero-section h1 {
        font-size: 65px;
        letter-spacing: 7px;
        color: #a5a5a5;
    }
    .hero-section h4 {
        font-size: 22px;
        font-weight: 400;
        letter-spacing: 2px;
        color: #a5a5a5;
        margin: 10px 0px;
    }
    /* .hero-overlay {
        padding: 180px 20px 0px 20px;
    } */
    ul.navbar-nav li:not(:last-child){
        border-bottom: 1px solid #e9e9e9;
    }
    ul.navbar-nav li {
        padding: 10px 0px;
    }
    nav.precision-navbar .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        background: #f5f5f5;
        width: 100%;
        z-index: 99;
        border-bottom: 1px solid #a5a5a5;
    }
    .pos-rel {
        position: relative;
    }
    .about-img img {
        padding-right: 0px;
    }
    .breadcumb-section {
        min-height: 200px;
    }
    input[type="email"] {
        width: 235px;
    }
    .firearm-cards .card h4 {
        font-size: 22px;
    }
    .breadcumb-overlay h1 {
        margin-top: 0;
    }
    section.quality ul li {
        width: 100%;
    }
    .catalogue-btn a.btn.btn-style {
        padding: 10px;
        font-size: 14px;
        text-transform: capitalize;
    }
    .navbar-dark .navbar-nav .nav-link{
        text-transform: capitalize;
    }
    a.logo {
        order: 1;
    }
    .catalogue-btn {
        order: 2;
    }
    button.navbar-toggler {
        order: 3;
    }
}
@media (max-width:500px) {
    .hero-section h2 {
        font-size: 28px;
        font-weight: 400;
        letter-spacing: 30px;
        color: rgb(212, 163, 115);
        padding-left: 0px;
    }
    .hero-section .flex-text img {
        height: 40px;
    }
    section.hero-section h1 {
        font-size: 52px;
        letter-spacing: 7px;
        color: #a5a5a5;
    }
    .hero-section h4 {
        font-size: 20px;
        font-weight: 400;
        letter-spacing: 2px;
        color: #a5a5a5;
        margin: 10px 0px;
        line-height: 30px;
    }
    /* .hero-overlay {
        padding: 150px 20px 0px 20px;
    } */
    .btn.btn-style {
        padding: 14px 15px;
        font-size: 14px;
    }
    a.navbar-brand img {
        width: 200px;
    }
}
@media (max-width:575px){
    .row {
        padding-left: 12px;
    }
    .about-set{
        font-size: 18px;
    }
    h1{
        font-size: 30px;
    }
    h4{
        line-height:45px;
    }
}

@media(min-width:1200px) and ( max-width:1400px){
    .flip-box-front, .flip-box-back{
        font-size: 24px;
        width: 90%;
    }
}
@media(min-width:992px) and ( max-width:1200px){
    .flip-box-front, .flip-box-back{
        font-size: 22px;
        width: 75%;
    }
}
@media(max-width:991px){
    .flip-box-container{
        align-items: center;
    }
    .my-class{
        padding-left:30px;
    }
}
@media(max-width:676px){
    .flip-box-front, .flip-box-back {
        width:90%;
        font-size:18px;
    }
    .flip-box-container{
        align-items: center;
        padding-left: 25px;
    }
}
@media(max-width:767px){
    .hero-section {
        height: 300px;
    }
    ul.copyright-menu{
        justify-content: center;
    }
}


.firearm-cards {
      padding: 70px 0 50px 0;
}
.hero-section {
    background-size: contain;
}
 
@media (max-width: 575px) {
    .hero-section {
        height: 150px;
    }
    .catalogue-btn a.btn.btn-style {
        padding: 8px;
        font-size: 12px;
        text-transform: capitalize;
    }
    .catalogue-btn {
        padding-left: 5px;
    }
    button.navbar-toggler {
        padding: 0px 2px;
    }
    .logo img {
        width: 70px;
    }
    .footer h4 {
        text-align: left;
    }
    ul.footer-menu {
        justify-content: flex-start;
        align-items: flex-start;
    }
    .footer p {
        text-align: left;
    }
    ul.copyright-menu{
        justify-content: flex-start;
    }
}




@media (max-width:500px) {
.firearm-cards .card img {
    height: 300px;
    object-fit: cover;
}
}