@font-face {
    font-family: DinotFont;
    src: url(/DinotFont.otf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "DinotFont";
    text-decoration: none;
    list-style: none;
}

html {
    scroll-padding-top: 120px;
}

body {
    position: relative;
    min-height: 100vh; 
    margin:0;
}

.bodySection {
    position: relative;
    width: 1280px;
    margin: auto;
}

h1 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 2px;
    border-bottom: 3px solid black;
    text-transform: uppercase;
}

h2 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 2px;
    border-bottom: 2px solid black;
    text-transform: uppercase;
}

p {
    font-size: 18px;
}

a {
    color: black;
    text-decoration: none;
}

.cap {
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 800;
    border-bottom: 3px solid white;
}

video {
    width: 100%;
}

footer {
    position: absolute;
    width: 100%;
    margin-top:auto; 
    clear: both;

    background: black;
    color: white;
}

/* MainBacground [START]*/

.hero {
    height: 100%;
    width: 100%;

  }
  
  .mask {
    width: 100%;
    height: 100vh;
    position: relative;

  }
  
  .intro-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    object-fit: cover;
  }
/* MainBacground [END]*/


/* STANDARD FOR ALL[START]*/
.row {
    display: flex;
}

.row .column1 {
    width: 50%;
    margin-right: 25px;
}

.row .column2 {
    width: 50%;
    margin-left: 25px;
}

/* STANDARD FOR ALL[END]*/

.row8:after {
    content: "";
    display: table;
    clear: both;
    align-content: center;
}

.row8 h1 {
    background: black;
    color: white;
    text-transform: uppercase;
}

.row8 .column8 {
    position: relative;
    float: left;
    width: 50%;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.row8 .column8 img {
    width: 100%;
    height: 100%;
}

/* PRODUCTS & PROJECTS [START]*/
.row2:after {
    content: "";
    display: table;
    clear: both;
    align-content: center;
}

.row2 h1 {
    background: black;
    color: white;
    text-transform: uppercase;
}

.row2 .column3 {
    position: relative;
    float: left;
    width: 33.33%;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.row2 .column3 img {
    width: 100%;
    height: 100%;
}


.image-area {
    position: relative;
}

.img-wrapper {
    position: relative;
    overflow: hidden;
}

.img-wrapper img {
    width: 100%;
}



.img-wrapper h2 {
    background: black;
    color: white;
    text-align: center;
    margin-bottom: 4px;
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0;
    transition: 1s;
}

.img-wrapper:hover h2 {
    opacity: 1;
    cursor: pointer;
}

/* PRODUCTS & PROJECTS [END]*/


/* FOOTER[START]*/
.row3 {
    display: flex;
}

.row3 h1 {
    font-size: 15px;
    border-bottom: 2px solid white;
}
.row3 p
{
    font-size: 14px;
}
.row3 .column4 {
    width: 50%;
    margin-right: 10px;
}

.row3 .column5 {
    width: 50%;
    margin-left: 10px;
    margin-right: 10px;

}

.row3 .column6 {
    width: 50%;
    margin-left: 10px;
}

.footerSoc-cnt i {
    color: white;
    font-size: 14px;
    width: 15%;
    text-align: center;
    padding: 10px;
    border: 1px solid white;
}

.footerSoc-cnt i:hover {
    background: white;
    color: black;
    transition: all 0.3s ease;
}

.footercopy {
    padding: 10px;
    font-size: 10px;
    text-align: center;
    border-top: 2px solid white;
}

/* FOOTER[END]*/


/* Banner/Bredcrumb [START]*/
.banner {
    position: relative;
    width: 100%;
    height: 250px;
    transition: all 0.3s ease;
}

.banner img {
    width: 100%;
    height: 100%;
    position: sticky;
}

.bredcrumb {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 10;
}

.bred-round {
    width: 180px;
    height: 60px;
    border-radius: 100%;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100%;
    background-color: black;
    border: 2px solid white;
    margin: -32px auto 0;
    text-align: center;
    padding-top: 5px;
}

.bred-round h2 {
    float: left;
    width: 100%;
    text-align: center;
    color: white;
    border-bottom: 0px solid white;
    text-transform: uppercase;
}

.bred-round span {
    position: relative;
    color: white;
    font-size: 12px;
    text-transform: uppercase;
}

.bred-round span a {
    position: relative;
    color: white;
    text-transform: uppercase;
}

.bred-round span a:hover {
    border-bottom: 1px solid white;
}

/* Banner/Bredcrumb [END]*/


/* CONTACT US SOCIAL LOGO [START]*/
.soc i {
    color: black;
    font-size: 18px;
    width: 20%;
    text-align: center;
    padding: 10px;
    border: 1px solid black;
}

.soc i:hover {
    background: black;
    color: white;
    transition: all 0.3s ease;
}

/* CONTACT US SOCIAL LOGO [END]*/


/* DETAILS [START]*/
.row4 {
    display: flex;
}

.row4 h1 {
    text-align: center;
    background: black;
    color: white;
    text-transform: uppercase;
}

.row4 .column1 {
    width: 50%;
    margin-right: 25px;
}

.row4 .column2 {
    width: 50%;
    margin-left: 25px;
}

/* DETAILS [END]*/


/* DOWNLAOD [START]*/
.row5 {
    width: 100%;
}

.row5 h1 {
    text-align: center;
    background: black;
    color: white;
    text-transform: uppercase;
}

.row7 {
    display: flex;
}

.row7 .column7 {
    width: 100%;
    margin-left: 25px;
    margin-right: 25px;
}

.row7 label {
    width: 100%;
    font-size: 18px;
    padding-left: 4px;
}

.row7 select {
    width: 100%;
    font-size: 18px;
}

.row7 option {
    width: 100%;
    font-size: 18px;
}

.row7 input {
    width: 100%;
    font-size: 18px;
}

.row5 .button {
    position: relative;
    display: inline-block;
    border-radius: 5px;
    border: 2px solid black;
    background-color: white;
    color: black;
    text-align: center;
    font-size: 18px;
    padding: 5px 10px;
    width: 200px;
    transition: all 0.3s;
    cursor: pointer;
}

.row5 .button:hover {
    background: black;
    color: white;
    transition: 0.3s;
}

.row5 .button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.3s;
}

.row5 .button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -40px;
    transition: 0.3s;
}

