/* Fonts */

.nato-class{
    font-family: "Noto Sans", sans-serif !important;
    font-optical-sizing: auto;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
    font-style: normal;
}



.raleway-subheading {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    color: white;
    font-size: 1.3rem;
}

.raleway-heading {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: white;
    font-size: 3rem;
}

.main-headings{
    color: rgb(63 143 139);
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.17);
}


.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}


header{
    position: relative;
    background:linear-gradient(rgba(255, 255, 255, 0.348),rgba(0, 0, 0, 0.605), rgba(0, 0, 0, 0.744)),url('headerbg.jpg');
    background-size: cover; 
    background-repeat: no-repeat;
    padding: 0em 1em 0em 1em;
}

.navbar {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    transition: background-color 0.4s ease, transform 0.3s ease;
    z-index: 100;
  }
  
  .navbar.scrolled {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
    animation: navbarDrop 0.5s ease-in forwards;
  }
  
  @keyframes navbarDrop {
    from {
      transform: translateY(-10px);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
  


.navbar-toggler{
    display: none;
}

.offcanvas{
    height: 100vh;
    display: none;
    text-align: center;
}

.offcanvas-body{
    margin-top: 30px;
}

.navbar-item-div{
    display: block;
}

.toggle-navbar-item:hover{
    color: rgb(6, 34, 119);
}

.navbar-item{
    font-family: 'Raleway', sans-serif;
    color: white;
    font-size: 1em;
    font-weight: 600;
}

.toggle-navbar-item{
    font-family: 'Raleway', sans-serif;
    color: rgba(0, 0, 0, 0.49);
    font-size: 1em;
    font-weight: 600;
}

.nav-scrolled{
    font-family: 'Raleway', sans-serif;
    color: black;
    font-size: 1em;
    font-weight: 600;
}

.navbar-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0em 7.5em 0em 7.5em;
    width: 100%;
}

@media screen and (max-width: 1000px) {
    .navbar-toggler{
        display: block;
    }

    .offcanvas{
        height: 100vh;
        display: block;
    }

    .navbar-item-div{
        display: none;
    }
    .navbar-container{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0em 1em 0em 1em;

        width: 100%;
    }
}

.heading-para{
    font-weight: 400;
    font-size: 1.1em;
    color: white;
    font-style: 'Raleway', sans-serif;
}

.heading-animate-style{
    display: inline-flex;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    border-style: solid;
    border-color: rgb(14, 178, 159);
    overflow: hidden;
    text-wrap:nowrap;
    color: rgb(14, 178, 159);
    text-shadow: 0.04em 0.06em 0.1em rgb(48, 48, 48);
}

.fa-angle-down {
    animation: arrowAnimation 1.5s ease-in-out infinite;
}

@keyframes arrowAnimation{
    0%{
        transform: translatey(-20px);
    }
    50%{
        transform: translateY(0px);
    }
    100%{
        transform: translateY(-20px);
    }
}

@media screen and (max-width: 768px) {
    .heading-h1{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    
}

.heading-animate{
    animation: headingAnimate 3.25s ease-in infinite;
}

@keyframes headingAnimate {
    0%{
        width: 0%;
    }
    25%{
        width: 48vb;
    }
    50%{
        width: 48vb;
    }
    75%{
        width: 0vb;
    }
    100%{
        width: 0%;
    }
}
    

.header-buttons{
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 100%;
}


.learn-more {
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: white;
  width: 170px;
  border-color: white; 
  background-color: rgba(32, 32, 32, 0.33); 
  border: 1px solid white;
  padding: 5px 0 5px 0;
  transition: background-color 0.4s ease-in-out;
  border-radius:20px;
}

.get-started {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    color: rgb(255, 255, 255);
    width: 170px;
    border-color: white;  
    background-color: rgb(63 143 139);
    border: 1px solid white;
    transition: background-color 0.4s ease-in-out;
    border-radius:20px;
    padding: 5px 0px;
}

.learn-more::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  color: black;
  z-index: -1;
  transition: left 0.4s ease-in-out ;
}

.get-started::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    color: white;
    z-index: -1;
    transition: left 0.4s ease-in-out ;
}

