@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@200;300;400&display=swap');



* {

    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'League Spartan', sans-serif;

}

h5 {

    font-size: 17px;
}

h1 {

    font-size: 50px;
    line-height: 64px;
    color: black;
}

h2 {

    font-size: 46px;
    line-height: 54px;
    color: black;
}

h4 {

    font-size: 20px;
    color: black;
}



h6 {

    font-size: 10px;
    font-weight: 700;
    color: black;
    

}

p {

    font-size: 16px;
    margin: 15px 0 20px 0;
    color: rgb(0, 48, 45);
}

.section-p1 {

    padding: 40PX 80PX;
}

.section-m1 {

    margin: 40PX 0PX;
}

body {

    width: 100%;

}

.logo {

    font-family: 'Yellowtail', cursive;
    font-size: 30px;
    color: rgb(255, 55, 0);
}




#header {

    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 80px;
    background: #ffffff;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #6bedf9c0, #8fd6ffe3);
    background: linear-gradient(to top, #ff9ddbc4, #8adeffcb);
    min-width: 1px;
    box-shadow: 3px 3px 10px rgba(45, 45, 45, 0.333);
    height: 5em;
    z-index: 999;
    position: sticky;
    top: 0;
    left: 0;


}

#cross {

    display: none;
}

li a {

    text-decoration: none;
    color: black;
}

#navbar {


    display: flex;
    list-style: none;
    justify-content: center;
    align-items: center;

}

#navbar li {

    padding: 0 15px;
    position: relative;


}

#navbar li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: #232424ce;
    transition: 0.3s ease;

}

#navbar li a:hover,
#navbar li a:active {
    color: rgb(1, 149, 142);
    text-decoration: underline;


}

#navbar li a:active::after {

    content: "";
    width: 33%;
    height: 2px;
    background: #00736dcb;
    position: absolute;
    bottom: -4px;
    left: 20px;
}

#hero {

    background-image: url("hero4.png");
    height: 90vh;
    width: 100%;
    background-size: cover;
    background-position: top 25% right 0;
    padding: 0 50px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

#hero h4 {
    padding-bottom: 15px;
}

#hero h1 {
    color: #6b015d;
}

#hero p {

    color: rgb(0, 66, 97);

}

#hero button {
    background-image: url("button.png");
    background-color: transparent;
    color: rgb(255, 255, 255);
    border: none;
    padding: 6px 10px 4px;
    font-size: 20px;
    cursor: pointer;

}

#hero button:hover {

    color: #42fff6;
    transition: 1.7s ease;

}

#feature .fe-box {

    width: 300px;
    text-align: center;
    padding: 25px 15px;
    box-shadow: 2px 5px 20px #b1b1b15f;
    border: 1px solid rgba(239, 238, 238, 0.668);
    border-radius: 3px;
    margin: 15px 0;

}

#feature .fe-box:hover {

    box-shadow: 5px 7px 20px #cccbcbeb;
    ;
}

#feature .fe-box h6 {
    background: #7affb4ca;
    border-radius: 5px;
    list-style: 1px;
    font-weight: 6000;
    color: #2c002cca;
}

#feature {

    display: flex;
    align-items: center;
    justify-content: center ;
    flex-wrap: wrap;

}

#feature .fe-box:nth-child(2) h6 {

    background: #7fd4ffcd;
}

#feature .fe-box:nth-child(3) h6 {

    background: #fc7070d6;
}

#feature .fe-box:nth-child(4) h6 {

    background: #7f6df7c9;
}

#feature .fe-box:nth-child(5) h6 {

    background: #fb89ffc8;
}

.star {

    color: rgb(254, 196, 50);
}

.pro-container h4 {

    color: #002e45;
}

#product1 {

    text-align: center;
}

#product1 .pro {

    width: 23%;
    min-width: 250px;
    padding: 10px 12px;
    border: 1px solid rgb(214, 214, 214);
    cursor: pointer;
    position: relative;
    margin: 5px 0;


}

#product1 .pro img {

    width: 100%;
    border-radius: 25px;

}

#product1 .pro img:hover {

    box-shadow: 5px 7px 10px #8f8f8f42;

}

#product1 .pro .des {

    text-align: start;
    padding: 10px 0;
}

#product1 .pro .des span {

    color: #4f4f4fe1;
    margin-bottom: 5px;

}

#product1 .pro .des h5 {

    margin: 2px 0;
}

#product1 .pro .des i {
    font-size: 10px;

}

#product1 .pro .des h4 {

    padding-top: 10px;
    font-size: 15px;
    font-weight: 900;
    line-height: normal;

}

