@import url(https://fonts.cdnfonts.com/ocr-a-std.font);

    body{
        /*This is for the back ground kindly check this page about 
        https://www.citrusreef.com/pages/save-the-reef copy it*/

        /*
        background-color: rgb(255, 255, 255);
        background-image: url(images/HEROPAGEDONE.png);
        background-repeat: no-repeat;
        background-position-y: 200px;
        background-position-x: center;
        background-size: 70%;
        */
        background-color: rgb(255, 255, 255);
        margin:0%;}
    main{
        margin-right: 50px;
        margin-left: 50px;}
    .container {
        flex: auto;
        background-color:  rgb(59,59,59);
        color: rgb(255, 255, 255);
        text-align: right;
        list-style: none;}
    .current_page{
            background-color:rgb(59,59,59);}
    .navhome{
        flex: auto;
        background-color:  rgb(137,137,137);
        padding-right: 50px;
        padding-left: 140px;
        margin: 0%;}
    .navhome ul{
        list-style: none;
        padding: 0px;
        margin: 0px;
        font-family: monospace;
        display: block;
        overflow: hidden;}
    .navhome a{
        color: white;
        text-decoration: none;
        padding: 15px;
        display: block;
        text-align: center;}
    .navhome a:hover{
        background-color: rgb(64, 64, 64);}
    .navhome li{
        float: left;}
    .container {
        display: flex;}
    .container_list{
        display: flex;
        align-items: center;}
    .navbar {
        flex: auto;
        background-color:  rgb(59,59,59);
        padding-right: 50px;
        padding-left:  50px;
        margin: 0%;}
    .navbar ul{
        list-style: none;
        padding-left: 0px;
        margin: 0px;
        font-family: monospace;
        display: block;
        overflow: hidden;}
    .navbar li{
        float: left;}
    .navbar a {
        color: white;
        text-decoration: none;
        padding: 15px;
        display: block;}


        /*WelcomePage*/
    .welcomepage{
        background-color: #FFEDD5;
    }
    .large_label{
        margin: 0%;
        text-align: center;
        color: #C2410C;
        font-family: monospace;
        font-size: 350%;
    }
    .welcomedescription{
        margin: 0%;
        text-align: center;
    }
    
    /*CIRCULAR SLIDER credits to Lun Dev Code*/
.banner{
    width: 100%;
    height: 60vh;
    text-align: center;
    overflow: hidden;
    position: relative;}

.banner .slider{
    position: absolute;
    width: 200px;
    height: 250px;
    top: 10%;
    left: calc(50% - 100px);
    transform-style: preserve-3d;
    transform: perspective(1500px);
    animation: autoRun 26s linear infinite;
    z-index: 2}

@keyframes autoRun{
    from{
        transform: perspective(1000px) rotateX(-13deg) rotateY(0deg);
    }to{
        transform: perspective(1000px) rotateX(-13deg) rotateY(360deg);
    }}

.banner .slider .item{
    position: absolute;
    inset: 0 0 0 0;
    transform: 
        rotateY(calc( (var(--position) - 1)*(360 / var(--quantity)) * 1deg))
        /*distance from image*/
        translateZ(260px);}

.banner .slider .item img{
    width: 100%;
    height: 400px%;
    object-fit: contain;}

  /*  HERO OCTOPUS */
  .banner .content .model_octopus{
    background-image: url(sld/Updated_Hero.png);
    width: 100%;
    height: 73%;
    position: absolute;
    bottom: 20px;
    left: 0;
    background-color: transparent;
    background-size:auto 100%;
    background-repeat: no-repeat;
    background-position: center;}

.banner .content h1{
    font-family: 'Orc A Std';}

/*labels*/
.label_container{
    background-color: rgb(255, 251, 240);}
.label_container2{
    background-color: rgb(255, 255, 255);}
.label_tag{
    color: #EA580C;
    font-family: monospace;
    margin-left: 7%;
    margin-right: 7%;
    font-size: 250%;}
.sect_description{
    font-family:  Calibri;
    margin-left: 7%;
    margin-right: 7%;
    font-size: large;}
.label_hero_img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 40vh;}

.button_click{
    font-size: 14px;
    letter-spacing: 2px;
    margin-left: 7%;
    margin-right: 7%;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    padding: 0.7em 2em;
    border: 3px solid #EA580C;
    border-radius: 6px;
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16),0 3px 6px rgba(0, 0, 0, 0.1);
    background-color: #EA580C;
    color: white;
    text-decoration: none;
    transition: 0.3s ease all;
    z-index: 1;}
.button_click:hover .button_click:focus::before{
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
    color: #EA580C;}
    
.button_click:active{
    transform: scale(0.9);}

.form_border{
    display: block;
    margin: auto;
    width: 90vh;
    height: 5vh;
    border-radius: 8px;
    border-color: #EA580C;


}
/*bg-orange-500 hover:bg-orange-600 text-white font-semibold py-2 px-4 rounded*/