/*
Theme Name: Sandra Dossa
Theme URI: http://sandradossa.com/
Author: Intside
Author URI: http://intside.com/
Description: Sandra Dossa is a official WordPress theme based on Bootstrap
Version: 0.1
Tags: blue, black, white, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: Sandra Dossa
 
*/


/**
 * Table of Contents:
 *
 * 1.0 - Basic Structure
 * 2.0 - Media Queries
 * ----------------------------------------------------------------------------
 */

@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
 
 
html :where(.wp-block) {
	max-width: 100% !important;
}

.site-content > *:not(div) {
	margin-left: auto;
	margin-right: auto;
}

html {
  font-size: 16px;
}

:root {
  --color-primary:#fE6e65;
  --color-secondary: #141313;
  --color-tertiary: #000;
  --color-title: #FFF ;
  --color-text: rgba(229, 227, 230, 0.7);
}

/**
 * 1.0 Basic Structure
 * ----------------------------------------------------------------------------
*/

body {
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: var(--color-text);
}

h1, 
h2 {
  font-size: 2.5rem;
}

h2 {
  font-weight: 600;
}

h1, 
h2 {
  color: #fff;
}


img {
  max-width: 100%;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
}

a {
  display: inline-block;
  text-decoration: none;
  color: rgba(229, 227, 230, 0.7);
}
a:hover {
  text-decoration: none;
  color: var(--color-primary);
}


.gform-theme--foundation .gform_fields {
  grid-row-gap: 20px !important;
  row-gap:  20px !important;
}
#custom-form form input:not([type="submit"]):not([type="checkbox"]) {
  padding: .875rem 1rem;
}

#custom-form form input:not([type="submit"]):not([type="checkbox"]), 
#custom-form form select,
#custom-form form textarea {
  background-color: #2C2B2B;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  color: #FFF;
}

#custom-form form input:not([type="checkbox"]),
#custom-form form select {
  height: 3rem;
}

#custom-form form input:not([type="submit"]):not([type="checkbox"]):focus,
#custom-form form select:focus,
#custom-form form textarea:focus {
  border: 1px solid var(--color-primary);
  outline: none;
  box-shadow: none;
}

#custom-form form textarea {
  resize: none;
}

.btn,
#custom-form form input[type=submit] {
  font-weight: 500;
	padding: .875rem 1rem;
  line-height: 18px;
	border-radius: 24px;
}

#custom-form form input[type=submit], 
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
:not(.btn-check)+.btn:active.btn-primary,
.btn:first-child:active.btn-primary, 
.btn:focus-visible.btn-primary {
	background-color: var(--color-primary);
	border-color: var(--color-primary);
	box-shadow: none;
	color: var(--color-secondary);
}

.section-title  {
  margin-bottom: 3.125rem;
}

.section-desc p,
.section-desc ul li {
  font-size: 1.125rem;
}
.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
.slick-slide > div,
.slick-slide > div > div { 
  height: 100%;
}
.slick-dots {
  position: relative !important;
  bottom: 0 !important;
  margin-top: 2rem !important;
}
.slick-dots li,
.slick-dots li button {
	width: 1.125rem !important;
	height: 1.125rem !important;
	padding: 0 !important;
	margin: 0 .25rem !important;
}
.slick-initialized .slick-dots li button:before	{
	color: rgba(217, 217, 217, 0.2);
}
.slick-initialized .slick-dots li button:before,
.slick-initialized .slick-dots li.slick-active button:before {
	font-size: 1.125rem;
	opacity: 1;
}
.slick-initialized .slick-dots li.slick-active button:before {
	color: var(--color-primary);
}
.pills-img,
.pills-img img {
  width: 100%;
  height: 100%;
}
.pills-text {
  background-color: var(--color-tertiary);
  width: 100%;
  height: 100%;
  padding: 1rem 1.25rem;
}
.pills-text p {
  font-size: 1.125rem;
  margin-bottom: 0;
}
.nav-pills {
  border-radius: 4px;
}
.nav-pills .nav-link {
  padding: 10px 26px;
  border-radius: 0;
  color: var(--color-text);
}
 
