@font-face{
    font-family: "Noto Sans JP";
    font-weight: 400;
    src: url(../fonts/NotoSansJP-Regular.otf);
}
@font-face{
    font-family: "Noto Sans JP";
    font-weight: 500;
    src: url(../fonts/NotoSansJP-Medium.otf);
}
@font-face{
    font-family: "Permanent Marker";
    font-weight: 500;
    src: url(../fonts/PermanentMarker-Regular.ttf);
}
@font-face{
    font-family: "Roboto";
    font-weight: 300;
    src: url(../fonts/Roboto-Light.ttf);
}
@font-face{
    font-family: "Roboto";
    font-weight: 400;
    src: url(../fonts/Roboto-Regular.ttf);
}
@font-face{
    font-family: "Roboto";
    font-weight: 500;
    src: url(../fonts/Roboto-Medium.ttf);
}
@font-face{
    font-family: "Roboto";
    font-weight: 700;
    src: url(../fonts/Roboto-Bold.ttf);
}
@font-face{
    font-family: "Lato";
    font-weight: 700;
    src: url(../fonts/Lato-Bold.ttf);
}
@font-face{
    font-family: "Lato";
    font-weight: 400;
    src: url(../fonts/Lato-Regular.ttf);
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Noto Sans JP', sans-serif;
    scroll-behavior: smooth;
}
section{
    padding: 50px 100px;
}
/*Index*/
.banner{
    position: relative;
    min-height: 100vh;
    background: url(../img/banner.jpg);
    background-size: cover;
    background-position: right;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.banner::before{
    content: "";
    width: 100%;
    min-height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(15deg, gray, gray, black);
    opacity: 0.3;
}
.banner h1{
    width: 100%;
    font-size: 3em;
    color: #fff;
    font-weight: 500;
    line-height: 1em;
    text-align: center;
    position: relative;
}
.banner h1 span{
    font-family: 'Roboto', sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    position: relative;
}

.banner h2{
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 2em;
    color: #fff;
    font-weight: 500;
    text-align: center;
    line-height: 2em;
    position: relative;
}
.banner .textBx{
    width: 100%;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1em;
    position: relative;
}
.btn{
    font-family: 'Lato', sans-serif;
    position: relative;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 20px;
    color: #fff;
    margin-top: 40px;
    padding: 10px 30px;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    font-weight: 700;
}
.btn:hover{
    background: #E15151;
    border: 2px solid #E15151;
}
/*Menu*/
header{

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 40px 100px;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.5s;
}
header.sticky{
    background: #DB0E0E;
    padding: 10px 100px;
    box-shadow: 0 5px 20px rgba(92, 6, 6, 0.1);
    opacity: 0.9;
}
header .logo{
    width: 40px;
    opacity: 1;
}
header ul{
    position: relative;
    display: flex;
}
header ul li{
    position: relative;
    list-style: none;
}
header ul li a{
    position: relative;
    display: inline-block;
    margin: 0 15px;
    color: #fff;
    text-decoration: none;
    text-shadow: -2px 2px 2px black;
    opacity: 1;
}
header.sticky ul li a{
    color: #fff;
}
/*fin menu*/
.services{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.services .servicesd{
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;  
}
.services .servicesd .delivery{
    width: 50%;
    position: relative;
    margin-top: 0%;
}
.services .servicesd .delivery h1{
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    color: #5C0606;
    padding: 30px 0px;
    
}
.services .servicesd .delivery h2{
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    color: #5C0606;
    padding: 10px 0px;
    
}
.services .servicesd .delivery p{
    font-size: 20px;
    text-align: left;
    color: #5C0606;
    padding: 10px 0px;
}
.services .servicesd .deliveryimg{
    width: 50%;
    position: relative;
    margin-top: 10%;
}
.services .servicesd .deliveryimg2{
    width: 50%;
    position: relative;
    margin-top: 0%;
}
img{
    max-width: 100%;
}
.srv-cc{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.srv-cc .srv-ca{
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;  
}
.srv-cc .srv-ca .srv-cca{
    width: 50%;
    position: relative;
    text-align: center;
    margin-top: 0%;
}
.srv-cc .srv-ca .srv-cca h1{
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #5C0606;
    padding: 0px 0px;
    
}
.srv-cc .srv-ca .srv-cca img{
    width: 50%;
    position: relative;
    margin-top: 0%;
}
.srv-cc .srv-ca .srv-cca2{
    width: 50%;
    position: relative;
    text-align: center;
    margin-top: 0%;
}
.srv-cc .srv-ca .srv-cca2 h1{
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #5C0606;
    padding: 0px 0px;
    
}
.srv-cc .srv-ca .srv-cca2 img{
    width: 50%;
    position: relative;
    margin-top: 13%;
}
/*Footer*/
.contact{
    background: #A80A0A;
    padding: 5px;
    text-align: center;
    color: #E15151;
}
.contact h2 span a{
    text-decoration: none;
    color: #E15151;
}
.contact h2 span{
    font-size: 2em;
}
.copyright{
    background: #5C2121;
    color: #fff;
    text-align: center;
    padding: 10px;
}
.copyright p span{
    font-weight: bold;
}
.copyright p span a{
    text-decoration: none;
    font-weight: bold;
    color: #fff;
}
/*Fin footer*/
/*Contact*/
.bannercont{
    position: relative;
    min-height: 60vh;
    background: url(../img/banner.jpg);
    background-size: cover;
    background-position: right;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bannercont h1{
    font-family: 'Roboto', sans-serif;
    font-size: 60px;
    color: #fff;
    font-weight: 500;
    margin-left: 10%;
    text-align: center;
}
.infogrt .infogrtgrl{
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%; 
}
.infogrt .infogrtgrl h1{
    font-family: 'Roboto', sans-serif;
    font-size: 50px;
    font-weight: 700;
    padding: 10px 0px;
    color: #5C0606;
    text-align: left;
    width: 100%;
}
.infogrt .infogrtgrl .infotxt{
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    width: 50%; 
}
.infogrt .infogrtgrl .infotxt h1{
    font-size: 30px;
    font-weight: 700;
    padding: 10px 0px;
    color: #5C0606;
    text-align: left;
    width: 100%;
}
.infogrt .infogrtgrl .infotxt h2{
    font-size: 30px;
    font-weight: 300;
    color: #5C0606;
    text-align: left;
    width: 100%;
}
.infogrt .infogrtgrl .infosoc{
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    width: 50%; 
}
.infogrt .infogrtgrl .infosoc h1{
    font-size: 30px;
    font-weight: 700;
    padding: 10px 0px;
    color: #5C0606;
    text-align: center;
    width: 100%;
}
.infogrt .infogrtgrl .infosoc span a{
    text-decoration: none;
    color: #5C0606;
}
.infogrt .infogrtgrl .infosoc span{
    font-size: 70px;
}
.form{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form .formdiv{
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%; 
    background: #E15151;
    border-radius: 15px;
}
.formBx{
    min-width: 60%;
    background: #E15151;
}
.formBx form{
    display: flex;
    flex-direction: column;
}
.formBx form h3{
    text-align: center;
    padding: 20px 0px;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}
.formBx form input,
.formBx form textarea{
    margin-bottom: 20px;
    padding: 15px;
    font-size: 16px;
    border: none;
    outline: none;
    background: #A80A0A;
    color: #fff;
    resize: none;
    border-radius: 15px;
}
.formBx form textarea{
    min-height: 200px;
}
.formBx form input::placeholder,
.formBx form textarea::placeholder{
    color: #EBEBEB;
}
.formBx form input[type="submit"]{
    max-width: 100px;
    background: #5C2121;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 2px;
}
/*Fin contact*/
/*Responsive*/

@media (max-width: 991px){
    header,
    header.sticky{
        padding: 20px 50px;
        z-index: 1000;
    }
    .menu{
        position: fixed;
        top: 75px; 
        left: -100%;
        display: block;
        padding: 100px 50px;
        text-align: center;
        width: 100%;
        height: 100vh;
        background: #DB0E0E;
        transition: 0.5s;
        z-index: 999;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
    .menu.active{
        left: 0;
    }
    header ul li a{
        color: #fff;
        font-size: 24px;
        margin: 10px;
    }
    .toggle{
        width: 40px;
        height: 40px;
        background: url(../img/menu.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 30px;
        cursor: pointer;
    }
    .toggle.active{
        background: url(../img/close.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 25px;
        cursor: pointer;
    }
    header.sticky .toggle{
        filter: invert(0);
    }
    section{
        padding: 50px 50px;
    }
    .banner{
        padding: 150px 50px 100px;
    }
    .banner h1{
        font-size: 2em;
    }
    .banner h2{
        width: 100%;
        font-size: 1em;
    }
    .btn{
        margin-top: 10px;
        padding: 10px 20px;
        font-size: 16px;
    }
    
    .services .servicesd .delivery{
        margin-top: 5%;
    }
    .services .servicesd .delivery h1{
        padding: 20px 0px;
        
    }
    .services .servicesd .delivery p{
        padding: 20px 0px;
    }
}

@media(max-width: 780px){
    header,
    header.sticky{
        padding: 20px 20px;
    }
    .banner{
        padding: 150px 20px 100px;
    }
    .banner h3{
        width: 70%;
    }
    .banner .text{
        width: 10%;
    }
    .objectives::before{
        min-height: 90vh;
    }
    .services .servicesd .delivery{
        width: 100%;
    }
    .services .servicesd .delivery h1{
        font-size: 20px;
        padding: 10px 0px;
        
    }
    .services .servicesd .delivery h2{
        font-size: 18px;
        padding: 10px 0px;
        
    }
    .services .servicesd .delivery p{
        font-size: 16px;
        padding: 15px 0px;
    }
    .services .servicesd .deliveryimg{
        display: none;
    }
    .srv-cc .srv-ca .srv-cca{
        width: 100%;
    }
    .srv-cc .srv-ca .srv-cca h1{
        font-size: 20px;        
    }
    .srv-cc .srv-ca .srv-cca2 h1{
        font-size: 20px;
        
    }
    .srv-cc .srv-ca .srv-cca2 img{
        width: 100%;
    }
    .contact h2{
        font-size: 1.2em;
    }
    .contact h2 span{
        font-size: 1em;
    }
    .copyright{
        font-size: 0.8em;
    }
    .bannercont h1{
        font-size: 30px;
    }
.infogrt .infogrtgrl h1{
        font-size: 30px;
    }
    .infogrt .infogrtgrl .infotxt{
        width: 100%; 
    }
    .infogrt .infogrtgrl .infotxt h1{
        font-size: 20px;
    }
    .infogrt .infogrtgrl .infotxt h2{
        font-size: 20px;
    }
    .infogrt .infogrtgrl .infosoc{
        width: 100%; 
    }
    .infogrt .infogrtgrl .infosoc h1{
        font-size: 20px;
    }
    .infogrt .infogrtgrl .infosoc span{
        font-size: 50px;
    }
}