#product1 .pro .shop {

    height: 30px;
    width: 30px;
    line-height: 30px;
    background-color: #f5a9ff71;
    border-radius: 80px;
    color: #6500bd;
    border: 1px solid #febcffa1;
    cursor: pointer;
    position: absolute;
    bottom: 20px;
    right: 10px;
}

#product1 .pro-container {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    flex-wrap: wrap;
}


#banner {

    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url(b2.jpg);
    background-size: cover;
    width: 100%;
    height: 42vh;
    background-position: center;

}

#banner h4 {
    color: #c7f5fe;
    margin: 5px 0;
}

#banner h2 {
    color: #ffffff;
}

#banner h2 span {
    color: #b561ff;
}


.button-85 {
    padding: 0.6em 2em;
    border: none;
    outline: none;
    color: rgb(255, 255, 255);
    background: rgb(29, 0, 55);
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-85:before {
    content: "";
    background: linear-gradient(45deg,
            #ff0000,
            #ff7300,
            #fffb00,
            #00ff08,
            #00fbff,
            #ff6f00,
            #7a00ff,
            #ff00c8,
            #ff0000);
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing-button-85 20s linear infinite;
    transition: opacity 0.3s ease-in-out;
    border-radius: 10px;
}

@keyframes glowing-button-85 {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}

.button-85:after {
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #222;
    left: 0;
    top: 0;
    border-radius: 10px;
}

#banner button {

    margin: 10px 0;
    color: rgb(255, 85, 0);
}

#banner button:hover {

    color: #bd71ff;
    transition: 1s ease-in-out;

}



/* CSS */
.sm {
    all: unset;
    width: 50px;
    height: 20px;
    font-size: 16px;
    background: transparent;
    border: none;
    position: relative;
    color: #d4d4d4;
    cursor: pointer;
    z-index: 1;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.sm::after,
.sm::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -99999;
    transition: all .4s;
}

.sm::before {
    transform: translate(0%, 0%);
    width: 100%;
    height: 100%;
    background: #ff6200;
    border-radius: 10px;
}

.sm::after {
    transform: translate(10px, 10px);
    width: 35px;
    height: 35px;
    background: #d014ff7b;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(2px);
    border-radius: 50px;
}

.sm:hover::before {
    transform: translate(5%, 20%);
    width: 110%;
    height: 110%;
}

.sm:hover::after {
    border-radius: 10px;
    transform: translate(0, 0);
    width: 100%;
    height: 100%;
}

.sm:active::after {
    transition: 0s;
    transform: translate(0, 5%);
}

.sm:hover {

    color: #e9faff;

}

#sm-banner {

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;


}

#sm-banner .banner-box {

    display: flex;
    background-image: url(b17.jpg);
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    background-position: center;
    background-size: cover;
    flex-direction: column;
    height: 50vh;
    min-width: 47%;
    max-width: 49%;
    padding: 20px;
    margin-bottom: 20px;




}

#sm-banner .banner-box2 {

    display: flex;
    background-image: url(b10.jpg);
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    background-position: center;
    background-size: cover;
    flex-direction: column;
    height: 50vh;
    min-width: 47%;
    max-width: 49%;
    padding: 20px;
    margin-bottom: 20px;

}

#sm-banner .desc {

    margin: 0 50px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;

}

.banner-box button {

    margin-top: 10px;
}

.banner-box2 .desc h2 {
    color: #ffffff;
}

.banner-box2 .desc span {

    color: #dadada;
}

.desc h4 {

    color: #ff8400;
    font-size: 20px;
    font-weight: 900;
}

.banner-box2 .desc h4 {

    color: #c91f52;
    font-size: 20px;
    font-weight: 900;
}

.desc h2 span {

    color: rgb(0, 154, 46);
}

.banner-box2 .desc h2 span {

    color: rgb(169, 78, 255);
}

.banner-box:hover {

    box-shadow: 2px 3px 5px #8d8d8d5e;

}

.banner-box2 button {

    margin-top: 10px;
}

.banner-box2:hover {

    box-shadow: 2px 3px 10px #84848460;

}

#banner3 {

    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 80px;
}

#banner3 .banner-box {

    display: flex;
    background-image: url(b7.jpg);
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    background-position: center;
    background-size: cover;
    flex-direction: column;
    height: 30vh;
    min-width: 30%;
    padding: 20px;
    margin-bottom: 20px;


}

#banner3 h2 {

    color: #00e1ff;
    font-weight: 850;
    font-size: 20px;
}

#banner3 h3 {

    color: #00eaff;
}

#banner3 .banner-box2 {

    background-image: url(b4.jpg);

}

