*:not(h1, p, span){
    user-select: none;
}
::selection:not(h1, p, span){
    background-color: transparent;
}
p::selection, span::selection, h1::selection{
    background-color: gray;
    color: #ff3f40;
}
body{
    margin: 0;
}
span{
    color: #4c4c4c;
    font-family: sans-serif;
}
h1{
    color: #4c4c4c;
}
/*//////////////////////////*/
.wrapper{
    background-color: #f6f2f2;
    height: 690px;
    width: 100%;
}
header{
    height: 90px;
    max-width: 1250px;
    background-color: #313030;
    margin: auto;
    border-top: solid 30px #f6f2f2;
}
nav{
    text-align: center;
    word-spacing: -4px;
}
nav > a{
    font-size: 17px;
    color: white;
    padding: 35px 15px;
    line-height: 90px;
    text-decoration: none;
    font-family: sans-serif;
    transition: background-color 350ms linear;
}
a > span{
    margin-right: 10px;
}
nav > a:hover{
    background-color: #ff3f40;
}
.video{
    height: 350px;
    width: 540px;
    background-color: #c4c0b1;
}
.container{
    margin-top: 100px;
    display: flex;
}
.left-header{
    padding-right: 50px;
}
.right-header{
    padding-left: 50px;
}
.left-header > h1{
    font-size: 45px;
    font-family: sans-serif;
    font-weight: 800;
    letter-spacing: 3px;
    margin: 0 0 30px 0;
}
.contact-us{
    height: 55px;
    width: 225px;
    border-radius: 4px;
    margin-top: 85px;
    background-color: #ff3f40;
    color: white;
    border-width: 0;
    font-size: 16px;
    cursor: pointer;
    outline: none;
}
.video{
    display: flex;
    justify-content: center;
    box-shadow: 0 0 30px 5px gray;
}
svg{
    align-self: center;
    cursor: pointer;
    transition: all 400ms linear;
}
svg:hover{
    opacity: .6;
}

/*//////////////////////////////*/
section{
    margin: auto;
    max-width: 1250px;
}
article{
    margin-top: 100px;
}
.button{
    height: 55px;
    width: 225px;
    border-radius: 4px;
    background-color: transparent;
    color: #ff3f40;
    border: solid 3px #ff3f40;
    box-sizing: border-box;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 1s, color 1s;
    font-weight: 00;
    margin-top: 50px;
}
.button:hover{
    background-color: #ff3f40;
    color: white;
}
#article-1{
    display: flex;
    justify-content: space-between;
}
.service{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 600px));
    grid-column-gap: 50px;
    grid-row-gap: 40px;
    margin-left: 160px;
}
.item > h1{
    font-size: 24px;
    font-family: sans-serif;
}
.provide > h1{
    font-size: 42px;
    font-family: sans-serif;
    margin: 0 0 50px 0;
}

/*/////////////////////////*/
.hr{
    margin-top: 100px;
}

/*////////////////////////*/
.future{
    text-align: center;
}
.future > h1{
    font-size: 32px;
    font-family: sans-serif;
    font-weight: 700;
}
.future > span{
    
}
.future > hr{
    margin-top: 40px;
}
.products{
    text-align: center;
    margin-top: 90px;
}
.products > a{
    text-decoration: none;
    color: #4c4c4c;
    padding: 0 25px;
    font-weight: 800;
    font-family: sans-serif;
    font-size: 18px;
}
.products > a:hover{
    color: #ff3f40;
}
.items{
    background-color: #f5f0dd;
    height: 300px;
}
.containers{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    margin-top: 60px;
}

