:root{
    /* --primmary-color:  rgb(21, 209, 209); */
    --primary-color :#076bad;
    --secondary-color:  rgb(255, 255, 255);;
}

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Leckerli+One&family=Oswald:wght@200..700&family=Permanent+Marker&family=Poiret+One&family=Yesteryear&display=swap');
body{
    font-family: 'maxwell'; font-size: 16px;
}
.home{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    align-items: center;
    /* background-image: url(./Resources/hero\ page3.png); */
    /* color: white; */
    min-height: 100vh;
    /* gap: 50px; */
    text-align: center;
    padding: 10px; gap: 10px;

}
.home.content{padding: 30px;}
.home .image{max-width: 290px;}
.content{
    display: flex;justify-content: center;align-items: center; flex-direction: column;
    transition: all 1s ease;
    overflow: hidden;
    position: relative;
}

.main{
    display: flex;justify-content: center;align-items: center; flex-direction: column;
    transition: all 1s ease;
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;
}
.mainimage{
    max-width: 30vw;opacity: 1;
    transition: all 0.5s ease-in-out;
}
.mainopener{
    position: absolute;
    width: 2000px;
    transition: all 1s ease;
}

.page .content{gap: 30px;}



.highlight{
    display: grid;
    /* grid-template-columns: repeat(auto-fit, minmax(300px,1fr)); */
    grid-template-columns: 1fr 1fr 1fr;
    /* background-color: var(--primmary-color); */
    background-color: rgb(46, 42, 42);
    padding: 40px;
    gap: 20px;
    border-radius: 10px;
    background-image: url(./Resources/dark-wallpapers.jpg);
    background-size: cover;
}
.highlight .card-box {background-color: white;box-shadow: 1px 1px 10px white;transition: all 0.3s ease-in-out;}
.highlight .card-box:hover{background-color: rgb(226, 226, 227)}

.page{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    align-items: center;
    min-height: 100vh;
    /* gap: 50px; */
    text-align: center;
    padding: 10px; gap: 10px;
    /* border: 1px solid black; */
}
.page .card-box:hover{
    transform: translateX(20px);
}
.contact, .home{ font-family: 'Ink Free'}

.page .content{padding: 40px;}

.image{
    max-width: 30vw;opacity: 1;
    transition: all 0.5s ease-in-out;
}
@media(max-width: 600px){
    .image{max-width: 80vw;}
    .page .card-box{max-width: 100px;}
    .home{gap: 50px;}
    nav{flex-direction: column;}
    .highlight {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr;
    }
    .active{max-width: 80vh;}
    .subheader{padding-left: 10px;padding-right: 10px;}
}

.card-box{
    box-sizing: border-box;
    box-shadow: 1px 1px 6px black;
    text-align: left;
    padding: 10px;
    border-radius: 5px;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.page .card-box{max-width: 400px; font-weight: 500; font-family: 'segoe print';font-size: 13px;}
.pointer {height: 10px;border-radius: 5px;background-color:var(--primary-color);position: absolute;padding:10px 10px;display: flex; justify-content: center;align-items: center;font-weight: 500;top: -20px;color: var(--secondary-color);}

.primary{
    background-color: var(--primary-color);
}

h3{margin: 0;}
h4{margin: 0;}
p{margin: 0;}

nav{display: flex;justify-content: end; gap: 5px;}
.row{display: flex;}
.first{margin-right: auto;}

nav button{
    /* border: none; */
    background-color: white;
    transition: all 0.3s ease-in-out;
    border: none;
    cursor: pointer;
}
nav button:hover{font-size: 16px;}
.foot{
    background-color: var(--primary-color);
    height: 30px;
    width: 300px;
    border-radius: 30px 0px ;
    color: white;
}

.active{opacity: 1;max-width: 40vw;}
.opener{
    position: absolute;
    width: 1000px;
    transition: all 1s ease;
}
.open{
    width: 4000px;
}

.subheaderwrapper{
    display: flex;
    justify-content: start;
    align-items: start;
    text-align: start;
    padding-left: 90px;
    padding-right: 90px;   
}

/* animation name */
.left{opacity: 1;transform: translateX(50px);}
.right{opacity: 1;transform: translateX(-50px);}
.up{opacity: 1; transform: translateY(50px);}












.button2{
    width: 50px;
    height: 50px;
    background-color: var(--primary-color);
    border-radius: 50px;
    display: flex; justify-content: center; align-items: center;
    /* background-image: url(./Resources/bwhite.png); */
    background-size: contain;
    background-position: center;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    position: relative;
    /* font-family: 'Leckerli one'; */
    font-weight: 500;
    font-size: 19px;
    color: white;
    cursor: pointer;
}
.button2:hover{background-image: none;}
.coop{
    width: 0px;
    height: 0px;
    background-color: var(--secondary-color);
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}
.crop{
    width: 200px;
    height: 30px;
    /* background-color: var(--secondary-color); */
    display: flex; justify-content: center; align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    /* background-image: url(./Resources/bwhite.png); */
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%; left: 50%; transform: translate(-50%, -50%);
}
.button2:hover .crop{
    /* background-image: url(./Resources/blue.png); */
    color: black;
}

.subheader{
    display: flex;
    justify-content: start;
    align-items: start;
    text-align: start;
    padding-left: 90px;
    padding-right: 90px;
}