#banner3 .banner-box2 h2 {

    color: #f2ff00;
}

#banner3 .banner-box2 h3 {

    color: #03b009;
}

#banner3 .banner-box3 {

    background-image: url(b18.jpg);


}

#banner3 .banner-box3 h2 {

    color: rgb(0, 255, 195);
}

#newsletter {

    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    background-image: url(b14.png);
    background-position: 20% 30%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgb(71, 0, 99);
}

#newsletter h4 {

    color: #ff5e5eaa;
}

#newsletter p {

    color: #ffbebe;
}

#newsletter p span {

    color: #f6ff00;
}

#newsletter input {

    height: 3.125rem;
    padding: 0 1em;
    font-size: 14px;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 1.5px;
    outline: none;
}

#newsletter button {

    margin: 10px 0;
    padding: 0.5rem;
    border-radius: 2px;
    border: 1px rgb(0, 98, 102) outset;
    background-color: rgb(0, 111, 202);
    color: rgb(0, 255, 255);
}

#newsletter button:hover,
#newsletter button:active {

    border-radius: 2px;
    font-size: 15px;
    border: 1px rgb(0, 77, 79) outset;
    background-color: rgb(0, 238, 255);
    color: rgb(0, 50, 88);
    font-weight: 900;
    cursor: pointer;
}

footer p {

    color: rgb(63, 63, 63);
    font-weight: 500;
}

footer strong {

    color: rgb(0, 0, 0);
}

footer {

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer .col {

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
}

footer .logo {

    margin-bottom: 30px;
}

footer h4 {

    font-size: 14px;
    padding-bottom: 20px;
}

footer p {

    font-size: 13px;
    margin: 0 0 8px 0;
    text-decoration: none;
}

footer .follow i {

    color: #222;
    padding-right: 4px;
    cursor: pointer;
}

footer .col a {

    list-style: none;
    text-decoration: none;
    color: rgb(24, 63, 71);
    margin: 5px 0;
}

footer .col a:hover {

    color: rgb(1, 115, 105);
    border: 0.4px outset rgb(60, 0, 50);
    padding: 2.4px 2px;
    font-weight: 800;
}

.copyright {

    color: rgb(117, 117, 117);
    width: 100%;
    text-align: center;
    margin: 7px 0;
}

#mobile {

    display: none;
    align-items: center;
}



@media (max-width:799px) {

    * {

        padding: 0;
        margin: 0%;
        box-sizing: border-box;
    }

    .section-p1 {

        padding: 40px 40px;
    }

    #header {

        height: 7em;
        height: 60px;
    }

    #navbar {

        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        position: fixed;
        top: 0;
        right: -300px;
        height: 100vh;
        height: 300px;
        box-shadow: 20px 20px 70px rgba(0, 0, 0, 0.334);
        background: rgba(255, 255, 255, 0.1);
        border-top: 1px solid rgba(255, 255, 255, 0.6);
        border-left: 1px solid rgba(255, 255, 255, 0.6);
        backdrop-filter: blur(5px);
        padding-left: 30px;



    }

    #navbar li {

        padding: 10px 3px;
        margin-top: 5px;
        transform: translateY(4px);
        margin-right: 10px;

    }

    #navbar:hover li {

        transform: translateY(6px);

    }

    #navbar:hover {

        box-shadow: 5px 10px 50px rgba(0, 44, 48, 0.348);
    }

    #mobile {

        display: flex;
        align-items: center;
    }

    #navbar.active {

        right: 0px;
    }

    #bar {

        cursor: pointer;
    }

    #cross {

        display: initial;
        position: absolute;
        left: 10px;
        color: rgb(104, 0, 0);
        font-size: 20px;
        top: 15px;
        opacity: 0.5;



    }

    #cross:hover {

        color: rgb(183, 0, 0);
        opacity: 1;
    }

    #hero {

        height: 70vh;
        padding: 0 80px;
        background-position: top 30% right 50%;
    }

    #feature {

        justify-content: center;

    }

    #feature .fe-box {

        width: 180px;
        text-align: center;
        padding: 25px 15px;
        box-shadow: 2px 5px 20px #b8b5b55f;
        border: 1px solid rgba(239, 238, 238, 0.668);
        border-radius: 3px;
        margin: 15px 5px;

    }

    #product1 .pro-container {

        justify-content: center;
    }

    #product1 .pro {

        margin: 15px;
        width: 100px;
    }

    #sm-banner .banner-box {


        height: 40vh;
        min-width: 100%;


    }

    #sm-banner .banner-box2 {


        height: 40vh;
        min-width: 100%;


    }

    #banner3 {


        padding: 40px;



    }

    #banner3 .banner-box {

        width: 28%;

    }

    #banner {

        height: 20%;
        display: flex;
        justify-content: center;
        flex-wrap: nowrap;
        align-items: center;
    }



}





