@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap');
body {
	padding:0;
	margin:0;
	color: #2B2B2B;
	font-size:var(--primaryfont);
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
}

p{
	font-size:var(--primaryfont);
	line-height:1.5;
	margin-bottom:5px;
	font-weight: normal;
}
a,button{
	font-size:var(--primaryfont);
	line-height:1.5;
	font-weight: normal;
	display: inline-block;
	color:var(--pcolor);
}

.whitetext,.whitetext > *{ color:#fff!important;}
.flexcenter{display: flex; align-items:center; justify-content: center;}
.flexaround{display: flex; align-items:center; justify-content: space-around;}
.flexbetween{display: flex; align-items:center; justify-content: space-between;}
.flexend{display: flex; align-items:center; justify-content: flex-end;}
.flexstrech{display: flex; align-items:stretch; justify-content:space-between;}
.m0{margin:0px!important;}
.mb5{margin-bottom: 5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb30{margin-bottom:30px;}
.mb50{margin-bottom:50px;}
.wrapper{width: 100%; margin:0 auto; overflow:hidden;}
.overflowinitial .wrapper{overflow: auto;}
a:hover{text-decoration:none!important; color:var(--pcolor); }   
.mycontainer{max-width:1400px; margin:auto; width:1190px; }
.sectionpadding{ padding:var(--sectionpadding) 0px;}
.sectionpaddingtop{padding-top:var(--sectionpadding);}
.sectionpaddingbottom{padding-top:var(--sectionpadding);}
.alink{color:var(--pcolor);cursor:pointer;}
.alink:hover{text-decoration:underline!important;}
.pagecontent{
	min-height: calc(100vh);
}
.wrapper-inner {
	padding-left: calc(20px + 4vw);
	padding-right: calc(20px + 4vw);
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.four_home{
    width: 100%;
    height: 100vh;
    background: url(../images/bg-without-line.png);
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.four_homes{
    width: 100%;
    height: 100vh;
    background: url(../images/f-bg.png);
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.four_homess{
    width: 100%;
    height: 100vh;
    background: url(../images/form-bg.png);
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.four_home_logo{
    width: 100%;
    height: 60vh;
    justify-content: center;
    align-items: flex-end;
    align-content: flex-end;
    gap: 10px;
    display: flex;
}
.footer_main {
    position: fixed;
    width: 100%;
    bottom: 0;
    padding: 20px 0px;
    text-align: center;
}
.footer_main p{
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: #B0AAAA;
}
.footer_main p a{
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: #B0AAAA;
}
.four_home_head{
    text-align: center;
    margin-top: 40px;
}
.four_home_head h3{
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 55px;
    color: #FFFFFF;
}
.four_home_head h4{
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 49px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.four_home_logo_img{
    position: relative;
    transition: 1s ease-in-out;
}
.d1{
   top: -100px;
}
.four_home_logo_img img{
    transition: transform 0.5s ease-in-out;
    z-index: 0;
    width:110px;
}
.four_home_logo_img img:hover{
    transform: scale(1.15);
    transition:transform 0.5s ease-in-out;
    z-index: 9;
    opacity:1;
}
.four_home_logo_content h3{
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 41px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
    position: relative;
}
.four_home_logo_content p{
    color: #FFFFFF;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: left;
}
.four_home_logo_content {
    width: 500px;
    position: absolute;
    top: 0;
    left: 100%;
    padding-left: 90px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
}
.four_home_logo_img:hover .four_home_logo_content{
    opacity: 1;
    visibility: visible;
    transition: 0.3s ease-in-out;
}
.four_home_logo_content h3:before{
        content: '';
    position: absolute;
    left: -40px;
    top: 23px;
    background: #fff;
    width: 30px;
    height: 3px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 9;
}
.four_home_logo_content:before{
    content: '';
    position: absolute;
    left: -28px;
    top: 0;
    background: url(../images/dots-main.svg);
    width: 51px;
    height: 51px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 9;
}
.f_inner {
    height: 65%;
}
.f_inner .wrapper-inner{
    display: grid;
    height: 100%;
    align-content: flex-end;
    align-items: flex-end;
}
.f_inner_main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.f_inner_div{
    position: relative;
}
.f_inner_sec{
    position: absolute;
    padding: 30px;
    border-radius: 50%;
    bottom: 0;
    width: 365px;
    height: 365px;
    display: grid;
    align-items: flex-start;
    align-content: flex-start;
    transition: transform 0.5s ease-in-out;
}
.f_inner_div:hover .f_inner_sec{
    transform: scale(1.1);
    transition:transform 0.5s ease-in-out;
    z-index: 9;
}
.yellow{
    background: rgba(224, 222, 14, 0.8);
}
.f_inner_sec img{
    margin: 0 auto;
}
.f_inner_sec p{
    text-align: center;
    color: #fff;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 38px;
    margin-top: 20px;
}
.blue{
   background: #0070C0;
}
.pink{
    background: rgba(221, 33, 213, 0.8);
}
.green{
    background: rgba(146, 208, 80, 0.8);
}
.f_btn {
    text-align: center;
    margin-top: 40px;
}
.f_btn a{
    padding: 11px 39px;
    gap: 10px;
    border: 2px solid #FFFFFF;
    border-radius: 33.5px;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 35px;
    color: #fff;
}
.f_form {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.f_form_main{
    max-width: 435px;
    padding: 20px 30px;
    margin: 0 auto;
    width: 100%;
    background: #FFFFFF;
    border-radius: 7px;
}
.f_form_main h3{
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-size: 38px;
    font-weight: 400;
    line-height: 55px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #363636;
}
.f_form_div input {
    width: 100%;
    margin-bottom: 10px;
    border: none;
    border-bottom: 2px solid #ddd;
    padding: 5px 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #363636;
}
.attach input{
    border-bottom: none;
    margin: 0;
}
.attach label{
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #747474;
    margin-bottom: 5px;

}
.f_form_btn {
    display: flex;
    justify-content: flex-end;
}
.f_form_btn input{
    width: 94px;
    height: 36px;
    border: 1.5px solid #8A8A8A;
    border-radius: 21px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    text-transform: uppercase;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    color: #8A8A8A;
    background: #fff;
    margin-top: 15px;
}
.attach span{
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    color: #949494;
    width: 100% !important;
    text-align: right;
    display: block;
}
.thanku{
    width: 435px;
    height: 435px;
    background: #F5F4F4;
    border-radius: 7px;
}
.thanku_main{
    display: grid;
    place-content: center;
    height: 100%;
    text-align: center;
}
.thanku_main h3{
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-weight: 400;
    font-size: 38px;
    line-height: 55px;
    text-transform: uppercase;
    color: #363636;
    margin-bottom: 10px;
}
.thanku_main p{
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    margin-bottom: 0;
    color: #363636;
}
.thanku_main img{
    margin: 0 auto 20px;
}
.first_div{
    left: auto !important;
    right: 100% !important;
        padding-left: 0;
    padding-right: 90px;
}
.first_div p {
    text-align: right;
}
.first_div h3 {
    text-align: right;
}
.first_div:before {
    left: auto;
    right: -36px;
}
.first_div h3:before {
    left: auto;
    right: -40px;
}
.mt_20{
   margin-top: 20px;
    margin-left: 6px;
}
.f_form_div.attach{
        position: relative;
}
input#file {
    display: none;
}
.new_attach_file {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}
.new_attach_file input.btn{
        width: 79px;
    height: 34px;
    background: #D9D9D9;
    border: 1px solid #DADADA;
    border-radius: 17px;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 0;
    color: #363636;
    padding: 0;
    display: flex;
    justify-content: center;
}

.new_attach_file input.file-name{
    background: #FFFFFF;
    border: 1px solid #8A8A8A;
    border-radius: 17px;
    padding: 6px 14px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #737373;
}

.imageCenter{
    margin-top: -95px;
    margin-left: 600px;
}

@media (min-width: 575px) and (max-width: 768px) { 
    .four_home_logo_img{
        position: relative;
        transition: 1s ease-in-out;
    }
    .d1{
       top: -90px;
    }
    .four_home_logo_img img{
       transition: transform 0.5s ease-in-out;
        z-index: 0;
        width: 90px;
    }
    .four_home_logo_img img:hover{
       transform: scale(1);
        transition:transform 0.5s ease-in-out;
        z-index: 9;
        opacity:1;
    }
    .four_home_head h3{
        font-family: 'Zen Kaku Gothic Antique', sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 55px;
        color: #FFFFFF;
    }
    .imageCenter{
        margin-top: -95px;
        margin-left: 20px;
    }
}

@media (min-width:320px) and (max-width: 575px){ 
    .four_home_logo_img{
        position: relative;
        transition: 1s ease-in-out;
    }
    .d1{
       top: -100px;
    }
    .four_home_logo_img img{
        transition: transform 0.5s ease-in-out;
        z-index: 0;
        width: 80px;
    }
    .four_home_logo_img img:hover{
       transform: scale(1);
        transition:transform 0.5s ease-in-out;
        z-index: 9;
        opacity:1;
    }
    .four_home_head h3{
        font-family: 'Zen Kaku Gothic Antique', sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 55px;
        color: #FFFFFF;
    }
    .imageCenter{
        margin-top: -95px;
        margin-left: -100px;
    }
}



















