@import url("../fonts/stylesheet.css");
@import url("../fonts/font-awesome.css");
@import url("../fonts/font-awesome.min.css");

html{
	scroll-behavior: smooth !important;
}

body, html {
    height: 100%;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 1em;
	line-height: 1.7em;
	color: #300203;
}

.bg { 
    /* The image used */
    background-image: url("../images/ds_01.jpg");

    /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} 

.bg p{
	color: #000 !important;
}

.bg1{
	background-color: #1170c4;
	color:#FFF;
}
.bg2{
	background-color: #FFFD02;
}

.bg3{
	background-color: #000;
	line-height: 3em;
}

.head-div{
	background-color:rgba(0,0,0,0.20);
	/*height: 100px;*/
	margin: 3% 7%;
	text-align: center;
	/*color: yellow !important;*/
}

.head-div h1{
	font-size: 8vh;
	color: yellow;
}


.text_color p{
	color: white !important;
}

.title1, .title2{
	padding-left: 10px;
	line-height: 2em;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
}
.title1{
	border-left: 0.4em ridge #1170C4;
}

.title2{
	border-left: 0.4em ridge #fffd02;
}

#footer{
	font-size: 0.9em;
	line-height: 1.5em;
}
#footer a{
	color: white;
}

#footer a:hover{
	color: #fffd02;
	text-decoration: none;
}

#footer ul{
	list-style: none;
	padding: 5px;
	margin: 5px;
}

/*scrol to top*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 3em;
  border: none;
  outline: none;
  background-color: #000;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 10%;
}

#myBtn:hover {
  background-color: #555;
}

/*  form  */
#contact-form input, #contact-form textarea{
	background-color: rgba(0,0,0,0.4);
	color: white;
}

#contact-form input{
	height: 3em;
}

.banner{
	margin: 0 auto;
	padding: 0px
}


/* The Modal (background) */
.popup {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.5); /* Black background with transparency */
}

/* Modal Content */
.popup-content {
    background-color: white;
	color: black !important;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    max-width: 500px;
    border-radius: 10px;
    text-align: center;
}

/* The Close Button */
.close-button {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-button:hover,
.close-button:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.popup-content h2 {
    font-size: 2em;
    margin-bottom: 20px;
}

.popup-content p {
    font-size: 1.2em;
    margin-bottom: 30px;
}

.cta-button {
    background-color: #FF9800; /* Adjust to your brand color */
    color: white;
    padding: 15px 30px;
    font-size: 1.2em;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #E68A00; /* Darker shade on hover */
}