@media (max-width: 477px) {

    * {

        padding: 0;
        margin: 0%;
        box-sizing: border-box;
    }

    #header {

        padding: 10px 30px;
        height: 55px;
    }

    #hero {

        
        background-size: cover;
        background-position: top 25% left 50%;
        padding: 0 20px;
        
    }

    h2 {

        font-size: 32px;

    }

    h1 {

        font-size: 38px;
    }

    #feature {

        display: flex;

        justify-content: space-around;
    }

    #feature .fe-box {

        width: 155px;
        margin: 0 0 15px 0;

    }

    #product1 .pro {

        width: 100%;
        
    }

    #banner {

        height: 40vh;
    }

    #sm-banner .banner-box {

        height: 40vh;
        padding: 10% 10%;
    }

    #sm-banner .banner-box2 {

        margin-top: 20px;
        padding: 10% 10%;

    }

    #banner3 {

        padding: 0 20px;
    }

    #banner3 .banner-box {

        width: 100%;


    }

    .banner-box .banner-box2 .banner-box3 {

        padding: 10px 10px;
    }

    #newsletter .form {

        width: 100%;
    }

    #newsletter {
        padding: 7% 10%;
        height: 35vh;

    }

    #footer .copyright {

        text-align: start;
    }

    .col {

        display: inline-block;
    }


    #prodetails {

        display: flex;
        flex-direction: column;
    }

    .single-pro-detail h5 {

        margin-top: 10px ;
        
    }

    #prodetails .single-pro-image {

        width: 100%;
        margin-right: 0px;
        
    }

    #prodetails button {

        margin-top: 10px;
    }

    #prodetails .single-pro-detail h5 {

        
        margin-top: 1px;
    }









}

#cart {

    margin: 0 20px;
    color: rgb(40, 23, 23);
}

#cart:hover {

    color: #003544;
}



#page-header h2 {

    color: #00325c;
}

#page-header p {

    color: rgb(255, 255, 255);
    font-size: 22px;
}

#feature h6 {

    text-decoration: none;
}

#pagintaion {

    text-align: center;
    text-decoration: none;
}

#pagintaion a {

    text-decoration: none;
    background-color: #003f54;
    padding: 15px 20px;
    border-radius: 5px;
    color: #00fbff;
    font-size: 15px;
    transition: 0.2s ease;
}

#pagintaion a:hover {


    
    border: 2px solid royalblue;
    padding: 16px 21px;
    box-sizing: border-box;
    color: rgb(196, 231, 255);
    background-color: rgb(0, 36, 70);
    box-shadow: 3px 0 10px #50d3ff, 3px 0 30px #006affa7, 4px 0 70px #4400ff;
}


#prodetails .single-pro-image {

    width: 40%;
    margin-right: 50px;
}

@media (min-width: 478px) {

    #prodetails button {

        margin-top: 10px;
    }
}

#prodetails {

    display: flex;
    margin-top: 35px;
}

.small-img-group {

    display: flex;
    justify-content: space-between;
}

.small-img-col {

    flex-basis: 24%;
    cursor: pointer;
}

#prodetails .single-pro-detail  {

    width: 100%;
    padding-top: 0 30px;
}

#prodetails .single-pro-detail h4 {

    padding: 10px 0 10px 0;
}

#prodetails .single-pro-detail h5 {

    padding: 4px 0 9px 0;
    color: #003f54;
    font-size: 25px;
}

#prodetails .single-pro-detail h6 {

    font-size: 13px;
    text-decoration: line-through;
    color: rgb(205, 0, 0);
    margin-bottom: 0px;
}

#prodetails .single-pro-detail span {

    font-weight: 500;
    font-size: 18px;
    color: rgba(34, 34, 34, 0.859);
    width: 50%;
}

.spc {

    padding: 8px 20px;
    background: #d6d6d632;
    color: #00264e;
    border-radius: 4px;
    font-size: 20px;
    border: 1.5px solid rgba(56, 144, 144, 0.471);
    cursor: pointer;
    margin: 0 5px;
    font-weight: 600;
}

.spc:hover {

    border: 1px solid rgba(18, 1, 15, 0.358);
    padding: 10px 30px;
    border-radius: 20px;
    box-sizing: border-box;
    color: rgb(210, 248, 255);
    background-color: rgb(1, 101, 104);
    font-weight: 700;
    

}
  