.row5 span {
    padding-right: 25px;
}

.row5 span:after {
    opacity: 1;
    right: 0;
}

.hiddenP {
    display: none;
}

/* DOWNLAOD [END]*/


    .swal-overlay{
        background: rgba(0, 0, 0, 0.51);
    }
   
    .swal-modal {
        border: 2px solid white;
        background: black;
        width: 200px;
        padding: 0;
        margin: 0;
        border-radius: 0px;
    }
 
    .swal-icon
    {
    border: 3px solid red;
    }
    .swal-icon--error__line{

        background: red;

    }
    .swal-button {
        display: none;
    }

    .swal-text {
        font-size: 14px;
        color: white;
        padding: 0;
        margin: 0;
    }

    
.codeP{
    display: flex;
}  

#prodCode{
    border: 1px solid red;
    font-size: 30px;
    height: 100px;
}

.test1{
    color: rgb(178, 252, 4);
}

.codeP p span {
    margin: 0; /* Remove any default margin */
    padding: 0; /* Remove any default padding */
}


/* Add this CSS to your existing styles or create a new style block */
.copy-button {
    position: relative;
    display: inline-block;
    border-radius: 4px;
    border: 2px solid black;
    background-color: white;
    color: black;
    text-align: center;
    font-size: 16px;
    padding: 0px 2px;
    width: 140px;
    transition: all 0.3s;
    cursor: pointer;
}


.copy-button:hover {
    background: black;
    color: white;
    transition: 0.3s;
}


.row7 .productData {
    width: 100%;
    margin-left: 25px;
    margin-right: 25px;
}


.hide {
    display: none;
 }