@font-face {
    font-family: Cardila;
    src: url(../fonts/Cardilademo-8MdrA.otf);
}

@font-face {
    font-family: Soho;
    src: url(../fonts/SohoGothicPro-Regular.ttf);
}

* {
    margin: 0;
    padding: 0;
   box-sizing:border-box;
}

html{
    height:100%;
}

body {
    /*1rem=16px;*/
    max-width: 768px;
    height: 100%;
    margin: auto;
    overflow-x: hidden;
    background-color: #fff8f7;
}
  .page-header {
        padding:1rem 0rem;
    }
    .page-header .ribbon{
            position: absolute;
    bottom: -.2rem;
    }
    #form1{
        padding-top: 6rem;
    }
 @media only screen and (max-width: 768px) {
    body{
        max-width: 100% !important;
    }
      #form1{
        padding-top: 11rem;
        padding-bottom: 4rem;
    }
    .page-header {
        padding:0.5rem 0rem;
         display: inline-grid !important;
    }
}
.page-header .ribbon {
    padding-top: 1rem;
    width: 100%;
}

form {
    margin: 2rem 1rem 1rem 1rem;
    background-color: #FFF8F7;
}

div{
    display:inline-block;
    width:100%;
}

.imglogo {
    display:inline-block;
    width: 100%;
}

.imglogo img {
    display: inline-block;
    width: 334px;
}

/*
img {
    display:inline-block;
    width: 100%;
}
*/


a,span{
    display:inline-block;
}



.logo {
    padding: 0px 6rem 0px 7rem;
    width: 60%;
}


#div1 {
    /*background-image:url(../Image/1.png);*/
    background-position:top;
    background-size:cover;
    min-height:100%;
}

@media(max-width: 768px){
    .logo{
        padding :0rem;
        padding-left:10px;
        width: 100%;
    }
    .imglogo{
        text-align:center;
    }
    .imglogo img {
   /* display:inline-block;
    width: 422px;*/
    width: 100%;
    padding-right: 10px !important;
}
}

 @media only screen and (max-width: 768px){
    #div1 {
    background-image:unset;

}
    
}

.counter{
    width:100%;
    text-align:center;
}

.counter img{
    width:442px;
    text-align:center;
}

@media(max-width: 767px){
    .counter img{
    width:100%;
    text-align:center;
}
}


#lblCounter{
    font-family:Soho;
    font-size: 1rem;
    letter-spacing: .2rem;
   /* margin-right: 26px;*/
    font-weight:700;
    font-style:italic;
    color:#006a4e;
}
@keyframes colorChange {
        0% { color: red; }
        100% { color: black; }
    }

    #lblCounter {
        animation: colorChange 2s infinite; /* Apply the animation to the text */
    }
.main-heading {
    margin: 3rem 0;
    padding:0 10rem;
    position:relative;
}

    .main-heading span{
        text-align:center;
        line-height:1.5rem;
    }

    .main-heading .head1 {
        font-family: Soho;
        font-size: 1.5rem;
        font-weight: 700;
        color: black;
        position: relative;
    }

    .main-heading .head2 {
        font-family: Cardila;
        font-size: 4rem;
        color: red;
        position: relative;
    }

    .main-heading .hl1 {
        left: 7rem;
    }

    .main-heading .hl2 {
        top: 0.5rem;
    }

    .main-heading .hl3 {
        top: -0.5rem;
        left: 0.5rem;
    }

    .main-heading .hl4 {
        top: -0.5rem;
        left: 4rem;
    }

    .main-heading .hl5 {
        top: -0.5rem;
        left: 5rem;
    }

    .main-heading .hl6 {
        top: 1rem;
        left: 5.5rem;
    }

    .main-heading.heading1 {
        margin: 4rem 0;
        padding:0 5rem
    }

        .main-heading.heading1 span {
            line-height: 3rem;
        }

        .rect {
            height: 0.5rem;
            width: 10rem;
            background-color: #cfc489;
            border-radius: 1rem;
            margin: 0 19rem;
        }