.learn-more:hover::before{
    left: 0%;
    
}
.learn-more:hover{
    color: black; 
    border: transparent;  
}
  
.get-started:hover::before {
    left: 0%;
}

.get-started:hover {
    color: black; 
    border: transparent;  

}
  
/* About */

.about-section{
    position: relative;
    background:linear-gradient(rgba(255, 255, 255, 0.348),rgba(0, 0, 0, 0.605), rgba(0, 0, 0, 0.744)),url('Images/jason-goodman-Oalh2MojUuk-unsplash.jpg');
    background-attachment: fixed; 
    background-size: cover;
}

.about-para{
    width: 50%;
    color: rgb(74, 73, 73);

}

.about-para-mission{
    width: 100%;
    background-color: white;
    padding: 0em 7.5em 6em 7.5em;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.about-para-mission-div{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding-right: 20px;

}

/* Branding Progress Bar */

.progress-bar-div{
    width: 65%;
}

.branding-progress-bar{
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 2.5px;
    margin-top: -10px;
    background-color: rgba(128, 128, 128, 0.17);
}

.branding-progress-bar::before{
    content: '';
    position: absolute;
    width: 20%;
    height: 100%;
    background-color: rgba(4, 66, 26, 0.623);
    z-index: -1;
    animation: brandingprogressBar 0.75s ease-out forwards;
}

@keyframes brandingprogressBar {
    0% {
        width: 20%;
    }
    100% {
        width: 80%;
    }
}

.branding-progress-label{
    position: absolute;
    left: 20%;
    color: rgba(128, 128, 128, 0.456);
    font-size: 12px;
    animation: progresslabel 0.75s ease-out forwards;
}

@keyframes progresslabel {
    0% {
        left: 20%;
    }
    100% {
        left: 78%;
    }
    
}


/* Web Design Progress Bar */

.webDesign-progress-bar{
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 2.5px;
    margin-top: -10px;
    background-color: rgba(128, 128, 128, 0.17);
}

.webDesign-progress-bar::before{
    content: '';
    position: absolute;
    width: 20%;
    height: 100%;
    background-color: rgba(4, 66, 26, 0.623);
    z-index: -1;
    animation: webDesignProgressBar 0.75s ease-out forwards;
}

@keyframes webDesignProgressBar {
    0% {
        width: 20%;
    }
    100% {
        width: 95%;
    }
}

.webDesign-progress-label{
    position: absolute;
    left: 20%;
    color: rgba(128, 128, 128, 0.456);
    font-size: 12px;
    animation: webDesignprogresslabel 0.75s ease-out forwards;
}

@keyframes webDesignprogresslabel {
    0% {
        left: 20%;
    }
    100% {
        left: 93%;
    }
    
}

/* Graphic Design Progress Bar */

.graphicDesign-progress-bar{
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 2.5px;
    margin-top: -10px;
    background-color: rgba(128, 128, 128, 0.17);
}

.graphicDesign-progress-bar::before{
    content: '';
    position: absolute;
    width: 20%;
    height: 100%;
    background-color: rgba(4, 66, 26, 0.478);
    z-index: -1;
    animation: graphicDesignProgressBar 0.75s ease-out forwards;
}

@keyframes graphicDesignProgressBar {
    0% {
        width: 20%;
    }
    100% {
        width: 85%;
    }
}

.graphicDesign-progress-label{
    position: absolute;
    left: 20%;
    color: rgba(128, 128, 128, 0.456);
    font-size: 12px;
    animation: graphicDesignprogresslabel 0.75s ease-out forwards;
}

@keyframes graphicDesignprogresslabel {
    0% {
        left: 20%;
    }
    100% {
        left: 83%;
    }
    
}


/* start button form sec */


/* end button form sec  */

/* Development Progress Bar */


.development-progress-bar{
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 2.5px;
    margin-top: -10px;
    background-color: rgba(128, 128, 128, 0.17);
}

.development-progress-bar::before{
    content: '';
    position: absolute;
    top: 0;
    width: 20%;
    height: 100%;
    background-color: rgba(4, 66, 26, 0.385);
    z-index: -1;
    animation: developmentProgressBar 0.75s ease-out forwards;
}

.development-progress-label{
    position: absolute;
    left: 20%;
    color: rgba(128, 128, 128, 0.456);
    font-size: 12px;
    animation: developmentprogresslabel 0.75s ease-out forwards;
}

@keyframes developmentprogresslabel {
    0% {
        left: 20%;
    }
    100% {
        left: 88%;
    }
    
}



@keyframes developmentProgressBar {
    0% {
        width: 20%;
    }
    100% {
        width: 90%;
    }
}

@media  screen and (max-width: 768px) {
    .about-para{
        width: 100%;
    }

    .about-para-mission{
        width: 100%;
        padding: 0em 2em;

    }
    .progress-bar-div{
        width: 65%;
        padding: 0em 0em 4em 0em;
    }
}

@media  screen and (max-width: 1000px) {
    .about-para-mission{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-self: center;
        gap: 6em;
    }

    .progress-bar-div{
        width: 100%;
    }
}

.card-section{
    padding: 4em 13em;
}

.card-div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2em;
}