/*//////////////////////////////*/
.meet > p{
    margin: 0 0 35px 20px;
    width: 500px;
    font-family: "Myriad Pro", sans-serif;
    font-size: 16px;
}
.meet{
    font-size: 42px;
    margin: 0 0 70px;
    font-family: sans-serif;
}
.meet > hr{
    margin-left: 20px;
}
.block{
    height: 460px;
    width: 320px;
    background-color: #f5f0dd;
}
.flex{
    display: flex;
}
.img{
    margin-right: 75px;
}
.mark > h1{
    font-size: 30px;
    margin: 10px 0 30px 0;
    font-family: sans-serif;
}
.net{
    margin-top: 35px;
}
.net > a{
    margin-right: 30px;
    font-size: 18px;
    text-decoration: none;
    color: #4c4c4c;
    font-style: italic;
    font-weight: 700;
}
.net > a:hover{
    text-decoration: underline;
}
.photos{
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}
.photo{
    width: 200px;
    height: 210px;
    background-color: #f5f0dd;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.photo > div{
    color: white;
    width: 200px;
    text-align: center;
    padding: 10px 0;
    font-family: sans-serif;
    background-color: black;
    opacity: .5;
    display: none;
}

/*/////////////////////////////////*/
#article-2{
    background-color: #f5f0dd;
    height: 500px;
    font-family: sans-serif;
    color: white;
    display: flex;
    flex-direction: column;
}
#article-2 > h1{
    text-align: center;
    font-family: sans-serif;
    color: white;
    font-size: 42px;
    margin: 145px 0 0 0;
}
#article-2 > p{
    text-align: center;
    margin: 40px 0 65px 0;
}
#article-2 > div{
    align-self: center;
}
#email{
    height: 80px;
    width: 520px;
    border-width: 0;
    margin-right: 20px;
    border-radius: 10px;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 40px;
}
#email:focus{
    border-right: 10px;
    outline: none;
}
#subscribe{
    height: 80px;
    width: 215px;
    border-width: 0;
    background-color: #ff3f40;
    border-radius: 10px;
    color: white;
    font-size: 18px;
    outline: none;
}

/*////////////////////////*/
#article-3{
    display: flex;
    justify-content: space-between;
}
.info{
    width: 575px;
    height: 492px;
    background-color: #313030;
    align-self: flex-end;
    margin-bottom: 110px;
}
.info > h1, .info > p{
    margin: 0;
    color: #d5d5d5;
    font-family: sans-serif;
    margin-left: 75px;
}
.info > h1{
    font-size: 18px;
    margin-top: 140px;
    margin-bottom: 10px;
}
.info > p{
    font-size: 16px;
    font-weight: 200;
    font-style: italic;
    margin-top: 30px;
}
.get{
    max-width: 732px;
    margin-left: 150px;
    display: flex;
    flex-direction: column;
    margin-bottom: 110px;
}
.get > h1{
    font-family: sans-serif;
    font-size: 42px;
    margin: 0;
}
.get > span{
    margin-top: 60px;
    margin-bottom: 60px;
}
.get > hr{margin-bottom: 75px}
.input{
    width: 340px;
    margin-bottom: 50px;
    outline: none;
    height: 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    border-width: 0;
    background-color: #e5e5e5;
    padding-left: 50px;
    font-size: 16px;
    font-family: sans-serif;
}
.named{margin-right: 52px}
textarea{
    margin-bottom: 50px;
    padding-top: 35px;
    padding-left: 50px;
    resize: none;
    font-family: sans-serif;
    height: 215px;
    outline: none;
    font-size: 16px;
    border-radius: 10px;
    background-color: #e5e5e5;
    border-width: 0;
}
#message{
    height: 70px;
    border-radius: 10px;
    color: white;
    outline: none;
    border-width: 0;
    background-color: #ff3f40;
}

/*////////////////////////////*/
.section{
    margin: auto;
    height: 100%;
    max-width: 1250px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #d5d5d5;
}
footer{
    background-color: #4c4c4c;
    height: 110px;
    width: 100%;
}
.img > img{
    margin: 0 10px;
}
.img > img:hover{
    box-shadow: 0 0 25px 0 white;
    background-color: transparent;
    border-radius: 50%;
}