.tag-line {
    margin: 2rem 0;
    text-align: center;
}

    .tag-line .line {
        font-family: Soho;
        font-size: 1rem;
        font-weight: 700;
        letter-spacing: 0.6rem;
    }

        .tag-line .line.red {
            color: red;
        }
 @media only screen and (max-width: 768px) {
     .main-heading {
    margin: .5rem 0;
    padding:0 1rem;
}
.tag-line .line{
     letter-spacing: 0.5rem;
}
.main-heading .head2{
    font-size:5rem;
}
.main-heading .hl1{
    left:5rem;
    bottom:0.9rem;
}
.main-heading .hl4{
    left:2rem;
}
.main-heading .hl6{
    left:3.5rem;
    padding-bottom:3rem;
}
.rect{
    margin:0 6rem;
}

 .main-heading .hl5 {
        top: -0.5rem;
        left: 2rem;
    }

 }

.container {
    text-align: center;
    padding: 2rem;
}

#div1 .container {
    padding-top: 0rem;
    padding-bottom: 137px;
}

    .page-head {
         padding: 0 9.5rem;
    }

    @media(max-width: 767px){
        #div1 .container {
    padding-top: 0rem;
    padding-bottom: 137px;
}
    }

    @media(max-width: 767px){
        .page-head {
            padding: 0;
          /*  padding: 0 9.5rem;
            margin-top: 2rem;*/
        }
        .cont-body span {
         font-size: 1rem !important;
       }
       #page4 .cont-body .text-line {
        font-size: 2.6rem;
         margin: 1.5rem;
       }
    }
    



    .page-head .head {
        font-family: Soho;
        font-size: 1.5rem;
        font-weight: bolder;
    }

        .page-head .head.red {
            color: red;
        }

.form-div {
}
        
    @media(max-width: 767px){
        .page-head .head {
    font-size: 1.3rem;
    padding-top:10px;

    }

    }


.errmssg {
    font-size: 15px;
    color: red;
}

.form-input {
    width: 100%;
    margin: 1.5rem 0;
}

.form-text {
    background-color: #fff0f3;
    border: 0.3rem dotted red;
    border-radius: 0px 3rem 0px 3rem;
    font-size: 2rem;
    width: 100%;
    padding: 2.5rem;
    color: #070200;
    font-weight: bold;
    outline: none;
}

textarea.form-text{
    height:50vh;
}

.form-radio {
    display: none;
}

#gender {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
    padding-left: 95px;
}

    #gender label {
        position: relative;
        cursor: pointer;
        font-size: 2.75rem;
        font-family: 'Soho';
    }

        #gender label::before {
            content: "";
            position: absolute;
            left: 0;
            top: 1rem;
            width: 2rem;
            height: 2rem;
            border: 0.2rem solid orange; /* Border color for the circle */
            border-radius: 50%; /* Make it circular */
            background-color: white; /* Background color inside the circle */
            margin-left: -2.75rem;
        }
   
    #gender input[type="radio"]:checked + label::before {
        background-color: orange; /* Change the circle's background color when selected */
    }

.form-btn {
    width: 100%;
    margin: 1rem 0;
    padding: 0 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:2rem;
}

.form-btn button{
        display:inline-block;
        width:175px;
        height:90px;
        padding:0 !important;
        border:none;
    }
    

    .form-btn input {
        width:100%;
        background-color: #F95431;
        font-size: 2rem;
        font-weight:700;
        padding: 1.5rem 2.5rem;
        border-radius: 0px 2rem 0px 2rem;
        border:0;
        color:white;
    }

    @media(max-width: 767px){
     
    #gender label {
        font-size: 1rem;
    }
    #gender label::before{
        width: 1rem;
    height: 1rem;
    top:0;
    }
    .form-btn{
        display:flex;
        width:100%;
        padding:0 !important;
    }
    
    .form-btn button{
        display:inline-block;
        width:50px;
        height:50px;
        padding:0 !important;
        border:none;
    }
    
        .form-btn input {
        width:43%;
        background-color: #F95431;
        margin-bottom:10px;
        font-size: 2rem;
        font-weight:700;
        padding: 1.5rem 1.5rem;
        border-radius: 0px 2rem 0px 2rem;
        border:0;
        color:white;
    }
    
    }
@media(max-width: 768px){
    
    .form-btn input ,.form-text{
        font-size: 1rem;
        padding: 0.75rem;
        border-radius: 0px 2rem;
    }
    .form-input{
        margin:0.6rem 0;
    }
}
.footer {
    position:fixed;
    left: 0;
    bottom:0;
    width: 100%;
    background-color: #FFF8F7;
    
}

.animated-button1 {
    width: auto;
    margin: auto !important;
  padding: 1.5rem;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}

.animated-button1::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #ad8585;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

.animated-button1:hover::before {
  opacity: 0.2;
}

.animated-button1 span {
  position: absolute;
}

