@import url('https://fonts.googleapis.com/css2?family=Amaranth:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/*
font-family: "Roboto", sans-serif;
  font-family: "Amaranth", sans-serif;
*/

body,
p {
    font-family: "Roboto Condensed", sans-serif;
}

img {
    max-width: 100%;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
    display: block;
}
.secpanel {
    display: block;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.main-wrap {
    height: 100vh;
    background-image: url(images/main-bg.jpg);
        background-repeat: no-repeat;
    background-size: cover;
}
.max-container {
    width: 90%;
    margin: 0 auto;
    height: 100%;
        max-width: 1440px;
}

.logo-area {
    position: fixed;
    right: 0;
    width: 50%;
    max-width: 350px;
    background: #ffffff;
    border-radius: 15px 0 0 15px;
    padding: 10px 20px;
    top: 40px;
        z-index: 3;
}

.main-area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 1;
}

.left-img {
    width: 50%;
}

.right-txt {
    width: 50%;
    padding-left: 70px;
    text-align: center;
        padding-top: 40px;
}

.bigimg {
    position: relative;
/*    max-width: 700px;*/
}

.bigimg img {
    border-radius: 100%;
    border: 6px solid #ffffff;
}

.bigimg img.bimg {
    width: 500px;
    height: 500px;
    object-fit: cover;
}

.img-bubble {}

.img-bubble img.imgc {
    position: absolute;
    width: 250px;
    height: 250px;
    object-fit: cover;
}

.img-bubble .imgt {
    top: -20%;
    right: 30%;
}

.img-bubble img.imgm {
    right: 5%;
    top: 0;
    bottom: 0;
    margin: auto;
}

.img-bubble img.imgb {
    bottom: -20%;
    right: 30%;
}
.right-txt h1 {
    font-size: 84px;
    color: #002a6e;
    font-weight: 900;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    margin: 0;
    line-height: 1;
}

.siteline {
    font-size: 35px;
    margin: 40px 0 60px;
    /* padding: 25px 0; */
}

.siteline h2 {
    font-family: "Amaranth", sans-serif;
    position: relative;
    margin: 0;
    padding: 25px 10px;
    font-size: 35px;
}

.mailarea {}

.mailarea a {
    color: #000000;
    text-decoration: none;
    font-size: 35px;
    font-weight: 900;
    font-family: "Roboto", sans-serif;
}

.siteline h2:before, .siteline h2:after {
    position: absolute;
    content: "";
    background-image: url(images/line.png);
    background-size: 100%;
    width: 100%;
    height: 3px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.siteline h2:before {
    top: 0;
    bottom: inherit;
}

.siteline h2:after {
    bottom: 0;
    top: inherit;
}

.wave {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
}

/*============= custom responsive ===============*/
@media screen and (max-width: 1920px) and (min-width: 1601px) {      }
@media screen and (max-width: 1536px) {      }
@media screen and (max-width: 1440px) {      }
@media screen and (max-width: 1398px) { 
.right-txt {
    padding-left: 20px;
    }


}
@media screen and (max-width: 1280px) { 
.right-txt h1 {
    font-size: 77px;
    }
    .img-bubble img.imgm {
    right: -15px;
    }
    .siteline h2 {
    font-size: 30px;
}
}
@media screen and (max-width: 1210px) {  
    .right-txt h1 {
        font-size: 70px;
    }
    .mailarea a {
    font-size: 29px;
    }

}
@media screen and (max-width: 1199px) {  
.right-txt h1 {
        font-size: 59px;
    }
.img-bubble img.imgc {
    width: 200px;
    height: 200px;
}
    .bigimg img.bimg {
    width: 400px;
    height: 400px;
}
    .img-bubble img.imgm {
        right: 0;
    }
}
@media screen and (max-width: 1080px) {      }
@media screen and (max-width: 1024px) {      }
@media screen and (max-width: 991px) {   

    .left-img {
    width: 100%;
}
    .right-txt {
        padding-left: 0;
        width: 100%;
        background: rgb(255 255 255 / 90%);
        padding: 60px;
        border-radius: 15px;
    }
    .main-wrap {
    height: auto;
/*
    background-color: rgb(255 255 255 / 62%);
    background-blend-mode: hue;
*/
        padding: 150px 0;
}
.main-area {
    flex-direction: column-reverse;
}
.logo-area {
    right: 0;
    width: 50%;
    max-width: 300px;
    border-radius: 0 0 15px 15px;
    top: 0;
    left: 0;
    margin: 0 auto;
}
    .img-bubble img.imgc {
    position: relative;
        top: inherit;
        left: inherit;
        right: inherit;
        bottom: inherit;
        margin: 0;
}
    .bigimg {
    position: relative;
    margin-top: 50px;
}
    .bigimg img {
    border-radius: 0;
    }
        .bigimg img.bimg {
        width: 100%;
        height: inherit;
    }
    .img-bubble {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}
}
@media screen and (max-width: 960px) {      }
@media screen and (max-width: 920px) {      }
@media screen and (max-width: 812px) {      }
@media screen and (max-width: 800px) {      }
@media screen and (max-width: 768px) {      }
@media screen and (max-width: 767px) {    
.mailarea a {
        font-size: 17px;
    }
        .siteline h2 {
        font-size: 23px;
            padding: 17px 10px;
    }
.siteline {
    margin: 20px 0 30px;
    }
        .right-txt h1 {
        font-size: 37px;
    }
    .right-txt {
        padding: 30px;
    }
        .img-bubble {
        margin-top: 10px;
        gap: 10px;
    }
        .img-bubble img.imgc {
        width: 100%;
        height: 100%;
    }
}
@media screen and (max-width: 736px) {      }
@media screen and (max-width: 667px) {      }
@media screen and (max-width: 640px) {      }
@media screen and (max-width: 575px) {  }
@media screen and (max-width: 568px) {      }
@media screen and (max-width: 533px) {      }
@media screen and (max-width: 480px) {      }
@media screen and (max-width: 414px) {      }
@media screen and (max-width: 375px) {      }
@media screen and (max-width: 360px) {  
.main-wrap {
        height: auto;
        padding: 100px 0;
    }
}
@media screen and (max-width: 340px) {
    .right-txt h1 {
        font-size: 33px;
    }
    .siteline h2 {
        font-size: 19px;
        padding: 17px 10px;
    }
        .mailarea a {
        font-size: 14px;
    }

}