.nav-pills .nav-link.active, 
.nav-pills .show > .nav-link,
.nav-link:hover, 
.nav-link:focus {
  background-color: var(--color-primary);
  color: var(--color-tertiary);
}

/**
 * 2.0 Media Queries
 * ----------------------------------------------------------------------------
 */

nav.navbar {
  background-color: var(--color-secondary);
  padding: .875rem 0;
} 
nav.navbar img {
  width: 134px;
  height: 52px;
  object-fit: contain;
}
nav.navbar .navbar-toggler {
  background-color: var(--color-primary);
  font-size: 2rem;
  color: var(--color-title);
}
nav .navbar-nav .menu-item a {
  position: relative;
  display: block;
  font-weight: 500;
  margin: .5rem 0;
  color:  var(--color-secondary);
}
nav .navbar-nav .menu-item-has-children {
  position: relative;
  margin-right: 0;
}
nav .navbar-nav .menu-item-has-children > a::before  {
  content: '';
  background-image: url(assets/images/down.svg);
	background-repeat: no-repeat;
	background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 1rem;
  height: 1rem;
  transition: transform 0.2s ease-in-out;
} 
nav .navbar-nav .menu-item-has-children > a[aria-expanded="true"]::before {
  transform: rotate(-180deg); 
}
nav .navbar-nav .menu-item .sub-menu .menu-item a {
  font-size: .875rem;
  padding: 0.5rem 0.75rem;
  margin: 0;
} 

nav .navbar-nav .menu-item a:hover,
nav .navbar-nav .menu-item a[aria-current="page"],
nav .navbar-nav .current-menu-ancestor a,
nav .navbar-nav .menu-item .sub-menu .menu-item a:hover,
nav .navbar-nav .menu-item .sub-menu .menu-item a[aria-current="page"] {
  color: var(--color-primary);
}

.welcome {
  background-color: var(--color-tertiary);
}
.welcome h1,
.welcome h1 strong,
.welcome h4 {
  font-weight: 400;
}  
.welcome h1 strong {
  color: var(--color-primary);
}
.welcome h4 {
  position: relative;
  margin-bottom: 0;
  color: #e5e3e6;
}
.welcome h4::before {
  content: '';
  background-color: var(--color-primary);
  position: absolute;
  bottom: -1rem;
  left: 0;
  width: 5rem;
  height: 2px;
}
.welcome .works li {
  display: inline-block;
  background-color: #b8b8b8;
  line-height: 2;
  text-align: center;
  padding: .5rem .75rem;
  margin: .5rem .5rem .5rem 0;
  border-radius: 24px;
  color: var(--color-tertiary);
}
.welcome p {
  margin-bottom: 0;
}
.welcome p strong {
  font-weight: 600;
  color: var(--color-title);
}
.welcome .linkedin {
  background-color: #1a1a1a;
  text-align: center;
  width: 3rem;
  height: 3rem;
  padding: .75rem;
  line-height: 1.2;
  border: 1px solid #282828;
  border-radius: 100px;
}
.welcome img {
  border-radius: 1000px;
}