.card{
    box-shadow: 1em 0.9em 2em rgba(0, 0, 0, 0.732);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2em 2em;
    gap: 0.5em;
}

@media screen and (max-width: 1000px) {
    .card-section{
        padding: 4em 4em;
    }

    .card-div{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 2em;
    }
    .card{
        width: 100%;
    }

    
}


/* start services sec gaur */



.service-block-one .inner-container{
	position: relative;
	display: block;
	padding: 40px 55px 34px 55px;
	margin-bottom: 30px;
}

.service-block-one .inner-container .icon-box{
	position: relative;
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 40px;
	color: #fff;
	border-radius: 50%;
	margin-bottom: 26px;
}

.service-block-one .inner-container h3{
	display: block;
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
	margin-bottom: 12px;
}

.service-block-one .inner-container .static-content h3 a{
	color: #222;
}

.service-block-one .inner-container .overlay-content h3 a{
	color: #fff;
}

.service-block-one .inner-container h3 a:hover{
	text-decoration: underline;
}

.service-block-one .inner-container .overlay-content p{
	color: #fff;
	margin-bottom: 25px;
}

.service-block-one .inner-container .shape{
	position: absolute;
	left: -80px;
	top: -100px;
	width: 570px;
	height: 479px;
	background-repeat: no-repeat;
}

.service-block-one .inner-container .overlay-content{
	position: absolute;
	left: 0px;
	top: -40px;
	width: 100%;
	height: 100%;
	padding: 90px 55px 34px 55px;
	z-index: 1;
	opacity: 0;
	transition: all 500ms ease;
}

.service-block-one .inner-container .overlay-content:hover{
	opacity: 1;
}

.service-block-one .inner-container .overlay-content .shape{
	left: 0px;
	top: 0px !important;
	width: 410px;
	height: 319px;
}

.service-block-one .inner-container .btn-contact{
	padding: 13px 40px;
}

.service-block-one .inner-container .btn-contact:before{
	background: #fff;
}

.service-block-one .inner-container .btn-contact:hover{
	color: #241E2F !important;
}

.service-block:nth-child(2) .service-block-one .inner-container,
.service-block:nth-child(5) .service-block-one .inner-container{
	background: #fff;
	box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
}

.service-block:nth-child(2) .service-block-one .inner-container .overlay-content,
.service-block:nth-child(5) .service-block-one .inner-container .overlay-content{
	background: #241E2F;
	border-radius: 10px;
	top: 0px;
	padding-top: 50px;
}

