/*
Theme Name: myboards
Author: myboards
Version: 4.7
*/




@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');



:root {
  --color-primary: #FFCB66;
  --color-secondary: #279C8E;
  --color-tertiary: #F5A261;
  --color-dark: #254654;
  --text-color: #432918;
  --text-color2: #8A8A9B;


}

html,
body {
  direction: rtl;
  font-family: "Rubik", serif !important;
  background-color: #FFFBF8;

}

.text-color {
  color: var(--text-color);
}


/* header css */

.theme-btn {
  width: 161.83px;
  border-radius: 7px;
}

.logo-img {
  width: 100%;
  max-width: 250px;
}


.point_box {
	max-width: 400px;
}


.btn-head-2 {
  border: 0.88px solid var(--text-color) !important;
  color: var(--text-color);
}

.btn-head-1 {
  background-color: var(--color-secondary) !important;
  color: #fff;
}

.menu-bar {
  width: 48px;
  height: 48px;
  border: 1px solid var(--text-color);
  background: none !important;
}

/* main css */

.line {
  height: 12px;
  opacity: 1;
}

.line-1 {
  color: #FFCB66;
  background-color: #FFCB66;
}

.line-2 {
  color: #F5A261;
  background-color: #F5A261;
}

.line-3 {
  color: #279C8E;
  background-color: #279C8E;
}

.line-4 {
  color: #254654;
  background-color: #254654;
}

.hero-section {
  
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0px 200px;
}

.width-box {
  width: 100%;
  max-width: 700px;
}

.head-title {
  font-size: 72px;
  line-height: 75.6px;
  letter-spacing: 0.5px;
	font-weight: 500;
}

.head-pera {
  font-size: 26px;
  line-height: 37px;
  letter-spacing: 0.02em;
	font-weight: 500;
}

.theme-btn2 {
  background-color: var(--color-primary) !important;
}

.theme-btn2 i {
  transform: rotate(180deg);
  line-height: inherit;
}

.title-text {
  color: var(--text-color);
  font-size: 48px;
  line-height: 57.6px;
  letter-spacing: 0.5px;
}

.content-text {
  color: var(--text-color2);
}

.about-img {
  max-width: 820px;
}

.about-box-content {
  margin-right: 100px;
}

.section-2 {
  margin-top: -100px;
}

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

.sec3-title {
  color: #FFF8EE;
  font-size: 59px;
}

.sec3-text {
  font-size: 30px;
}

.bg-color1 {
  background-color: var(--color-primary);
}

.bg-color2 {
  background-color: var(--color-tertiary);
}

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

.bg-color4 {
  background-color: var(--color-dark);
}

.image-content-box {
  padding: 80px;
}

.first_column,
.third_column {
  width: 46%;
}

.second_column {
  width: 8%;
}

.arrow-btn {
  color: #254654 !important;
}

.content-text2 {
  color: #8A8A9B;
  font-size: 23px;
}

.testimonial-box {
  background-color: #FFF8EE;
  border: 1px solid #432918;
  padding: 30px 50px 80px;
  border-radius: 18px;
  box-shadow: 2px 4px 4px 0px #432918;
  margin-bottom: 10px;
}

.author-img img {
  width: 100%;
  max-width: 120px;
  margin: 0 auto;
}

.testimonial-content p {
  color: #8A8A9B;
  font-family: "Open Sans";
  font-size: 18px;
  line-height: 32px;
}

.author-name h3 {
  color: #432918;
  font-family: "Open Sans";
}

.author-img {
  position: absolute;
  top: -58px;
  left: 0px;
  width: 100%;
  z-index: 9999999;
}

.owl-nav button {
  position: absolute;
  top: 45%;
  font-size: 50px !important;
}

.owl-nav button:hover {
  background-color: none !important;
}

.owl-nav .owl-prev {
  right: -50px;
}

.owl-nav .owl-next {
  left: -50px;
}

.owl-stage-outer {
  padding-top: 80px;
}

.features-title {
  color: #432918;
  font-size: 30.997px;
  font-weight: 500;
  line-height: 41.319px;
}

.features-text {
  color: #8A8A9B;
  font-size: 24px
}

.icon-img {
  width: 100%;
  max-width: 50px;
}

.accordion-item {
  border-radius: 12px !important;
  border: 1px solid #432918 !important;
  background: none !important;
  margin-bottom: 15px;
}

.accordion-header {
  padding: 20px;
  cursor: pointer;
}

.accordion-header h2 {
  color: #8A8A9B !important;
  font-size: 18px;
}

.faq-icon {
  color: #8A8A9B !important;
  font-size: 22px;
}

.accordion-body {
  padding-top: 0px;
}

.width-box2 {
  width: 100%;
  max-width: 850px;
}

.accordion-collapse {
  display: none;
}

.accordion-item.active {
  background-color: var(--color-primary) !important;
}

.accordion-item.active .accordion-header h2 {
  color: #000 !important;
}

.accordion-item.active .accordion-header i {
  color: #000 !important;
}

.accordion-item.active .accordion-body p {
  color: #fff !important;
  font-size: 18px;
}

.accordion-item.active .accordion-collapse {
  display: block;
}

.pricing-pera {
  color: #8A8A9B;
  font-size: 20px;
  letter-spacing: 0.5px;
}


footer {
  background: var(--text-color);
  padding: 69px 0 40px;
}

.footer_logo {
  max-width: 120px;
	height: 150px;
  object-fit: contain;
}

