@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800;900&family=Vollkorn:ital,wght@0,400;0,600;1,400;1,600&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Island+Moments&family=Marck+Script&display=swap');

@font-face {
   font-family: "Filson Soft"; 
   src: url("../fonts/Filson Soft.ttf");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Filson Soft";
  font-weight: 400;
}

::selection {
  background-color: #000000;
  color: lavender;
}

html {
  scroll-behavior: smooth;
}


img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

::-webkit-input-placeholder { /* Edge */
  color: #bfbfbf !important;
}

:-ms-input-placeholder { /* Internet Explorer */
  color: #bfbfbf !important;
}

::placeholder {
  color: #bfbfbf !important;
}

.btn:focus {
    box-shadow: 0 0 white !important;
}

input:focus, textarea:focus {
    outline: none;
    border-color: #8a98ca;
}

.form-control:focus {
    box-shadow: 0 0 white !important;
}

@font-face {
   font-family: "Cambria Italic"; 
   src: url("../fonts/Cambria Italic.ttf");
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
p,
blockquote {
  font-family: "Filson Soft";
}

a,
em,
i,
small,
ul,
li,
button,
.form-control {
  font-family: "Filson Soft";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 900 !important;
}


.delaney-bold {
    font-family: delaney, sans-serif;
    font-weight: 700 !important;
    font-style: normal;
    font-size: 2.5rem;
}

.lh-0 {
    line-height: 0 !important;
}

.fst-italic {
    font-family: "Cambria Italic"; 
}

button {
    font-weight: 500 !important;
}

.banner-caption {
    padding: 40px;
}

.banner-caption h1 {
    color: white;
    font-size: 3.5rem;
    font-family: 'Marck Script', cursive;
}

.banner-caption .by {
    font-size: 1.5rem;
}

.navbar-nav .nav-item .nav-link {
    font-family: "Filson Soft";
    color: white !important;
    font-size: 1.2rem;
}

.dropdown-menu .dropdown-item.nav-link {
    color: #000 !important;
    padding: 5px 10px;
    background: lavender !important;
}

.dropdown-menu .dropdown-item.nav-link:hover {
    background: #fff !important;
}

.dropdown-menu {
    padding: 0;
}

.dropdown-menu li a {
    border-radius: 5px;
}

.dropdown-toggle::after {
    margin: 0;
    vertical-align: 0.1em;
}

.testimonial-text p {
    font-family: "Filson Soft";
    position: relative;
}

.testimonial-text blockquote {
    margin: 0;
}

p {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.overflow-all {
  overflow: hidden;
}

.overflow-x {
  overflow-x: hidden;
}

.overflow-y {
  overflow-y: hidden;
}

.bg-purple {
  background-color: #8a98ca;
}

.bg-dark-purple {
  background-color: #51639b;
}

.bg-purple-transparent {
    background-color: #8a98caa3;
}

.bg-purple {
  color: #8A98CA;
}

.btn-white {
  color: #000;
  background-color: #fff;
}

.btn-white:hover {
  color: rgb(148, 148, 148);
}

.contact-link {
    color: #291934;
    transition: 0.2s ease-in;
}

.contact-link:hover {
    color: #8A98CA;
    transition: 0.2s ease-in;
}

.btn-purple {
  background-color: #8A98CA;
  color: white;
  font-weight: 900 !important;
}

.btn-blue:hover {
  color: #333;
  background-color: lavendar;
}

.text-primary {
  color: #0a3161 !important;
}

.bg-red {
  background-color: #b31942;
}

.bg-light-gray {
  background-color: #f1f5f9;
}

.bg-through {
  background-color: rgba(255, 255, 255, 0.6);
}

.bg-news {
  background: rgb(247, 247, 247);
}

.text-light-gray {
  color: rgb(199, 199, 199);
  letter-spacing: 2px;
}

.justify-content-end-md {
        justify-content: end;
    }
    .justify-content-start-md {
        justify-content: start;
    }


.bg-footer {
  background-color: #000d1a;
}

.footer-bottom {
  background-color: #000a13;
}

.mt-75 {
    margin-top: 75;
}

.mt-10 {
    margin-top: 5rem;
}

.mt-15 {
    margin-top: 7.5rem;
}

.p-10 {
  padding: 5rem;
}

.pt-10 {
  padding-top: 5rem;
}

.py-10 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.pt-11 {
  padding-top: 6rem;
}

.py-11 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.pt-12 {
  padding-top: 8rem;
}

.py-12 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.pt-13 {
  padding-top: 8.5rem;
}

.py-13 {
  padding-top: 8.5rem;
  padding-bottom: 8.5rem;
}

.fs-6 {
  font-size: 3rem;
}

.fs-7 {
  font-size: 3.5rem;
}

.fs-8 {
  font-size: 4rem;
}

.fs-9 {
  font-size: 4.5rem;
}

.fs-10 {
  font-size: 5rem;
}

.obj-fit {
  object-fit: cover;
}

.obj-pos-50 {
    object-position: 50%;
}

.background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.max-width-800 {
  max-width: 800px;
}

.max-width-600 {
  max-width: 600px;
}

.max-width-500 {
  max-width: 500px;
}

.max-width-400 {
  max-width: 400px;
}

.max-width-100 {
  max-width: 100px;
}

.max-width-120 {
  max-width: 120px;
}

.negative-top-15 {
  top: -15px;
}

.min-width-600 {
  min-width: 600px;
}

.animate-banner {
    animation: header 0.5s ease-in; 
}

@keyframes header {
    0% {
        opacity: 0;
        transform: scale(0.8);
        transition: 0.3s ease-in;
    }
    100% {
        opacity: 1;
        transform: scale(1);
        transition: 0.4s ease-in;
    }
}

.social {
    margin-left: 20px;
    display: flex;
}

.social a {
    margin-left: 0.3rem;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-social {
    display: flex;
    justify-content: center;
}

.footer-social a {
    margin-left: 0.3rem;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #212529;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sm-black-line {
  background-color: #000000;
  height: 3px;
  border-radius: 2px;
  width: 56px;
}

.mid-black-line {
  background-color: #000000;
  height: 3px;
  border-radius: 2px;
  width: 106px;
}

.certified {
  overflow: hidden;
  width: 100%;
  transform: scale(1);
  transition: 0.4s ease-in-out;
}

.certified:hover img {
  transform: scale(1.1);
  transition: 0.4s ease-in-out;
}

/* accordion */

.accordion-item {
  border: 0;
  border-bottom: 1px solid rgb(228, 228, 228);
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  color: black;
}

.accordion-button:focus {
  border-color: transparent;
  box-shadow: 0 0 0 0.25rem rgb(0 0 0 / 0%);
}

.accordion-button::after {
  border-radius: 50%;
  background-color: #b6c7fc;
  color: white;
  width: 30px;
  height: 30px;
  background-size: contain;
}

.accordion-button:hover .accordion-button::after {
  border-radius: 50%;
  background-color: #b31942;
  color: white;
}

#topBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: 2px solid black;
  border-radius: 50%;
  outline: none;
  background-color: rgba(0, 0, 0, 0);
  color: rgb(0, 0, 0);
  cursor: pointer;
  padding: 12px 20px;
}

.side-nav {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2000;
}

.nav {
  display: block;
  text-align: center;
}

/* cursor */

.cursor {
  position: fixed;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #8a98ca;
  opacity: 0.8;
  transition: 0.2s;
  margin: auto;
  pointer-events: none;
  z-index: 5000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cursor .inner {
  position: inherit;
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #8a98ca;
  opacity: 0.8;
  transition: 0.2s;
  pointer-events: none;
  z-index: 5000;
}

.backgrounder-left {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 75%);
  background-color: #8a98ca;
  width: 100%;
  height: 260px;
  z-index: -3;
}

.backgrounder-right {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
  background-color: #8a98ca;
  transform: rotateY(180deg);
  width: 100%;
  height: 260px;
  z-index: -3;
}

.translate-30-y {
    transform: translateY(-30%)!important;
}

.testimonial-text {
  margin-top: 30px;
}

.img-container {
  border: 30px solid #fff;
}

.img-container img {
  transition: 0.4s ease-in-out;
  transform: scale(1);
}

.img-container:hover img {
  transition: 0.4s ease-in-out;
  transform: scale(1.2);
}

.play-btn button {
  background-color: #8A98CA;
  padding: 2.5rem;
  transition: 0.2s ease-in-out;
}

.play-btn button svg {
  color: #fff;
  transition: 0.2s ease-in-out;
}

.play-btn button:hover {
  background-color: #ffffff;
  transition: 0.2s ease-in-out;
}

.play-btn:hover button svg {
  color: #8A98CA;
  transition: 0.2s ease-in-out;
}

.client {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.7;
  transition: 0.3s ease-in;
}

.client:hover {
  opacity: 1;
  transition: 0.3s ease-in;
}

.client-line {
  position: relative;
}

.client-line::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 140px;
  background-color: rgba(94, 94, 94, 0.589);
}

.client-mid-line {
  height: 1px;
  width: 260px;
  background-color: rgba(94, 94, 94, 0.438);
  margin: auto;
}

.client-row .col-sm-4 {
  padding: 0px;
}

/* progress bar */

.progress {
  height: 2px;
  border-radius: 0;
  margin-bottom: 1.5rem;
  min-width: 350px;
}

.progress .skill .val {
  float: right;
  font-style: normal;
  margin: 0 20px 0 0;
}

.progress-bar {
  text-align: left;
  transition-duration: 3s;
}

.container-custom {
  width: 90%;
  margin: 0 auto;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
 }

.dropdown-menu li a {
    padding: 0.5rem;
}

.testimonial-image img {
    width: 120px !important;
    height: 120px;
}

.experience-list li {
    color: #939393;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.about-img {
  border: 30px solid #fff;
  border-radius: 10px;
}

.about-img2 {
  border: 20px solid #fff;
  border-radius: 8px;
}

/*Client form*/

.clientform input, .clientform textarea {
    border: 0;
    border-bottom: 1px solid #211923;
    background: white;
    padding: 2px 5px;
}

.clientform input:focus, .clientform textarea:focus {
    outline: none;
    border-color: #8a98ca;
}

.hide-md {
        display: block;
}

/*blog*/

.blog-image-big {
  border: 30px solid #fff;
  border-radius: 10px;
  margin-bottom: 3rem;
  position: relative;
}

.blog-card .blog_image img {
    transform: scale(1);
    transition: 0.4s ease;
}

.blog-card:hover .blog_image img {
    transform: scale(1.1);
    transition: 0.4s ease;
}

.blog-badge {
    background: #8A98CA;
    position: absolute;
    color: white;
    top: 0;
    left: 0;
    padding: 5px;
    margin: 0;
}

.blog-label {
    color: #8d8d8d;
    font-size: 16px;
    padding: 8px 0px 0px 0px;
}

.blog-full-content p {
    color: #707070;
}

/*footer*/

.flex-sm-direction-column {
    flex-direction: row;
}

.input-footer {
    width: 75%;
}

.submit-footer {
    width: 25%;
}

.modal-text p {
    font-size: 1rem;
    line-height: 20px;
}

.testimonial-text p i {
    font-weight: 400 !important;
    font-family: 'Island Moments', cursive !important;
    transform: rotate(180deg);
    font-size: 2rem;
    line-height: 0;
}

.video-text p {
    margin-bottom: 0.3rem !important;
}

.img-popup {
    margin-bottom: 20px;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}


.off-nav li {
    margin-bottom: 0.5rem;
}

.off-nav li a {
    color: white;
    text-decoration: none;
}

.wb {
  word-break: break-all;
}

@media screen and (max-width:1500px) {
    .navbar-nav .nav-item .nav-link {
        font-size: 0.9rem;
        padding: 0.3rem;
    }

    .dropdown-menu .dropdown-item.nav-link {
        font-size: 0.9rem;
        padding: 0.5rem;
    }

}


@media screen and (max-width:1268px) {
    .navbar-nav .nav-item .nav-link {
        font-size: 0.8rem;
        padding: 0.3rem;
    }

    .dropdown-menu .dropdown-item.nav-link {
        font-size: 0.8rem;
        padding: 0.5rem;
    }

}


/*responsive*/

@media screen and (max-width:991px) {
    .navbar-nav .nav-item .nav-link {
        font-size: 1.2rem;
        padding: 0.5rem;
    }
    
    .img-popup {
        margin-bottom: 20px;
        width: 240px;
        height: 240px;
        border-radius: 50%;
        object-position: top;
        object-fit: cover;
    }


    .dropdown-menu .dropdown-item.nav-link {
        font-size: 1.2rem;
        padding: 0.7rem;
    }
    .client-line::before {
        display: none;
    }
    
    .justify-content-end-md {
        justify-content: center;
    }
    .justify-content-start-md {
        justify-content: center;
    }
    
    .social {
        margin-left: 0;
    }
    
    .banner-caption .by {
        font-size: 1.5rem;
    }
    
    .w-70 {
        width: 100%;
    }
    
    .feature-list {
        position: absolute;
        top: 50%;
        left: 70%;
        transform: translate(-50%, -50%);
        font: 90%;
    }
    
    .hide-md {
        display: none;
    }
    
    .banner-caption h1 {
        font-size: 2.8rem;
    }
    
    .banner-caption {
        padding: 30px;
    }
}

@media screen and (max-width:767px) {
    .justify-content-end-md {
        justify-content: start;
    }
    .justify-content-start-md {
        justify-content: start;
    }
    .banner-caption h1 {
        font-size: 2.5rem;
    }
    .banner-caption .by {
        font-size: 1rem;
    }
    .banner-caption {
        padding: 20px;
    }
    .modal-text p {
        font-size: 0.9rem;
    }
    .modal-text h3 {
        font-size: 1.5rem;
    }
    
    .img-popup {
        margin-bottom: 20px;
        width: 180px;
        height: 180px;
        border-radius: 50%;
        object-position: top;
        object-fit: cover;
    }
    
    .delaney-bold {
        font-size: 2rem;
    }

}

@media screen and (max-width:620px) {
    .blog-image-big {
        border: 15px solid #fff !important;
    }
    .img-container {
        border: 15px solid #fff !important;
    }
    .about-img {
        border: 15px solid #fff !important;
    }

    .play-btn button {
        padding: 1rem;
    }
    .logo {
        max-width: 250px;
    }
    .banner-caption {
        padding: 10px;
    }
    .banner-caption h1 {
        font-size: 2rem;
    }
    .banner-caption .by {
        font-size: 0.9rem;
    }
    .min-width-600 {
        min-width: 100%;
    }
    
    .flex-sm-direction-column {
        flex-direction: column;
    }
    
    .input-footer {
    width: auto;
    margin-bottom: 0.5rem;
}

.submit-footer {
    width: auto;
}
    
.p-10 {
  padding: 3rem;
}

.pt-10 {
  padding-top: 3rem;
}

.py-10 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.pt-11 {
  padding-top: 3.5rem;
}

.py-11 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.pt-12 {
  padding-top: 4rem;
}

.py-12 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.pt-13 {
  padding-top: 5.5rem;
}

.py-13 {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.fs-6 {
  font-size: 1rem;
}

.fs-7 {
  font-size: 1.5rem;
}

.fs-8 {
  font-size: 2rem;
}

.fs-9 {
  font-size: 2.5rem;
}

.fs-10 {
  font-size: 3rem;
}

.delaney-bold {
    font-size: 1.8rem;
}


}

@media screen and (max-width: 360px) {
    .banner-caption {
        padding: 5px;
    }
    .banner-caption h1 {
        font-size: 1.6rem;
    }
    .banner-caption .by {
        font-size: 0.6rem;
    }
    .logo {
        max-width: 220px;
    }
    .delaney-bold {
        font-size: 1.6rem;
    }
}