.service-block:nth-child(4) .service-block-one .shape,
.service-block:nth-child(6) .service-block-one .shape{
	top: -60px;
}

.service-block:nth-child(4) .service-block-one .inner-container .overlay-content .shape,
.service-block:nth-child(6) .service-block-one .inner-container .overlay-content .shape{
	top: 40px !important;
}

.service-section .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.4;
}


/** service-sec **/


.service-bl-one .inner-container{
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.service-bl-one .inner-container .img-sec{
	position: relative;
	display: block;
	overflow: hidden;
	background: #241E2F;
	box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
}

.service-bl-one .inner-container .img-sec img{
	width: 100%;
	transition: all 500ms ease;
}

.service-bl-one .inner-container:hover .img-sec img{
	opacity: 0.3;
	transform: scale(1.05);
}

.service-bl-one .inner-container .lower-sec{
position: relative;
    width: 85%;
    margin: 0 auto !important;
}

.service-bl-one .inner-container .lower-sec .inner{
	position: relative;
    display: block;
    height: 16rem;
    background: #fff;
    padding: 44px 30px;
    margin-top: -70px;
    z-index: 1;
    box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    transition: all 500ms ease;
    text-align:center !important;
}

.service-block:hover .service-bl-one .inner-container .lower-sec .inner{
	height: auto;
}

.service-bl-one .inner-container:hover .lower-sec .inner{
	padding-bottom: 124px;
	margin-top: -150px;
}

.service-bl-one .inner-container .lower-sec .icon-box{
	position: absolute;
	display: inline-block;
	top: -40px;
	    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 40px;
    color: #fff;
    text-align: center;
    background-color: rgb(67, 137, 132) !important;
    border-radius: 50%;
    text-align: center !important;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    border:4px solid #fff;
}

.service-bl-one .inner-container .lower-sec h3{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 34px;
	font-weight: 600;
    font-family: 'Raleway', sans-serif;
	margin-bottom: 12px;
}

.service-bl-one .inner-container .lower-sec h3 a{
	display: inline-block;
	color: #222222;
}

.service-bl-one .inner-container .lower-sec p{
    font-family: 'Raleway', sans-serif;
}

.service-bl-one .inner-container .lower-sec .btn-contact{
	padding: 13px 34px;
}

.service-bl-one .inner-container .lower-sec .button-contact{
	position: absolute;
    bottom: 0px;
    opacity: 0;
    transition: all 500ms ease;
    width: 45% !important;
    margin: 0 auto !important;
    left: 0px;
    right: 0px;
}

.service-bl-one .inner-container:hover .lower-sec .button-contact{
	bottom: 50px;
	opacity: 1;
}


section.service-sec.p_relative.bg-color-1 {
    scroll-margin-top: 2rem;
    background-color: #eff6fa !important;
}

.auto-container {
    padding: 5rem !important;
}

.sec-title.centred {
    text-align: center;
    padding-bottom: 3rem;
}

.service-bl-one.wow.fadeInUp.animated.animated {
    margin-bottom: 4rem;
}

button.btn-contact {
    background-color: #438984 !important;
    border-radius: 20px;
    border-style: none;
    color: #fff !important;
    transition: ease all 0.5s;
    /* border-bottom: 0px; */
    text-decoration: none;
}


button.btn-contact:hover {
    background-color: #1e4947 !important;
transition: ease all 0.5s;
}

@media screen and (max-width: 1300px) {
    .service-bl-one .inner-container .lower-sec .inner{
        position: relative;
        display: block;
        height: 20rem;
        background: #fff;
        padding: 44px 30px;
        margin-top: -70px;
        z-index: 1;
        box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
        transition: all 500ms ease;
        text-align:center !important;
    }
}

@media screen and (max-width: 1068px) {
    .service-bl-one .inner-container .lower-sec .button-contact{
	    width: 75% !important;
    }

    .features-div h2{
        text-align: left !important;
    }
}


/* end services sec */


/* contact us button css start */

.contact-img{
     margin-top: 0em;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1em;
  box-shadow: 5px 5px 10px rgb(37 37 37 / 56%);

}


.sec-title.contact h2 {
    color: #fff !important;
}

.contact-sec .text p {
    letter-spacing: .5px;
    color: #000000 !important;
    padding-bottom: 16px;
    font-family: 'Raleway', sans-serif;

}

button.btn-contact-us {
    background-color: #1c65aa;
    border-radius: 25px;
    padding: 12px 30px;
    color: #fff !important;
    text-decoration: none;
    transition: ease all 0.5s;
    border: 0px !important;
    font-family: 'Raleway', sans-serif;
}



button.btn-contact-us:hover {
    background-color: #2c625e !important;
transition: ease all 0.5s;

}


button.btn.btn-primary, button.btn.btn-secondary {
    border-radius: 20px;
    padding: 5px 20px;
}


/* end contact */

/* Features or Services */


.contact-sec{
    scroll-margin-top: 8rem;
    position: relative;
    background: linear-gradient(rgb(67 137 132), rgb(110 174 170 / 57%), rgb(75 140 135)), url(bgdark.jpg);
    background-size: cover;
    padding: 2rem 4rem;
}

.features-div{
    scroll-margin-top: 2rem;
    width: 100%;
   display: flex;
   flex-direction: column;
   align-items: start;
   padding: 5em 7em;
   background-image: url(bg1.jpg);
    background-size: cover !important;

}

p.featured-text {
    padding-right: 20px;
    font-family: 'Nata Sans', sans-serif;
    font-size: 1.1rem;
}



.features-div h2 {
    font-weight: bold !important;
    color: #438984 !important;
    font-size: 3rem !important;
    text-align:center;
    padding-bottom:1rem;
}
.features-div p.sub-text{
    text-align:center;
    padding-bottom:1rem;
    font-family: 'Raleway', sans-serif;
}


.features-cards-div{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    font-family: 'Raleway', sans-serif;  
}


.features-cards{
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    border: 1px solid rgba(188, 188, 188, 0.358);
    border-left: 0;
    border-top: 0;
}

.features-card-h5{
    font-weight: 550;  
    margin-top: 0.5rem;
}

.features-last-cards{
    display: flex;
    flex-direction: column;
   
    gap: 0.5em;
    border: 1px solid rgba(188, 188, 188, 0.358);
    border-left: 0;
    border-top: 0;
    border-right: 0;
}

.features-lower-cards{
    display: flex;
    flex-direction: column;
   
    gap: 0.5em;
    position: relative;
    z-index: 1;
    border: 1px solid rgba(188, 188, 188, 0.358);
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
}

.features-lower-cards::before{
    content: '';
    position: absolute;
    top: -8%;
    right: -3.55%;
    width: 30px;
    height: 30px;
    background: url('/Images/bg1.jpg');
    background-size: contain;
    border-radius: 50%;
    
    z-index: 1;

}

@media screen and (max-width: 1000px) {
    .features-lower-cards, .features-cards, .features-last-cards{
        border: 1px solid rgba(188, 188, 188, 0.358);
        border-left: 0;
        border-top: 0;
        border-right: 0px;

    }
    .features-lower-cards::before{
        display: none;
    }
    
}

.text p {
    letter-spacing: .5px;
    color: #303030 !important;
}

@media screen and (min-width: 1000px) {
    .sec-title .text p{
    margin: auto;
    width: 70%;
}
    
}

.sec-title h2{
    font-weight: bold !important;
    color: #438984 !important;
    font-size: 3rem !important;
    
}
.sec-title h3 {
   
    color: #438984 !important;
   
}


.about-sec{
    scroll-margin-top: 2rem;
    width: 100%;
   display: flex;
   flex-direction: column;
   align-items: start;
   padding: 4rem 6rem;
   background-image: url(bg1.jpg);
    background-size: cover !important;

}

.content-box.about-us{
padding-right:16px;
}
.service-img{
     margin-top: 0em;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1em;
    box-shadow: 10px 10px 25px rgb(139 139 139 / 91%);
}

.accordion-button{
    background-color: rgba(219, 217, 217, 0.199);
    color: black;
    font-weight: 500;
    font-family: 'Roboto';
}



@media screen and (max-width: 768px) {
    .features-div{
       padding: 7em 2em;
    }
    .services-div{
        padding: 7em 1.5em;
    }
    .about-sec{
        padding: 0em 1rem;
        scroll-margin-top: 4rem;
    }
    .auto-container {
        padding: 5rem 2rem !important;
    }
    .contact-sec{
        padding: 2rem 1.2rem;
    }
}

@media screen and (max-width: 1000px) {

    .features-cards-div{
        display: flex;
        flex-direction: column;
    }
    .service-img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}


/* Contact */

.form-section{
   display: flex;
   flex-direction: column;
   align-items: start;
   padding: 6em 7.3em;
}

.send-message{
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: rgba(41, 122, 165, 0.66);
    border: none;
    padding: 10px;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    transition: background-color 0.4s ease-out;
}

.send-message::before{
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(11, 143, 8, 0.482);
    color: whitesmoke;
    transition: left 0.4s ease-out;
    z-index: -1;
}

.send-message:hover::before{
    left: 0%;
}

@media screen and (max-width: 768px) {
    .form-section{
       padding: 6em 1em;
    }
}

.fade{
    background:rgba(0, 0, 0, 0.5);
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-family: "Nata Sans", sans-serif;

}

.form-cancel-btn-div{
        position: relative;
        z-index: 1;
    }

.form-cancel-btn-div .btn-close{
    position: absolute;
    top: 1.5em;
    right: 1em;
    z-index: 10;
    border: none;
    background-color: rgb(255, 255, 255);
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.modal-header{
    background-color: rgba(4, 66, 26, 0.69);
    opacity: 0.9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-title{
    color: white;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
}


/* Footer */

footer{
    padding: 4em 2em;
    background-color: rgba(3, 109, 110, 0.319);
}

footer.d-flex.flex-column.justify-content-center.align-items-center.gap-3{
position: relative;
    background: linear-gradient(rgb(33 33 33), rgb(34 34 34 / 84%), rgb(16 16 16)), url(bgdark.jpg);
    background-size: cover;
    padding: 2rem 4rem;
}

.d-flex.flex-row.justify-content-center.align-items-center.gap-4 i {
    color: #fff;

}

.d-flex.flex-row.justify-content-center.align-items-center.gap-4 a {
    position: relative;
    z-index: 1;
    background-color: rgb(63 143 139);    /* Change to desired color */
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;           /* Perfect circle */
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.d-flex.flex-row.justify-content-center.align-items-center.gap-4 a::after {
    content: '';
    position: absolute;
    z-index: -4;
    background-color: rgb(43, 146, 249);   /* Change to desired color */
    left: 0%;
    width: 0px;
    height: 0px;
    border-radius: 50%;           /* Perfect circle */
    /* transition: width 0.3s ease-in-out;
    transition: height 0.3s ease-in-out; */
    transition: left 0.7s ease-in-out;

}

.d-flex.flex-row.justify-content-center.align-items-center.gap-4 a:hover::after {
   width: 40px;
   height: 40px;
   left: 0%;
}

.social-icons{
    position: relative;
    z-index: 2;
}

.footer-item{
    font-family: 'Raleway', sans-serif;
    color: rgba(255, 255, 255, 0.595);
    font-weight: 600;
}

.footer-item:hover{
    color: rgb(63 143 139);
}

i.fa-solid.fa-copyright {
    color: #fff !important;
}

.copyright-text span {
    color: #ffffff8c;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 0.5em;
}

a.nav-link{
    color:rgb(68 129 130) !important;
}