@font-face {
    font-family: "Gilroy";
    src: url("./fonts/AttractiveCond-Bold.ttf");
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Gilroy';
    overflow: hidden;
}

.tel1{
    position: absolute;
    top: 3.2vw;
    right: 2.2vw;
    width: 10vw;
    min-width: 208px;
}

.telhref{
	    color: #fff;
	        font-size: 25px;
    text-decoration: none;
}

.tel2 {
    position: absolute;
    top: 3.2vw;
    left: 2.2vw;
    width: 10vw;
    min-width: 208px;
}

.main-block {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
}

.title-1 {
    text-align: center;
    color: white;
    z-index: 1;
    text-transform: uppercase;
    font-size: 3vw;
    width: 100%;
    transition: 0.7s;
    transform: translate(0, 50%);
}

.block-1 {
    display: flex;
    position: relative;
    width: 50%;
    height: 100vh;
    background-image: url('./image/Mask\ Group.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.7s;
    overflow: hidden;
}

.block-1:hover {
    width: 85%;
}

.block-1:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(43, 43, 43, 0);
    transition: 0.7s;
}

.block-1:hover::before {
    opacity: 1;
    background: rgba(43, 43, 43, 0.8);
}

.block-1:hover .title-1 {
    color: #FF490B;
    transform: translate(33%, 50%);
    transition: 0.7s;
}

.logo-1 {
    position: absolute;
    top: 2.2vw;
    left: 2.2vw;
    width: 10vw;
}

.text-block-1 {
    position: absolute;
    bottom: 5vw;
    right: 5vw;
    text-align: right;
    font-size: 1.9vw;
    color: white;
    opacity: 0;
    transition: 0.7s;
    transform: translateY(100px);
}

.block-1:hover .text-block-1 {
    opacity: 1;
    transform: translateY(0);
}

.btn-block-1 {
    opacity: 0;
    font-family: 'Gilroy';
    position: absolute;
    cursor: pointer;
    left: 8em;
    bottom: 6em;
    width: 13.5vw;
    height: 3.1vw;
    border: 2px solid;
    border-color: #FF490B;
    border-radius: 40px;
    color: white;
    outline: none;
    background-color: Transparent;
    transition: 0.5s;
    font-size: 1.1vw;
    transform: translateY(50px);
     background-color: #FF490B;
    box-shadow: 0 15px 60px #FF490B;
}

.btn-block-1:hover {
   
}

.block-1:hover .btn-block-1 {
    opacity: 1;
    transform: translateY(0);
}

.block-2 {
    display: flex;
    /* align-items: center;
    justify-content: center; */
    position: relative;
    width: 50%;
    height: 100vh;
    background-image: url('./image/43\ 1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.7s;
    overflow: hidden;
}

.block-2:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(43, 43, 43, 0.7);
    transition: 0.7s;
    opacity: 1;
}

.block-2:hover {
    width: 85%;
    transition: 0.7s;
    justify-content: left;
}

.block-1:hover ~ .block-2::before {
    opacity: 0;
}

.title-2 {
    text-align: center;
    text-transform: uppercase;
    color: white;
    z-index: 1;
    font-size: 3vw;
    width: 100%;
    transition: 0.7s;
    transform: translate(0, 50%);
}

.block-2:hover .title-2 {
    color: #2ED9C3;
    margin-left: 4vw;
    transition: 0.7s;
    transform: translate(-37.5%, 50%);
    box-sizing: content-box;
}

.logo-2 {
    position: absolute;
    top: 2.2vw;
    right: 2.2vw;
    width: 10vw;
}

.text-block-2 {
    opacity: 0;
    position: absolute;
    bottom: 5vw;
    left: 4em;
    text-align: left;
    width: 28vw;
    font-size: 1.25vw;
    color: white;
    transition: 0.7s;
    transform: translateY(100px);
}

.block-2:hover .text-block-2 {
    opacity: 1;
    transition: 0.7s;
    transform: translateY(0);
}

.btn-block-2 {
	cursor: pointer;
    opacity: 0;
    font-family: 'Gilroy';
    position: absolute;
    right: 8em;
    bottom: 6em;
    width: 13.5vw;
    height: 3.1vw;
    border: 2px solid;
    border-color: #2ED9C3;
    border-radius: 10px;
    color: white;
    outline: none;
    background-color: Transparent;
    transition: 0.5s;
    font-size: 1.1vw;
    transform: translateY(50px);
}

.block-2:hover .btn-block-2 {
    opacity: 1;
    transition: 0.7s;
    transform: translateY(0);
}

.btn-block-2:hover {
    background-color: #2ED9C3;
    box-shadow: 0 15px 60px #2ED9C3;
    transition: 0.5s;
}


@media only screen and (max-width: 768px){
	
.main-block{
    display: block;
}
.block-1, .block-2{
    width: 100%;
    max-height: 70%;
}
.logo-1{
    width: 200px;
    left: 50%;
    margin-left: -100px;
    top: 60px;
}
.title-1, .title-2{
    font-size: 55px;

}
.logo-2{
    width: 280px;
    left: 50%;
    margin-left: -140px;
    top: 60px;
}
.block-1:hover .text-block-1, .block-2:hover .text-block-2{
    width: auto;
    font-size: 16px;
    padding-left: 10%;
    padding-bottom: 70px;
}
.block-1:hover, .block-2:hover {
    width: 100%;
}
.block-1:before {

    background: rgb(43 43 43 / 70%);

}
.block-2:before {

    background: rgb(43 43 43 / 70%);

}
.block-1:hover .logo-1, .block-2:hover .logo-2{
    width: 50px;
    transform: translate(0%, -20%);
    left: 0px;
    margin-left: 30px;
    top: 0px;
}
.block-2:hover .logo-2 {
    width: 80px;

}
.block-1:hover .title-1, .block-2:hover .title-2 {
    transform: translate(0%, 13%);
    transition: 0.7s;
    font-size: 45px;
    right: 0px;
    text-align: right;
    padding-right: 20px;
}
.block-1:hover .btn-block-1, .block-2:hover .btn-block-2  {
    width: 200px;
    height: 50px;
    font-size: 20px;
    bottom: 30px;
    right: 20px;
}
.block-2:hover .text-block-2{
	text-align: right;
    margin-right: 20px;
}
.block-1:hover .title-1{display: none;}
.block-2:hover .title-2{display: none;}
.block-1:hover .telhref , .block-2:hover .telhref{
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    width: 100%;
    text-align: right;
    right: 20px;
    top: 28px;
}
body {

    overflow: scroll;
}
.telhref {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    width: 100%;
    text-align: center;
    right: 0px;
        top: 28px;
}
}
















	
	