.animated-button1 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 8, 0)), to(#d92626));
  background: linear-gradient(to left, rgba(43, 8, 8, 0), #d92626);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.animated-button1 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 8, 8, 0)), to(#d92626));
  background: linear-gradient(to top, rgba(43, 8, 8, 0), #d92626);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.animated-button1 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(43, 8, 8, 0)), to(#d92626));
  background: linear-gradient(to right, rgba(43, 8, 8, 0), #d92626);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.animated-button1 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 8, 0)), to(#d92626));
  background: linear-gradient(to bottom, rgba(43, 8, 8, 0), #d92626);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@media screen and (max-width: 480px) {
    .footer {
        /*  height: 14vh;Adjust the percentage as needed for smaller screens */
    }
    .form-btn input[type="button"]{
        padding: 1rem 2.5rem;
    }
    .animated-button1{
        width: 80%;
        padding: 0.5rem;
        margin-top: 6px !important;
    }
    
        .footer .cta-btn {
        padding: 0 0 0 0;
        display: flex;
        flex-direction: row;
        align-content: center;
        justify-content: center;
        gap: 1rem;
    }
    
}

    .footer .ribbon {
        width: 100%;
    }

    .footer .cta-btn {
        padding: 0 0 0 0;
        display: flex;
        flex-direction: row;
        align-content: center;
        justify-content: center;
        gap: 1.2rem;
    }

        .footer .cta-btn a {
            padding: 0.75rem 1rem;
            font-family: Soho;
            font-size: 1rem;
            font-weight: 700;
            letter-spacing: 0.1rem;
            color: red;
            border-bottom: 0.2rem solid red;
            border-radius: 1rem 1rem 0px 0px;
            background-color: #d2d3d5;
            text-decoration:none;

        }

#div2 {
    /*background-image: url(../Image/2F.png);*/
    background-position: top;
    background-size: cover;
    min-height: 100%;
}



.img-processing {
    width: 100%;
    padding: 0 10rem;    
}


.cont-body {
    width: 100%;
    margin-top: 2rem;
    text-align:center;
}

    .cont-body span {
        font-family: Soho;
        font-weight: 700;
    }
    .cont-body .prod-gallery .product .prod-img img {
    width: 312px;
    object-fit: contain;
    height: 230px;
    }
    @media(max-width: 767px){
     .footer .cta-btn a{
         font-size: .75rem;
             line-height: 1rem;
    text-align: center;
     }
    .cont-body {
    width: 100%;
    margin-top: 1rem;
    text-align:center;
    font-size:1rem;
    }
    .main-heading.heading1 span {
    line-height: 4rem;
    }
 /*   form {
    margin: 2rem 0rem 1rem 0rem;
    background-color: #FFF8F7;
    }*/
    .cont-body {
    margin-top: 2rem;
    margin-bottom:2rem;
    }
    .container{
        padding:0px;
    }
    }
    .cont-body .text-line{
        font-size:2rem;
    }

    .cont-body .comp-name {
        font-size:2rem;
        color: red;
    }

    .cont-body .comp-tag-line {
        font-size: 1rem;
        text-transform: uppercase;
    }
     
    .cont-body .prod-gallery {
        display: grid;
        align-items: flex-end;
        grid-template-columns: auto auto;
        grid-template-rows: auto auto;
        border: 2px #000000 solid;
        border-radius:1rem;
        padding:0rem;
        justify-items: center;
        
        
    }

.cont-body .prod-gallery .product{
    margin:2rem 0;
}

            .cont-body .prod-gallery .product .prod-img img {
              width: 100%;
            }

            .cont-body .prod-gallery .product .prod-name{
                /*font-size2rem;*/
                color:#505050;
                /*padding:0 4rem;*/
            }

    @media(max-width: 767px){
        
    .cont-body .prod-gallery {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }
    
      .cont-body .prod-gallery .product .prod-img img {
                  /*width: 312px;*/
    object-fit: contain;
    height: 180px;
            }

            .cont-body .prod-gallery .product .prod-name{
                color:#505050;
                padding: 0 20px;
            }
            
            
            .cont-body .prod-gallery .product{
    margin:0 0;
    padding:20px 4px 20px 7px;
}
}
    
    }
#page4 {
    padding-bottom: 170px !important;
}

#page4 .cont-body .comp-tag-line{
    font-size:2rem;
}

#page4 .cont-body .text-line{
    font-size:1.7rem;
    margin:1.5rem;
    
}
