﻿html, body {
    height: 100%;
    overflow: hidden;
}

body {
    overflow-y: auto; /* or overflow: auto; */
}

      
.contact-me {
    width: 100%;
    display: block;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    font-weight: 600;
    padding: 12px 22px;
    border: none;
    background: #3d3d3d;
    outline: none;
    margin-bottom: 20px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.contact-me:hover {
    background: #d5b810 !important;
    color: #ffffff !important;
}
    .mb-me-30 {
        margin-bottom:130px;
    }

@media screen and (min-width:480px) {
    .circleswatsup1 {
        display: none !important;
    }

    .circleswatsup2 {
        display: block !important;
    }

    .videoslider-me {
        width: 100% !important;
        /*height: 100% !important;*/
    }
}

/* for 480px or less */
@media screen and (max-width:480px) {

    .circleswatsup1 {
        display: block !important;
    }

    .circleswatsup2 {
        display: none !important;
    }

    .videoslider-me {
        /*width: 100% !important;*/
        height: 100% !important;
    }
}
.video-in-default-me {
    width: 100%;
    height: auto;
}
.text-align-right-me{
    text-align:right !important;    
}

/*Video*/
section video {
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; 
}

.serv-me {    
    position: relative;
}
 
.serv-me a:hover {
    /*left: 40px;*/
    /*transform: rotate(360deg);*/
    /*background-color: #d5b810;
    border-top-right-radius: 50%;*/
}

.serv-me a {
    color: #ffffff;
    font-size: 26px;
    text-align: center;
    line-height: 75px;
    width: 75px;
    height: 75px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
        /*border-top-right-radius: 50%;*/
    /*border-top-right-radius: 0px;*/
    background-color: #d5b810;
    position: absolute;
    top: 40%;
    left: 40%;
    transition: all 0.36 ease-in-out;
    -moz-transition: all 0.36 ease-in-out;
    -webkit-transition: all 0.36 ease-in-out;
    -o-transition: all 0.36 ease-in-out;

}


 /*----------Player-------*/
 #VisaChipCardVideo {
      position: relative;
 }
#fade {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}

#light {
  display: none;
  position: absolute;
  top: 5%;
  left: 50%;
  max-width: 700px;
  max-height: 460px;
  margin-left: -300px;
  /*margin-top: -180px;*/
  border: 2px solid #FFF;
  background: #FFF;
  z-index: 1002;
  overflow: visible;
}
@media screen and (max-width:480px) {

    #light {
        max-width: 90%;
        right: 5%;
    }
}
#boxclose {
  float: right;
  cursor: pointer;
  color: #fff;
  border: 1px solid #AEAEAE;
  border-radius: 3px;
  background: #222222;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 11px 3px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1002;
  opacity: 0.9;
}

.boxclose:before {
  content: "×";
}

#fade:hover ~ #boxclose {
  display:none;
}

.test:hover ~ .test2 {
  display: none;
}

/*Social Media*/


/** {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}*/


.navigation {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 60px;
    cursor: pointer;
    position: fixed;
    left: 30px !important;
    z-index: 999;
}

.menusocialToggle {
    position: relative;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 70px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
}

    .menusocialToggle::before {
        /*content: '+';*/
        position: absolute;
        font-size: 2.8em;
        font-weight: 550;
        color: #087fe0;
        transition: 1.5s;
    }

    .menusocialToggle.active::before {
        transform: rotate(315deg);
    }

.menusocial {
    left: 25px !important;
    position: absolute;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 70px;
    z-index: -1;
    transition: transform 0.5s, width 0.5s, height 0.5s;
    transition-delay: 1s, 0.5s, 0.5s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.menusocialToggle.active ~ .menusocial {
    left: 25px !important;
    width: 270px;
    height: 60px;
    z-index: 1;
    transform: translateY(-80px);
    transition-delay: 0s, 0.5s, 0.5s;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}

.menusocial::before {
    content: '';
    position: absolute;
    /*width: 16px;
    height: 16px;*/
    background: #fff;
    left: calc(50% - 8px);
    bottom: 4px;
    transform: rotate(45deg);
    border-radius: 2px;
    transition: 0.5s;
}

.menusocialToggle.active ~ .menusocial::before {
    transition-delay: 0.5s;
    bottom: -6px;
}

.menusocial ul {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 65px;
    gap: 20px;
    /*padding-left: 0;*/
}

    .menusocial ul li {
        list-style: none;
        cursor: pointer;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-30px);
        transition: 0.25s;
        transition-delay: calc(0s + var(--i));
    }

.menusocialToggle.active ~ .menusocial ul li {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition-delay: calc(0.75s + var(--i));
}

.menusocial ul li a {
    display: block;
    font-size: 2.2em;
}

@media screen and (max-width:480px) {
    section.features-carousel-section .owl-carousel .owl-nav {
        width: 95px;
        padding: 0;
    }

    .menusocialToggle.active ~ .menusocial {
        /*width: 260px;*/       
    }

}

.menusocialToggle:hover {
    /* Start the shake animation and make the animation last for 0.5 seconds */
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}
.shake-tel {
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    animation-iteration-count: infinite;
    backface-visibility: hidden;
    perspective: 1000px;
}
@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

.color-me {
    color: #d5b810 !important;
    
}

.iconfooterdiv{
      
    margin-top: 13px;
}
    .iconfooterdiv a {
        display: inline-block !important;
        /*padding: 6px 17px;*/
        /*padding: 1px 5px;*/
        font-size: 12px;
        color: #ffffff;
        /*border: 1px solid #2e2e2e;*/
        margin-left: 8px;
        margin-bottom: 13px;
        text-decoration: none !important;
    }

.fontsize17 {
    font-size: 17px !important;
}  