body {
  
    font-family: "Gothic A1", sans-serif;

}

.top-nav {
    background: #3da8da;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 17px;

    font-weight: 600;
}

.top-nav p {
    margin-bottom: 0;
    display: inline-block;
    margin-right: 16px;
    color: white;
}

.top-nav i,
.top-nav span {
    vertical-align: middle;

}

.top-nav .social-link a {
    height: 34px;
    width: 34px;
    background: rgba(255, 255, 255, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    text-decoration: none;
    color: white;
    font-size: 17px;
    transition: .5s;
    gap: 10px;
}

.top-nav .social-link a:hover {
    background: #000;
}

.top-nav .social-link p {
    font-size: 17px;
}

/* navbar-brand */
.navbar-brand img {
    height: 60px;
    width: 60px;
}
.top-nav p a{
text-decoration: none;
color: white;
}

.navbar ul li a {
    font-size: 17px;
    font-weight: 500;
    font-family: inherit;
}
.navbar .navbar-nav .nav-item a:hover{
    color: red;   
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdoen-item {
    font-size: 17px;
    font-weight: 600;
    font-style: inherit;
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdoen-item:hover{
    color: white;
    background-color: black;

}


.navbar {
    z-index: 13;
    position: relative;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}
/* dropdown-menu */
.dropdown-menu{
    display: none;
}
.dropdown:hover .dropdown-menu{
    display: block;
}
 /*=========== Whatsapp Chat Start ================*/
.box-container {
    position: fixed;
    bottom: 200px;
    right: 0px;
    z-index: 12;

   
}
.box1{
    width:50px;
    height:50px;
    background: green;
}
.box1  img{
   height: 50px;
   width: 50px;
}
.box2{
    width:50px;
    height:50px;
    background: blue;
   margin-top: 5px;
   color: white;
}
.box2 a {
  margin:50px 0  0 12px ;
   font-size: 28px;
   background: blue;
   color: white !important;
}
.box3{
    width:50px;
    height:50px;
    margin-top: 5px;
    background: rgb(255, 86, 86);
}
.box3  img{
   height: 45px;
   width: 45px;
      padding: 5px 0 0px 5px;

}



/*=========== Whatsapp Chat End ================*/
/*========== Top arrow Start =============*/
.top-arrow {
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 12;
    display: block;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    background: blue;
    display: flex;
    align-items: center;
    justify-content: center;
  
}
.top-arrow a {
    font-size: 30px;
    color: white;
    animation-duration: 5s;
}

.top-arrow a:hover{
    color: white;
}
/*========== Top arrow End =============*/
/*========== contact start =============*/

.contact{
    background-image: url("/contact/image/contact.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    width: 100vw;

}
.contact .container{
    text-align: center;
    padding: 65px 0 100px 0;
    margin-bottom: 100px;

}
.contact .container h1{
    font-weight: 600;
    font-family: "Gothic A1", sans-serif;

}
.contact .container nav ol  {
margin-left: 36vw;
font-size: 20px;
font-weight: 550;
color: gray;
font-family: "Gothic A1", sans-serif;


}
.contact .container nav ol li a{
    color: gray;
    text-decoration: none;
    transition: .5s;

    font-family: "Gothic A1", sans-serif;

}
.contact .container nav ol li a:hover{
    color: red;
}

 /* gallery section start */
.gallery {
    padding: 80px 0px;
}
 img{
    max-width: 100%;
}
.gallery img{
    background: #fff;
    padding: 15px;
    width: 100%;
    box-shadow:  0px 0px 15px rgba(0,0,0,0.3);
    cursor: pointer;
}
#gallery-modal .gallery-img{
    width: 100%;
}











/*================= footer =================*/
.contact-footer .container .image {
    background-image: url('/images/conta.png');
    height: 400px;
    /* background-color: red; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: fit-content;
    margin: 0 -110px -50px -24px;
    padding: 100px;
    display: flex;
}

.contact-footer .container .image .box {
    height: 60px;
    width: 60px;
    border-radius: 100%;
    background: red;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-footer .container .image .box a {
    font-size: 30px;
    color: white;
    font-family: "Gothic A1", sans-serif;

}

.contact-footer .container .image .con a {
    text-decoration: none;
    color: white;
    font-size: 35px;
    font-weight: 600;
    margin: auto;
}

.contact-footer .container .contant {
    margin: 0 0 -30px -125px;
    padding: 73px;
    background: rgb(20, 207, 20);
    color:white;
}

.contact-footer .container .contant h2 {
    font-size: 30px;
    font-weight: 600;
    font-family: "Gothic A1", sans-serif;

}

.contact-footer .container .contant p {
    font-size: 18px;
    font-weight: 500;
    font-family: "Gothic A1", sans-serif;

}

/*========== contact footer end =========*/

footer {
    background: rgb(89, 89, 221);
    margin-top: 50px;
}

.foot {
    padding-top: 40px;
}

.foot h1 {
    font-size: 25px;
    color: gold;
    font-weight: 600;
    padding-bottom: 20px;
    font-family: "Gothic A1", sans-serif;

}

.foot h5 {
    color: white;
    font-size: 16px;
    font-weight: 500;  
   font-family: "Gothic A1", sans-serif;

}

.foot p {
    color: white;
    font-size: 15px;
    font-family: 500;
    line-height: 25px;
    transition: all ease-in-out .5s;
    font-family: "Gothic A1", sans-serif;

}

.foot p a {
    color: white;
    font-size: 16px;
    font-family: 500;
    text-decoration: none;
    list-style: none;
    transition: .5s;

}

.foot p:hover {
    color: gray;
    padding-left: 5px;
}

.foot p a:hover {
    color: rgb(243, 18, 18);
}

.footer-p {
    font-size: 16px;
    color: white;
    font-family: "Gothic A1", sans-serif;

}

.footer-p a {
    color: white;
    text-decoration: none;
    transition: all .5s;
}

.footer-p a:hover {
    color: rgb(245, 85, 85);
}