/*
Name : Veco - Creative Agency HTML Template
Author : Rabonadev
Author URL : https://themeforest.net/user/rabonadev
*/

/*===================
    Table of contents:
    - Import Fonts
    - General
    - Button
    - Navbar
    - Header Intro
    - Header Pages
    - Title Section
    - Services
    - About us
    - Counter
    - Pricing
    - Why us
    - Our Work
    - Testimonial
    - Call Action
    - Features
    - Faq
    - 404
    - Contact us
    - Footer
    - Responsive
    
===================*/

/*===================
    import fonts
===================*/
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900");

/*===================
    general
===================*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    background:#112339;
    color: #787878;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 22px;
    

  
  
}
.background-1{  background-image: url("../img/Holiday-background.jpg");
    background-position:center;
    background-repeat: no-repeat;
    background-size:cover;}

.background-2{background-image: url("../img/Holiday-background-2.jpg");
    background-position:center;
    background-repeat: no-repeat;
    background-size:cover;}

body::-webkit-scrollbar {
    display: none;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
    color: #232323;
}

h1 {
    font-size: 34px;
    font-weight: 700;
}

h2 {
    font-size: 32px;
    font-weight: 600;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
    font-weight: 500;
}

h6 {
    font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
    color: #111;
}

a {
    color: #111;
}

p {
    margin-top: 0;
    margin-bottom: 20px;
}

img {
    width: 100%;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

.section {
    padding: 55px 0 75px 0;
}

.dark-text{color: #15212D;}
/*===================
    button
===================*/
.button {
    background: #614CAA;
    border: 0;
    color: #fff;
    padding: 6px 14px 6px 14px;
    border-radius: 5px;
    font-size: 15px;
    position: relative;
    transition: all .3s;
    margin-top: 20px;
}

.button:hover {
    border-radius: 30px;
}

/*===================
    navbar
===================*/
.navbar {
    padding: 10px 0 10px 0;

    
}
.navbar {
    padding: 10px 0 10px 0;

    
}
.navbar-brand img{

    margin-left: 10px;
}



/*===================
    header pages
===================*/
.header-pages .pages-title {
 
    padding-top: 10px;
    padding-bottom: 20px;
    align-content: center;
   
}
.words{
    width: 50%;
  
}



.header-pages .pages-title span {
    color: #614CAA;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.header-pages .pages-title h2 {
    font-size: 38px;
    font-weight: 700;
    margin-top: 16px;
}

#over img {
  margin-left: auto;
  margin-right: auto;
  display: block;

}


/*===================
    video
===================*/

.video .col-video {
    margin-bottom: 20px;
}

.video .col-video img {
    transition: all .3s;
        margin-top: 10px;

}
.child {
  width: 800px;
  height: auto;
  margin: 0 auto;
}
.video-box-2
      {
          border: solid 5px #899FB0;
          border-style: outset;
box-shadow:5px 5px 20px rgba(0,0,0,0.3); 
}

.video-box-1
      {
          border: solid 5px sandybrown;
          border-style: outset;
box-shadow:5px 5px 20px rgba(0,0,0,0.3); 
}

/*===================
    footer
===================*/
footer {
    text-align: center;
    background-color: transparent;
    padding: 30px;
       margin-top:100px;

}


footer h6 {
    color:#DABAA1;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
 
}


/*===================
    responsive
===================*/
@media (max-width:767px) {
    .navbar-brand {
        margin-left: 15px;
    }

    .header-intro .entry-img {
        padding-top: 0;
    }


    .navbar .nav-item .dropdown-menu {
        display: none;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        margin-top: 0;
        padding: 8px 20px 8px 20px;
        background: #fff;
        border: 0;
        box-shadow: 0px 0px 20px 0px #DDDDDD;
        width: 220px;
    margin-left: 20px;
    }

    .navbar .nav-item:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0deg);
        display: block;
    }

  
    footer {
        margin: 130px 0;
    }

  
}

@media (max-width:575px) {
    .container {
        width: 100%;
        padding-left: 30px !important;
        padding-right: 30px !important;
        margin-left: auto;
        margin-right: auto;
    }

    .counter .container {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: auto;
        margin-right: auto;
    }

    .navbar-brand {
        margin-left: 0;
    }

    .navbar-toggler {
        padding-right: 0;
    }

    .navbar .nav-link {
        padding-left: 2px !important;
    }

     .navbar .nav-item .dropdown-menu {
       margin-left: 0;
    }

   

}