#prodetails input {
 
    border: solid 1.5px rgb(255, 255, 255);
    padding: 1.5px 3px;
    background: #ff03f719;
    font-weight: 600;
}

#option {

    font-weight: 500;
    background: #00bcbf18;
    border: solid 1.5px rgb(255, 255, 255);
    padding: 2px;
    color: rgb(0, 0, 0);
}

.shop-header {

    background-image: url(b16.jpg);
    width: 100%;
    height: 40vh;
    background-size: cover;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.about-header {

    background-image: url(banner.png);
    width: 100%;
    height: 40vh;
    background-size: cover;
    display: flex; 
    justify-content: center;
    text-align: center;
    flex-direction: column;
}
  
#about-head img {

    width: 50%;
    height: auto;
}

#about-head {

    display: flex;
    align-items: center;
    
}

#about-head div {

    margin-left: 20px;
}

#about-app  {

    text-align: center;

}

#about-app video {

    width: 70%;
    height: 100%;
    margin: 30px auto 0 auto;

}

#about-app .video video {

    width: 100%;
    height: 100%;
    border-top-left-radius : 7%;
    border-bottom-right-radius : 15% ; 
}

#about-app a {

        text-decoration: none;
        font-weight: 900;
}


#about-head h2  {

    color: #00264e;
}

#about-head p {

    color: #203946;
    font-family: "new roman";
    line-height: 19px;
    font-weight: bolder;
    font-size: 17px;
}

#about-head abbr {

    color: #020043b9;
    font-weight: 600;
}

@media(max-width:799px) {

    * {

        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    #about-head {

        display: flex;
        flex-direction: column;

    }

    #about-head img {

        width: 100%;
    }

    .about-header {

        height: 25vh;
    }

    .about-head {

        margin-top: 10px;
    }


        


}

@media(max-width:300px) {


    .about-header {

        height: 15vh;
    }

}

.detail h2 {

    margin: 5px 0;
    color: #00726e;
    line-height: 110%;
    font-size: 40px;
}

#contact-details span {

    font-size: 29px;
}

#contact-details {

    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#contact-details .detail {

    width: 50%;
    
}

#contact-details h3 {

    font-size: 30px;
    margin-top: 30px;
}

.detail div li {

    text-decoration: none;
    list-style: none;
    display: flex;
    text-align: center;
    margin: 15px 0;
    
}

.detail div li i {

    font-size: 14px;
    padding-right: 22px;
}

.detail div li p {

    margin: 0;
    font-size: 14px;
    color: #000000;
}


.map iframe {

    width: 100%;
    height: 200%;
    width: 200%;
    
}




#contact-form {

    margin: 60px 80px;
    
}


input[type=text], select, textarea {
    width: 100%; 
    padding: 12px;  
    border: 1px solid #ccc; 
    border-radius: 6px; 
    box-sizing: border-box; 
    margin-top: 6px; 
    margin-bottom: 16px; 
    resize: vertical ;
    background: rgba(255, 255, 255, 0.1) ;
    color: rgb(255, 255, 255);
  }
  
  
input[type=submit] {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    padding: 10px 15px;
    border: outset rgba(255, 255, 255, 0.405) 0.1px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.9s ease-out;
    font-size: 17px;
  }
  
  
input[type=submit]:hover {
    background-color: #0095ffdf;
    color: rgb(213, 255, 245);
    border-radius: 2px;
    border: none;
  }
  
  
.container {
    border-radius: 5px;
    box-shadow: 15px 18px 40px rgba(49, 49, 49, 0.708);
    background: linear-gradient(rgba(84, 0, 31, 0.893),rgba(0, 3, 79, 0.948));
    border-top: 1px solid rgb(253, 211, 255);
    border-bottom: 1px solid rgb(255, 224, 224);
    backdrop-filter: blur(5px);
    padding: 20px;
  }

.bg {

    background: #ff0000;
  }

.container label {

    color: rgb(255, 255, 255);
    font-weight: 600;
  }

option {

    color: #000000;
  }

  @media (max-width: 799px) {

    input[type=text], select, textarea {

        height: 30%;

      }


    #contact-form {

        
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        margin-top: 0px;
    }

    .detail h2 {

        font-size: 20px;
        margin-top: 20px;

    }

    .map iframe {

        width: 100%;
    }
    
    

}

  @media (max-width: 479px) {




    #contact-form .bg {

        width: 100%;
        
    }

  }


  @media (min-width: 799px) {

    input[type=text], select, textarea {

        width: 100%;

    }
    

    #contact-details {

        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    


  }