.footer_link {
  list-style-type: none;
}

.footer_link a {
  font-family: "Open Sans", serif;
  font-size: 20px;
  display: inline-block;
  font-weight: 500;
color: #fff;
  text-decoration: none;
  margin-bottom: 20px;
}

.social_icons i {
  font-size: 40px;
}

.copytxt {
  font-size: 16px;
}

.contact_us {
  background: var(--color-primary);
}

.contact_info a {
  font-size: 29px;
}

.form_sectionbg {
  background: #FFAA055C;
  padding: 45px 80px;
}

.form_pera {
  color: var(--text-color2);
  font-size: 18px;
}

.form_input {
  box-shadow: 0 2px 10px 0 #0000006b;
  border: none;
}

.title_2 {
  font-size: 40px;
}

.step_section {
  background: var(--color-primary);
}

.point_box h4 {
  color: #432918;
  font-size: 30px;
}

.point_box::before {
	content: " ";
	width: 10px;
	height: 10px;
	background: #080808;
	border-radius: 50%;
	display: block;
	position: absolute;
	right: 0;
	top: 9px;
}

.pricing-box1{
  padding: 30px;
  border: 1px solid var(--text-color);

}

.price_title{
  color: var(--text-color);
  font-size: 36px;
}

.pricing{
  color: var(--color-primary);
  font-size: 58px;
  line-height: 1em;
}

.pricing span {
	font-size: 36px;
	font-weight: 400;
	position: relative;
	right: -13px;
}

.list_group p {
	color: #21203C;
	font-size: 24px;
}

.price_btn{
  bottom: 0;
}
.price_btn {
	bottom: -29px;
}
.box-2{
  background: var(--color-primary);
}
.pricing .span2{
  font-size: 23px;
}

.price_tables {
	max-width: 1050px;
}

#myTab {
	justify-content: center;
  align-items: center;
}

.divider {
	background: #B5B5B5;
	opacity: 1;
	width: 3px;
	height: 32px;
}

.span2 {
	font-size: 23px;
}

#myTab .nav-link {
	font-family: "Open Sans", serif;
	color: var(--text-color2);
	font-size: 22px;
	font-weight: 500;
}


#myTab .nav-link.active {
  color: var(--color-primary);
  border: none;
}


.wpcf7-form-control.wpcf7-submit {
	background-color: var(--color-primary) !important;
	border: 0.88px solid var(--text-color) !important;
	max-width: 164px;
	text-align: center;
}

.wpcf7-form-control {
	box-shadow: 0 2px 10px 0 #0000006b;
	border: none;
	padding: 1rem;
	border-radius: 11px;
	margin-bottom: 17px;
	width: 100%;
	text-align: right;
	font-weight: 600;
}

.off_canva {
	background: #432918;
	max-width: 350px;
}

.off_canva {
              background: #432918;
                max-width: 350px;
                position: absolute;
                width: 100%;
                right: -100%;
                transition: 0.5s ease;
                top: 0;
                min-height: 100vh;
            }

            .off_canva.visible{
                right: 0%;
            }

            .close{
                cursor: pointer;
            }




/* mobile css */
@media(max-width: 991px) {
	
	
.wpcf7-form-control.wpcf7-submit {
	max-width: 100%;
}
	
  .head-title {
    font-size: 38px;
    line-height: 40px;
  }
  .form_sectionbg {
    padding: 20px 20px;
  }
  .head-pera {
    font-size: 20px;
    line-height: 24px;
  }

  .about-box-content {
    margin-right: 0px;
  }

  .title-text {
    font-size: 30px;
    line-height: 35px;
  }
  .price_title {
    font-size: 28px;
  }

  .pricing {
    font-size: 42px;
  }
  .pricing span {
    font-size: 30px;
    right: -4px;
  }

  .list_group p {
    font-size: 18px;
  }

  .about-img {
    max-width: 330px;
  }
  form .btn {
    width: 100%;
  }
  .hero-section {
    padding: 50px 0px 150px;
  }

  .sec3-title {
    font-size: 34px;
  }

  .sec3-text {
    font-size: 18px;
  }

  .first_column,
  .third_column,
  .second_column {
    width: 100%;
  }

  .image-content-box {
    padding: 40px;
  }

  .second_column {
    height: 70px;
  }

  .content-text2 {
    font-size: 18px;
  }

  .testimonial-content p {
    font-size: 14px;
    line-height: 22px;
  }

  .testimonial-box {
    background-color: #FFF8EE;
    border: 1px solid #432918;
    padding: 30px;
  }

  .owl-nav .owl-prev {
    right: 0px;
    font-size: 0px !important;
  }

  .owl-nav .owl-next {
    left: 0px;
    font-size: 0px !important;
  }

  .features-title {
    font-size: 20px;
    line-height: 25px;
  }

  .features-text {
    font-size: 16px
  }

  .icon-img {
    max-width: 35px;
  }

  .accordion-header h2 {
    font-size: 14px;
  }

  .accordion-item.active .accordion-body p {
    font-size: 14px;
  }

}



@media(max-width: 768px) {
  footer .container {
    max-width: 180px;
    max-width: 0 auto;
  }

  .copytxt {
    font-size: 12px;
  }

  footer {
    padding: 69px 0 20px;
  }

  .footer_logo {
    max-width: 100%;
  }

  .contact_info a {
    font-size: 18px;
  }

  .point_box h4 {
    font-size: 18px;
  }

  .point_box p {
    font-size: 14px;
  }
}