.motivation {
  background-color: var(--color-secondary);
  background-image: url(assets/images/bg-motivation.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left center;
}
.motivation .section-desc ul li:first-child {
  display: inline-block;
  position: relative;
  font-size: 2.5rem;
  font-weight: 100;
  color: #2a2a2a;
}
.motivation .section-desc ul li:first-child::before{
  content: '';
  background-color: #2A2A2A;
  position: absolute;
  top: 50%;
  right: -3rem;
  width: 3rem;
  height: 2px;
  transform: translateY(-50%);
}

.vision {
  background-color: var(--color-tertiary);
}
.vision img {
  width: 386px;
  height: 326px;
  object-fit: contain;
}

.projects {
  background-color: var(--color-secondary);
}

.suggestions {
  background-color: var(--color-tertiary);
}
.suggestions-item {
  background-color: #1a1a1a;
  padding: 1.5rem 2rem 3rem;
  width: 100%;
  height: 100%;
}

.contact {
  background-color: var(--color-secondary);
  background-image: url(assets/images/bg-contact.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
}

.contact #custom-form form .btn-primary {
  width: 100%;
}

footer {
  background-color: var(--color-tertiary);
}

footer section ul {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
footer section ul li:last-child a {
  font-size: 1.125rem;
}


/* WordPress Media Queries */
@media (max-width: 600.98px) {
}
@media (min-width: 601px) and (max-width: 782.98px) {
}
@media (min-width: 783px) {
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	.site-content > *:not(div) {
		max-width: calc(100% - 24px);
	}
}

@media (min-width: 576px) {
	.site-content > *:not(div) {
		max-width: 540px;
	}
}

/* Small devices (landscape phones, 576px, up to 768px) */
@media (min-width: 576px) and (max-width: 767.98px) {
}

@media (min-width: 576px) and (max-width: 991.98px) {
}

@media (min-width: 768px) {
	.site-content > *:not(div) {
		max-width: 720px;
	}
}

/* Medium devices (tablets, 768px, up to 992px) */
@media (min-width: 768px) and (max-width: 991.98px) {
}

@media (max-width: 991.98px) {
}

@media (min-width: 992px) {
	.site-content > *:not(div) {
		max-width: 960px;
	}

  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 3rem;
  }
  h4 {
    font-size: 1.5rem;
  }


  .section-title  {
    margin-bottom: 6.25rem;
  }
  .section-desc p,
  .section-desc ul li {
    font-size: 1.375rem;
    margin-bottom: 0;
  }
  .motivation .section-desc ul li:first-child {
    font-size: 5rem;
  }

  .nav-pills {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .nav-pills .nav-link {
    font-size: 1.125rem;
    border-top: 1px solid rgba(254, 110, 101, 0.2);
  }
  .nav-pills .pills-text {
    padding: 1.375rem 2.5rem;
  }

  .menu-navigation-menu-container {
    margin: 0 auto;
  }

	nav .navbar-nav .menu-item {
		padding: .875rem .75rem;
	}
  nav .navbar-nav .menu-item a {
    font-size: 1.125rem;
    margin: 0;
    color: var(--color-title);
  }
  nav .navbar-nav .menu-item .sub-menu .menu-item  {
    padding: 0;
  }
  nav .navbar-nav .menu-item-has-children > a::before  {
    background-image: url(assets/images/down-line.svg);
    top: 50%; 
    right: -1rem;
    transform: translateY(-50%);
  } 
  nav .navbar-nav .menu-item-has-children:hover > a::before {
    transform: translateY(-50%) rotate(-180deg); 
  } 
  nav .navbar-nav .menu-item .sub-menu {
    background-color: #FFF;
    display: none;
    overflow: hidden;
    position: absolute;
    top: 100%;   
    left: 0;
    z-index: 99;
    width: 250px;
    border-radius: 8px;
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.05);
  }
  nav .navbar-nav .menu-item-has-children:hover .sub-menu {
    display: block;
  }

  .welcome p {
    font-size: 1.125rem;
  }

  .suggestions-item {
    padding: 1.5rem 4rem 6rem;
  }
  .suggestions-item p {
    font-size: 1.125rem;
  }

}

/* Large devices (desktops, 992px, up to 1200px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
}

@media (max-width: 1199.98px) {
}

@media (min-width: 1200px) {
	.site-content > *:not(div) {
		max-width: 1140px;
	}
 
}

/* X-Large devices (large desktops, 1200px, up to 1400px) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
	.site-content > *:not(div) {
		max-width: 1320px;
	}
}