.ploting-header .header-upper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
}
.main-menu .navigation>li>a {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1;
    opacity:0.8;
}
.main-menu:hover .navigation>li>a {opacity:1;}
.ploting-header .header-upper .button-box {
    position: relative;
    float: none;
    padding: 0px 0px;
    margin-left: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.button-box .phone-icon {
    border: 1px solid #fff;
    padding: 6px 10px;
    margin-right: 20px;
    transform: rotate(45deg);
    font-size: 20px;
    color: #fff;
}
.button-box .phone-info {
    display: flex;
    flex-direction: column;
}

.button-box .phone-info span {
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
}
.button-box a.ploting-btn.btn-style-one {
    border-radius: 0;
    background: transparent;
    border: 0;
    padding: 0;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding-top: 4px;
}
.button-box a.ploting-btn.btn-style-one:hover {
    color: #fff;
    text-decoration: underline;
}
div#headerHome {
    position: relative;
    width: 100%;
    height: 90vh;
    overflow: hidden;
    min-height: 600px;
}
div#headerHome:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 490px;
    background: #0098db;
    clip-path: polygon(50% 0%, 100% 0, 100% 43%, 100% 65%, 68% 100%, 0 99%, 0 42%, 16% 28%, 34% 13%);
}
div#headerHome:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 490px;
    background: #0098db;
}
img.poster_video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: all 0.5s;
}
.bg-video img.poster_video{opacity:1;}
video#widgetVideo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-overlay {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.video-overlay, video#widgetVideo, img.poster_video {
    clip-path: polygon(50% 0%, 100% 0, 100% 43%, 100% 85%, 68% 100%, 0 99%, 0 42%, 16% 28%, 41% 0%);
}
.video-overlay .boxgb{
    width: 100%;
    background: rgb(0 0 0 / 20%);
    height: 200%;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: -30%;
    border: 30px solid rgb(0 152 219);
    box-shadow: 50px -4px rgb(255 255 255 / 24%);
}


.video-overlay h1 {
    color: #fff;
    font-size: 50px;
    line-height: 1;
    margin-bottom: 20px;
    font-weight: 300;
}
.video-overlay h1 strong {
    font-weight: 700;
    font-size: 60px;
}
.video-overlay h2 {
    color: #fff;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 100;
}
.video-overlay h3 {
    color: #fff;
    font-weight: 300;
    font-size: 28px;
    line-height: 1;
}
.video-overlay ul.social-box {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.video-overlay ul.social-box li a {
    display: block;
    padding: 10px 15px;
    border: 1px solid #fff;
    font-size: 30px;
    background: #0098db;
    border-radius: 2px;
}
@media(min-width: 1600px){
    .default-container {max-width:90%;}
}
@media(max-width: 768px){
   .video-overlay, video#widgetVideo, img.poster_video {clip-path: polygon(50% 0%, 100% 0, 100% 43%, 100% 85%, 68% 100%, 0 99%, 0 20%, 0% 28%, 39% 0%)}
   .video-overlay .boxgb {
        height: 70%;
        top: 30%;
        left: -70%;
        width: 120%;
    }
    .video-overlay h2 {margin-top: 100px;}
    .video-overlay h1, .video-overlay h2, .video-overlay h3 { text-shadow: 1px 2px 1px rgb(0 0 0 / 50%);}
    .button-box a.ploting-btn.btn-style-one{font-size:18px;}
    .button-box .phone-info {width: 160px;}
    button.navbar-toggler, .ploting-header .header-upper .button-box {margin-left: 20px;}
}