@font-face {
    font-family: narad;
    src: url(https://www.ajitindustries.com/bopp-tapes/font/narad.ttf);
}

*{
    margin: 0;
    padding: 0;
}

.hind{
    width: 100%;
    height: auto;
    max-width: 900px;
}
.hind1{
    width: 100%;
height: auto;
max-width: 900px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
nav{
    width: 100%;
    height: auto;
    background-color: #c4c5c5;
    height: 75px;
}
.navbar{
    width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.numbers{
    font-size: 25px;
    animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.logo{
    position: absolute;
    top: 0;
    height: auto;
    width: 150px;
}
.address a{
    color: black;
    text-decoration: none;
    font-family: 'Barlow', sans-serif;
    font-size: 25px;    
}
.tels{
    height: auto;
width: 100%;
max-width: 23px;
}
header{
    width: 100%;
    height: auto;
    background: url(images/banner.jpg) no-repeat;
    background-size: cover;
}
.banner{
    display: flex;
    flex-direction: row;
    width: 1200px;
    margin: auto;
    justify-content: space-between;
    position: relative;
}
.top_form{
    display: flex;
    flex-direction: column;
    padding: 10px;
    text-align: center;
    width: 300px;
    background-color: #c4c5c5;
    margin: 20px 0px;
    
}
.top_form input{
    padding: 10px;
    margin: 5px;
    border-radius: 5px;
    border: none;
    font-family: 'Barlow', sans-serif;
}
.top_form h2{
    color: black;
    font-size: 20px;
    padding: 5px;
    font-family: 'Barlow', sans-serif;
}
.top_form button{
    align-self: center;
    font-size: 18px;
    padding: 5px 10px;
    background-color: white;
    border: none;
    border-radius: 5px;
    margin: 5px;
    color: black;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
}
.sec_one{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px 0px;
}
.one{
    width: 100%;
    height: auto;
    background-image: radial-gradient(circle, #ffffff , #e6cea6);
    margin-top: -1px;
}
.tape{
    width: 100%;
    height: auto;
    max-width: 900px;
}
.list{
    font-size: 50px;
    font-family: narad;
}
span{
    font-family: barlow;
    font-weight: 700;
    font-size: 44px;
    font-style: bold;
}
.list li{
    list-style-type: square;
}
.sec_one p{
    font-family: narad;
    font-size: 70px;
}
.stripe{
    width: 100%;
    position: relative;
}
.stripes{
    width: 100%;
    width: 100%;
    margin:auto;
    background-color: #e2000f;
}
.three_str{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1200px;
    margin: -0px auto;
}
.quality{
    width: 100%;
    height: auto;
    max-width: 380px;
}
.two{
    background-image: radial-gradient(circle, #ffffff , #e6cea6);
    width: 100%;
    height: auto;
}
.sec_two{
    display: flex;
    flex-direction: row;
    width: 1200px;
    margin: auto;
    padding: 30px 0px;
}
.two_list{
    font-family: barlow;
    font-weight: 700;
    font-size: 30px;
    font-style: bold;
}
.three_sec{
    width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.bottom_form{
    display: flex;
    flex-direction: column;
    background-color: #926818;
    padding: 20px 10px
}
.bottom_form h2{
    color: white;
    font-family: 'Barlow', sans-serif;
    font-size: 20px;
    text-align: center;
}
.bottom_form input{
    padding: 10px;
    width: 300px;
    margin: 5px;
    border-radius: 5px;
    border: none;
    font-family: 'Barlow', sans-serif;
}
.bottom_form button{
    align-self: center;
    font-size: 20px;
    background-color: white;
    border: none;
    padding: 5px;
    font-family: 'Barlow', sans-serif;
    margin: 10px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 700;
}
.contact{
    width: 100%;
    height: auto;
    max-width: 250px;
}
.con a{
    font-family: 'Barlow', sans-serif;
    font-size: 30px;
    text-decoration: none;
    color: black;
    font-weight: 700;
    margin: 0px 3px;
}
.con img{
    width: 100%;
    height: auto;
    max-width: 25px;
}
footer {
    background-color: black;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 10px;
    align-items: center;
    color: white;
}
.icons img{
    width: 100%;
    height: auto;
    max-width: 50px
}
.phn {
    position: fixed;
    right: 0;
    top: 25%;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    z-index: 1;
}
.phn a {
    color: white;
    background-color: #926818;
    padding: 8px;
    text-decoration: none;
    font-size: 23px;
}
.whatsapp {
    position: fixed;
    width: 68px;
    bottom: 0;
    right: 0;
    height: 86px;
    z-index: 1;
}
.whatsapp img {
    width: 60px;
}
.privacy{
  color: white;
  text-decoration: none;
  font-family: 'Barlow', sans-serif;
  font-size: 15px;
}
@media (max-width: 768px) {

    .navbar {
        width: 100%;
    }
    .banner {
        width: 100%;
    }
    .address a {
        font-size: 20px;
    }
    .address{
        margin: 16px;
    }
    header {
        width: 100%;
        background-size: contain;
        background-color: #e2000f;
    }
    .top_form {
        padding: 5px;
        width: 230px;
        margin: 10px 0px;
    }
    .top_form input {
        padding: 5px;
        margin: 5px;
    }
    .top_form h2 {
        font-size: 15px;
    }
    .tels {
        height: auto;
        width: 100%;
        max-width: 16px;
    }
    .quality {
        max-width: 230px;
    }
    .sec_two {
        width: 100%;
    }
    .three_sec {
        width: 100%;
        margin: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .bottom_form input {
        padding: 5px;
        width: 250px;
        margin: 5px;
    }
    .bottom_form button {
        font-size: 15px;
    }
    .con a {
        font-size: 25px;
    }
    .two_list {
        padding: 0px 50px;
        font-size: 25px;
    }
    .list {
        font-size: 40px;
        padding: 20px 0px;  
    }
    span {
        font-size: 35px;
    }
    .sec_one p {
        font-size: 55px;
    }
    .hind {
    width: 100%;
    height: auto;
    max-width: 600px;
}
.hind1 {
    max-width: 650px;
}
}
@media (max-width: 430px) {
    .three_str {
        flex-direction: column;
        align-items: center;
    }
    .three_sec {
        align-items: center;
        flex-direction: column;
    }
    .list {
        font-size: 30px;
        padding: 20px 44px;
    }
    span {
        font-size: 25px;
    }
    .banner {
        flex-direction: column;
        align-items: center;
    }
    .top_form {
        margin-top: 138px;
    }
    .logo {
        position: relative;
        top: 0;
        height: auto;
        width: 70px;
    }
    .sec_one p {
        font-size: 47px;
        text-align: center;
    }
    .sec_one p {
        font-size: 36px;
        text-align: center;
        margin-bottom: 10px;
    }
    .phn {
        margin: 10px;
    }
    header{
        background: url('images/mobile.jpg') no-repeat;
        background-size: contain;
        background-color: #e7d0a9;
    }
    .three_two{
        margin: 20px;
    }
    .hind {
    max-width: 350px;
}
.hind1 {
    max-width: 320px;
}
}
@media (max-width: 360px) {
    .address a {
    font-size: 16px;
}
.two_list {
    padding: 0px 50px;
    font-size: 20px;
}
.con a {
    font-size: 20px;
}
.hind {
    max-width: 300px;
}
.hind1 {
    max-width: 257px;
}
}

.error {
    font-size: 14px;
    color: #9b0000;
    padding: 4px 12px;
    float: left;
    text-align: left;
}